Trace number 3372664

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
Lingeling 587f (fixed)? (TO) 5000.12 5000.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

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-3372664-1305423681/watcher-3372664-1305423681 -o /tmp/evaluation-result-3372664-1305423681/solver-3372664-1305423681 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372664-1305423681.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.08 2.02 2/398 30287
/proc/meminfo: memFree=24173552/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=10264 CPUtime=0 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 1132 0 0 0 0 0 0 0 25 0 1 0 653966817 10510336 1075 33554432000 4194304 4409284 140737352907408 18446744073709551615 242970550016 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 2566 1075 113 53 0 989 0

[startup+0.025286 s]
/proc/loadavg: 2.10 2.08 2.02 2/398 30287
/proc/meminfo: memFree=24173552/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=11544 CPUtime=0.02 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 1468 0 0 0 2 0 0 0 25 0 1 0 653966817 11821056 1411 33554432000 4194304 4409284 140737352907408 18446744073709551615 242970550016 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 2886 1411 113 53 0 1309 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11544

[startup+0.100276 s]
/proc/loadavg: 2.10 2.08 2.02 2/398 30287
/proc/meminfo: memFree=24173552/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=20960 CPUtime=0.09 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 3790 0 0 0 9 0 0 0 25 0 1 0 653966817 21463040 3733 33554432000 4194304 4409284 140737352907408 18446744073709551615 4200683 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 5240 3733 113 53 0 3663 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20960

[startup+0.30024 s]
/proc/loadavg: 2.10 2.08 2.02 2/398 30287
/proc/meminfo: memFree=24173552/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=25228 CPUtime=0.29 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 7609 0 0 0 29 0 0 0 25 0 1 0 653966817 25833472 4816 33554432000 4194304 4409284 140737352907408 18446744073709551615 4285305 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 6307 4816 129 53 0 4730 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25228

[startup+0.700184 s]
/proc/loadavg: 2.10 2.08 2.02 2/398 30287
/proc/meminfo: memFree=24173552/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=25228 CPUtime=0.69 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 7609 0 0 0 69 0 0 0 25 0 1 0 653966817 25833472 4816 33554432000 4194304 4409284 140737352907408 18446744073709551615 4284080 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 6307 4816 129 53 0 4730 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25228

[startup+1.50104 s]
/proc/loadavg: 2.10 2.08 2.02 3/399 30288
/proc/meminfo: memFree=24154204/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=30716 CPUtime=1.49 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 8983 0 0 0 148 1 0 0 25 0 1 0 653966817 31453184 6190 33554432000 4194304 4409284 140737352907408 18446744073709551615 4271287 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 7679 6190 131 53 0 6102 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30716

[startup+3.10076 s]
/proc/loadavg: 2.10 2.08 2.02 3/399 30288
/proc/meminfo: memFree=24149368/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=30948 CPUtime=3.09 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 10431 0 0 0 308 1 0 0 25 0 1 0 653966817 31690752 6259 33554432000 4194304 4409284 140737352907408 18446744073709551615 4266901 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 7737 6259 136 53 0 6160 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30948

[startup+6.30022 s]
/proc/loadavg: 2.34 2.12 2.03 4/399 30288
/proc/meminfo: memFree=24146916/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=30948 CPUtime=6.29 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 10431 0 0 0 628 1 0 0 25 0 1 0 653966817 31690752 6259 33554432000 4194304 4409284 140737352907408 18446744073709551615 4243872 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 7737 6259 136 53 0 6160 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30948

[startup+12.7001 s]
/proc/loadavg: 2.31 2.12 2.03 3/399 30288
/proc/meminfo: memFree=24140904/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=32876 CPUtime=12.69 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 10981 0 0 0 1260 9 0 0 25 0 1 0 653966817 33665024 6746 33554432000 4194304 4409284 140737352907408 18446744073709551615 242970574743 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 8219 6746 141 53 0 6642 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32876

[startup+25.5009 s]
/proc/loadavg: 2.24 2.11 2.03 3/399 30288
/proc/meminfo: memFree=24122440/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=41428 CPUtime=25.49 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 13188 0 0 0 2526 23 0 0 25 0 1 0 653966817 42422272 8913 33554432000 4194304 4409284 140737352907408 18446744073709551615 242970574743 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 10357 8913 141 53 0 8780 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41428

[startup+51.1005 s]
/proc/loadavg: 2.16 2.10 2.03 3/399 30289
/proc/meminfo: memFree=24112632/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=41424 CPUtime=51.09 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 13208 0 0 0 5058 51 0 0 25 0 1 0 653966817 42418176 8912 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 10356 8912 141 53 0 8779 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 41424

[startup+102.315 s]
/proc/loadavg: 2.07 2.09 2.02 3/399 30290
/proc/meminfo: memFree=24099600/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=51976 CPUtime=102.31 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 20655 0 0 0 10138 93 0 0 25 0 1 0 653966817 53223424 11521 33554432000 4194304 4409284 140737352907408 18446744073709551615 242970574743 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 12994 11521 141 53 0 11417 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 51976

[startup+162.3 s]
/proc/loadavg: 2.09 2.10 2.03 3/399 30292
/proc/meminfo: memFree=24120172/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=54156 CPUtime=162.29 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 33342 0 0 0 16089 140 0 0 25 0 1 0 653966817 55455744 12066 33554432000 4194304 4409284 140737352907408 18446744073709551615 242970574743 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 13539 12066 141 53 0 11962 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 54156

[startup+222.301 s]
/proc/loadavg: 2.06 2.09 2.03 3/399 30293
/proc/meminfo: memFree=24095972/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=59048 CPUtime=222.29 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 42682 0 0 0 22042 187 0 0 25 0 1 0 653966817 60465152 13289 33554432000 4194304 4409284 140737352907408 18446744073709551615 4340272 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 14762 13289 141 53 0 13185 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 59048

[startup+282.301 s]
/proc/loadavg: 2.13 2.10 2.03 3/399 30295
/proc/meminfo: memFree=24088880/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=67884 CPUtime=282.3 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 70667 0 0 0 27998 232 0 0 25 0 1 0 653966817 69513216 15498 33554432000 4194304 4409284 140737352907408 18446744073709551615 242970574743 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 16971 15498 141 53 0 15394 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 67884

[startup+342.3 s]
/proc/loadavg: 2.04 2.08 2.03 3/399 30297
/proc/meminfo: memFree=24099652/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=72100 CPUtime=342.29 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 71740 0 0 0 33959 270 0 0 25 0 1 0 653966817 73830400 16552 33554432000 4194304 4409284 140737352907408 18446744073709551615 242970574743 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 18025 16552 141 53 0 16448 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 72100

[startup+402.301 s]
/proc/loadavg: 2.01 2.06 2.02 3/399 30298
/proc/meminfo: memFree=24034032/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=100348 CPUtime=402.3 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 80869 0 0 0 39915 315 0 0 25 0 1 0 653966817 102756352 23614 33554432000 4194304 4409284 140737352907408 18446744073709551615 4296773 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 25087 23614 141 53 0 23510 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 100348

[startup+462.301 s]
/proc/loadavg: 2.00 2.05 2.02 3/399 30300
/proc/meminfo: memFree=24057332/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=78936 CPUtime=462.3 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 85196 0 0 0 45873 357 0 0 25 0 1 0 653966817 80830464 18261 33554432000 4194304 4409284 140737352907408 18446744073709551615 242970574743 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 19734 18261 141 53 0 18157 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 78936

[startup+522.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/399 30301
/proc/meminfo: memFree=24077532/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=82812 CPUtime=522.3 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 86184 0 0 0 51830 400 0 0 25 0 1 0 653966817 84799488 19230 33554432000 4194304 4409284 140737352907408 18446744073709551615 4271332 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 20703 19230 141 53 0 19126 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 82812

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/399 30303
/proc/meminfo: memFree=24008080/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=118708 CPUtime=582.3 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 104935 0 0 0 57793 437 0 0 25 0 1 0 653966817 121556992 28204 33554432000 4194304 4409284 140737352907408 18446744073709551615 242970574743 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 29677 28204 141 53 0 28100 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 118708

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/393 4606
/proc/meminfo: memFree=23650464/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=594128 CPUtime=4002.37 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 801230 0 0 0 397596 2641 0 0 25 0 1 0 653966817 608387072 147059 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 148532 147059 141 53 0 146955 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 594128

[startup+4062.32 s]
/proc/loadavg: 1.00 1.00 1.01 2/393 4608
/proc/meminfo: memFree=23907752/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=337440 CPUtime=4062.38 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 818012 0 0 0 403578 2660 0 0 25 0 1 0 653966817 345538560 82887 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 84360 82887 141 53 0 82783 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 337440

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/393 4609
/proc/meminfo: memFree=23884796/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=360064 CPUtime=4122.37 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 852871 0 0 0 409554 2683 0 0 25 0 1 0 653966817 368705536 88543 33554432000 4194304 4409284 140737352907408 18446744073709551615 4359905 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 90016 88543 141 53 0 88439 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 360064

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/393 4611
/proc/meminfo: memFree=23884908/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=360064 CPUtime=4182.37 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 852871 0 0 0 415532 2705 0 0 25 0 1 0 653966817 368705536 88543 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 90016 88543 141 53 0 88439 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 360064

[startup+4242.3 s]
/proc/loadavg: 1.07 1.03 1.01 2/393 4613
/proc/meminfo: memFree=23865676/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=379468 CPUtime=4242.37 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 857722 0 0 0 421513 2724 0 0 25 0 1 0 653966817 388575232 93394 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358613 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 94867 93394 141 53 0 93290 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 379468

[startup+4302.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/393 4614
/proc/meminfo: memFree=23839620/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=405368 CPUtime=4302.37 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 864197 0 0 0 427495 2742 0 0 25 0 1 0 653966817 415096832 99869 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 101342 99869 141 53 0 99765 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 405368

[startup+4362.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/393 4616
/proc/meminfo: memFree=23803396/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=441688 CPUtime=4362.38 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 873277 0 0 0 433482 2756 0 0 25 0 1 0 653966817 452288512 108949 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 110422 108949 141 53 0 108845 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 441688

[startup+4422.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/393 4617
/proc/meminfo: memFree=23803384/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=441688 CPUtime=4422.37 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 873277 0 0 0 439467 2770 0 0 25 0 1 0 653966817 452288512 108949 33554432000 4194304 4409284 140737352907408 18446744073709551615 242970574743 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 110422 108949 141 53 0 108845 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 441688

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/393 4619
/proc/meminfo: memFree=23758608/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=486160 CPUtime=4482.38 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 884395 0 0 0 445453 2785 0 0 25 0 1 0 653966817 497827840 120067 33554432000 4194304 4409284 140737352907408 18446744073709551615 4256755 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 121540 120067 141 53 0 119963 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 486160

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/393 4621
/proc/meminfo: memFree=23673040/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=571568 CPUtime=4542.38 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 922131 0 0 0 451435 2803 0 0 25 0 1 0 653966817 585285632 141419 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 142892 141419 141 53 0 141315 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 571568

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/393 4622
/proc/meminfo: memFree=23635948/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=607884 CPUtime=4602.39 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 931210 0 0 0 457416 2823 0 0 25 0 1 0 653966817 622473216 150498 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 151971 150498 141 53 0 150394 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 607884

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/393 4624
/proc/meminfo: memFree=23499788/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=743768 CPUtime=4662.38 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 965182 0 0 0 463401 2837 0 0 25 0 1 0 653966817 761618432 184469 33554432000 4194304 4409284 140737352907408 18446744073709551615 242970574743 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 185942 184469 141 53 0 184365 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 743768

[startup+4722.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/393 4625
/proc/meminfo: memFree=23500892/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=743768 CPUtime=4722.4 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 965182 0 0 0 469392 2848 0 0 25 0 1 0 653966817 761618432 184469 33554432000 4194304 4409284 140737352907408 18446744073709551615 4272063 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 185942 184469 141 53 0 184365 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 743768

[startup+4782.3 s]
/proc/loadavg: 1.10 1.03 1.01 2/393 4636
/proc/meminfo: memFree=23411700/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=896676 CPUtime=4782.38 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 1055686 0 0 0 475370 2868 0 0 25 0 1 0 653966817 918196224 222696 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 224169 222696 141 53 0 222592 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 896676

[startup+4842.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/393 4638
/proc/meminfo: memFree=23346080/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=896676 CPUtime=4842.38 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 1055686 0 0 0 481362 2876 0 0 25 0 1 0 653966817 918196224 222696 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 224169 222696 141 53 0 222592 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 896676

[startup+4902.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/393 4639
/proc/meminfo: memFree=23895636/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=348064 CPUtime=4902.38 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 1067747 0 0 0 487340 2898 0 0 25 0 1 0 653966817 356417536 85575 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358325 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 87016 85575 141 53 0 85439 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 348064

[startup+4962.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/393 4641
/proc/meminfo: memFree=23919932/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=323972 CPUtime=4962.39 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 1089751 0 0 0 493323 2916 0 0 25 0 1 0 653966817 331747328 79520 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 80993 79520 141 53 0 79416 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 323972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.02 1.00 2/393 4642
/proc/meminfo: memFree=23919924/32951132 swapFree=67093844/67111528
[pid=30287] ppid=30285 vsize=323972 CPUtime=5000.1 cores=1,3,5,7
/proc/30287/stat : 30287 (lingeling) R 30285 30287 29580 0 -1 4202496 1089751 0 0 0 497085 2925 0 0 25 0 1 0 653966817 331747328 79520 33554432000 4194304 4409284 140737352907408 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/30287/statm: 80993 79520 141 53 0 79416 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 323972

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): 5000.03
CPU time (s): 5000.12
CPU user time (s): 4970.85
CPU system time (s): 29.2706
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 896676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4970.85
system time used= 29.2706
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1089751
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= 6
involuntary context switches= 57176

runsolver used 17.0384 second user time and 46.6309 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-15 03:41:22
IDJOB=3372664
IDBENCH=83107
IDSOLVER=1850
FILE ID=node128/3372664-1305423681
RUNJOBID= node128-1305417716-29926
PBS_JOBID= 13324542
Free space on /tmp= 73604 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom26.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372664-1305423681/watcher-3372664-1305423681 -o /tmp/evaluation-result-3372664-1305423681/solver-3372664-1305423681 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372664-1305423681.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=87384818

node128.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.852
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.70
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.852
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.852
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.82
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.852
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.75
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24173848 kB
Buffers:        273404 kB
Cached:        2896984 kB
SwapCached:       1440 kB
Active:        6392460 kB
Inactive:      2095048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24173848 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            4320 kB
Writeback:           0 kB
AnonPages:     5315104 kB
Mapped:          32388 kB
Slab:           187480 kB
PageTables:      38088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100752504 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= 73616 MiB
End job on node128 at 2011-05-15 05:04:44