Trace number 3289688

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-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
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 variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

Solver Data

0.69/0.76	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.69/0.76	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.69/0.76	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.69/0.76	c main()::
0.69/0.76	c initFormula():: searching for DIMACS p-line....
0.69/0.76	c initFormula():: the DIMACS p-line indicates a CNF of 32733 variables and 109177 clauses.
0.69/0.76	c parseCNF():: parsing....
0.69/0.76	c parseCNF():: the CNF contains 1 unary clauses.
0.69/0.76	c runParser():: parsing was successful, warming up engines...
0.69/0.76	c find_and_remove_tautogolies():: found and removed 1084 tautologies
0.69/0.76	c find_and_remove_tautogolies():: found and removed 16 tautologies
0.69/0.76	c simplify_formula():: removed 34 tautological, 8846 satisfied and 0 duplicate clauses
0.69/0.76	c preprocessing fase I completed:: there are now 30482 free variables and 100297 clauses.
0.69/0.76	c find_equivalence():: found 7208 3-equivalences
0.69/0.76	c find_and_remove_tautogolies():: found and removed 2040 tautologies
0.69/0.76	c find_and_remove_tautogolies():: found and removed 272 tautologies
0.69/0.76	c find_and_remove_tautogolies():: found and removed 2160 tautologies
0.69/0.76	c shorten_equivalence(): average equivalence length reduced from 3.789474 to 3.789474
0.69/0.76	c using k-SAT heuristics (size based diff)
0.69/0.76	c simplify_formula():: removed 0 tautological, 28832 satisfied and 0 duplicate clauses
0.69/0.76	c simplify_formula():: removed 0 tautological, 0 satisfied and 3790 duplicate clauses
0.69/0.76	c main():: clause / variable ratio: ( 85782 / 32733 ) = 2.62
0.69/0.76	c longest clause has size 35
0.69/0.76	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.69/0.76	c number of free variables = 26010
0.69/0.76	c dynamic_preselect_setsize :: off
0.69/0.76	c main():: all systems go!
0.69/0.76	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 458
2.59/2.67	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 2295
25.59/25.65	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 69065
672.80/672.83	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
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-3289688-1303790520/watcher-3289688-1303790520 -o /tmp/evaluation-result-3289688-1303790520/solver-3289688-1303790520 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3289688-1303790520.cnf 

running on 2 cores: 1,3

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: 1.37 2.84 3.10 4/189 10705
/proc/meminfo: memFree=16632516/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=11200 CPUtime=0 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4194304 1245 0 0 0 0 0 0 0 22 0 1 0 490650792 11468800 1189 33554432000 4194304 4300876 140733351444016 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 2800 1189 113 27 0 1249 0

[startup+0.015265 s]
/proc/loadavg: 1.37 2.84 3.10 4/189 10705
/proc/meminfo: memFree=16632516/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=11728 CPUtime=0.01 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4194304 1403 0 0 0 1 0 0 0 22 0 1 0 490650792 12009472 1347 33554432000 4194304 4300876 140733351444016 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 2932 1348 113 27 0 1381 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11728

[startup+0.107291 s]
/proc/loadavg: 1.37 2.84 3.10 4/189 10705
/proc/meminfo: memFree=16632516/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=22240 CPUtime=0.09 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4194304 4127 0 0 0 9 0 0 0 23 0 1 0 490650792 22773760 2960 33554432000 4194304 4300876 140733351444016 18446744073709551615 4247304 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 5560 2961 127 27 0 4009 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22240

[startup+0.300214 s]
/proc/loadavg: 1.37 2.84 3.10 4/189 10705
/proc/meminfo: memFree=16632516/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=25040 CPUtime=0.29 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 13332 0 0 0 28 1 0 0 23 0 1 0 490650792 25640960 3795 33554432000 4194304 4300876 140733351444016 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 6260 3804 143 27 0 4709 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25040

[startup+0.700141 s]
/proc/loadavg: 1.37 2.84 3.10 4/189 10705
/proc/meminfo: memFree=16632516/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=72140 CPUtime=0.69 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 34263 0 0 0 66 3 0 0 25 0 1 0 490650792 73871360 7477 33554432000 4194304 4300876 140733351444016 18446744073709551615 4242431 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 18035 7477 158 27 0 16484 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72140

[startup+1.501 s]
/proc/loadavg: 1.37 2.84 3.10 5/190 10706
/proc/meminfo: memFree=16525256/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=76588 CPUtime=1.49 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 39467 0 0 0 145 4 0 0 25 0 1 0 490650792 78426112 9418 33554432000 4194304 4300876 140733351444016 18446744073709551615 4261255 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 19147 9418 170 27 0 17596 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76588

[startup+3.10071 s]
/proc/loadavg: 1.58 2.86 3.11 5/190 10706
/proc/meminfo: memFree=16506160/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=80300 CPUtime=3.09 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 40431 0 0 0 305 4 0 0 25 0 1 0 490650792 82227200 10382 33554432000 4194304 4300876 140733351444016 18446744073709551615 4199772 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 20075 10382 171 27 0 18524 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80300

[startup+6.30014 s]
/proc/loadavg: 1.58 2.86 3.11 5/190 10706
/proc/meminfo: memFree=16491048/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=81560 CPUtime=6.29 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 40769 0 0 0 625 4 0 0 25 0 1 0 490650792 83517440 10720 33554432000 4194304 4300876 140733351444016 18446744073709551615 4230706 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 20390 10720 171 27 0 18839 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81560

[startup+12.701 s]
/proc/loadavg: 1.95 2.90 3.12 5/190 10706
/proc/meminfo: memFree=16483216/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=84804 CPUtime=12.69 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 41366 0 0 0 1265 4 0 0 25 0 1 0 490650792 86839296 11317 33554432000 4194304 4300876 140733351444016 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 21201 11317 171 27 0 19650 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84804

[startup+25.5007 s]
/proc/loadavg: 2.27 2.93 3.12 5/190 10707
/proc/meminfo: memFree=16471336/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=88300 CPUtime=25.5 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 42364 0 0 0 2545 5 0 0 25 0 1 0 490650792 90419200 12297 33554432000 4194304 4300876 140733351444016 18446744073709551615 4231064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 22075 12297 171 27 0 20524 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 88300

[startup+51.1002 s]
/proc/loadavg: 2.86 3.02 3.15 5/190 10707
/proc/meminfo: memFree=16461096/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=91204 CPUtime=51.09 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 43031 0 0 0 5104 5 0 0 25 0 1 0 490650792 93392896 12941 33554432000 4194304 4300876 140733351444016 18446744073709551615 4214457 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 22801 12941 171 27 0 21250 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 91204

[startup+102.307 s]
/proc/loadavg: 3.54 3.18 3.19 5/190 10709
/proc/meminfo: memFree=16436156/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=96052 CPUtime=102.29 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 44220 0 0 0 10224 5 0 0 25 0 1 0 490650792 98357248 14130 33554432000 4194304 4300876 140733351444016 18446744073709551615 4225112 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 24013 14130 171 27 0 22462 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 96052

[startup+162.3 s]
/proc/loadavg: 3.83 3.33 3.24 5/190 10713
/proc/meminfo: memFree=16421940/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=101308 CPUtime=162.29 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 45312 0 0 0 16223 6 0 0 25 0 1 0 490650792 103739392 15222 33554432000 4194304 4300876 140733351444016 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 25327 15222 171 27 0 23776 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 101308

[startup+222.301 s]
/proc/loadavg: 3.93 3.45 3.29 5/190 10715
/proc/meminfo: memFree=16411468/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=108228 CPUtime=222.29 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 46140 0 0 0 22223 6 0 0 25 0 1 0 490650792 110825472 16050 33554432000 4194304 4300876 140733351444016 18446744073709551615 4248643 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 27057 16050 171 27 0 25506 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 108228

[startup+282.301 s]
/proc/loadavg: 4.10 3.57 3.34 5/190 10717
/proc/meminfo: memFree=16402020/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=109424 CPUtime=282.3 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 46854 0 0 0 28223 7 0 0 25 0 1 0 490650792 112050176 16764 33554432000 4194304 4300876 140733351444016 18446744073709551615 4214479 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 27356 16764 171 27 0 25805 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 109424

[startup+342.3 s]
/proc/loadavg: 4.04 3.65 3.38 5/190 10718
/proc/meminfo: memFree=16393064/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=110976 CPUtime=342.3 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 47514 0 0 0 34223 7 0 0 25 0 1 0 490650792 113639424 17424 33554432000 4194304 4300876 140733351444016 18446744073709551615 4230591 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 27744 17424 171 27 0 26193 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 110976

[startup+402.301 s]
/proc/loadavg: 4.01 3.71 3.41 5/190 10720
/proc/meminfo: memFree=16384968/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=112036 CPUtime=402.3 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 48133 0 0 0 40223 7 0 0 25 0 1 0 490650792 114724864 18043 33554432000 4194304 4300876 140733351444016 18446744073709551615 4214235 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 28009 18043 171 27 0 26458 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 112036

[startup+462.301 s]
/proc/loadavg: 4.00 3.76 3.45 5/190 10721
/proc/meminfo: memFree=16376772/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=123684 CPUtime=462.3 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 48855 0 0 0 46223 7 0 0 25 0 1 0 490650792 126652416 18765 33554432000 4194304 4300876 140733351444016 18446744073709551615 4214530 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 30921 18765 171 27 0 29370 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 123684

[startup+522.3 s]
/proc/loadavg: 4.00 3.80 3.48 5/190 10723
/proc/meminfo: memFree=16368296/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=124752 CPUtime=522.31 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 49451 0 0 0 52223 8 0 0 25 0 1 0 490650792 127746048 19361 33554432000 4194304 4300876 140733351444016 18446744073709551615 4230615 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 31188 19361 171 27 0 29637 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 124752

[startup+582.301 s]
/proc/loadavg: 4.00 3.83 3.51 5/190 10725
/proc/meminfo: memFree=16360576/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=125680 CPUtime=582.31 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 50192 0 0 0 58223 8 0 0 25 0 1 0 490650792 128696320 20102 33554432000 4194304 4300876 140733351444016 18446744073709551615 4276324 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 31420 20102 171 27 0 29869 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 125680

[startup+642.301 s]
/proc/loadavg: 4.00 3.86 3.54 5/190 10726
/proc/meminfo: memFree=16353492/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=126640 CPUtime=642.31 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 50913 0 0 0 64223 8 0 0 25 0 1 0 490650792 129679360 20823 33554432000 4194304 4300876 140733351444016 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 31660 20823 171 27 0 30109 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 126640

[startup+702.3 s]
/proc/loadavg: 4.00 3.88 3.56 5/190 10728
/proc/meminfo: memFree=16344160/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=130296 CPUtime=702.3 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 52114 0 0 0 70222 8 0 0 25 0 1 0 490650792 133423104 22024 33554432000 4194304 4300876 140733351444016 18446744073709551615 4230554 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 32574 22024 171 27 0 31023 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 130296

[startup+762.306 s]
/proc/loadavg: 4.00 3.90 3.59 5/190 10729
/proc/meminfo: memFree=16338684/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=130960 CPUtime=762.32 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 52659 0 0 0 76223 9 0 0 25 0 1 0 490650792 134103040 22569 33554432000 4194304 4300876 140733351444016 18446744073709551615 4248775 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 32740 22569 171 27 0 31189 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 130960

[startup+822.301 s]
/proc/loadavg: 4.08 3.93 3.61 5/190 10731
/proc/meminfo: memFree=16330360/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=151516 CPUtime=822.31 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 53312 0 0 0 82222 9 0 0 25 0 1 0 490650792 155152384 23222 33554432000 4194304 4300876 140733351444016 18446744073709551615 4225435 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 37879 23222 171 27 0 36328 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 151516

[startup+882.301 s]
/proc/loadavg: 4.06 3.96 3.64 5/190 10733
/proc/meminfo: memFree=16322160/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=152176 CPUtime=882.32 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 53839 0 0 0 88222 10 0 0 25 0 1 0 490650792 155828224 23749 33554432000 4194304 4300876 140733351444016 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 38044 23749 171 27 0 36493 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 152176

[startup+942.3 s]
/proc/loadavg: 4.02 3.96 3.66 5/190 10734
/proc/meminfo: memFree=16314820/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=152840 CPUtime=942.32 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 54241 0 0 0 94222 10 0 0 25 0 1 0 490650792 156508160 24151 33554432000 4194304 4300876 140733351444016 18446744073709551615 4199738 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 38210 24151 171 27 0 36659 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 152840

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.68 5/190 10736
/proc/meminfo: memFree=16308580/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=154388 CPUtime=1002.32 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 54677 0 0 0 100222 10 0 0 25 0 1 0 490650792 158093312 24587 33554432000 4194304 4300876 140733351444016 18446744073709551615 4231455 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 38597 24587 171 27 0 37046 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 154388

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.69 5/190 10737
/proc/meminfo: memFree=16302236/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=154928 CPUtime=1062.32 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 55124 0 0 0 106222 10 0 0 25 0 1 0 490650792 158646272 25034 33554432000 4194304 4300876 140733351444016 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 38732 25034 171 27 0 37181 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 154928

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.71 5/190 10739
/proc/meminfo: memFree=16295012/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=155192 CPUtime=1122.31 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 55577 0 0 0 112221 10 0 0 25 0 1 0 490650792 158916608 25487 33554432000 4194304 4300876 140733351444016 18446744073709551615 4248698 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 38798 25487 171 27 0 37247 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 155192

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 10741
/proc/meminfo: memFree=16288776/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=155720 CPUtime=1182.32 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 56055 0 0 0 118221 11 0 0 25 0 1 0 490650792 159457280 25965 33554432000 4194304 4300876 140733351444016 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 38930 25965 171 27 0 37379 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 155720

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 10742
/proc/meminfo: memFree=16282168/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=156120 CPUtime=1242.32 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 56472 0 0 0 124221 11 0 0 25 0 1 0 490650792 159866880 26382 33554432000 4194304 4300876 140733351444016 18446744073709551615 4199953 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 39030 26382 171 27 0 37479 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 156120



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.75 2/184 10747
/proc/meminfo: memFree=16573096/32950928 swapFree=67111528/67111528
[pid=10705] ppid=10703 vsize=156796 CPUtime=1300.03 cores=1,3
/proc/10705/stat : 10705 (march_rw) R 10703 10705 10134 0 -1 4202496 57007 0 0 0 129992 11 0 0 25 0 1 0 490650792 160559104 26917 33554432000 4194304 4300876 140733351444016 18446744073709551615 4214448 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10705/statm: 39199 26917 171 27 0 37648 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 156796

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

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

runsolver used 2.09868 second user time and 5.00724 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 06:02:00
IDJOB=3289688
IDBENCH=83134
IDSOLVER=1561
FILE ID=node122/3289688-1303790520
RUNJOBID= node122-1303790520-10665
PBS_JOBID= 13157258
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=1007401118

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16635036 kB
Buffers:       1721108 kB
Cached:       13912716 kB
SwapCached:          0 kB
Active:        4373556 kB
Inactive:     11378880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16635036 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8988 kB
Writeback:           0 kB
AnonPages:      117696 kB
Mapped:          15068 kB
Slab:           499064 kB
PageTables:       5104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   321180 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= 71716 MiB
End job on node122 at 2011-04-26 06:23:42