Trace number 3284536

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.09 1300.06

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-10.cnf
MD5SUMdfee75eca85ea61831a395f003ba3a95
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.85372
Satisfiable
(Un)Satisfiability was proved
Number of variables289828
Number of clauses1008603
Sum of the clauses size2654349
Maximum clause length348
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2410047
Number of clauses of size 3562366
Number of clauses of size 435949
Number of clauses of size 50
Number of clauses of size over 5240

Solver Data

15.29/15.37	c main():: ***                                   [ march satisfiability solver ]                                   ***
15.29/15.37	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
15.29/15.37	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
15.29/15.37	c main()::
15.29/15.37	c initFormula():: searching for DIMACS p-line....
15.29/15.37	c initFormula():: the DIMACS p-line indicates a CNF of 289828 variables and 1008603 clauses.
15.29/15.37	c parseCNF():: parsing....
15.29/15.37	c parseCNF():: the CNF contains 1 unary clauses.
15.29/15.37	c runParser():: parsing was successful, warming up engines...
15.29/15.37	c find_and_remove_tautogolies():: found and removed 2970 tautologies
15.29/15.37	c find_and_remove_tautogolies():: found and removed 1 tautologies
15.29/15.37	c simplify_formula():: removed 1 tautological, 6926 satisfied and 0 duplicate clauses
15.29/15.37	c preprocessing fase I completed:: there are now 286509 free variables and 1001676 clauses.
15.29/15.37	c find_equivalence():: found 103949 3-equivalences
15.29/15.37	c find_and_remove_tautogolies():: found and removed 19 tautologies
15.29/15.37	c find_and_remove_tautogolies():: found and removed 19 tautologies
15.29/15.37	c find_and_remove_tautogolies():: found and removed 17 tautologies
15.29/15.37	c find_and_remove_tautogolies():: found and removed 15 tautologies
15.29/15.37	c find_and_remove_tautogolies():: found and removed 14 tautologies
15.29/15.37	c find_and_remove_tautogolies():: found and removed 12 tautologies
15.29/15.37	c find_and_remove_tautogolies():: found and removed 10 tautologies
15.29/15.37	c find_and_remove_tautogolies():: found and removed 2 tautologies
15.29/15.37	c find_and_remove_tautogolies():: found and removed 36495 tautologies
15.29/15.37	c shorten_equivalence(): average equivalence length reduced from 17.192677 to 5.408045
15.29/15.37	c find_and_remove_tautogolies():: found and removed 6 tautologies
15.29/15.37	c using k-SAT heuristics (size based diff)
15.29/15.37	c simplify_formula():: removed 0 tautological, 415796 satisfied and 0 duplicate clauses
15.29/15.37	c simplify_formula():: removed 0 tautological, 0 satisfied and 238 duplicate clauses
15.29/15.37	c main():: clause / variable ratio: ( 586893 / 289828 ) = 2.02
15.29/15.37	c longest clause has size 16
15.29/15.37	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
15.29/15.37	c number of free variables = 249900
15.29/15.37	c dynamic_preselect_setsize :: off
15.29/15.37	c main():: all systems go!
15.29/15.37	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 1715
65.69/65.79	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: 3372
187.29/187.33	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: 18491
1060.51/1060.51	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 |*****************************************************
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-3284536-1303767654/watcher-3284536-1303767654 -o /tmp/evaluation-result-3284536-1303767654/solver-3284536-1303767654 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3284536-1303767654.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.93 3.97 3.90 4/189 10365
/proc/meminfo: memFree=16061928/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=26480 CPUtime=0 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4194304 2254 0 0 0 0 0 0 0 22 0 1 0 488365131 27115520 2199 33554432000 4194304 4300876 140737356739440 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 6620 2205 110 27 0 5069 0

[startup+0.030757 s]
/proc/loadavg: 3.93 3.97 3.90 4/189 10365
/proc/meminfo: memFree=16061928/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=43904 CPUtime=0.02 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4194304 8283 0 0 0 2 0 0 0 22 0 1 0 488365131 44957696 8228 33554432000 4194304 4300876 140737356739440 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 11009 8239 110 27 0 9458 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 43904

[startup+0.100744 s]
/proc/loadavg: 3.93 3.97 3.90 4/189 10365
/proc/meminfo: memFree=16061928/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=51400 CPUtime=0.09 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4194304 10280 0 0 0 8 1 0 0 22 0 1 0 488365131 52633600 10225 33554432000 4194304 4300876 140737356739440 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 12850 10225 113 27 0 11299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51400

[startup+0.300708 s]
/proc/loadavg: 3.93 3.97 3.90 4/189 10365
/proc/meminfo: memFree=16061928/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=61828 CPUtime=0.28 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4194304 13231 0 0 0 27 1 0 0 23 0 1 0 488365131 63311872 13176 33554432000 4194304 4300876 140737356739440 18446744073709551615 274473967360 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 15457 13177 113 27 0 13906 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61828

[startup+0.700695 s]
/proc/loadavg: 3.93 3.97 3.90 4/189 10365
/proc/meminfo: memFree=16061928/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=158380 CPUtime=0.69 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4194304 26947 0 0 0 65 4 0 0 25 0 1 0 488365131 162181120 26890 33554432000 4194304 4300876 140737356739440 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 39595 26901 118 27 0 38044 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158380

[startup+1.5005 s]
/proc/loadavg: 3.93 3.97 3.90 5/190 10366
/proc/meminfo: memFree=15956280/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=159432 CPUtime=1.49 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4194304 60686 0 0 0 141 8 0 0 25 0 1 0 488365131 163258368 28592 33554432000 4194304 4300876 140737356739440 18446744073709551615 4242201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 39858 28592 129 27 0 38307 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 159432

[startup+3.10022 s]
/proc/loadavg: 3.93 3.97 3.90 5/190 10366
/proc/meminfo: memFree=15946008/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=165016 CPUtime=3.08 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 119520 0 0 0 292 16 0 0 25 0 1 0 488365131 168976384 29568 33554432000 4194304 4300876 140737356739440 18446744073709551615 4240059 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 41254 29568 143 27 0 39703 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 165016

[startup+6.30065 s]
/proc/loadavg: 3.93 3.97 3.90 5/190 10366
/proc/meminfo: memFree=15902364/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=182124 CPUtime=6.28 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 301732 0 0 0 586 42 0 0 25 0 1 0 488365131 186494976 34750 33554432000 4194304 4300876 140737356739440 18446744073709551615 274473628705 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 45531 34751 143 27 0 43980 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 182124

[startup+12.7005 s]
/proc/loadavg: 3.94 3.97 3.90 5/190 10367
/proc/meminfo: memFree=15869860/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=184684 CPUtime=12.69 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 351907 0 0 0 1220 49 0 0 25 0 1 0 488365131 189116416 34821 33554432000 4194304 4300876 140737356739440 18446744073709551615 4242457 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 46171 34821 149 27 0 44620 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 184684

[startup+25.5003 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 10367
/proc/meminfo: memFree=15736828/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=603604 CPUtime=25.49 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 438294 0 0 0 2489 60 0 0 25 0 1 0 488365131 618090496 77328 33554432000 4194304 4300876 140737356739440 18446744073709551615 4230591 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 150901 77328 175 27 0 149350 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 603604

[startup+51.1008 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 10368
/proc/meminfo: memFree=15713304/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=622880 CPUtime=51.09 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 442636 0 0 0 5048 61 0 0 25 0 1 0 488365131 637829120 81643 33554432000 4194304 4300876 140737356739440 18446744073709551615 4231209 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 155720 81643 172 27 0 154169 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 622880

[startup+102.307 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10369
/proc/meminfo: memFree=15548572/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=799412 CPUtime=102.3 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 481560 0 0 0 10163 67 0 0 25 0 1 0 488365131 818597888 120409 33554432000 4194304 4300876 140737356739440 18446744073709551615 4250933 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 199853 120409 184 27 0 198302 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 799412

[startup+162.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10371
/proc/meminfo: memFree=15346128/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1110032 CPUtime=162.29 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 535826 0 0 0 16153 76 0 0 25 0 1 0 488365131 1136672768 173611 33554432000 4194304 4300876 140737356739440 18446744073709551615 4263233 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 277508 173611 872 27 0 275957 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1110032

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10372
/proc/meminfo: memFree=15257416/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1186416 CPUtime=222.29 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 552236 0 0 0 22150 79 0 0 25 0 1 0 488365131 1214889984 189663 33554432000 4194304 4300876 140737356739440 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 296604 189663 879 27 0 295053 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1186416

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10374
/proc/meminfo: memFree=15216840/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1235068 CPUtime=282.3 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 561986 0 0 0 28149 81 0 0 25 0 1 0 488365131 1264709632 199105 33554432000 4194304 4300876 140737356739440 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 308767 199105 914 27 0 307216 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1235068

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10376
/proc/meminfo: memFree=15184424/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1265548 CPUtime=342.29 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 568815 0 0 0 34148 81 0 0 25 0 1 0 488365131 1295921152 205852 33554432000 4194304 4300876 140737356739440 18446744073709551615 4231106 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 316387 205852 915 27 0 314836 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1265548

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10377
/proc/meminfo: memFree=15140980/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1308512 CPUtime=402.29 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 578237 0 0 0 40146 83 0 0 25 0 1 0 488365131 1339916288 214648 33554432000 4194304 4300876 140737356739440 18446744073709551615 4231216 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 327128 214648 1080 27 0 325577 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1308512

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10379
/proc/meminfo: memFree=15107208/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1337340 CPUtime=462.3 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 585387 0 0 0 46146 84 0 0 25 0 1 0 488365131 1369436160 221786 33554432000 4194304 4300876 140737356739440 18446744073709551615 4263314 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 334335 221786 1083 27 0 332784 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1337340

[startup+522.301 s]
/proc/loadavg: 4.07 4.00 3.91 5/190 10380
/proc/meminfo: memFree=15099104/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1340664 CPUtime=522.3 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 586440 0 0 0 52145 85 0 0 25 0 1 0 488365131 1372839936 222837 33554432000 4194304 4300876 140737356739440 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 335166 222837 1083 27 0 333615 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1340664

[startup+582.3 s]
/proc/loadavg: 4.07 4.01 3.92 5/190 10382
/proc/meminfo: memFree=15094344/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1356472 CPUtime=582.3 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 586796 0 0 0 58145 85 0 0 25 0 1 0 488365131 1389027328 223192 33554432000 4194304 4300876 140737356739440 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 339118 223192 1082 27 0 337567 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1356472

[startup+642.301 s]
/proc/loadavg: 4.02 4.01 3.92 5/190 10384
/proc/meminfo: memFree=15075072/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1373708 CPUtime=642.31 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 590980 0 0 0 64146 85 0 0 25 0 1 0 488365131 1406676992 227365 33554432000 4194304 4300876 140737356739440 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 343427 227365 1083 27 0 341876 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1373708

[startup+702.3 s]
/proc/loadavg: 4.06 4.02 3.93 5/190 10385
/proc/meminfo: memFree=15057548/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1397248 CPUtime=702.3 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 595152 0 0 0 70144 86 0 0 25 0 1 0 488365131 1430781952 231323 33554432000 4194304 4300876 140737356739440 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 349312 231323 1204 27 0 347761 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1397248

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 10387
/proc/meminfo: memFree=14969328/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1502644 CPUtime=762.31 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 617118 0 0 0 76141 90 0 0 25 0 1 0 488365131 1538707456 252854 33554432000 4194304 4300876 140737356739440 18446744073709551615 4231064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 375661 252854 1289 27 0 374110 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1502644

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 10388
/proc/meminfo: memFree=14906420/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1590688 CPUtime=822.3 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 632516 0 0 0 82138 92 0 0 25 0 1 0 488365131 1628864512 268009 33554432000 4194304 4300876 140737356739440 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 397672 268009 1779 27 0 396121 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1590688

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10390
/proc/meminfo: memFree=14885408/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1616864 CPUtime=882.31 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 637546 0 0 0 88138 93 0 0 25 0 1 0 488365131 1655668736 272600 33554432000 4194304 4300876 140737356739440 18446744073709551615 4216540 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 404216 272600 1779 27 0 402665 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1616864

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10392
/proc/meminfo: memFree=14876560/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1624036 CPUtime=942.31 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 639407 0 0 0 94137 94 0 0 25 0 1 0 488365131 1663012864 274392 33554432000 4194304 4300876 140737356739440 18446744073709551615 4225187 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 406009 274392 1760 27 0 404458 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1624036

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10393
/proc/meminfo: memFree=14845512/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1671172 CPUtime=1002.31 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 646605 0 0 0 100136 95 0 0 25 0 1 0 488365131 1711280128 281556 33554432000 4194304 4300876 140737356739440 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 417793 281556 1768 27 0 416242 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1671172

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10395
/proc/meminfo: memFree=14838916/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1676768 CPUtime=1062.31 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 647951 0 0 0 106136 95 0 0 25 0 1 0 488365131 1717010432 282858 33554432000 4194304 4300876 140737356739440 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 419192 282858 1857 27 0 417641 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1676768

[startup+1122.3 s]
/proc/loadavg: 4.10 4.03 3.94 5/190 10396
/proc/meminfo: memFree=14798592/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1721944 CPUtime=1122.31 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 657559 0 0 0 112134 97 0 0 25 0 1 0 488365131 1763270656 292326 33554432000 4194304 4300876 140737356739440 18446744073709551615 4216523 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 430486 292326 1866 27 0 428935 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1721944

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.94 5/190 10398
/proc/meminfo: memFree=14786040/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1730380 CPUtime=1182.32 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 660168 0 0 0 118134 98 0 0 25 0 1 0 488365131 1771909120 294915 33554432000 4194304 4300876 140737356739440 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 432595 294915 1869 27 0 431044 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1730380

[startup+1242.3 s]
/proc/loadavg: 4.08 4.03 3.94 5/190 10409
/proc/meminfo: memFree=14746684/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1777524 CPUtime=1242.32 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 669571 0 0 0 124132 100 0 0 25 0 1 0 488365131 1820184576 304272 33554432000 4194304 4300876 140737356739440 18446744073709551615 4200051 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 444381 304272 1876 27 0 442830 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1777524



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.75 3.71 3.84 2/172 10464
/proc/meminfo: memFree=15290680/32950928 swapFree=67111528/67111528
[pid=10365] ppid=10363 vsize=1863292 CPUtime=1300.03 cores=5,7
/proc/10365/stat : 10365 (march_rw) R 10363 10365 10131 0 -1 4202496 681851 0 0 0 129902 101 0 0 25 0 1 0 488365131 1908011008 316401 33554432000 4194304 4300876 140737356739440 18446744073709551615 4214434 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10365/statm: 465823 316401 1885 27 0 464272 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1863292

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.06
CPU time (s): 1300.09
CPU user time (s): 1299.02
CPU system time (s): 1.06984
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1863292

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

runsolver used 2.02769 second user time and 5.05623 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-25 23:40:55
IDJOB=3284536
IDBENCH=82351
IDSOLVER=1561
FILE ID=node125/3284536-1303767654
RUNJOBID= node125-1303766317-10152
PBS_JOBID= 13157157
Free space on /tmp= 73100 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-10.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284536-1303767654/watcher-3284536-1303767654 -o /tmp/evaluation-result-3284536-1303767654/solver-3284536-1303767654 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3284536-1303767654.cnf

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

MD5SUM BENCH= dfee75eca85ea61831a395f003ba3a95
RANDOM SEED=1070612481

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16062084 kB
Buffers:       2196988 kB
Cached:       13630872 kB
SwapCached:          0 kB
Active:        8289196 kB
Inactive:      8067272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16062084 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           36856 kB
Writeback:         176 kB
AnonPages:      527620 kB
Mapped:          15456 kB
Slab:           467428 kB
PageTables:       6308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1091276 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= 73124 MiB
End job on node125 at 2011-04-26 00:02:37