Trace number 3265437

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
SApperloT 2011-03-23? (TO) 1300.06 1300.02

General information on the benchmark

NameSAT05/crafted/sabharwal05/ordering/gt-ordering/
sat/gt-030.shuffled-as.sat05-1295.cnf
MD5SUMf0614c8232d9b15ffdf32ce3e2c1390b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.05799
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24824
Sum of the clauses size74817
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2435
Number of clauses of size 324359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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: 935)

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-3265437-1303580156/watcher-3265437-1303580156 -o /tmp/evaluation-result-3265437-1303580156/solver-3265437-1303580156 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3265437-1303580156.cnf 

running on 2 cores: 5,7

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: 0.92 1.00 1.50 2/176 11398
/proc/meminfo: memFree=16976604/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=12336 CPUtime=0 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 513 0 0 0 0 0 0 0 24 0 1 0 548246167 12632064 382 33554432000 4194304 4465733 140736968833568 18446744073709551615 260020395776 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 3084 382 250 67 0 207 0

[startup+0.102851 s]
/proc/loadavg: 0.92 1.00 1.50 2/176 11398
/proc/meminfo: memFree=16976604/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=14344 CPUtime=0.09 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 2138 0 0 0 9 0 0 0 25 0 1 0 548246167 14688256 814 33554432000 4194304 4465733 140736968833568 18446744073709551615 4289427 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 3586 815 256 67 0 709 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14344

[startup+0.200831 s]
/proc/loadavg: 0.92 1.00 1.50 2/176 11398
/proc/meminfo: memFree=16976604/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=15580 CPUtime=0.19 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 3048 0 0 0 19 0 0 0 25 0 1 0 548246167 15953920 982 33554432000 4194304 4465733 140736968833568 18446744073709551615 4270662 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 3895 982 256 67 0 1018 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15580

[startup+0.300812 s]
/proc/loadavg: 0.92 1.00 1.50 2/176 11398
/proc/meminfo: memFree=16976604/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=15580 CPUtime=0.29 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 3075 0 0 0 29 0 0 0 25 0 1 0 548246167 15953920 1009 33554432000 4194304 4465733 140736968833568 18446744073709551615 4271856 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 3895 1009 256 67 0 1018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15580

[startup+0.700742 s]
/proc/loadavg: 0.92 1.00 1.50 2/176 11398
/proc/meminfo: memFree=16976604/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=16332 CPUtime=0.69 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 3809 0 0 0 69 0 0 0 25 0 1 0 548246167 16723968 1234 33554432000 4194304 4465733 140736968833568 18446744073709551615 4260740 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 4083 1234 256 67 0 1206 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16332

[startup+1.5006 s]
/proc/loadavg: 0.92 1.00 1.50 5/187 11419
/proc/meminfo: memFree=16906896/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=18568 CPUtime=1.49 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 5400 0 0 0 148 1 0 0 25 0 1 0 548246167 19013632 1566 33554432000 4194304 4465733 140736968833568 18446744073709551615 4271882 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 4642 1566 256 67 0 1765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18568

[startup+3.1003 s]
/proc/loadavg: 0.92 1.00 1.50 5/190 11425
/proc/meminfo: memFree=16872444/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=18568 CPUtime=3.09 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 5924 0 0 0 308 1 0 0 25 0 1 0 548246167 19013632 1934 33554432000 4194304 4465733 140736968833568 18446744073709551615 4270772 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 4642 1934 256 67 0 1765 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18568

[startup+6.30071 s]
/proc/loadavg: 1.17 1.05 1.51 5/190 11452
/proc/meminfo: memFree=16856712/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=22280 CPUtime=6.29 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 9734 0 0 0 628 1 0 0 25 0 1 0 548246167 22814720 2560 33554432000 4194304 4465733 140736968833568 18446744073709551615 4295934 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 5570 2560 274 67 0 2693 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22280

[startup+12.7005 s]
/proc/loadavg: 1.39 1.10 1.53 5/190 11453
/proc/meminfo: memFree=16822676/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=32044 CPUtime=12.69 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 12699 0 0 0 1267 2 0 0 25 0 1 0 548246167 32813056 5265 33554432000 4194304 4465733 140736968833568 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 8011 5265 388 67 0 5134 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32044

[startup+25.5002 s]
/proc/loadavg: 1.97 1.24 1.56 5/190 11453
/proc/meminfo: memFree=16757240/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=41540 CPUtime=25.49 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 16106 0 0 0 2547 2 0 0 25 0 1 0 548246167 42536960 7045 33554432000 4194304 4465733 140736968833568 18446744073709551615 4270816 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 10385 7045 279 67 0 7508 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41540

[startup+51.1005 s]
/proc/loadavg: 2.66 1.46 1.63 5/190 11453
/proc/meminfo: memFree=16696864/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=61532 CPUtime=51.1 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 21407 0 0 0 5107 3 0 0 25 0 1 0 548246167 63008768 12236 33554432000 4194304 4465733 140736968833568 18446744073709551615 4271258 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 15383 12236 494 67 0 12506 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 61532

[startup+102.301 s]
/proc/loadavg: 3.42 1.85 1.75 5/190 11455
/proc/meminfo: memFree=16643788/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=72940 CPUtime=102.3 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 36587 0 0 0 10226 4 0 0 25 0 1 0 548246167 74690560 14291 33554432000 4194304 4465733 140736968833568 18446744073709551615 4258737 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 18235 14291 579 67 0 15358 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72940

[startup+162.301 s]
/proc/loadavg: 3.44 2.16 1.86 4/184 11474
/proc/meminfo: memFree=16758588/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=72940 CPUtime=162.3 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 47123 0 0 0 16224 6 0 0 25 0 1 0 548246167 74690560 15043 33554432000 4194304 4465733 140736968833568 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 18235 15043 552 67 0 15358 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 72940

[startup+222.307 s]
/proc/loadavg: 3.16 2.31 1.93 4/184 11478
/proc/meminfo: memFree=16733112/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=213012 CPUtime=222.3 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 88004 0 0 0 22219 11 0 0 25 0 1 0 548246167 218124288 18189 33554432000 4194304 4465733 140736968833568 18446744073709551615 4371731 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 53253 18189 385 67 0 50376 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 213012

[startup+282.301 s]
/proc/loadavg: 3.06 2.43 1.99 4/184 11480
/proc/meminfo: memFree=16744376/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=213012 CPUtime=282.3 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 88004 0 0 0 28219 11 0 0 25 0 1 0 548246167 218124288 18189 33554432000 4194304 4465733 140736968833568 18446744073709551615 4358603 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 53253 18189 385 67 0 50376 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 213012

[startup+342.301 s]
/proc/loadavg: 3.02 2.53 2.05 4/184 11481
/proc/meminfo: memFree=16737028/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=88184 CPUtime=342.3 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 92786 0 0 0 34218 12 0 0 25 0 1 0 548246167 90300416 17420 33554432000 4194304 4465733 140736968833568 18446744073709551615 4270788 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 22046 17420 519 67 0 19169 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 88184

[startup+402.301 s]
/proc/loadavg: 3.13 2.65 2.12 4/184 11483
/proc/meminfo: memFree=16751240/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=112632 CPUtime=402.3 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 99268 0 0 0 40217 13 0 0 25 0 1 0 548246167 115335168 23902 33554432000 4194304 4465733 140736968833568 18446744073709551615 4270592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 28158 23902 906 67 0 25281 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 112632

[startup+462.301 s]
/proc/loadavg: 3.04 2.71 2.17 4/184 11485
/proc/meminfo: memFree=16682500/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=131544 CPUtime=462.3 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 114070 0 0 0 46216 14 0 0 25 0 1 0 548246167 134701056 26712 33554432000 4194304 4465733 140736968833568 18446744073709551615 4258722 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 32886 26712 928 67 0 30009 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 131544

[startup+522.301 s]
/proc/loadavg: 3.01 2.76 2.22 4/184 11486
/proc/meminfo: memFree=16695364/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=154836 CPUtime=522.31 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 145986 0 0 0 52213 18 0 0 25 0 1 0 548246167 158552064 25103 33554432000 4194304 4465733 140736968833568 18446744073709551615 4271246 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 38709 25103 274 67 0 35832 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 154836

[startup+582.301 s]
/proc/loadavg: 3.00 2.80 2.27 4/184 11488
/proc/meminfo: memFree=16677484/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=155156 CPUtime=582.31 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 152186 0 0 0 58212 19 0 0 25 0 1 0 548246167 158879744 28865 33554432000 4194304 4465733 140736968833568 18446744073709551615 4271200 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 38789 28865 274 67 0 35912 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 155156

[startup+642.301 s]
/proc/loadavg: 3.00 2.83 2.31 4/184 11489
/proc/meminfo: memFree=16654748/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=183356 CPUtime=642.31 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 171578 0 0 0 64209 22 0 0 25 0 1 0 548246167 187756544 33158 33554432000 4194304 4465733 140736968833568 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 45839 33158 274 67 0 42962 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 183356

[startup+702.301 s]
/proc/loadavg: 3.00 2.86 2.35 4/184 11491
/proc/meminfo: memFree=16643408/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=183520 CPUtime=702.32 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 175329 0 0 0 70209 23 0 0 25 0 1 0 548246167 187924480 35363 33554432000 4194304 4465733 140736968833568 18446744073709551615 4271237 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 45880 35363 274 67 0 43003 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 183520

[startup+762.301 s]
/proc/loadavg: 3.00 2.88 2.39 4/184 11493
/proc/meminfo: memFree=16670888/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=226384 CPUtime=762.32 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 201683 0 0 0 76206 26 0 0 25 0 1 0 548246167 231817216 38300 33554432000 4194304 4465733 140736968833568 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 56596 38300 274 67 0 53719 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 226384

[startup+822.301 s]
/proc/loadavg: 3.00 2.90 2.42 4/184 11494
/proc/meminfo: memFree=16685600/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=226384 CPUtime=822.31 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 201695 0 0 0 82205 26 0 0 25 0 1 0 548246167 231817216 38312 33554432000 4194304 4465733 140736968833568 18446744073709551615 4270216 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 56596 38312 274 67 0 53719 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 226384

[startup+882.307 s]
/proc/loadavg: 3.00 2.92 2.46 4/184 11496
/proc/meminfo: memFree=16612768/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=226384 CPUtime=882.32 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 203254 0 0 0 88206 26 0 0 25 0 1 0 548246167 231817216 39871 33554432000 4194304 4465733 140736968833568 18446744073709551615 4271210 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 56596 39871 274 67 0 53719 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 226384

[startup+942.301 s]
/proc/loadavg: 3.07 2.94 2.49 4/184 11497
/proc/meminfo: memFree=16624368/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=226384 CPUtime=942.32 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 203633 0 0 0 94206 26 0 0 25 0 1 0 548246167 231817216 40250 33554432000 4194304 4465733 140736968833568 18446744073709551615 4271224 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 56596 40250 274 67 0 53719 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 226384

[startup+1002.3 s]
/proc/loadavg: 3.06 2.97 2.53 4/184 11499
/proc/meminfo: memFree=16660160/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=226384 CPUtime=1002.33 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 204207 0 0 0 100206 27 0 0 25 0 1 0 548246167 231817216 40824 33554432000 4194304 4465733 140736968833568 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 56596 40824 274 67 0 53719 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 226384

[startup+1062.3 s]
/proc/loadavg: 3.02 2.97 2.56 4/184 11501
/proc/meminfo: memFree=16595980/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=226384 CPUtime=1062.32 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 206259 0 0 0 106205 27 0 0 25 0 1 0 548246167 231817216 42150 33554432000 4194304 4465733 140736968833568 18446744073709551615 4271200 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 56596 42150 274 67 0 53719 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 226384

[startup+1122.3 s]
/proc/loadavg: 3.01 2.97 2.58 4/184 11502
/proc/meminfo: memFree=16579704/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=226540 CPUtime=1122.32 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 208004 0 0 0 112205 27 0 0 25 0 1 0 548246167 231976960 43377 33554432000 4194304 4465733 140736968833568 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 56635 43377 274 67 0 53758 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 226540

[startup+1182.3 s]
/proc/loadavg: 3.00 2.97 2.60 4/184 11504
/proc/meminfo: memFree=16490276/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=585888 CPUtime=1182.32 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 289425 0 0 0 118196 36 0 0 25 0 1 0 548246167 599949312 70610 33554432000 4194304 4465733 140736968833568 18446744073709551615 4358634 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 146472 70610 603 67 0 143595 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 585888

[startup+1242.3 s]
/proc/loadavg: 3.00 2.97 2.63 4/184 11505
/proc/meminfo: memFree=16489488/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=585888 CPUtime=1242.33 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 289425 0 0 0 124197 36 0 0 25 0 1 0 548246167 599949312 70610 33554432000 4194304 4465733 140736968833568 18446744073709551615 4358618 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 146472 70610 603 67 0 143595 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 585888



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 2.97 2.65 4/184 11507
/proc/meminfo: memFree=16487696/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=585888 CPUtime=1300.03 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 289425 0 0 0 129967 36 0 0 25 0 1 0 548246167 599949312 70610 33554432000 4194304 4465733 140736968833568 18446744073709551615 4358694 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 146472 70610 603 67 0 143595 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 585888

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: 3.00 2.97 2.65 4/184 11507
/proc/meminfo: memFree=16487696/32951124 swapFree=67111528/67111528
[pid=11398] ppid=11396 vsize=585888 CPUtime=1300.03 cores=5,7
/proc/11398/stat : 11398 (SApperloT) R 11396 11398 10033 0 -1 4202496 289425 0 0 0 129967 36 0 0 25 0 1 0 548246167 599949312 70610 33554432000 4194304 4465733 140736968833568 18446744073709551615 4358694 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11398/statm: 146472 70610 603 67 0 143595 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 585888

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.68
CPU system time (s): 0.381941
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 713316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.68
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289425
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= 1478

runsolver used 2.05869 second user time and 5.03223 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-23 19:35:56
IDJOB=3265437
IDBENCH=85618
IDSOLVER=1657
FILE ID=node110/3265437-1303580156
RUNJOBID= node110-1303580156-11385
PBS_JOBID= 13150302
Free space on /tmp= 71956 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT05/crafted/sabharwal05/ordering/gt-ordering/sat/gt-030.shuffled-as.sat05-1295.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265437-1303580156/watcher-3265437-1303580156 -o /tmp/evaluation-result-3265437-1303580156/solver-3265437-1303580156 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3265437-1303580156.cnf

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

MD5SUM BENCH= f0614c8232d9b15ffdf32ce3e2c1390b
RANDOM SEED=613601921

node110.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.830
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.830
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.830
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.830
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.83
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.830
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.76
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.830
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.830
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.830
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:     32951124 kB
MemFree:      16977008 kB
Buffers:       2314748 kB
Cached:       13025692 kB
SwapCached:          0 kB
Active:        7966644 kB
Inactive:      7442340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16977008 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             812 kB
Writeback:           0 kB
AnonPages:       67384 kB
Mapped:          14484 kB
Slab:           502312 kB
PageTables:       4720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191908 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= 71932 MiB
End job on node110 at 2011-04-23 19:57:38