Trace number 3283340

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.05 1300.01

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-10-5t1.cnf
MD5SUMa6ac84cf9e94ebbaf75c1e0feae42273
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.747885
Satisfiable
(Un)Satisfiability was proved
Number of variables108508
Number of clauses527595
Sum of the clauses size1241629
Maximum clause length10
Minimum clause length1
Number of clauses of size 16301
Number of clauses of size 2413934
Number of clauses of size 378900
Number of clauses of size 43160
Number of clauses of size 512640
Number of clauses of size over 512660

Solver Data

2.69/2.79	c main():: ***                                   [ march satisfiability solver ]                                   ***
2.69/2.79	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
2.69/2.79	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
2.69/2.79	c main()::
2.69/2.79	c initFormula():: searching for DIMACS p-line....
2.69/2.79	c initFormula():: the DIMACS p-line indicates a CNF of 108508 variables and 527595 clauses.
2.69/2.79	c parseCNF():: parsing....
2.69/2.79	c parseCNF():: the CNF contains 6301 unary clauses.
2.69/2.79	c runParser():: parsing was successful, warming up engines...
2.69/2.79	c find_and_remove_tautogolies():: found and removed 2962 tautologies
2.69/2.79	c find_and_remove_tautogolies():: found and removed 2405 tautologies
2.69/2.79	c find_and_remove_tautogolies():: found and removed 40 tautologies
2.69/2.79	c simplify_formula():: removed 70 tautological, 280083 satisfied and 11625 duplicate clauses
2.69/2.79	c preprocessing fase I completed:: there are now 47402 free variables and 235817 clauses.
2.69/2.79	c using k-SAT heuristics (size based diff)
2.69/2.79	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.69/2.79	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.69/2.79	c resolvent_look() :: found 818 resolvents
2.69/2.79	c main():: clause / variable ratio: ( 236635 / 108508 ) = 2.18
2.69/2.79	c longest clause has size 10
2.69/2.79	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
2.69/2.79	c number of free variables = 47402
2.69/2.79	c dynamic_preselect_setsize :: off
2.69/2.79	c main():: all systems go!
2.69/2.79	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 763
29.79/29.88	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-3283340-1303762838/watcher-3283340-1303762838 -o /tmp/evaluation-result-3283340-1303762838/solver-3283340-1303762838 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3283340-1303762838.cnf 

running on 2 cores: 4,6

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.60 3.89 3.69 5/189 29201
/proc/meminfo: memFree=15185168/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=17068 CPUtime=0 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4194304 1743 0 0 0 0 0 0 0 21 0 1 0 487881860 17477632 1687 33554432000 4194304 4300876 140735898558064 18446744073709551615 228122374853 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 4267 1691 111 27 0 2716 0

[startup+0.098017 s]
/proc/loadavg: 3.60 3.89 3.69 5/189 29201
/proc/meminfo: memFree=15185168/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=29164 CPUtime=0.08 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4194304 5431 0 0 0 8 0 0 0 21 0 1 0 487881860 29863936 5375 33554432000 4194304 4300876 140735898558064 18446744073709551615 228122713856 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 7291 5376 113 27 0 5740 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29164

[startup+0.100987 s]
/proc/loadavg: 3.60 3.89 3.69 5/189 29201
/proc/meminfo: memFree=15185168/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=29296 CPUtime=0.09 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4194304 5487 0 0 0 9 0 0 0 21 0 1 0 487881860 29999104 5431 33554432000 4194304 4300876 140735898558064 18446744073709551615 228122374853 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 7324 5431 113 27 0 5773 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29296

[startup+0.300974 s]
/proc/loadavg: 3.60 3.89 3.69 5/189 29201
/proc/meminfo: memFree=15185168/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=73940 CPUtime=0.28 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4194304 11918 0 0 0 27 1 0 0 22 0 1 0 487881860 75714560 11860 33554432000 4194304 4300876 140735898558064 18446744073709551615 4242312 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 18485 11860 118 27 0 16934 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 73940

[startup+0.700898 s]
/proc/loadavg: 3.60 3.89 3.69 5/189 29201
/proc/meminfo: memFree=15185168/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=74136 CPUtime=0.69 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4194304 20364 0 0 0 66 3 0 0 23 0 1 0 487881860 75915264 11968 33554432000 4194304 4300876 140735898558064 18446744073709551615 228122362968 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 18534 11968 129 27 0 16983 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74136

[startup+1.50075 s]
/proc/loadavg: 3.60 3.89 3.69 5/190 29202
/proc/meminfo: memFree=14963084/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=74756 CPUtime=1.48 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 35178 0 0 0 143 5 0 0 25 0 1 0 487881860 76550144 12125 33554432000 4194304 4300876 140735898558064 18446744073709551615 228122381216 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 18689 12133 143 27 0 17138 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 74756

[startup+3.10044 s]
/proc/loadavg: 3.60 3.89 3.69 5/190 29202
/proc/meminfo: memFree=14980444/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=218080 CPUtime=3.09 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 78878 0 0 0 297 12 0 0 25 0 1 0 487881860 223313920 23997 33554432000 4194304 4300876 140735898558064 18446744073709551615 4199334 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 54520 23997 169 27 0 52969 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 218080

[startup+6.30089 s]
/proc/loadavg: 3.63 3.89 3.69 5/190 29202
/proc/meminfo: memFree=14804580/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=218080 CPUtime=6.29 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 78893 0 0 0 617 12 0 0 25 0 1 0 487881860 223313920 24012 33554432000 4194304 4300876 140735898558064 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 54520 24012 169 27 0 52969 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 218080

[startup+12.7007 s]
/proc/loadavg: 3.66 3.89 3.69 5/190 29202
/proc/meminfo: memFree=14620868/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=221960 CPUtime=12.69 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 80058 0 0 0 1257 12 0 0 25 0 1 0 487881860 227287040 25177 33554432000 4194304 4300876 140735898558064 18446744073709551615 4199244 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 55490 25177 170 27 0 53939 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 221960

[startup+25.5004 s]
/proc/loadavg: 3.74 3.90 3.69 5/190 29202
/proc/meminfo: memFree=14592000/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=230684 CPUtime=25.49 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 81850 0 0 0 2537 12 0 0 25 0 1 0 487881860 236220416 26969 33554432000 4194304 4300876 140735898558064 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 57671 26969 171 27 0 56120 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 230684

[startup+51.1008 s]
/proc/loadavg: 3.83 3.90 3.70 5/190 29203
/proc/meminfo: memFree=14548352/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=234128 CPUtime=51.09 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 82698 0 0 0 5096 13 0 0 25 0 1 0 487881860 239747072 27817 33554432000 4194304 4300876 140735898558064 18446744073709551615 4227679 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 58532 27817 171 27 0 56981 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 234128

[startup+102.307 s]
/proc/loadavg: 3.92 3.92 3.72 5/190 29204
/proc/meminfo: memFree=14503032/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=237372 CPUtime=102.3 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 83527 0 0 0 10217 13 0 0 25 0 1 0 487881860 243068928 28612 33554432000 4194304 4300876 140735898558064 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 59343 28612 171 27 0 57792 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 237372

[startup+162.301 s]
/proc/loadavg: 3.97 3.93 3.73 5/190 29206
/proc/meminfo: memFree=14481080/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=239292 CPUtime=162.29 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 83900 0 0 0 16216 13 0 0 25 0 1 0 487881860 245035008 28985 33554432000 4194304 4300876 140735898558064 18446744073709551615 4225435 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 59823 28985 199 27 0 58272 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 239292

[startup+222.301 s]
/proc/loadavg: 3.99 3.94 3.74 5/190 29207
/proc/meminfo: memFree=14474248/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=243044 CPUtime=222.29 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 84897 0 0 0 22216 13 0 0 25 0 1 0 487881860 248877056 29954 33554432000 4194304 4300876 140735898558064 18446744073709551615 4227546 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 60761 29954 171 27 0 59210 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 243044

[startup+282.301 s]
/proc/loadavg: 3.99 3.95 3.75 5/190 29209
/proc/meminfo: memFree=14470864/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=243792 CPUtime=282.29 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 85165 0 0 0 28216 13 0 0 25 0 1 0 487881860 249643008 30222 33554432000 4194304 4300876 140735898558064 18446744073709551615 4248736 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 60948 30222 171 27 0 59397 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 243792

[startup+342.301 s]
/proc/loadavg: 4.05 3.97 3.77 5/190 29211
/proc/meminfo: memFree=14466860/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=245304 CPUtime=342.29 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 85546 0 0 0 34216 13 0 0 25 0 1 0 487881860 251191296 30603 33554432000 4194304 4300876 140735898558064 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 61326 30603 171 27 0 59775 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 245304

[startup+402.301 s]
/proc/loadavg: 4.05 3.99 3.79 5/190 29212
/proc/meminfo: memFree=14462596/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=245572 CPUtime=402.3 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 85671 0 0 0 40217 13 0 0 25 0 1 0 487881860 251465728 30728 33554432000 4194304 4300876 140735898558064 18446744073709551615 4216259 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 61393 30728 171 27 0 59842 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 245572

[startup+462.3 s]
/proc/loadavg: 4.02 3.99 3.80 5/190 29214
/proc/meminfo: memFree=14459212/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=248512 CPUtime=462.31 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 86132 0 0 0 46217 14 0 0 25 0 1 0 487881860 254476288 31189 33554432000 4194304 4300876 140735898558064 18446744073709551615 4225198 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 62128 31189 200 27 0 60577 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 248512

[startup+522.3 s]
/proc/loadavg: 4.06 4.00 3.82 5/190 29215
/proc/meminfo: memFree=14453604/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=248512 CPUtime=522.31 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 86228 0 0 0 52217 14 0 0 25 0 1 0 487881860 254476288 31285 33554432000 4194304 4300876 140735898558064 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 62128 31285 200 27 0 60577 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 248512

[startup+582.301 s]
/proc/loadavg: 4.02 4.00 3.82 5/190 29217
/proc/meminfo: memFree=14450220/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=248512 CPUtime=582.31 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 86360 0 0 0 58217 14 0 0 25 0 1 0 487881860 254476288 31417 33554432000 4194304 4300876 140735898558064 18446744073709551615 4234728 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 62128 31417 200 27 0 60577 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 248512

[startup+642.301 s]
/proc/loadavg: 4.01 4.00 3.83 5/190 29219
/proc/meminfo: memFree=14445352/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=252304 CPUtime=642.32 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 86614 0 0 0 64218 14 0 0 25 0 1 0 487881860 258359296 31653 33554432000 4194304 4300876 140735898558064 18446744073709551615 4225196 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 63076 31653 182 27 0 61525 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 252304

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 29220
/proc/meminfo: memFree=14443216/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=252568 CPUtime=702.31 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 86787 0 0 0 70217 14 0 0 25 0 1 0 487881860 258629632 31826 33554432000 4194304 4300876 140735898558064 18446744073709551615 4225242 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 63142 31826 182 27 0 61591 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 252568

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 29222
/proc/meminfo: memFree=14441068/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=252964 CPUtime=762.32 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 86917 0 0 0 76218 14 0 0 25 0 1 0 487881860 259035136 31956 33554432000 4194304 4300876 140735898558064 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 63241 31956 182 27 0 61690 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 252964

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 29223
/proc/meminfo: memFree=14439552/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=253696 CPUtime=822.32 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 87102 0 0 0 82218 14 0 0 25 0 1 0 487881860 259784704 32141 33554432000 4194304 4300876 140735898558064 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 63424 32141 182 27 0 61873 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 253696

[startup+882.3 s]
/proc/loadavg: 4.07 4.02 3.86 5/190 29225
/proc/meminfo: memFree=14434932/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=253964 CPUtime=882.32 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 87256 0 0 0 88218 14 0 0 25 0 1 0 487881860 260059136 32295 33554432000 4194304 4300876 140735898558064 18446744073709551615 4234328 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 63491 32295 182 27 0 61940 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 253964

[startup+942.3 s]
/proc/loadavg: 4.07 4.03 3.87 5/190 29227
/proc/meminfo: memFree=14433164/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=254512 CPUtime=942.32 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 87455 0 0 0 94218 14 0 0 25 0 1 0 487881860 260620288 32494 33554432000 4194304 4300876 140735898558064 18446744073709551615 4216242 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 63628 32494 182 27 0 62077 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 254512

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 3.88 5/190 29228
/proc/meminfo: memFree=14431756/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=254776 CPUtime=1002.32 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 87638 0 0 0 100218 14 0 0 25 0 1 0 487881860 260890624 32677 33554432000 4194304 4300876 140735898558064 18446744073709551615 4225163 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 63694 32677 182 27 0 62143 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 254776

[startup+1062.3 s]
/proc/loadavg: 4.09 4.03 3.89 5/190 29230
/proc/meminfo: memFree=14430488/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=255040 CPUtime=1062.32 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 87804 0 0 0 106218 14 0 0 25 0 1 0 487881860 261160960 32843 33554432000 4194304 4300876 140735898558064 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 63760 32843 182 27 0 62209 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 255040

[startup+1122.3 s]
/proc/loadavg: 4.03 4.02 3.89 5/190 29231
/proc/meminfo: memFree=14429348/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=256108 CPUtime=1122.32 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 88054 0 0 0 112218 14 0 0 25 0 1 0 487881860 262254592 33093 33554432000 4194304 4300876 140735898558064 18446744073709551615 4214434 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 64027 33093 182 27 0 62476 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 256108

[startup+1182.3 s]
/proc/loadavg: 4.09 4.04 3.90 5/190 29233
/proc/meminfo: memFree=14428204/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=256108 CPUtime=1182.32 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 88169 0 0 0 118218 14 0 0 25 0 1 0 487881860 262254592 33208 33554432000 4194304 4300876 140735898558064 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 64027 33208 182 27 0 62476 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 256108

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 3.91 5/190 29235
/proc/meminfo: memFree=14426176/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=256108 CPUtime=1242.32 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 88252 0 0 0 124218 14 0 0 25 0 1 0 487881860 262254592 33291 33554432000 4194304 4300876 140735898558064 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 64027 33291 182 27 0 62476 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 256108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.91 2/185 29239
/proc/meminfo: memFree=15162872/32951124 swapFree=67111528/67111528
[pid=29201] ppid=29199 vsize=262372 CPUtime=1300.03 cores=4,6
/proc/29201/stat : 29201 (march_rw) R 29199 29201 28329 0 -1 4202496 88450 0 0 0 129989 14 0 0 25 0 1 0 487881860 268668928 33489 33554432000 4194304 4300876 140735898558064 18446744073709551615 4225211 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29201/statm: 65593 33489 182 27 0 64042 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 262372

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.05
CPU user time (s): 1299.89
CPU system time (s): 0.155976
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 262372

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

runsolver used 2.21966 second user time and 4.88426 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-25 22:20:39
IDJOB=3283340
IDBENCH=71024
IDSOLVER=1561
FILE ID=node138/3283340-1303762838
RUNJOBID= node138-1303762837-29159
PBS_JOBID= 13154067
Free space on /tmp= 71940 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-10-5t1.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283340-1303762838/watcher-3283340-1303762838 -o /tmp/evaluation-result-3283340-1303762838/solver-3283340-1303762838 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3283340-1303762838.cnf

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

MD5SUM BENCH= a6ac84cf9e94ebbaf75c1e0feae42273
RANDOM SEED=653957595

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.75
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.854
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.80
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.854
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.854
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.82
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.854
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:     32951124 kB
MemFree:      15185696 kB
Buffers:       2064612 kB
Cached:       14960480 kB
SwapCached:          0 kB
Active:        9970312 kB
Inactive:      7235328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15185696 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           67080 kB
Writeback:           0 kB
AnonPages:      179760 kB
Mapped:          14884 kB
Slab:           496292 kB
PageTables:       5340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   378428 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= 71996 MiB
End job on node138 at 2011-04-25 22:42:21