Trace number 3379712

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
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes1.cnf
MD5SUM26b9098de258b0434de90e744962df46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.17352
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

running on 2 cores: 4,6

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.80 3.10 3.50 5/374 1076
/proc/meminfo: memFree=27064272/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=13264 CPUtime=0 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 615 0 0 0 0 0 0 0 20 0 1 0 657093865 13582336 555 33554432000 4194304 4394578 140736566753264 18446744073709551615 268272688896 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 3316 556 247 49 0 457 0

[startup+0.060506 s]
/proc/loadavg: 2.80 3.10 3.50 5/374 1076
/proc/meminfo: memFree=27064272/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=17736 CPUtime=0.05 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 1742 0 0 0 5 0 0 0 20 0 1 0 657093865 18161664 1681 33554432000 4194304 4394578 140736566753264 18446744073709551615 268272713623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 4434 1681 255 49 0 1575 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17736

[startup+0.100534 s]
/proc/loadavg: 2.80 3.10 3.50 5/374 1076
/proc/meminfo: memFree=27064272/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=20208 CPUtime=0.09 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 2608 0 0 0 8 1 0 0 20 0 1 0 657093865 20692992 2307 33554432000 4194304 4394578 140736566753264 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 5052 2308 266 49 0 2193 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20208

[startup+0.300518 s]
/proc/loadavg: 2.80 3.10 3.50 5/374 1076
/proc/meminfo: memFree=27064272/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=23508 CPUtime=0.29 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 3432 0 0 0 28 1 0 0 21 0 1 0 657093865 24072192 3131 33554432000 4194304 4394578 140736566753264 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 5877 3131 266 49 0 3018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23508

[startup+0.700448 s]
/proc/loadavg: 2.80 3.10 3.50 5/374 1076
/proc/meminfo: memFree=27064272/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=27592 CPUtime=0.69 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 4424 0 0 0 68 1 0 0 22 0 1 0 657093865 28254208 4123 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 6898 4124 266 49 0 4039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27592

[startup+1.5003 s]
/proc/loadavg: 2.80 3.10 3.50 6/375 1077
/proc/meminfo: memFree=27008844/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=32848 CPUtime=1.49 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 5722 0 0 0 148 1 0 0 25 0 1 0 657093865 33636352 5421 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 8212 5423 266 49 0 5353 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32848

[startup+3.10096 s]
/proc/loadavg: 2.80 3.10 3.50 6/375 1077
/proc/meminfo: memFree=26989620/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=36732 CPUtime=3.09 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 6698 0 0 0 308 1 0 0 25 0 1 0 657093865 37613568 6397 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 9183 6397 266 49 0 6324 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36732

[startup+6.30046 s]
/proc/loadavg: 2.98 3.13 3.51 6/375 1077
/proc/meminfo: memFree=26960604/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=40048 CPUtime=6.29 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 7447 0 0 0 628 1 0 0 25 0 1 0 657093865 41009152 7146 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 10012 7146 266 49 0 7153 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40048

[startup+12.7003 s]
/proc/loadavg: 3.14 3.16 3.52 6/375 1077
/proc/meminfo: memFree=26911204/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=46492 CPUtime=12.69 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 8917 0 0 0 1267 2 0 0 25 0 1 0 657093865 47607808 8616 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 11623 8616 266 49 0 8764 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46492

[startup+25.501 s]
/proc/loadavg: 3.63 3.27 3.54 6/375 1077
/proc/meminfo: memFree=26873632/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=52752 CPUtime=25.49 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 10267 0 0 0 2547 2 0 0 25 0 1 0 657093865 54018048 9966 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 13188 9966 266 49 0 10329 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52752

[startup+51.1005 s]
/proc/loadavg: 4.17 3.42 3.59 6/375 1078
/proc/meminfo: memFree=26845832/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=63088 CPUtime=51.09 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 12517 0 0 0 5106 3 0 0 25 0 1 0 657093865 64602112 12216 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 15772 12216 266 49 0 12913 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63088

[startup+102.314 s]
/proc/loadavg: 4.64 3.66 3.66 6/375 1079
/proc/meminfo: memFree=26787164/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=77548 CPUtime=102.3 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 15606 0 0 0 10226 4 0 0 25 0 1 0 657093865 79409152 15305 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 19387 15305 266 49 0 16528 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 77548

[startup+162.301 s]
/proc/loadavg: 4.92 3.92 3.74 6/375 1081
/proc/meminfo: memFree=26739272/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=90304 CPUtime=162.29 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 18334 0 0 0 16224 5 0 0 25 0 1 0 657093865 92471296 18033 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 22576 18033 266 49 0 19717 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 90304

[startup+222.301 s]
/proc/loadavg: 4.97 4.11 3.82 6/375 1083
/proc/meminfo: memFree=26709612/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=102436 CPUtime=222.3 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 20791 0 0 0 22224 6 0 0 25 0 1 0 657093865 104894464 20490 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 25609 20490 266 49 0 22750 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 102436

[startup+282.3 s]
/proc/loadavg: 5.03 4.29 3.90 6/375 1084
/proc/meminfo: memFree=26684036/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=104884 CPUtime=282.3 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 21342 0 0 0 28224 6 0 0 25 0 1 0 657093865 107401216 21041 33554432000 4194304 4394578 140736566753264 18446744073709551615 4313463 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 26221 21041 266 49 0 23362 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 104884

[startup+342.301 s]
/proc/loadavg: 5.10 4.44 3.97 6/375 1086
/proc/meminfo: memFree=26658716/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=111592 CPUtime=342.3 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 22694 0 0 0 34224 6 0 0 25 0 1 0 657093865 114270208 22393 33554432000 4194304 4394578 140736566753264 18446744073709551615 4292207 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 27898 22393 266 49 0 25039 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 111592

[startup+402.301 s]
/proc/loadavg: 5.19 4.59 4.05 6/375 1087
/proc/meminfo: memFree=26638840/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=115240 CPUtime=402.3 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 23442 0 0 0 40224 6 0 0 25 0 1 0 657093865 118005760 23141 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 28810 23141 266 49 0 25951 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 115240

[startup+462.3 s]
/proc/loadavg: 4.57 4.53 4.07 5/374 1089
/proc/meminfo: memFree=26625312/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=125144 CPUtime=462.3 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 25499 0 0 0 46223 7 0 0 25 0 1 0 657093865 128147456 25198 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 31286 25198 266 49 0 28427 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 125144

[startup+522.301 s]
/proc/loadavg: 4.21 4.43 4.06 5/374 1091
/proc/meminfo: memFree=26603204/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=135644 CPUtime=522.3 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 27641 0 0 0 52223 7 0 0 25 0 1 0 657093865 138899456 27340 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298743 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 33911 27340 266 49 0 31052 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 135644

[startup+582.301 s]
/proc/loadavg: 4.07 4.35 4.05 5/374 1092
/proc/meminfo: memFree=26561892/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=138716 CPUtime=582.31 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 28222 0 0 0 58223 8 0 0 25 0 1 0 657093865 142045184 27921 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 34679 27921 266 49 0 31820 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 138716

[startup+642.301 s]
/proc/loadavg: 4.07 4.30 4.05 5/374 1094
/proc/meminfo: memFree=26555664/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=139740 CPUtime=642.31 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 28439 0 0 0 64223 8 0 0 25 0 1 0 657093865 143093760 28138 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 34935 28138 266 49 0 32076 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 139740

[startup+702.3 s]
/proc/loadavg: 4.02 4.24 4.05 5/374 1095
/proc/meminfo: memFree=26549560/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=142044 CPUtime=702.31 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 28909 0 0 0 70223 8 0 0 25 0 1 0 657093865 145453056 28608 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 35511 28608 266 49 0 32652 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 142044

[startup+762.314 s]
/proc/loadavg: 4.01 4.20 4.04 5/374 1097
/proc/meminfo: memFree=26536376/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=142556 CPUtime=762.33 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 29049 0 0 0 76224 9 0 0 25 0 1 0 657093865 145977344 28748 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 35639 28748 266 49 0 32780 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 142556

[startup+822.301 s]
/proc/loadavg: 4.00 4.16 4.04 5/374 1099
/proc/meminfo: memFree=26514892/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=150968 CPUtime=822.31 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 30919 0 0 0 82222 9 0 0 25 0 1 0 657093865 154591232 30618 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 37742 30618 266 49 0 34883 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 150968

[startup+882.3 s]
/proc/loadavg: 4.07 4.14 4.04 5/374 1100
/proc/meminfo: memFree=26484352/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=152632 CPUtime=882.31 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 31243 0 0 0 88222 9 0 0 25 0 1 0 657093865 156295168 30942 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 38158 30942 266 49 0 35299 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 152632

[startup+942.301 s]
/proc/loadavg: 4.13 4.14 4.04 5/374 1102
/proc/meminfo: memFree=26464720/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=154940 CPUtime=942.32 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 31821 0 0 0 94222 10 0 0 25 0 1 0 657093865 158658560 31520 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 38735 31520 266 49 0 35876 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 154940

[startup+1002.3 s]
/proc/loadavg: 4.13 4.14 4.04 5/374 1103
/proc/meminfo: memFree=26453892/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=155424 CPUtime=1002.32 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 31983 0 0 0 100222 10 0 0 25 0 1 0 657093865 159154176 31682 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 38856 31682 266 49 0 35997 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 155424

[startup+1062.3 s]
/proc/loadavg: 4.05 4.12 4.04 5/374 1105
/proc/meminfo: memFree=26445064/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=157480 CPUtime=1062.32 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 32385 0 0 0 106221 11 0 0 25 0 1 0 657093865 161259520 32084 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 39370 32084 266 49 0 36511 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 157480

[startup+1122.3 s]
/proc/loadavg: 4.02 4.09 4.03 5/374 1107
/proc/meminfo: memFree=26437592/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=160748 CPUtime=1122.32 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 33089 0 0 0 112221 11 0 0 25 0 1 0 657093865 164605952 32788 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 40187 32788 266 49 0 37328 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 160748

[startup+1182.3 s]
/proc/loadavg: 4.07 4.09 4.03 6/374 1108
/proc/meminfo: memFree=26425664/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=167920 CPUtime=1182.33 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 34422 0 0 0 118221 12 0 0 25 0 1 0 657093865 171950080 34121 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 41980 34121 266 49 0 39121 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 167920

[startup+1242.3 s]
/proc/loadavg: 4.02 4.07 4.03 5/374 1110
/proc/meminfo: memFree=26417692/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=173680 CPUtime=1242.32 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 35579 0 0 0 124220 12 0 0 25 0 1 0 657093865 177848320 35278 33554432000 4194304 4394578 140736566753264 18446744073709551615 4315415 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 43420 35278 266 49 0 40561 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 173680



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.05 4.02 2/368 1114
/proc/meminfo: memFree=26951416/32950928 swapFree=60199044/67111528
[pid=1076] ppid=1074 vsize=177904 CPUtime=1300.03 cores=4,6
/proc/1076/stat : 1076 (SApperloT2010) R 1074 1076 24378 0 -1 4202496 36432 0 0 0 129991 12 0 0 25 0 1 0 657093865 182173696 36131 33554432000 4194304 4394578 140736566753264 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1076/statm: 44476 36131 266 49 0 41617 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 177904

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.92
CPU system time (s): 0.134979
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 177904

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

runsolver used 4.36933 second user time and 11.0213 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 12:22:31
IDJOB=3379712
IDBENCH=71583
IDSOLVER=1862
FILE ID=node122/3379712-1305454951
RUNJOBID= node122-1305454950-1035
PBS_JOBID= 13324864
Free space on /tmp= 73456 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes1.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379712-1305454951/watcher-3379712-1305454951 -o /tmp/evaluation-result-3379712-1305454951/solver-3379712-1305454951 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379712-1305454951.cnf

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

MD5SUM BENCH= 26b9098de258b0434de90e744962df46
RANDOM SEED=901531503

node122.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.820
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.64
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.820
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.75
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.820
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.820
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27065048 kB
Buffers:        304644 kB
Cached:        3804896 kB
SwapCached:      50104 kB
Active:        1580444 kB
Inactive:      4074768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27065048 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            5256 kB
Writeback:           4 kB
AnonPages:     1505780 kB
Mapped:          18848 kB
Slab:           128208 kB
PageTables:      38460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80019552 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= 73460 MiB
End job on node122 at 2011-05-15 12:44:13