Trace number 3379006

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.02 1300.06

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
MD5SUM002a4cb53ea02f66e0c3418dc8834f7c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.82957
Satisfiable
(Un)Satisfiability was proved
Number of variables2561
Number of clauses490309
Sum of the clauses size983079
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2490259
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3379006-1305462009/watcher-3379006-1305462009 -o /tmp/evaluation-result-3379006-1305462009/solver-3379006-1305462009 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3379006-1305462009.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: 3.72 3.98 3.57 3/378 27142
/proc/meminfo: memFree=20878328/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=11644 CPUtime=0 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 657800552 11923456 297 33554432000 4194304 4263832 140734259545968 18446744073709551615 4232232 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 2911 297 241 17 0 84 0

[startup+0.033724 s]
/proc/loadavg: 3.72 3.98 3.57 3/378 27142
/proc/meminfo: memFree=20878328/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=12112 CPUtime=0.02 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4194304 471 0 0 0 2 0 0 0 18 0 1 0 657800552 12402688 412 33554432000 4194304 4263832 140734259545968 18446744073709551615 4238276 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 3028 412 242 17 0 201 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12112

[startup+0.100737 s]
/proc/loadavg: 3.72 3.98 3.57 3/378 27142
/proc/meminfo: memFree=20878328/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=13348 CPUtime=0.09 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4194304 896 0 0 0 9 0 0 0 18 0 1 0 657800552 13668352 691 33554432000 4194304 4263832 140734259545968 18446744073709551615 46920299484840 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 3337 691 242 17 0 510 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13348

[startup+0.300701 s]
/proc/loadavg: 3.72 3.98 3.57 3/378 27142
/proc/meminfo: memFree=20878328/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=18820 CPUtime=0.29 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4194304 2547 0 0 0 29 0 0 0 18 0 1 0 657800552 19271680 1764 33554432000 4194304 4263832 140734259545968 18446744073709551615 4235920 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 4705 1764 242 17 0 1878 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18820

[startup+0.700641 s]
/proc/loadavg: 3.72 3.98 3.57 3/378 27142
/proc/meminfo: memFree=20878328/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=25984 CPUtime=0.69 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4194304 4982 0 0 0 69 0 0 0 18 0 1 0 657800552 26607616 3430 33554432000 4194304 4263832 140734259545968 18446744073709551615 4235933 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 6496 3430 242 17 0 3669 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25984

[startup+1.50048 s]
/proc/loadavg: 3.72 3.98 3.57 5/392 27169
/proc/meminfo: memFree=20793420/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=40312 CPUtime=1.48 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4194304 9853 0 0 0 148 0 0 0 20 0 1 0 657800552 41279488 6764 33554432000 4194304 4263832 140734259545968 18446744073709551615 210646835938 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 10078 6764 242 17 0 7251 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40312

[startup+3.10024 s]
/proc/loadavg: 3.72 3.98 3.57 5/392 27169
/proc/meminfo: memFree=20647464/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=90264 CPUtime=3.08 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 25832 0 0 0 305 3 0 0 25 0 1 0 657800552 92430336 19870 33554432000 4194304 4263832 140734259545968 18446744073709551615 4207568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 22566 19870 247 17 0 19739 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 90264

[startup+6.30067 s]
/proc/loadavg: 3.90 4.01 3.58 5/392 27169
/proc/meminfo: memFree=20500076/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=121740 CPUtime=6.28 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 33702 0 0 0 624 4 0 0 25 0 1 0 657800552 124661760 27740 33554432000 4194304 4263832 140734259545968 18446744073709551615 4215056 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 30435 27740 247 17 0 27608 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 121740

[startup+12.7006 s]
/proc/loadavg: 4.07 4.04 3.60 5/392 27169
/proc/meminfo: memFree=20364840/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=160164 CPUtime=12.69 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 43254 0 0 0 1260 9 0 0 25 0 1 0 657800552 164007936 37292 33554432000 4194304 4263832 140734259545968 18446744073709551615 4207780 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 40041 37292 247 17 0 37214 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 160164

[startup+25.5005 s]
/proc/loadavg: 4.05 4.04 3.60 5/392 27170
/proc/meminfo: memFree=20194944/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=204672 CPUtime=25.49 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 54194 0 0 0 2538 11 0 0 25 0 1 0 657800552 209584128 48231 33554432000 4194304 4263832 140734259545968 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 51168 48231 250 17 0 48341 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 204672

[startup+51.1012 s]
/proc/loadavg: 4.03 4.04 3.61 5/392 27170
/proc/meminfo: memFree=19985156/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=276596 CPUtime=51.09 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 72048 0 0 0 5095 14 0 0 25 0 1 0 657800552 283234304 66083 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 69149 66083 249 17 0 66322 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 276596

[startup+102.315 s]
/proc/loadavg: 4.01 4.03 3.63 5/392 27172
/proc/meminfo: memFree=19623068/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=381860 CPUtime=102.3 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 97902 0 0 0 10210 20 0 0 25 0 1 0 657800552 391024640 91937 33554432000 4194304 4263832 140734259545968 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 95465 91937 250 17 0 92638 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 381860

[startup+162.3 s]
/proc/loadavg: 4.00 4.02 3.65 5/392 27173
/proc/meminfo: memFree=19336000/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=467584 CPUtime=162.28 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 119028 0 0 0 16202 26 0 0 25 0 1 0 657800552 478806016 113060 33554432000 4194304 4263832 140734259545968 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 116896 113060 249 17 0 114069 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 467584

[startup+222.3 s]
/proc/loadavg: 4.04 4.03 3.67 5/392 27175
/proc/meminfo: memFree=19143296/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=535732 CPUtime=222.28 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 135750 0 0 0 22198 30 0 0 25 0 1 0 657800552 548589568 129782 33554432000 4194304 4263832 140734259545968 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 133933 129782 249 17 0 131106 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 535732

[startup+282.301 s]
/proc/loadavg: 4.01 4.02 3.69 5/392 27176
/proc/meminfo: memFree=18976372/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=592840 CPUtime=282.28 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 149642 0 0 0 28193 35 0 0 25 0 1 0 657800552 607068160 143671 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 148210 143671 248 17 0 145383 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 592840

[startup+342.301 s]
/proc/loadavg: 4.13 4.06 3.73 5/392 27178
/proc/meminfo: memFree=18802520/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=637920 CPUtime=342.27 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 160739 0 0 0 34191 36 0 0 25 0 1 0 657800552 653230080 154768 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 159480 154768 249 17 0 156653 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 637920

[startup+402.301 s]
/proc/loadavg: 4.08 4.06 3.74 6/392 27180
/proc/meminfo: memFree=18631152/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=690224 CPUtime=402.28 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 173699 0 0 0 40189 39 0 0 25 0 1 0 657800552 706789376 167727 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 172556 167727 248 17 0 169729 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 690224

[startup+462.301 s]
/proc/loadavg: 4.03 4.05 3.75 5/392 27181
/proc/meminfo: memFree=18446004/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=743636 CPUtime=462.28 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 186990 0 0 0 46184 44 0 0 25 0 1 0 657800552 761483264 181018 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205713 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 185909 181018 248 17 0 183082 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 743636

[startup+522.301 s]
/proc/loadavg: 4.01 4.04 3.77 5/392 27183
/proc/meminfo: memFree=18315304/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=786520 CPUtime=522.27 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 197306 0 0 0 52182 45 0 0 25 0 1 0 657800552 805396480 191334 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 196630 191334 248 17 0 193803 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 786520

[startup+582.301 s]
/proc/loadavg: 4.00 4.03 3.78 5/392 27184
/proc/meminfo: memFree=18197504/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=827744 CPUtime=582.28 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 207589 0 0 0 58180 48 0 0 25 0 1 0 657800552 847609856 201617 33554432000 4194304 4263832 140734259545968 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 206936 201617 248 17 0 204109 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 827744

[startup+642.301 s]
/proc/loadavg: 4.06 4.04 3.80 5/392 27186
/proc/meminfo: memFree=18078824/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=873692 CPUtime=642.28 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 219043 0 0 0 64177 51 0 0 25 0 1 0 657800552 894660608 213071 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 218423 213071 248 17 0 215596 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 873692

[startup+702.3 s]
/proc/loadavg: 4.02 4.03 3.81 5/392 27188
/proc/meminfo: memFree=17975768/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=908720 CPUtime=702.27 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 227338 0 0 0 70173 54 0 0 25 0 1 0 657800552 930529280 221363 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 227180 221363 249 17 0 224353 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 908720

[startup+762.315 s]
/proc/loadavg: 4.12 4.05 3.83 5/392 27189
/proc/meminfo: memFree=17887352/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=934140 CPUtime=762.28 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 233255 0 0 0 76172 56 0 0 25 0 1 0 657800552 956559360 227280 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 233535 227280 250 17 0 230708 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 934140

[startup+822.3 s]
/proc/loadavg: 4.10 4.06 3.84 5/392 27191
/proc/meminfo: memFree=17795084/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=957280 CPUtime=822.27 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 239003 0 0 0 82169 58 0 0 25 0 1 0 657800552 980254720 233026 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205776 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 239320 233026 250 17 0 236493 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 957280

[startup+882.301 s]
/proc/loadavg: 4.03 4.04 3.84 5/392 27192
/proc/meminfo: memFree=17701960/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=977456 CPUtime=882.27 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 243842 0 0 0 88167 60 0 0 25 0 1 0 657800552 1000914944 237865 33554432000 4194304 4263832 140734259545968 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 244364 237865 250 17 0 241537 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 977456

[startup+942.301 s]
/proc/loadavg: 4.14 4.07 3.86 5/392 27194
/proc/meminfo: memFree=17599904/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=1000016 CPUtime=942.26 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 249529 0 0 0 94165 61 0 0 25 0 1 0 657800552 1024016384 243551 33554432000 4194304 4263832 140734259545968 18446744073709551615 4207705 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 250004 243551 249 17 0 247177 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 1000016

[startup+1002.3 s]
/proc/loadavg: 4.05 4.05 3.87 5/392 27196
/proc/meminfo: memFree=17502060/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=1025584 CPUtime=1002.26 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 255735 0 0 0 100163 63 0 0 25 0 1 0 657800552 1050198016 249757 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 256396 249757 249 17 0 253569 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 1025584

[startup+1062.3 s]
/proc/loadavg: 4.02 4.04 3.87 5/392 27197
/proc/meminfo: memFree=17415500/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=1051184 CPUtime=1062.25 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 262045 0 0 0 106160 65 0 0 25 0 1 0 657800552 1076412416 256067 33554432000 4194304 4263832 140734259545968 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 262796 256067 249 17 0 259969 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 1051184

[startup+1122.3 s]
/proc/loadavg: 4.00 4.03 3.88 5/392 27199
/proc/meminfo: memFree=17329688/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=1070772 CPUtime=1122.26 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 266820 0 0 0 112159 67 0 0 25 0 1 0 657800552 1096470528 260842 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 267693 260842 249 17 0 264866 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 1070772

[startup+1182.3 s]
/proc/loadavg: 4.16 4.06 3.90 5/392 27200
/proc/meminfo: memFree=17254280/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=1093520 CPUtime=1182.25 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 272513 0 0 0 118156 69 0 0 25 0 1 0 657800552 1119764480 266535 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 273380 266535 249 17 0 270553 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 1093520

[startup+1242.3 s]
/proc/loadavg: 4.13 4.06 3.91 5/392 27202
/proc/meminfo: memFree=17185956/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=1114188 CPUtime=1242.25 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 277241 0 0 0 124155 70 0 0 25 0 1 0 657800552 1140928512 271263 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205680 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 278547 271263 249 17 0 275720 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 1114188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.91 5/392 27204
/proc/meminfo: memFree=17123336/32951132 swapFree=64495980/67111528
[pid=27142] ppid=27140 vsize=1133896 CPUtime=1299.96 cores=0,2
/proc/27142/stat : 27142 (umsat) R 27140 27142 26444 0 -1 4202496 281962 0 0 0 129924 72 0 0 25 0 1 0 657800552 1161109504 275983 33554432000 4194304 4263832 140734259545968 18446744073709551615 4205607 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27142/statm: 283474 275983 249 17 0 280647 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 1133896

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.02
CPU user time (s): 1299.25
CPU system time (s): 0.769882
CPU usage (%): 99.9965
Max. virtual memory (cumulated for all children) (KiB): 1133896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.25
system time used= 0.769882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281962
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= 10
involuntary context switches= 1990

runsolver used 5.35319 second user time and 11.2983 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 14:20:09
IDJOB=3379006
IDBENCH=88207
IDSOLVER=1861
FILE ID=node129/3379006-1305462009
RUNJOBID= node129-1305460707-26967
PBS_JOBID= 13324894
Free space on /tmp= 73384 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p30-s30907550.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379006-1305462009/watcher-3379006-1305462009 -o /tmp/evaluation-result-3379006-1305462009/solver-3379006-1305462009 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379006-1305462009.cnf

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

MD5SUM BENCH= 002a4cb53ea02f66e0c3418dc8834f7c
RANDOM SEED=1906501620

node129.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.831
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.66
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.831
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	: 5332.83
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.831
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.75
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.75
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      20878608 kB
Buffers:        265076 kB
Cached:        6357716 kB
SwapCached:      52668 kB
Active:        3314880 kB
Inactive:      8519216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20878608 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:           14852 kB
Writeback:          16 kB
AnonPages:     5168252 kB
Mapped:          20136 kB
Slab:           132564 kB
PageTables:      40520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 93135000 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73360 MiB
End job on node129 at 2011-05-15 14:41:51