Trace number 3380465

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
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 1300.05 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top25.cnf
MD5SUM1d36146d5d79c91e0605a19242395228
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark527.919
Satisfiable
(Un)Satisfiability was proved
Number of variables71356
Number of clauses227126
Sum of the clauses size555264
Maximum clause length2747
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2137909
Number of clauses of size 387742
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 51127

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 2.40 2.95 3.34 6/305 10999
/proc/meminfo: memFree=24623420/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=21716 CPUtime=0 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 1154 0 0 0 0 0 0 0 22 0 1 0 736150192 22237184 1098 33554432000 4194304 4300288 140735634667200 18446744073709551615 4267656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 5429 1098 217 26 0 2061 0

[startup+0.0610529 s]
/proc/loadavg: 2.40 2.95 3.34 6/305 10999
/proc/meminfo: memFree=24623420/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=33444 CPUtime=0.04 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 4485 0 0 0 4 0 0 0 22 0 1 0 736150192 34246656 4091 33554432000 4194304 4300288 140735634667200 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 8361 4092 218 26 0 4993 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33444

[startup+0.101069 s]
/proc/loadavg: 2.40 2.95 3.34 6/305 10999
/proc/meminfo: memFree=24623420/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=37912 CPUtime=0.08 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 6222 0 0 0 8 0 0 0 22 0 1 0 736150192 38821888 5603 33554432000 4194304 4300288 140735634667200 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 9478 5604 218 26 0 6110 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37912

[startup+0.301037 s]
/proc/loadavg: 2.40 2.95 3.34 6/305 10999
/proc/meminfo: memFree=24623420/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=53916 CPUtime=0.29 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 9894 0 0 0 28 1 0 0 23 0 1 0 736150192 55209984 8840 33554432000 4194304 4300288 140735634667200 18446744073709551615 4222809 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 13479 8843 222 26 0 10111 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53916

[startup+0.700963 s]
/proc/loadavg: 2.40 2.95 3.34 6/305 10999
/proc/meminfo: memFree=24623420/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=45228 CPUtime=0.68 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 11857 0 0 0 67 1 0 0 25 0 1 0 736150192 46313472 7137 33554432000 4194304 4300288 140735634667200 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 11307 7137 242 26 0 7939 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 45228

[startup+1.50083 s]
/proc/loadavg: 2.40 2.95 3.34 5/315 11019
/proc/meminfo: memFree=24509208/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=45228 CPUtime=1.48 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 12101 0 0 0 147 1 0 0 25 0 1 0 736150192 46313472 7373 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 11307 7373 243 26 0 7939 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 45228

[startup+3.10052 s]
/proc/loadavg: 2.40 2.95 3.34 5/315 11019
/proc/meminfo: memFree=24497428/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=52300 CPUtime=3.08 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 12692 0 0 0 307 1 0 0 25 0 1 0 736150192 53555200 7956 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255995 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 13075 7956 243 26 0 9707 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 52300

[startup+6.30096 s]
/proc/loadavg: 2.60 2.98 3.34 5/315 11019
/proc/meminfo: memFree=24479508/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=52648 CPUtime=6.29 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 13743 0 0 0 627 2 0 0 25 0 1 0 736150192 53911552 8986 33554432000 4194304 4300288 140735634667200 18446744073709551615 4256192 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 13162 8986 243 26 0 9794 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52648

[startup+12.7008 s]
/proc/loadavg: 2.72 3.00 3.35 5/315 11019
/proc/meminfo: memFree=24411116/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=71980 CPUtime=12.69 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 18431 0 0 0 1266 3 0 0 25 0 1 0 736150192 73707520 13636 33554432000 4194304 4300288 140735634667200 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 17995 13636 243 26 0 14627 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71980

[startup+25.5004 s]
/proc/loadavg: 3.00 3.05 3.36 5/315 11020
/proc/meminfo: memFree=24365600/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=83656 CPUtime=25.49 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 21619 0 0 0 2545 4 0 0 25 0 1 0 736150192 85663744 16772 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 20914 16772 243 26 0 17546 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83656

[startup+51.1007 s]
/proc/loadavg: 3.34 3.12 3.37 5/315 11020
/proc/meminfo: memFree=24322344/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=71680 CPUtime=51.09 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 30640 0 0 0 5102 7 0 0 25 0 1 0 736150192 73400320 13163 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 17920 13163 243 26 0 14552 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71680

[startup+102.311 s]
/proc/loadavg: 3.71 3.26 3.40 5/315 11022
/proc/meminfo: memFree=24264524/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=140324 CPUtime=102.3 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 42465 0 0 0 10220 10 0 0 25 0 1 0 736150192 143691776 24773 33554432000 4194304 4300288 140735634667200 18446744073709551615 4256258 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 35081 24773 243 26 0 31713 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 140324

[startup+162.3 s]
/proc/loadavg: 3.89 3.39 3.44 5/315 11023
/proc/meminfo: memFree=24188332/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=143388 CPUtime=162.29 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 58863 0 0 0 16215 14 0 0 25 0 1 0 736150192 146829312 25065 33554432000 4194304 4300288 140735634667200 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 35847 25065 243 26 0 32479 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 143388

[startup+222.3 s]
/proc/loadavg: 4.06 3.53 3.48 5/315 11025
/proc/meminfo: memFree=24203176/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=119856 CPUtime=222.29 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 75198 0 0 0 22211 18 0 0 25 0 1 0 736150192 122732544 24431 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 29964 24431 243 26 0 26596 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 119856

[startup+282.3 s]
/proc/loadavg: 4.02 3.61 3.51 5/315 11026
/proc/meminfo: memFree=24184552/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=91824 CPUtime=282.29 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 88946 0 0 0 28204 25 0 0 25 0 1 0 736150192 94027776 18948 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 22956 18948 243 26 0 19588 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 91824

[startup+342.3 s]
/proc/loadavg: 4.00 3.68 3.54 6/316 11031
/proc/meminfo: memFree=24144960/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=153288 CPUtime=342.29 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 100524 0 0 0 34200 29 0 0 25 0 1 0 736150192 156966912 30328 33554432000 4194304 4300288 140735634667200 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 38322 30328 243 26 0 34954 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 153288

[startup+402.3 s]
/proc/loadavg: 4.00 3.73 3.56 5/315 11033
/proc/meminfo: memFree=24156084/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=127684 CPUtime=402.3 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 116443 0 0 0 40196 34 0 0 25 0 1 0 736150192 130748416 25856 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 31921 25856 243 26 0 28553 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 127684

[startup+462.3 s]
/proc/loadavg: 4.11 3.81 3.60 5/315 11034
/proc/meminfo: memFree=24023724/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=158504 CPUtime=462.3 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 126577 0 0 0 46193 37 0 0 25 0 1 0 736150192 162308096 35851 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 39626 35851 243 26 0 36258 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 158504

[startup+522.3 s]
/proc/loadavg: 4.04 3.84 3.62 5/315 11036
/proc/meminfo: memFree=24166056/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=163084 CPUtime=522.3 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 143835 0 0 0 52189 41 0 0 25 0 1 0 736150192 166998016 31318 33554432000 4194304 4300288 140735634667200 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 40771 31318 243 26 0 37403 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 163084

[startup+582.3 s]
/proc/loadavg: 4.01 3.87 3.64 5/315 11037
/proc/meminfo: memFree=24076488/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=106004 CPUtime=582.3 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 156508 0 0 0 58184 46 0 0 25 0 1 0 736150192 108548096 21289 33554432000 4194304 4300288 140735634667200 18446744073709551615 4271190 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 26501 21289 243 26 0 23133 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 106004

[startup+642.301 s]
/proc/loadavg: 4.00 3.89 3.66 5/315 11039
/proc/meminfo: memFree=24058232/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=167468 CPUtime=642.31 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 171866 0 0 0 64181 50 0 0 25 0 1 0 736150192 171487232 36430 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 41867 36430 243 26 0 38499 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 167468

[startup+702.301 s]
/proc/loadavg: 4.00 3.91 3.68 5/315 11041
/proc/meminfo: memFree=24070468/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=117680 CPUtime=702.3 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 186262 0 0 0 70175 55 0 0 25 0 1 0 736150192 120504320 24898 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 29420 24898 243 26 0 26052 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 117680

[startup+762.312 s]
/proc/loadavg: 4.04 3.94 3.70 5/315 11042
/proc/meminfo: memFree=23987244/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=167468 CPUtime=762.32 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 196838 0 0 0 76172 60 0 0 25 0 1 0 736150192 171487232 35316 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 41867 35316 243 26 0 38499 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 167468

[startup+822.301 s]
/proc/loadavg: 4.05 3.96 3.72 5/315 11044
/proc/meminfo: memFree=24021180/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=113444 CPUtime=822.31 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 210514 0 0 0 82167 64 0 0 25 0 1 0 736150192 116166656 24037 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 28361 24037 243 26 0 24993 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 113444

[startup+882.301 s]
/proc/loadavg: 4.02 3.97 3.74 5/315 11045
/proc/meminfo: memFree=24047324/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=174908 CPUtime=882.31 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 223649 0 0 0 88162 69 0 0 25 0 1 0 736150192 179105792 36974 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 43727 36974 243 26 0 40359 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 174908

[startup+942.301 s]
/proc/loadavg: 4.15 4.00 3.76 5/315 11047
/proc/meminfo: memFree=24037752/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=224996 CPUtime=942.32 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 231661 0 0 0 94159 73 0 0 25 0 1 0 736150192 230395904 44867 33554432000 4194304 4300288 140735634667200 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 56249 44867 243 26 0 52881 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 224996

[startup+1002.3 s]
/proc/loadavg: 4.05 4.00 3.77 5/315 11049
/proc/meminfo: memFree=23915200/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=174908 CPUtime=1002.31 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 247977 0 0 0 100153 78 0 0 25 0 1 0 736150192 179105792 35653 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 43727 35653 243 26 0 40359 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 174908

[startup+1062.3 s]
/proc/loadavg: 4.05 4.01 3.79 5/315 11050
/proc/meminfo: memFree=23972452/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=224996 CPUtime=1062.32 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 256785 0 0 0 106150 82 0 0 25 0 1 0 736150192 230395904 44346 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255755 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 56249 44346 243 26 0 52881 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 224996

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.80 5/315 11052
/proc/meminfo: memFree=23978748/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=181820 CPUtime=1122.32 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 274455 0 0 0 112144 88 0 0 25 0 1 0 736150192 186183680 34336 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 45455 34336 243 26 0 42087 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 181820

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.81 5/315 11053
/proc/meminfo: memFree=23868716/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=231908 CPUtime=1182.32 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 284396 0 0 0 118139 93 0 0 25 0 1 0 736150192 237473792 44106 33554432000 4194304 4300288 140735634667200 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 57977 44106 243 26 0 54609 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 231908

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 3.83 5/315 11055
/proc/meminfo: memFree=23913592/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=122672 CPUtime=1242.32 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 295955 0 0 0 124135 97 0 0 25 0 1 0 736150192 125616128 26053 33554432000 4194304 4300288 140735634667200 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 30668 26053 243 26 0 27300 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 122672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.03 3.84 5/315 11057
/proc/meminfo: memFree=23968232/32951124 swapFree=67083432/67111528
[pid=10999] ppid=10997 vsize=184136 CPUtime=1300.03 cores=0,2
/proc/10999/stat : 10999 (cir_minisat) R 10997 10999 10957 0 -1 4202496 309700 0 0 0 129902 101 0 0 25 0 1 0 736150192 188555264 39595 33554432000 4194304 4300288 140735634667200 18446744073709551615 4270664 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/10999/statm: 46034 39595 243 26 0 42666 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 184136

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.02
CPU system time (s): 1.02684
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 233944

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

runsolver used 4.16537 second user time and 8.85365 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 13:33:16
IDJOB=3380465
IDBENCH=83121
IDSOLVER=1863
FILE ID=node110/3380465-1305459196
RUNJOBID= node110-1305459196-10975
PBS_JOBID= 13324910
Free space on /tmp= 73608 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top25.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380465-1305459196/watcher-3380465-1305459196 -o /tmp/evaluation-result-3380465-1305459196/solver-3380465-1305459196 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380465-1305459196.cnf

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

MD5SUM BENCH= 1d36146d5d79c91e0605a19242395228
RANDOM SEED=212345113

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:      24624064 kB
Buffers:        292900 kB
Cached:        4284012 kB
SwapCached:       1440 kB
Active:        4675376 kB
Inactive:      3316600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24624064 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            9268 kB
Writeback:           0 kB
AnonPages:     3413668 kB
Mapped:          26260 kB
Slab:           246568 kB
PageTables:      23872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63418156 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= 73596 MiB
End job on node110 at 2011-05-15 13:54:58