Trace number 3289320

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
march_rw 2011-03-02? (TO) 1300.04 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top29.cnf
MD5SUM9b1b1066fe010948020f1c6b5be34d5d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.5867
Satisfiable
(Un)Satisfiability was proved
Number of variables94998
Number of clauses302862
Sum of the clauses size740744
Maximum clause length3473
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2183377
Number of clauses of size 3117600
Number of clauses of size 4434
Number of clauses of size 527
Number of clauses of size over 51423

Solver Data

2.39/2.47	c main():: ***                                   [ march satisfiability solver ]                                   ***
2.39/2.47	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
2.39/2.47	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
2.39/2.47	c main()::
2.39/2.47	c initFormula():: searching for DIMACS p-line....
2.39/2.47	c initFormula():: the DIMACS p-line indicates a CNF of 94998 variables and 302862 clauses.
2.39/2.47	c parseCNF():: parsing....
2.39/2.47	c parseCNF():: the CNF contains 1 unary clauses.
2.39/2.47	c runParser():: parsing was successful, warming up engines...
2.39/2.47	c find_and_remove_tautogolies():: found and removed 2019 tautologies
2.39/2.47	c find_and_remove_tautogolies():: found and removed 28 tautologies
2.39/2.47	c simplify_formula():: removed 58 tautological, 22262 satisfied and 0 duplicate clauses
2.39/2.47	c preprocessing fase I completed:: there are now 89359 free variables and 280542 clauses.
2.39/2.47	c find_equivalence():: found 9338 3-equivalences
2.39/2.47	c find_and_remove_tautogolies():: found and removed 2506 tautologies
2.39/2.47	c find_and_remove_tautogolies():: found and removed 336 tautologies
2.39/2.47	c find_and_remove_tautogolies():: found and removed 3024 tautologies
2.39/2.47	c shorten_equivalence(): average equivalence length reduced from 3.870968 to 3.870968
2.39/2.47	c using k-SAT heuristics (size based diff)
2.39/2.47	c simplify_formula():: removed 0 tautological, 37352 satisfied and 0 duplicate clauses
2.39/2.47	c simplify_formula():: removed 0 tautological, 0 satisfied and 20247 duplicate clauses
2.39/2.47	c resolvent_look() :: found 10065 resolvents
2.39/2.47	c main():: clause / variable ratio: ( 290607 / 94998 ) = 3.06
2.39/2.47	c longest clause has size 50
2.39/2.47	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.39/2.47	c number of free variables = 83493
2.39/2.47	c dynamic_preselect_setsize :: off
2.39/2.47	c main():: all systems go!
2.39/2.47	c |----------------------------------------------------------------|

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3289320-1303788755/watcher-3289320-1303788755 -o /tmp/evaluation-result-3289320-1303788755/solver-3289320-1303788755 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3289320-1303788755.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.85 3.97 3.90 4/189 32649
/proc/meminfo: memFree=13005620/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=15784 CPUtime=0 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4194304 1907 0 0 0 0 0 0 0 21 0 1 0 569106133 16162816 1853 33554432000 4194304 4300876 140736335344128 18446744073709551615 216734839493 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 3946 1857 110 27 0 2395 0

[startup+0.086187 s]
/proc/loadavg: 3.85 3.97 3.90 4/189 32649
/proc/meminfo: memFree=13005620/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=24036 CPUtime=0.07 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4194304 4364 0 0 0 7 0 0 0 21 0 1 0 569106133 24612864 4309 33554432000 4194304 4300876 140736335344128 18446744073709551615 216734839493 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 6009 4310 113 27 0 4458 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 24036

[startup+0.101182 s]
/proc/loadavg: 3.85 3.97 3.90 4/189 32649
/proc/meminfo: memFree=13005620/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=24960 CPUtime=0.09 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4194304 4611 0 0 0 9 0 0 0 21 0 1 0 569106133 25559040 4556 33554432000 4194304 4300876 140736335344128 18446744073709551615 216734839493 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 6240 4556 113 27 0 4689 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24960

[startup+0.301148 s]
/proc/loadavg: 3.85 3.97 3.90 4/189 32649
/proc/meminfo: memFree=13005620/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=52084 CPUtime=0.29 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4194304 10988 0 0 0 27 2 0 0 22 0 1 0 569106133 53334016 8364 33554432000 4194304 4300876 140736335344128 18446744073709551615 216734574327 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 13021 8368 127 27 0 11470 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52084

[startup+0.70109 s]
/proc/loadavg: 3.85 3.97 3.90 4/189 32649
/proc/meminfo: memFree=13005620/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=59432 CPUtime=0.69 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4194304 29069 0 0 0 65 4 0 0 24 0 1 0 569106133 60858368 10474 33554432000 4194304 4300876 140736335344128 18446744073709551615 216734834707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 14858 10474 129 27 0 13307 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59432

[startup+1.50094 s]
/proc/loadavg: 3.85 3.97 3.90 5/190 32650
/proc/meminfo: memFree=12930520/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=53008 CPUtime=1.49 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 70555 0 0 0 140 9 0 0 25 0 1 0 569106133 54280192 8670 33554432000 4194304 4300876 140736335344128 18446744073709551615 216734845916 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 13252 8670 149 27 0 11701 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53008

[startup+3.10066 s]
/proc/loadavg: 3.85 3.97 3.90 5/190 32650
/proc/meminfo: memFree=12883400/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=207604 CPUtime=3.09 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 112570 0 0 0 294 15 0 0 25 0 1 0 569106133 212586496 25751 33554432000 4194304 4300876 140736335344128 18446744073709551615 4214270 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 51901 25751 261 27 0 50350 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 207604

[startup+6.3011 s]
/proc/loadavg: 3.86 3.97 3.90 5/190 32650
/proc/meminfo: memFree=12849016/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=219724 CPUtime=6.29 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 116503 0 0 0 614 15 0 0 25 0 1 0 569106133 224997376 29592 33554432000 4194304 4300876 140736335344128 18446744073709551615 4261145 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 54931 29592 171 27 0 53380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 219724

[startup+12.701 s]
/proc/loadavg: 3.87 3.97 3.91 5/190 32650
/proc/meminfo: memFree=12833348/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=222648 CPUtime=12.69 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 117405 0 0 0 1254 15 0 0 25 0 1 0 569106133 227991552 30494 33554432000 4194304 4300876 140736335344128 18446744073709551615 4248754 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 55662 30494 171 27 0 54111 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 222648

[startup+25.5007 s]
/proc/loadavg: 3.90 3.97 3.91 5/190 32651
/proc/meminfo: memFree=12825300/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=223452 CPUtime=25.49 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 117635 0 0 0 2533 16 0 0 25 0 1 0 569106133 228814848 30724 33554432000 4194304 4300876 140736335344128 18446744073709551615 216734573607 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 55863 30724 171 27 0 54312 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 223452

[startup+51.1003 s]
/proc/loadavg: 3.93 3.97 3.91 5/190 32652
/proc/meminfo: memFree=12814820/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=223768 CPUtime=51.09 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 117697 0 0 0 5093 16 0 0 25 0 1 0 569106133 229138432 30786 33554432000 4194304 4300876 140736335344128 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 55942 30786 171 27 0 54391 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 223768

[startup+102.307 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 32653
/proc/meminfo: memFree=12796572/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=224108 CPUtime=102.3 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 117774 0 0 0 10214 16 0 0 25 0 1 0 569106133 229486592 30863 33554432000 4194304 4300876 140736335344128 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 56027 30863 171 27 0 54476 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 224108

[startup+162.301 s]
/proc/loadavg: 4.08 4.02 3.93 5/190 32654
/proc/meminfo: memFree=12773496/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=224432 CPUtime=162.3 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 117868 0 0 0 16214 16 0 0 25 0 1 0 569106133 229818368 30957 33554432000 4194304 4300876 140736335344128 18446744073709551615 4216486 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 56108 30957 171 27 0 54557 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 224432

[startup+222.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/190 32656
/proc/meminfo: memFree=12758596/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=225288 CPUtime=222.3 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118069 0 0 0 22214 16 0 0 25 0 1 0 569106133 230694912 31158 33554432000 4194304 4300876 140736335344128 18446744073709551615 4250917 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 56322 31158 171 27 0 54771 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 225288

[startup+282.301 s]
/proc/loadavg: 4.05 4.02 3.93 5/190 32658
/proc/meminfo: memFree=12746668/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=225420 CPUtime=282.3 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118160 0 0 0 28214 16 0 0 25 0 1 0 569106133 230830080 31249 33554432000 4194304 4300876 140736335344128 18446744073709551615 4248596 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 56355 31249 171 27 0 54804 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 225420

[startup+342.3 s]
/proc/loadavg: 4.02 4.02 3.93 5/190 32659
/proc/meminfo: memFree=12733752/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=226112 CPUtime=342.3 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118274 0 0 0 34214 16 0 0 25 0 1 0 569106133 231538688 31363 33554432000 4194304 4300876 140736335344128 18446744073709551615 4250880 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 56528 31363 171 27 0 54977 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 226112

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 32664
/proc/meminfo: memFree=12726424/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=226260 CPUtime=402.3 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118332 0 0 0 40214 16 0 0 25 0 1 0 569106133 231690240 31421 33554432000 4194304 4300876 140736335344128 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 56565 31421 171 27 0 55014 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 226260

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 32665
/proc/meminfo: memFree=12712984/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=227168 CPUtime=462.3 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118498 0 0 0 46214 16 0 0 25 0 1 0 569106133 232620032 31587 33554432000 4194304 4300876 140736335344128 18446744073709551615 4250917 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 56792 31587 171 27 0 55241 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 227168

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 32667
/proc/meminfo: memFree=12705024/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=227168 CPUtime=522.3 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118522 0 0 0 52214 16 0 0 25 0 1 0 569106133 232620032 31611 33554432000 4194304 4300876 140736335344128 18446744073709551615 216734875056 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 56792 31611 171 27 0 55241 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 227168

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 32669
/proc/meminfo: memFree=12695712/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=227312 CPUtime=582.3 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118585 0 0 0 58214 16 0 0 25 0 1 0 569106133 232767488 31674 33554432000 4194304 4300876 140736335344128 18446744073709551615 4276857 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 56828 31674 171 27 0 55277 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 227312

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 32670
/proc/meminfo: memFree=12687144/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=227312 CPUtime=642.31 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118626 0 0 0 64215 16 0 0 25 0 1 0 569106133 232767488 31715 33554432000 4194304 4300876 140736335344128 18446744073709551615 4248768 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 56828 31715 171 27 0 55277 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 227312

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 32672
/proc/meminfo: memFree=12674856/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=228792 CPUtime=702.31 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118875 0 0 0 70215 16 0 0 25 0 1 0 569106133 234283008 31964 33554432000 4194304 4300876 140736335344128 18446744073709551615 4276868 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 57198 31964 171 27 0 55647 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 228792

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 32673
/proc/meminfo: memFree=12666044/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=228792 CPUtime=762.31 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118893 0 0 0 76215 16 0 0 25 0 1 0 569106133 234283008 31982 33554432000 4194304 4300876 140736335344128 18446744073709551615 216734875330 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 57198 31982 171 27 0 55647 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 228792

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 32675
/proc/meminfo: memFree=12659952/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=228792 CPUtime=822.31 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118913 0 0 0 82215 16 0 0 25 0 1 0 569106133 234283008 32002 33554432000 4194304 4300876 140736335344128 18446744073709551615 4214450 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 57198 32002 171 27 0 55647 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 228792

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 32677
/proc/meminfo: memFree=12652736/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=228792 CPUtime=882.31 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118936 0 0 0 88215 16 0 0 25 0 1 0 569106133 234283008 32025 33554432000 4194304 4300876 140736335344128 18446744073709551615 4263233 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 57198 32025 171 27 0 55647 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 228792

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 32678
/proc/meminfo: memFree=12643536/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=228792 CPUtime=942.31 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 118955 0 0 0 94215 16 0 0 25 0 1 0 569106133 234283008 32044 33554432000 4194304 4300876 140736335344128 18446744073709551615 4248754 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 57198 32044 171 27 0 55647 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 228792

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 32680
/proc/meminfo: memFree=12636572/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=228940 CPUtime=1002.31 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 119015 0 0 0 100215 16 0 0 25 0 1 0 569106133 234434560 32104 33554432000 4194304 4300876 140736335344128 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 57235 32104 171 27 0 55684 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 228940

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 32681
/proc/meminfo: memFree=12625520/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=231240 CPUtime=1062.31 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 119416 0 0 0 106215 16 0 0 25 0 1 0 569106133 236789760 32505 33554432000 4194304 4300876 140736335344128 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 57810 32505 171 27 0 56259 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 231240

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 32683
/proc/meminfo: memFree=12616824/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=231240 CPUtime=1122.31 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 119436 0 0 0 112215 16 0 0 25 0 1 0 569106133 236789760 32525 33554432000 4194304 4300876 140736335344128 18446744073709551615 4250880 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 57810 32525 171 27 0 56259 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 231240

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 32685
/proc/meminfo: memFree=12609000/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=231240 CPUtime=1182.31 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 119459 0 0 0 118215 16 0 0 25 0 1 0 569106133 236789760 32548 33554432000 4194304 4300876 140736335344128 18446744073709551615 4250933 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 57810 32548 171 27 0 56259 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 231240

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/190 32686
/proc/meminfo: memFree=12600292/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=231240 CPUtime=1242.32 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 119485 0 0 0 124216 16 0 0 25 0 1 0 569106133 236789760 32574 33554432000 4194304 4300876 140736335344128 18446744073709551615 4248649 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 57810 32574 171 27 0 56259 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 231240



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.83 3.97 3.93 2/184 32691
/proc/meminfo: memFree=12932512/32951124 swapFree=67102140/67111528
[pid=32649] ppid=32647 vsize=231240 CPUtime=1300.02 cores=5,7
/proc/32649/stat : 32649 (march_rw) R 32647 32649 32283 0 -1 4202496 119507 0 0 0 129986 16 0 0 25 0 1 0 569106133 236789760 32596 33554432000 4194304 4300876 140736335344128 18446744073709551615 4265325 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32649/statm: 57810 32596 171 27 0 56259 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 231240

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.01
CPU time (s): 1300.04
CPU user time (s): 1299.87
CPU system time (s): 0.174973
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 231240

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

runsolver used 2.08768 second user time and 5.01624 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-26 05:32:35
IDJOB=3289320
IDBENCH=83120
IDSOLVER=1561
FILE ID=node119/3289320-1303788755
RUNJOBID= node119-1303788754-32610
PBS_JOBID= 13157246
Free space on /tmp= 72024 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top29.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289320-1303788755/watcher-3289320-1303788755 -o /tmp/evaluation-result-3289320-1303788755/solver-3289320-1303788755 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3289320-1303788755.cnf

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

MD5SUM BENCH= 9b1b1066fe010948020f1c6b5be34d5d
RANDOM SEED=161692765

node119.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.815
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.63
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.815
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.815
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.815
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.815
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.67
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.815
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.815
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.815
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:      13006148 kB
Buffers:       2229436 kB
Cached:       17007168 kB
SwapCached:       5504 kB
Active:        8181004 kB
Inactive:     11181296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13006148 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            9952 kB
Writeback:           0 kB
AnonPages:      122616 kB
Mapped:          15116 kB
Slab:           518316 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   358912 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= 72028 MiB
End job on node119 at 2011-04-26 05:54:17