Trace number 3283478

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) 1299.95 1300.02

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark187.595
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

6.06/6.11	c main():: ***                                   [ march satisfiability solver ]                                   ***
6.06/6.11	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
6.06/6.11	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
6.06/6.11	c main()::
6.06/6.11	c initFormula():: searching for DIMACS p-line....
6.06/6.11	c initFormula():: the DIMACS p-line indicates a CNF of 199304 variables and 1005834 clauses.
6.06/6.11	c parseCNF():: parsing....
6.06/6.11	c parseCNF():: the CNF contains 10249 unary clauses.
6.06/6.11	c runParser():: parsing was successful, warming up engines...
6.06/6.11	c find_and_remove_tautogolies():: found and removed 3605 tautologies
6.06/6.11	c find_and_remove_tautogolies():: found and removed 1417 tautologies
6.06/6.11	c simplify_formula():: removed 0 tautological, 273918 satisfied and 29798 duplicate clauses
6.06/6.11	c preprocessing fase I completed:: there are now 145175 free variables and 702118 clauses.
6.06/6.11	c using k-SAT heuristics (size based diff)
6.06/6.11	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
6.06/6.11	c simplify_formula():: removed 0 tautological, 0 satisfied and 40 duplicate clauses
6.06/6.11	c resolvent_look() :: found 1228 resolvents
6.06/6.11	c main():: clause / variable ratio: ( 703346 / 199304 ) = 3.53
6.06/6.11	c longest clause has size 10
6.06/6.11	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
6.06/6.11	c number of free variables = 145175
6.06/6.11	c dynamic_preselect_setsize :: off
6.06/6.11	c main():: all systems go!
6.06/6.11	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-3283478-1303763643/watcher-3283478-1303763643 -o /tmp/evaluation-result-3283478-1303763643/solver-3283478-1303763643 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3283478-1303763643.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: 1.03 2.51 3.13 5/180 32246
/proc/meminfo: memFree=13837928/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=25028 CPUtime=0 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4194304 2644 0 0 0 0 0 0 0 21 0 1 0 566595158 25628672 2588 33554432000 4194304 4300876 140735419508320 18446744073709551615 215988253381 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 6257 2593 111 27 0 4706 0

[startup+0.101118 s]
/proc/loadavg: 1.03 2.51 3.13 5/180 32246
/proc/meminfo: memFree=13837928/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=43340 CPUtime=0.09 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4194304 8406 0 0 0 9 0 0 0 22 0 1 0 566595158 44380160 8350 33554432000 4194304 4300876 140735419508320 18446744073709551615 215988126190 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32246/statm: 10835 8350 113 27 0 9284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43340

[startup+0.201099 s]
/proc/loadavg: 1.03 2.51 3.13 5/180 32246
/proc/meminfo: memFree=13837928/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=49544 CPUtime=0.19 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4194304 10148 0 0 0 18 1 0 0 22 0 1 0 566595158 50733056 10092 33554432000 4194304 4300876 140735419508320 18446744073709551615 215987996119 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32246/statm: 12386 10092 113 27 0 10835 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49544

[startup+0.301081 s]
/proc/loadavg: 1.03 2.51 3.13 5/180 32246
/proc/meminfo: memFree=13837928/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=55220 CPUtime=0.29 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4194304 11730 0 0 0 28 1 0 0 22 0 1 0 566595158 56545280 11674 33554432000 4194304 4300876 140735419508320 18446744073709551615 215988124167 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32246/statm: 13805 11674 113 27 0 12254 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55220

[startup+0.701015 s]
/proc/loadavg: 1.03 2.51 3.13 5/180 32246
/proc/meminfo: memFree=13837928/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=156060 CPUtime=0.69 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4194304 27616 0 0 0 65 4 0 0 24 0 1 0 566595158 159805440 27558 33554432000 4194304 4300876 140735419508320 18446744073709551615 4239767 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32246/statm: 39015 27558 118 27 0 37464 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 156060

[startup+1.50088 s]
/proc/loadavg: 1.27 2.54 3.13 5/190 32265
/proc/meminfo: memFree=13313828/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=142584 CPUtime=1.49 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4194304 44890 0 0 0 143 6 0 0 25 0 1 0 566595158 146006016 23363 33554432000 4194304 4300876 140735419508320 18446744073709551615 215988618346 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32246/statm: 35646 23363 129 27 0 34095 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 142584

[startup+3.1006 s]
/proc/loadavg: 1.27 2.54 3.13 5/190 32265
/proc/meminfo: memFree=13381904/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=138044 CPUtime=3.08 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 85074 0 0 0 296 12 0 0 25 0 1 0 566595158 141357056 23267 33554432000 4194304 4300876 140735419508320 18446744073709551615 4240059 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32246/statm: 34511 23267 143 27 0 32960 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 138044

[startup+6.30104 s]
/proc/loadavg: 1.27 2.54 3.13 5/190 32265
/proc/meminfo: memFree=13247320/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=420352 CPUtime=6.27 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 186310 0 0 0 601 26 0 0 25 0 1 0 566595158 430440448 48646 33554432000 4194304 4300876 140735419508320 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32246/statm: 105088 48646 169 27 0 103537 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 420352

[startup+12.7009 s]
/proc/loadavg: 1.69 2.58 3.14 5/190 32265
/proc/meminfo: memFree=12877012/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=421192 CPUtime=12.63 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 186799 0 0 0 1237 26 0 0 25 0 1 0 566595158 431300608 49135 33554432000 4194304 4300876 140735419508320 18446744073709551615 4225425 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/32246/statm: 105298 49135 170 27 0 103747 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 421192

[startup+25.5007 s]
/proc/loadavg: 2.04 2.63 3.15 5/190 32265
/proc/meminfo: memFree=12856800/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=426984 CPUtime=25.41 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 188398 0 0 0 2515 26 0 0 25 0 1 0 566595158 437231616 50734 33554432000 4194304 4300876 140735419508320 18446744073709551615 4216306 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 106746 50734 170 27 0 105195 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 426984

[startup+51.1002 s]
/proc/loadavg: 2.71 2.74 3.17 5/190 32266
/proc/meminfo: memFree=12810432/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=444528 CPUtime=51.01 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 192839 0 0 0 5074 27 0 0 25 0 1 0 566595158 455196672 55175 33554432000 4194304 4300876 140735419508320 18446744073709551615 215987988171 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 111132 55175 171 27 0 109581 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 444528

[startup+102.3 s]
/proc/loadavg: 3.48 2.95 3.22 5/190 32267
/proc/meminfo: memFree=12727300/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=489388 CPUtime=102.21 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 200310 0 0 0 10192 29 0 0 25 0 1 0 566595158 501133312 62646 33554432000 4194304 4300876 140735419508320 18446744073709551615 4248759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 122347 62646 171 27 0 120796 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 489388

[startup+162.301 s]
/proc/loadavg: 3.87 3.16 3.27 5/190 32269
/proc/meminfo: memFree=12691156/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=502356 CPUtime=162.21 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 204510 0 0 0 16191 30 0 0 25 0 1 0 566595158 514412544 66846 33554432000 4194304 4300876 140735419508320 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 125589 66846 171 27 0 124038 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 502356

[startup+222.307 s]
/proc/loadavg: 3.95 3.31 3.32 5/190 32271
/proc/meminfo: memFree=12648812/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=505904 CPUtime=222.21 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205393 0 0 0 22191 30 0 0 25 0 1 0 566595158 518045696 67729 33554432000 4194304 4300876 140735419508320 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126476 67729 171 27 0 124925 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 505904

[startup+282.301 s]
/proc/loadavg: 4.06 3.45 3.36 5/190 32274
/proc/meminfo: memFree=12624812/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=506232 CPUtime=282.21 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205478 0 0 0 28191 30 0 0 25 0 1 0 566595158 518381568 67814 33554432000 4194304 4300876 140735419508320 18446744073709551615 4216242 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126558 67814 171 27 0 125007 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 506232

[startup+342.3 s]
/proc/loadavg: 4.08 3.56 3.40 5/190 32277
/proc/meminfo: memFree=12615832/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=506484 CPUtime=342.2 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205518 0 0 0 34190 30 0 0 25 0 1 0 566595158 518639616 67854 33554432000 4194304 4300876 140735419508320 18446744073709551615 215987988166 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126621 67854 171 27 0 125070 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 506484

[startup+402.301 s]
/proc/loadavg: 4.03 3.64 3.44 5/190 32278
/proc/meminfo: memFree=12613180/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=506484 CPUtime=402.2 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205531 0 0 0 40190 30 0 0 25 0 1 0 566595158 518639616 67867 33554432000 4194304 4300876 140735419508320 18446744073709551615 4227544 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126621 67867 171 27 0 125070 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 506484

[startup+462.3 s]
/proc/loadavg: 4.01 3.70 3.47 5/190 32280
/proc/meminfo: memFree=12612764/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=506940 CPUtime=462.2 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205545 0 0 0 46190 30 0 0 25 0 1 0 566595158 519106560 67881 33554432000 4194304 4300876 140735419508320 18446744073709551615 4227915 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126735 67881 171 27 0 125184 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 506940

[startup+522.301 s]
/proc/loadavg: 4.00 3.75 3.50 5/190 32282
/proc/meminfo: memFree=12612336/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=506940 CPUtime=522.2 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205559 0 0 0 52190 30 0 0 25 0 1 0 566595158 519106560 67895 33554432000 4194304 4300876 140735419508320 18446744073709551615 4227539 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126735 67895 171 27 0 125184 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 506940

[startup+582.3 s]
/proc/loadavg: 4.00 3.80 3.53 5/190 32283
/proc/meminfo: memFree=12610552/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=506940 CPUtime=582.21 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205604 0 0 0 58190 31 0 0 25 0 1 0 566595158 519106560 67940 33554432000 4194304 4300876 140735419508320 18446744073709551615 4216284 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126735 67940 171 27 0 125184 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 506940

[startup+642.301 s]
/proc/loadavg: 4.00 3.83 3.56 5/190 32285
/proc/meminfo: memFree=12610020/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=506940 CPUtime=642.22 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205637 0 0 0 64191 31 0 0 25 0 1 0 566595158 519106560 67973 33554432000 4194304 4300876 140735419508320 18446744073709551615 4225208 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126735 67973 171 27 0 125184 0
Current children cumulated CPU time (s) 642.22
Current children cumulated vsize (KiB) 506940

[startup+702.301 s]
/proc/loadavg: 4.09 3.89 3.59 5/190 32286
/proc/meminfo: memFree=12608844/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=506940 CPUtime=702.22 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205637 0 0 0 70191 31 0 0 25 0 1 0 566595158 519106560 67973 33554432000 4194304 4300876 140735419508320 18446744073709551615 4276832 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126735 67973 171 27 0 125184 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 506940

[startup+762.301 s]
/proc/loadavg: 4.03 3.91 3.61 5/190 32288
/proc/meminfo: memFree=12608936/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=506940 CPUtime=762.22 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205643 0 0 0 76191 31 0 0 25 0 1 0 566595158 519106560 67979 33554432000 4194304 4300876 140735419508320 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126735 67979 171 27 0 125184 0
Current children cumulated CPU time (s) 762.22
Current children cumulated vsize (KiB) 506940

[startup+822.3 s]
/proc/loadavg: 4.01 3.92 3.64 5/190 32290
/proc/meminfo: memFree=12608880/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=506940 CPUtime=822.22 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205656 0 0 0 82191 31 0 0 25 0 1 0 566595158 519106560 67992 33554432000 4194304 4300876 140735419508320 18446744073709551615 4225409 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126735 67992 171 27 0 125184 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 506940

[startup+882.307 s]
/proc/loadavg: 4.04 3.94 3.66 5/190 32291
/proc/meminfo: memFree=12608584/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=507884 CPUtime=882.23 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205695 0 0 0 88192 31 0 0 25 0 1 0 566595158 520073216 68031 33554432000 4194304 4300876 140735419508320 18446744073709551615 4250917 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126971 68031 171 27 0 125420 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 507884

[startup+942.3 s]
/proc/loadavg: 4.05 3.97 3.68 5/190 32293
/proc/meminfo: memFree=12608544/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=507884 CPUtime=942.22 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205695 0 0 0 94191 31 0 0 25 0 1 0 566595158 520073216 68031 33554432000 4194304 4300876 140735419508320 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126971 68031 171 27 0 125420 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 507884

[startup+1002.3 s]
/proc/loadavg: 4.02 3.97 3.70 5/190 32294
/proc/meminfo: memFree=12608360/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=507884 CPUtime=1002.22 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205698 0 0 0 100191 31 0 0 25 0 1 0 566595158 520073216 68034 33554432000 4194304 4300876 140735419508320 18446744073709551615 4214235 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126971 68034 171 27 0 125420 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 507884

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.72 5/190 32296
/proc/meminfo: memFree=12607932/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=507884 CPUtime=1062.22 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205710 0 0 0 106191 31 0 0 25 0 1 0 566595158 520073216 68046 33554432000 4194304 4300876 140735419508320 18446744073709551615 4288489 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126971 68046 171 27 0 125420 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 507884

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 32298
/proc/meminfo: memFree=12607876/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=507884 CPUtime=1122.23 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205724 0 0 0 112192 31 0 0 25 0 1 0 566595158 520073216 68060 33554432000 4194304 4300876 140735419508320 18446744073709551615 4275845 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126971 68060 171 27 0 125420 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 507884

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 32299
/proc/meminfo: memFree=12607188/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=507884 CPUtime=1182.23 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205737 0 0 0 118192 31 0 0 25 0 1 0 566595158 520073216 68073 33554432000 4194304 4300876 140735419508320 18446744073709551615 4216315 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126971 68073 171 27 0 125420 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 507884

[startup+1242.3 s]
/proc/loadavg: 4.06 3.99 3.76 5/190 32301
/proc/meminfo: memFree=12606544/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=507884 CPUtime=1242.23 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205780 0 0 0 124192 31 0 0 25 0 1 0 566595158 520073216 68116 33554432000 4194304 4300876 140735419508320 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126971 68116 171 27 0 125420 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 507884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.77 5/190 32302
/proc/meminfo: memFree=12606120/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=507884 CPUtime=1299.93 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205781 0 0 0 129962 31 0 0 25 0 1 0 566595158 520073216 68117 33554432000 4194304 4300876 140735419508320 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126971 68117 171 27 0 125420 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 507884

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.77 5/190 32302
/proc/meminfo: memFree=12606120/32950940 swapFree=67111528/67111528
[pid=32246] ppid=32244 vsize=507884 CPUtime=1299.93 cores=5,7
/proc/32246/stat : 32246 (march_rw) R 32244 32246 31561 0 -1 4202496 205781 0 0 0 129962 31 0 0 25 0 1 0 566595158 520073216 68117 33554432000 4194304 4300876 140735419508320 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/32246/statm: 126971 68117 171 27 0 125420 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 507884

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.95
CPU user time (s): 1299.63
CPU system time (s): 0.32595
CPU usage (%): 99.9946
Max. virtual memory (cumulated for all children) (KiB): 507884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.63
system time used= 0.32595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205781
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2389

runsolver used 2.09168 second user time and 5.00824 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-25 22:34:04
IDJOB=3283478
IDBENCH=71039
IDSOLVER=1561
FILE ID=node117/3283478-1303763643
RUNJOBID= node117-1303763643-32225
PBS_JOBID= 13157146
Free space on /tmp= 71460 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283478-1303763643/watcher-3283478-1303763643 -o /tmp/evaluation-result-3283478-1303763643/solver-3283478-1303763643 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3283478-1303763643.cnf

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=644818513

node117.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.849
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.69
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.849
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      13838704 kB
Buffers:       2322272 kB
Cached:       16153172 kB
SwapCached:          0 kB
Active:       10512676 kB
Inactive:      8038804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      13838704 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           82408 kB
Writeback:           0 kB
AnonPages:       75076 kB
Mapped:          14496 kB
Slab:           495688 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   200936 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= 71444 MiB
End job on node117 at 2011-04-25 22:55:46