Trace number 3348703

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-03-02? (TO) 1300.02 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
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 variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.33 3.88 3.87 4/363 3556
/proc/meminfo: memFree=11288900/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=21524 CPUtime=0 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 1151 0 0 0 0 0 0 0 23 0 1 0 589623552 22040576 1083 33554432000 4194304 4254575 140736241104496 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 5381 1084 213 15 0 2024 0

[startup+0.0935031 s]
/proc/loadavg: 3.33 3.88 3.87 4/363 3556
/proc/meminfo: memFree=11288900/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=24340 CPUtime=0.08 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 2249 0 0 0 8 0 0 0 23 0 1 0 589623552 24924160 2075 33554432000 4194304 4254575 140736241104496 18446744073709551615 4209856 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 6085 2075 232 15 0 2728 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24340

[startup+0.100498 s]
/proc/loadavg: 3.33 3.88 3.87 4/363 3556
/proc/meminfo: memFree=11288900/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=24340 CPUtime=0.09 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 2251 0 0 0 9 0 0 0 23 0 1 0 589623552 24924160 2077 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 6085 2077 232 15 0 2728 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24340

[startup+0.300469 s]
/proc/loadavg: 3.33 3.88 3.87 4/363 3556
/proc/meminfo: memFree=11288900/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=24488 CPUtime=0.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 2367 0 0 0 29 0 0 0 25 0 1 0 589623552 25075712 2193 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 6122 2193 232 15 0 2765 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24488

[startup+0.700396 s]
/proc/loadavg: 3.33 3.88 3.87 4/363 3556
/proc/meminfo: memFree=11288900/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=24628 CPUtime=0.69 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 2584 0 0 0 69 0 0 0 25 0 1 0 589623552 25219072 2406 33554432000 4194304 4254575 140736241104496 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 6157 2406 233 15 0 2800 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24628

[startup+1.50025 s]
/proc/loadavg: 3.33 3.88 3.87 5/370 3572
/proc/meminfo: memFree=11230592/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=24960 CPUtime=1.49 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 3041 0 0 0 149 0 0 0 25 0 1 0 589623552 25559040 2851 33554432000 4194304 4254575 140736241104496 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 6240 2851 233 15 0 2883 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24960

[startup+3.10098 s]
/proc/loadavg: 3.39 3.88 3.87 5/370 3572
/proc/meminfo: memFree=11219312/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=28452 CPUtime=3.09 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 3937 0 0 0 308 1 0 0 25 0 1 0 589623552 29134848 3738 33554432000 4194304 4254575 140736241104496 18446744073709551615 4212231 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 7113 3738 233 15 0 3756 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28452

[startup+6.30039 s]
/proc/loadavg: 3.39 3.88 3.87 5/370 3573
/proc/meminfo: memFree=11196140/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=41164 CPUtime=6.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 5480 0 0 0 628 1 0 0 25 0 1 0 589623552 42151936 5262 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 10291 5262 233 15 0 6934 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41164

[startup+12.7002 s]
/proc/loadavg: 3.48 3.89 3.87 5/370 3573
/proc/meminfo: memFree=11147644/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=54772 CPUtime=12.69 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 8515 0 0 0 1267 2 0 0 25 0 1 0 589623552 56086528 8279 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 13693 8279 233 15 0 10336 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54772

[startup+25.5009 s]
/proc/loadavg: 3.56 3.89 3.87 5/370 3573
/proc/meminfo: memFree=11067240/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=76464 CPUtime=25.49 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 12551 0 0 0 2546 3 0 0 25 0 1 0 589623552 78299136 12271 33554432000 4194304 4254575 140736241104496 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 19116 12271 233 15 0 15759 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76464

[startup+51.1003 s]
/proc/loadavg: 3.71 3.90 3.88 5/370 3574
/proc/meminfo: memFree=10948500/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=79000 CPUtime=51.09 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 22974 0 0 0 5102 7 0 0 25 0 1 0 589623552 80896000 12785 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 19750 12785 233 15 0 16393 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79000

[startup+102.314 s]
/proc/loadavg: 3.88 3.91 3.88 5/370 3575
/proc/meminfo: memFree=10722188/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=83760 CPUtime=102.31 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 39810 0 0 0 10217 14 0 0 25 0 1 0 589623552 85770240 17120 33554432000 4194304 4254575 140736241104496 18446744073709551615 4217053 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 20940 17120 233 15 0 17583 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 83760

[startup+162.3 s]
/proc/loadavg: 4.06 3.96 3.90 5/370 3577
/proc/meminfo: memFree=10569264/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=49520 CPUtime=162.28 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 59056 0 0 0 16208 20 0 0 25 0 1 0 589623552 50708480 8820 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 12380 8820 233 15 0 9023 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 49520

[startup+222.301 s]
/proc/loadavg: 4.07 3.97 3.91 5/370 3578
/proc/meminfo: memFree=10784860/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=71260 CPUtime=222.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 77048 0 0 0 22203 26 0 0 25 0 1 0 589623552 72970240 12055 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 17815 12055 233 15 0 14458 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 71260

[startup+282.301 s]
/proc/loadavg: 4.02 3.97 3.91 5/370 3580
/proc/meminfo: memFree=10811492/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=73932 CPUtime=282.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 94471 0 0 0 28197 32 0 0 25 0 1 0 589623552 75706368 13413 33554432000 4194304 4254575 140736241104496 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 18483 13413 233 15 0 15126 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 73932

[startup+342.301 s]
/proc/loadavg: 4.01 3.97 3.91 5/370 3582
/proc/meminfo: memFree=10605872/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=75444 CPUtime=342.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 112335 0 0 0 34189 40 0 0 25 0 1 0 589623552 77254656 15276 33554432000 4194304 4254575 140736241104496 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 18861 15276 233 15 0 15504 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 75444

[startup+402.3 s]
/proc/loadavg: 4.09 4.01 3.92 5/370 3583
/proc/meminfo: memFree=10421084/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=69452 CPUtime=402.28 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 129189 0 0 0 40181 47 0 0 25 0 1 0 589623552 71118848 13170 33554432000 4194304 4254575 140736241104496 18446744073709551615 4209215 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 17363 13170 233 15 0 14006 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 69452

[startup+462.301 s]
/proc/loadavg: 4.07 4.02 3.93 5/370 3585
/proc/meminfo: memFree=10266288/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=63088 CPUtime=462.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 145337 0 0 0 46176 53 0 0 25 0 1 0 589623552 64602112 11855 33554432000 4194304 4254575 140736241104496 18446744073709551615 4217139 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 15772 11855 233 15 0 12415 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 63088

[startup+522.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/370 3586
/proc/meminfo: memFree=10869884/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=133056 CPUtime=522.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 158555 0 0 0 52171 58 0 0 25 0 1 0 589623552 136249344 24935 33554432000 4194304 4254575 140736241104496 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 33264 24935 233 15 0 29907 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 133056

[startup+582.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/370 3588
/proc/meminfo: memFree=10654076/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=104244 CPUtime=582.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 173795 0 0 0 58166 63 0 0 25 0 1 0 589623552 106745856 21799 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 26061 21799 233 15 0 22704 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 104244

[startup+642.3 s]
/proc/loadavg: 4.06 4.02 3.93 5/370 3593
/proc/meminfo: memFree=10433168/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=86284 CPUtime=642.3 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 188278 0 0 0 64161 69 0 0 25 0 1 0 589623552 88354816 17383 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 21571 17383 233 15 0 18214 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 86284

[startup+702.3 s]
/proc/loadavg: 4.17 4.04 3.94 5/370 3594
/proc/meminfo: memFree=10265512/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=69004 CPUtime=702.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 202229 0 0 0 70156 73 0 0 25 0 1 0 589623552 70660096 12953 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 17251 12953 233 15 0 13894 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 69004

[startup+762.314 s]
/proc/loadavg: 4.13 4.05 3.95 5/370 3596
/proc/meminfo: memFree=10044500/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=137872 CPUtime=762.3 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 215595 0 0 0 76152 78 0 0 25 0 1 0 589623552 141180928 26176 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216960 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 34468 26176 233 15 0 31111 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 137872

[startup+822.301 s]
/proc/loadavg: 4.05 4.04 3.95 5/370 3597
/proc/meminfo: memFree=10244828/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=139756 CPUtime=822.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 232501 0 0 0 82145 84 0 0 25 0 1 0 589623552 143110144 24364 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 34939 24364 233 15 0 31582 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 139756

[startup+882.301 s]
/proc/loadavg: 4.02 4.03 3.95 5/370 3599
/proc/meminfo: memFree=10463264/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=94116 CPUtime=882.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 246041 0 0 0 88140 89 0 0 25 0 1 0 589623552 96374784 18304 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 23529 18304 233 15 0 20172 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 94116

[startup+942.3 s]
/proc/loadavg: 4.20 4.07 3.96 5/370 3601
/proc/meminfo: memFree=10629740/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=96428 CPUtime=942.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 262740 0 0 0 94133 96 0 0 25 0 1 0 589623552 98742272 18508 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 24107 18508 233 15 0 20750 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 96428

[startup+1002.3 s]
/proc/loadavg: 4.13 4.07 3.97 5/370 3602
/proc/meminfo: memFree=10353304/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=147184 CPUtime=1002.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 274805 0 0 0 100130 99 0 0 25 0 1 0 589623552 150716416 30432 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 36796 30432 233 15 0 33439 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 147184

[startup+1062.3 s]
/proc/loadavg: 4.05 4.05 3.97 5/370 3604
/proc/meminfo: memFree=10194664/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=150424 CPUtime=1062.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 290039 0 0 0 106126 103 0 0 25 0 1 0 589623552 154034176 26894 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 37606 26894 233 15 0 34249 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 150424

[startup+1122.3 s]
/proc/loadavg: 4.02 4.04 3.97 5/370 3605
/proc/meminfo: memFree=10044196/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=121792 CPUtime=1122.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 303863 0 0 0 112120 109 0 0 25 0 1 0 589623552 124715008 24082 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 30448 24082 233 15 0 27091 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 121792

[startup+1182.3 s]
/proc/loadavg: 4.00 4.03 3.97 5/370 3607
/proc/meminfo: memFree=10214772/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=122332 CPUtime=1182.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 320192 0 0 0 118115 114 0 0 25 0 1 0 589623552 125267968 22731 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 30583 22731 233 15 0 27226 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 122332

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.97 5/370 3609
/proc/meminfo: memFree=10363148/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=153852 CPUtime=1242.29 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 331696 0 0 0 124110 119 0 0 25 0 1 0 589623552 157544448 34103 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 38463 34103 233 15 0 35106 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 153852



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.97 4/369 3611
/proc/meminfo: memFree=10897196/32951124 swapFree=67111348/67111528
[pid=3556] ppid=3554 vsize=125696 CPUtime=1300 cores=5,7
/proc/3556/stat : 3556 (cir_minisat) R 3554 3556 2950 0 -1 4202496 344190 0 0 0 129877 123 0 0 25 0 1 0 589623552 128712704 25436 33554432000 4194304 4254575 140736241104496 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/3556/statm: 31424 25436 233 15 0 28067 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 125696

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.02
CPU user time (s): 1298.78
CPU system time (s): 1.23681
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 204304

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

runsolver used 4.39433 second user time and 10.9963 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-09 22:14:37
IDJOB=3348703
IDBENCH=83108
IDSOLVER=1810
FILE ID=node145/3348703-1304972077
RUNJOBID= node145-1304972077-3529
PBS_JOBID= 13285605
Free space on /tmp= 43336 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom15.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348703-1304972077/watcher-3348703-1304972077 -o /tmp/evaluation-result-3348703-1304972077/solver-3348703-1304972077 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348703-1304972077.cnf

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=1140272300

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11289808 kB
Buffers:        216000 kB
Cached:       15370324 kB
SwapCached:          0 kB
Active:        6772656 kB
Inactive:     14303524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11289808 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            9980 kB
Writeback:           0 kB
AnonPages:     5489612 kB
Mapped:          27440 kB
Slab:           484140 kB
PageTables:      35132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79387072 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= 43332 MiB
End job on node145 at 2011-05-09 22:36:19