Trace number 3379205

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
UmSat 2011-05-12 (fixed)? (TO) 1300.01 1300.02

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-020-019.shuffled-as.sat05-1232.cnf
MD5SUMabb32bff5eb954e790612a6209864b5d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.08668
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses7050
Sum of the clauses size14440
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27030
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3379205-1305461207/watcher-3379205-1305461207 -o /tmp/evaluation-result-3379205-1305461207/solver-3379205-1305461207 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3379205-1305461207.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.55 3.00 3.11 5/343 31427
/proc/meminfo: memFree=13117600/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=11908 CPUtime=0 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4194304 396 0 0 0 0 0 0 0 25 0 1 0 736351376 12193792 337 33554432000 4194304 4263832 140736263812304 18446744073709551615 4232240 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 2977 337 241 17 0 150 0

[startup+0.109251 s]
/proc/loadavg: 2.55 3.00 3.11 5/343 31427
/proc/meminfo: memFree=13117600/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=14548 CPUtime=0.1 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 1120 0 0 0 10 0 0 0 25 0 1 0 736351376 14897152 1019 33554432000 4194304 4263832 140736263812304 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 3637 1019 247 17 0 810 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14548

[startup+0.201219 s]
/proc/loadavg: 2.55 3.00 3.11 5/343 31427
/proc/meminfo: memFree=13117600/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=16272 CPUtime=0.19 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 1545 0 0 0 19 0 0 0 25 0 1 0 736351376 16662528 1444 33554432000 4194304 4263832 140736263812304 18446744073709551615 4213673 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 4068 1444 247 17 0 1241 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16272

[startup+0.301209 s]
/proc/loadavg: 2.55 3.00 3.11 5/343 31427
/proc/meminfo: memFree=13117600/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=17596 CPUtime=0.29 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 1873 0 0 0 29 0 0 0 25 0 1 0 736351376 18018304 1772 33554432000 4194304 4263832 140736263812304 18446744073709551615 4207645 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 4399 1772 247 17 0 1572 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17596

[startup+0.701132 s]
/proc/loadavg: 2.55 3.00 3.11 5/343 31427
/proc/meminfo: memFree=13117600/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=20856 CPUtime=0.69 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 2692 0 0 0 69 0 0 0 25 0 1 0 736351376 21356544 2591 33554432000 4194304 4263832 140736263812304 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 5214 2591 247 17 0 2387 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20856

[startup+1.50098 s]
/proc/loadavg: 2.55 3.00 3.11 5/344 31428
/proc/meminfo: memFree=13072580/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=22660 CPUtime=1.49 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 3118 0 0 0 149 0 0 0 25 0 1 0 736351376 23203840 3017 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205584 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 5665 3017 247 17 0 2838 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22660

[startup+3.10069 s]
/proc/loadavg: 2.55 3.00 3.11 5/344 31428
/proc/meminfo: memFree=13044184/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=29236 CPUtime=3.09 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 4715 0 0 0 308 1 0 0 25 0 1 0 736351376 29937664 4614 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205836 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 7309 4614 247 17 0 4482 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29236

[startup+6.30108 s]
/proc/loadavg: 2.66 3.02 3.11 5/344 31429
/proc/meminfo: memFree=12976228/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=35168 CPUtime=6.29 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 6171 0 0 0 628 1 0 0 25 0 1 0 736351376 36012032 6070 33554432000 4194304 4263832 140736263812304 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 8792 6070 247 17 0 5965 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35168

[startup+12.7009 s]
/proc/loadavg: 2.77 3.04 3.11 5/344 31429
/proc/meminfo: memFree=12889776/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=40956 CPUtime=12.69 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 7606 0 0 0 1268 1 0 0 25 0 1 0 736351376 41938944 7394 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 10239 7394 247 17 0 7412 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40956

[startup+25.5005 s]
/proc/loadavg: 3.04 3.08 3.13 5/344 31429
/proc/meminfo: memFree=12775732/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=48804 CPUtime=25.48 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 9631 0 0 0 2547 1 0 0 25 0 1 0 736351376 49975296 9214 33554432000 4194304 4263832 140736263812304 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 12201 9214 247 17 0 9374 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48804

[startup+51.1007 s]
/proc/loadavg: 3.37 3.15 3.15 5/344 31430
/proc/meminfo: memFree=12597696/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=56816 CPUtime=51.09 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 11656 0 0 0 5107 2 0 0 25 0 1 0 736351376 58179584 11071 33554432000 4194304 4263832 140736263812304 18446744073709551615 4207568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 14204 11071 247 17 0 11377 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56816

[startup+102.301 s]
/proc/loadavg: 3.79 3.30 3.20 5/344 31431
/proc/meminfo: memFree=12374736/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=74064 CPUtime=102.3 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 15903 0 0 0 10227 3 0 0 25 0 1 0 736351376 75841536 14996 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 18516 14996 247 17 0 15689 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74064

[startup+162.301 s]
/proc/loadavg: 3.98 3.44 3.25 5/344 31433
/proc/meminfo: memFree=12233352/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=81304 CPUtime=162.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 17564 0 0 0 16225 3 0 0 25 0 1 0 736351376 83255296 16528 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 20326 16528 248 17 0 17499 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 81304

[startup+222.313 s]
/proc/loadavg: 3.99 3.54 3.29 5/344 31434
/proc/meminfo: memFree=11989540/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=100044 CPUtime=222.3 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 22433 0 0 0 22224 6 0 0 25 0 1 0 736351376 102445056 21098 33554432000 4194304 4263832 140736263812304 18446744073709551615 4215056 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 25011 21098 248 17 0 22184 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 100044

[startup+282.301 s]
/proc/loadavg: 3.99 3.62 3.33 5/344 31436
/proc/meminfo: memFree=11887200/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=129660 CPUtime=282.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 29914 0 0 0 28220 8 0 0 25 0 1 0 736351376 132771840 28407 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 32415 28407 248 17 0 29588 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 129660

[startup+342.301 s]
/proc/loadavg: 4.07 3.70 3.38 5/344 31438
/proc/meminfo: memFree=11829372/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=141108 CPUtime=342.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 32708 0 0 0 34218 10 0 0 25 0 1 0 736351376 144494592 31201 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205607 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 35277 31201 248 17 0 32450 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 141108

[startup+402.301 s]
/proc/loadavg: 4.03 3.75 3.41 5/344 31439
/proc/meminfo: memFree=11796596/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=167436 CPUtime=402.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 39354 0 0 0 40215 13 0 0 25 0 1 0 736351376 171454464 37658 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 41859 37658 248 17 0 39032 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 167436

[startup+462.3 s]
/proc/loadavg: 4.08 3.81 3.45 5/344 31441
/proc/meminfo: memFree=11788496/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=169760 CPUtime=462.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 39849 0 0 0 46215 13 0 0 25 0 1 0 736351376 173834240 38153 33554432000 4194304 4263832 140736263812304 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 42440 38153 248 17 0 39613 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 169760

[startup+522.301 s]
/proc/loadavg: 4.09 3.86 3.49 5/344 31442
/proc/meminfo: memFree=11773944/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=176224 CPUtime=522.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 41516 0 0 0 52214 14 0 0 25 0 1 0 736351376 180453376 39820 33554432000 4194304 4263832 140736263812304 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 44056 39820 248 17 0 41229 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 176224

[startup+582.301 s]
/proc/loadavg: 4.03 3.88 3.52 5/344 31444
/proc/meminfo: memFree=11736588/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=199684 CPUtime=582.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 47304 0 0 0 58211 17 0 0 25 0 1 0 736351376 204476416 45608 33554432000 4194304 4263832 140736263812304 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 49921 45608 248 17 0 47094 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 199684

[startup+642.3 s]
/proc/loadavg: 4.04 3.92 3.55 5/344 31445
/proc/meminfo: memFree=11679888/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=206196 CPUtime=642.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 49101 0 0 0 64211 17 0 0 25 0 1 0 736351376 211144704 47197 33554432000 4194304 4263832 140736263812304 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 51549 47197 248 17 0 48722 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 206196

[startup+702.301 s]
/proc/loadavg: 4.09 3.94 3.58 5/344 31447
/proc/meminfo: memFree=11590420/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=211476 CPUtime=702.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 50290 0 0 0 70210 18 0 0 25 0 1 0 736351376 216551424 48386 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205715 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 52869 48386 248 17 0 50042 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 211476

[startup+762.301 s]
/proc/loadavg: 4.03 3.95 3.60 5/344 31449
/proc/meminfo: memFree=11491556/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=211668 CPUtime=762.29 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 50343 0 0 0 76211 18 0 0 25 0 1 0 736351376 216748032 48439 33554432000 4194304 4263832 140736263812304 18446744073709551615 4207660 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 52917 48439 248 17 0 50090 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 211668

[startup+822.301 s]
/proc/loadavg: 4.01 3.96 3.63 5/344 31450
/proc/meminfo: memFree=11366900/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=231960 CPUtime=822.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 55655 0 0 0 82208 20 0 0 25 0 1 0 736351376 237527040 53522 33554432000 4194304 4263832 140736263812304 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 57990 53522 248 17 0 55163 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 231960

[startup+882.313 s]
/proc/loadavg: 4.09 3.99 3.66 5/344 31452
/proc/meminfo: memFree=11267048/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=232788 CPUtime=882.29 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 55789 0 0 0 88209 20 0 0 25 0 1 0 736351376 238374912 53656 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 58197 53656 248 17 0 55370 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 232788

[startup+942.301 s]
/proc/loadavg: 4.07 4.00 3.68 5/344 31454
/proc/meminfo: memFree=11196808/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=233556 CPUtime=942.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 56005 0 0 0 94208 20 0 0 25 0 1 0 736351376 239161344 53872 33554432000 4194304 4263832 140736263812304 18446744073709551615 4217248 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 58389 53872 248 17 0 55562 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 233556

[startup+1002.3 s]
/proc/loadavg: 4.02 4.00 3.70 5/344 31455
/proc/meminfo: memFree=11139848/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=236132 CPUtime=1002.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 56624 0 0 0 100208 20 0 0 25 0 1 0 736351376 241799168 54491 33554432000 4194304 4263832 140736263812304 18446744073709551615 4209390 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 59033 54491 248 17 0 56206 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 236132

[startup+1062.3 s]
/proc/loadavg: 4.04 4.01 3.72 5/344 31457
/proc/meminfo: memFree=11091196/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=236500 CPUtime=1062.27 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 56717 0 0 0 106207 20 0 0 25 0 1 0 736351376 242176000 54584 33554432000 4194304 4263832 140736263812304 18446744073709551615 4206477 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 59125 54584 248 17 0 56298 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 236500

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 3.74 5/344 31458
/proc/meminfo: memFree=11084956/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=240212 CPUtime=1122.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 57672 0 0 0 112207 21 0 0 25 0 1 0 736351376 245977088 55539 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 60053 55539 248 17 0 57226 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 240212

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.76 5/344 31460
/proc/meminfo: memFree=11068672/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=243652 CPUtime=1182.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 58284 0 0 0 118207 21 0 0 25 0 1 0 736351376 249499648 56151 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 60913 56151 248 17 0 58086 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 243652

[startup+1242.3 s]
/proc/loadavg: 4.07 4.04 3.78 5/344 31462
/proc/meminfo: memFree=11064800/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=244164 CPUtime=1242.28 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 58410 0 0 0 124207 21 0 0 25 0 1 0 736351376 250023936 56277 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 61041 56277 248 17 0 58214 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 244164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 3.79 2/338 31466
/proc/meminfo: memFree=12923192/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=249536 CPUtime=1299.99 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 59653 0 0 0 129977 22 0 0 25 0 1 0 736351376 255524864 57520 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 62384 57520 248 17 0 59557 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 249536

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 4.02 4.03 3.79 2/338 31466
/proc/meminfo: memFree=12923192/32950928 swapFree=67085488/67111528
[pid=31427] ppid=31425 vsize=249536 CPUtime=1299.99 cores=0,2
/proc/31427/stat : 31427 (umsat) R 31425 31427 31340 0 -1 4202496 59653 0 0 0 129977 22 0 0 25 0 1 0 736351376 255524864 57520 33554432000 4194304 4263832 140736263812304 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/31427/statm: 62384 57520 248 17 0 59557 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 249536

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.01
CPU user time (s): 1299.77
CPU system time (s): 0.231964
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 249536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.77
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59653
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2874

runsolver used 4.52331 second user time and 9.66953 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 14:06:47
IDJOB=3379205
IDBENCH=85542
IDSOLVER=1861
FILE ID=node114/3379205-1305461207
RUNJOBID= node114-1305461206-31358
PBS_JOBID= 13324923
Free space on /tmp= 72992 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-020-019.shuffled-as.sat05-1232.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379205-1305461207/watcher-3379205-1305461207 -o /tmp/evaluation-result-3379205-1305461207/solver-3379205-1305461207 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379205-1305461207.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= abb32bff5eb954e790612a6209864b5d
RANDOM SEED=1109591897

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13117880 kB
Buffers:        301708 kB
Cached:        6789052 kB
SwapCached:         96 kB
Active:       14152792 kB
Inactive:      5263796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13117880 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           10224 kB
Writeback:           0 kB
AnonPages:    12325848 kB
Mapped:          28544 kB
Slab:           308384 kB
PageTables:      42076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 54472108 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72996 MiB
End job on node114 at 2011-05-15 14:28:29