Trace number 3292402

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.08 1300.04

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark978.31
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

Solver Data

40.09/40.18	c main():: ***                                   [ march satisfiability solver ]                                   ***
40.09/40.18	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
40.09/40.18	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
40.09/40.18	c main()::
40.09/40.18	c initFormula():: searching for DIMACS p-line....
40.09/40.18	c full lookahead due to high density!
40.09/40.18	c initFormula():: the DIMACS p-line indicates a CNF of 1296 variables and 230544 clauses.
40.09/40.18	c parseCNF():: parsing....
40.09/40.18	c parseCNF():: the CNF contains 0 unary clauses.
40.09/40.18	c runParser():: parsing was successful, warming up engines...
40.09/40.18	c simplify_formula():: removed 0 tautological, 0 satisfied and 45360 duplicate clauses
40.09/40.18	c preprocessing fase I completed:: there are now 1296 free variables and 185184 clauses.
40.09/40.18	c using k-SAT heuristics (size based diff)
40.09/40.18	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
40.09/40.18	c simplify_formula():: removed 0 tautological, 0 satisfied and 1678246 duplicate clauses
40.09/40.18	c resolvent_look() :: found 5063231 resolvents
40.09/40.18	c main():: clause / variable ratio: ( 5248415 / 1296 ) = 4049.70
40.09/40.18	c longest clause has size 36
40.09/40.18	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
40.09/40.18	c number of free variables = 1296
40.09/40.18	c dynamic_preselect_setsize :: off
40.09/40.18	c main():: all systems go!
40.09/40.18	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 760
408.60/408.64	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-3292402-1303795088/watcher-3292402-1303795088 -o /tmp/evaluation-result-3292402-1303795088/solver-3292402-1303795088 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3292402-1303795088.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: 4.00 4.04 4.02 4/184 16459
/proc/meminfo: memFree=11785536/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=9432 CPUtime=0 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4194304 719 0 0 0 0 0 0 0 25 0 1 0 491109275 9658368 663 33554432000 4194304 4300876 140733302046528 18446744073709551615 230808826565 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 2358 663 113 27 0 807 0

[startup+0.01096 s]
/proc/loadavg: 4.00 4.04 4.02 4/184 16459
/proc/meminfo: memFree=11785536/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=9696 CPUtime=0 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4194304 802 0 0 0 0 0 0 0 25 0 1 0 491109275 9928704 746 33554432000 4194304 4300876 140733302046528 18446744073709551615 230809165568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 2424 747 113 27 0 873 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9696

[startup+0.100932 s]
/proc/loadavg: 4.00 4.04 4.02 4/184 16459
/proc/meminfo: memFree=11785536/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=15240 CPUtime=0.09 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4194304 2348 0 0 0 9 0 0 0 25 0 1 0 491109275 15605760 2292 33554432000 4194304 4300876 140733302046528 18446744073709551615 230808826565 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 3810 2293 113 27 0 2259 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15240

[startup+0.300895 s]
/proc/loadavg: 4.00 4.04 4.02 4/184 16459
/proc/meminfo: memFree=11785536/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=27076 CPUtime=0.29 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 9325 0 0 0 29 0 0 0 25 0 1 0 491109275 27725824 3100 33554432000 4194304 4300876 140733302046528 18446744073709551615 4209840 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 6769 3100 143 27 0 5218 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27076

[startup+0.700832 s]
/proc/loadavg: 4.00 4.04 4.02 4/184 16459
/proc/meminfo: memFree=11785536/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=35056 CPUtime=0.68 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 16068 0 0 0 67 1 0 0 25 0 1 0 491109275 35897344 4946 33554432000 4194304 4300876 140733302046528 18446744073709551615 4256666 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 8764 4946 144 27 0 7213 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35056

[startup+1.50069 s]
/proc/loadavg: 4.00 4.04 4.02 5/187 16572
/proc/meminfo: memFree=11735636/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=47148 CPUtime=1.49 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 18591 0 0 0 147 2 0 0 25 0 1 0 491109275 48279552 7469 33554432000 4194304 4300876 140733302046528 18446744073709551615 4256612 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 11787 7469 144 27 0 10236 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47148

[startup+3.10038 s]
/proc/loadavg: 4.00 4.04 4.02 5/187 16572
/proc/meminfo: memFree=11668700/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=68076 CPUtime=3.09 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 23640 0 0 0 306 3 0 0 25 0 1 0 491109275 69709824 12518 33554432000 4194304 4300876 140733302046528 18446744073709551615 4256651 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 17019 12518 144 27 0 15468 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68076

[startup+6.3008 s]
/proc/loadavg: 4.00 4.04 4.02 5/190 16578
/proc/meminfo: memFree=11291516/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=109800 CPUtime=6.29 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 33709 0 0 0 625 4 0 0 25 0 1 0 491109275 112435200 22587 33554432000 4194304 4300876 140733302046528 18446744073709551615 4256612 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 27450 22587 144 27 0 25899 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109800

[startup+12.7006 s]
/proc/loadavg: 4.00 4.04 4.02 5/190 16578
/proc/meminfo: memFree=10555540/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=187044 CPUtime=12.69 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 51785 0 0 0 1262 7 0 0 25 0 1 0 491109275 191533056 40663 33554432000 4194304 4300876 140733302046528 18446744073709551615 4256594 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 46761 40663 144 27 0 45210 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 187044

[startup+25.5003 s]
/proc/loadavg: 4.00 4.03 4.02 5/190 16578
/proc/meminfo: memFree=10533924/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=326220 CPUtime=25.49 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 82651 0 0 0 2537 12 0 0 25 0 1 0 491109275 334049280 71529 33554432000 4194304 4300876 140733302046528 18446744073709551615 4256686 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 81555 71529 144 27 0 80004 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 326220

[startup+51.1006 s]
/proc/loadavg: 4.00 4.03 4.02 5/190 16579
/proc/meminfo: memFree=9652868/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787372 CPUtime=51.09 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 390633 0 0 0 5050 59 0 0 25 0 1 0 491109275 806268928 176222 33554432000 4194304 4300876 140733302046528 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196843 176222 169 27 0 195292 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 787372

[startup+102.306 s]
/proc/loadavg: 4.00 4.02 4.01 5/190 16580
/proc/meminfo: memFree=9631988/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787372 CPUtime=102.29 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 391978 0 0 0 10170 59 0 0 25 0 1 0 491109275 806268928 177567 33554432000 4194304 4300876 140733302046528 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196843 177567 170 27 0 195292 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 787372

[startup+162.3 s]
/proc/loadavg: 4.00 4.02 4.01 5/190 16582
/proc/meminfo: memFree=9610036/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787372 CPUtime=162.29 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 392112 0 0 0 16170 59 0 0 25 0 1 0 491109275 806268928 177701 33554432000 4194304 4300876 140733302046528 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196843 177701 170 27 0 195292 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 787372

[startup+222.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/190 16584
/proc/meminfo: memFree=9599604/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787372 CPUtime=222.3 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 392219 0 0 0 22170 60 0 0 25 0 1 0 491109275 806268928 177808 33554432000 4194304 4300876 140733302046528 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196843 177808 170 27 0 195292 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 787372

[startup+282.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/190 16585
/proc/meminfo: memFree=9590156/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787372 CPUtime=282.3 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 392331 0 0 0 28170 60 0 0 25 0 1 0 491109275 806268928 177920 33554432000 4194304 4300876 140733302046528 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196843 177920 170 27 0 195292 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 787372

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 16587
/proc/meminfo: memFree=9579976/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787372 CPUtime=342.3 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 392451 0 0 0 34170 60 0 0 25 0 1 0 491109275 806268928 178040 33554432000 4194304 4300876 140733302046528 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196843 178040 170 27 0 195292 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 787372

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 16588
/proc/meminfo: memFree=9551688/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787372 CPUtime=402.3 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 392700 0 0 0 40170 60 0 0 25 0 1 0 491109275 806268928 178289 33554432000 4194304 4300876 140733302046528 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196843 178289 170 27 0 195292 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 787372

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 16590
/proc/meminfo: memFree=9534936/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=462.3 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 393956 0 0 0 46170 60 0 0 25 0 1 0 491109275 806281216 179545 33554432000 4194304 4300876 140733302046528 18446744073709551615 4225414 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 179545 171 27 0 195295 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 787384

[startup+522.301 s]
/proc/loadavg: 4.04 4.01 4.00 5/190 16592
/proc/meminfo: memFree=9528468/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=522.3 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 394270 0 0 0 52170 60 0 0 25 0 1 0 491109275 806281216 179859 33554432000 4194304 4300876 140733302046528 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 179859 171 27 0 195295 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 787384

[startup+582.301 s]
/proc/loadavg: 4.01 4.01 4.00 5/190 16593
/proc/meminfo: memFree=9521884/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=582.31 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 394413 0 0 0 58170 61 0 0 25 0 1 0 491109275 806281216 180002 33554432000 4194304 4300876 140733302046528 18446744073709551615 4199348 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180002 171 27 0 195295 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 787384

[startup+642.301 s]
/proc/loadavg: 3.44 3.85 3.95 4/184 16613
/proc/meminfo: memFree=10784184/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=642.32 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 394788 0 0 0 64171 61 0 0 25 0 1 0 491109275 806281216 180377 33554432000 4194304 4300876 140733302046528 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180377 171 27 0 195295 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 787384

[startup+702.301 s]
/proc/loadavg: 3.16 3.69 3.88 4/184 16614
/proc/meminfo: memFree=10778460/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=702.31 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 394808 0 0 0 70170 61 0 0 25 0 1 0 491109275 806281216 180397 33554432000 4194304 4300876 140733302046528 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180397 171 27 0 195295 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 787384

[startup+762.307 s]
/proc/loadavg: 3.12 3.58 3.83 4/184 16616
/proc/meminfo: memFree=9924708/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=762.32 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 394818 0 0 0 76171 61 0 0 25 0 1 0 491109275 806281216 180407 33554432000 4194304 4300876 140733302046528 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180407 171 27 0 195295 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 787384

[startup+822.301 s]
/proc/loadavg: 3.08 3.48 3.78 4/184 16618
/proc/meminfo: memFree=9176352/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=822.32 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 394899 0 0 0 82171 61 0 0 25 0 1 0 491109275 806281216 180488 33554432000 4194304 4300876 140733302046528 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180488 171 27 0 195295 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 787384

[startup+882.301 s]
/proc/loadavg: 3.03 3.39 3.73 4/184 16619
/proc/meminfo: memFree=9106648/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=882.32 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 395006 0 0 0 88171 61 0 0 25 0 1 0 491109275 806281216 180595 33554432000 4194304 4300876 140733302046528 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180595 171 27 0 195295 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 787384

[startup+942.301 s]
/proc/loadavg: 3.01 3.32 3.68 4/184 16621
/proc/meminfo: memFree=8952856/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=942.32 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 395025 0 0 0 94171 61 0 0 25 0 1 0 491109275 806281216 180614 33554432000 4194304 4300876 140733302046528 18446744073709551615 4199348 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180614 171 27 0 195295 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 787384

[startup+1002.3 s]
/proc/loadavg: 3.00 3.26 3.63 4/184 16622
/proc/meminfo: memFree=8903372/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=1002.32 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 395042 0 0 0 100171 61 0 0 25 0 1 0 491109275 806281216 180631 33554432000 4194304 4300876 140733302046528 18446744073709551615 4199348 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180631 171 27 0 195295 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 787384

[startup+1062.3 s]
/proc/loadavg: 3.00 3.21 3.59 4/184 16624
/proc/meminfo: memFree=8896892/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=1062.32 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 395156 0 0 0 106171 61 0 0 25 0 1 0 491109275 806281216 180745 33554432000 4194304 4300876 140733302046528 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180745 171 27 0 195295 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 787384

[startup+1122.3 s]
/proc/loadavg: 3.00 3.17 3.55 4/184 16626
/proc/meminfo: memFree=8895280/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=1122.33 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 395158 0 0 0 112172 61 0 0 25 0 1 0 491109275 806281216 180747 33554432000 4194304 4300876 140733302046528 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180747 171 27 0 195295 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 787384

[startup+1182.3 s]
/proc/loadavg: 3.00 3.14 3.52 4/184 16627
/proc/meminfo: memFree=8894892/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=1182.33 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 395164 0 0 0 118172 61 0 0 25 0 1 0 491109275 806281216 180753 33554432000 4194304 4300876 140733302046528 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180753 171 27 0 195295 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 787384

[startup+1242.3 s]
/proc/loadavg: 3.00 3.11 3.48 4/184 16629
/proc/meminfo: memFree=8892644/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=1242.33 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 395212 0 0 0 124172 61 0 0 25 0 1 0 491109275 806281216 180801 33554432000 4194304 4300876 140733302046528 18446744073709551615 4227558 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180801 171 27 0 195295 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 787384



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.09 3.45 3/183 16631
/proc/meminfo: memFree=9559496/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=787384 CPUtime=1300.04 cores=5,7
/proc/16459/stat : 16459 (march_rw) R 16457 16459 16248 0 -1 4202496 395228 0 0 0 129943 61 0 0 25 0 1 0 491109275 806281216 180817 33554432000 4194304 4300876 140733302046528 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16459/statm: 196846 180817 171 27 0 195295 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 787384

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.04
CPU time (s): 1300.08
CPU user time (s): 1299.43
CPU system time (s): 0.647901
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 886248

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

runsolver used 2.03769 second user time and 5.06723 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-26 07:18:08
IDJOB=3292402
IDBENCH=85991
IDSOLVER=1561
FILE ID=node104/3292402-1303795088
RUNJOBID= node104-1303793786-16269
PBS_JOBID= 13157285
Free space on /tmp= 71772 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292402-1303795088/watcher-3292402-1303795088 -o /tmp/evaluation-result-3292402-1303795088/solver-3292402-1303795088 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3292402-1303795088.cnf

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=611713069

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11785692 kB
Buffers:       2294724 kB
Cached:       17076276 kB
SwapCached:          0 kB
Active:       11830364 kB
Inactive:      8745780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11785692 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6348 kB
Writeback:          56 kB
AnonPages:     1204504 kB
Mapped:          15188 kB
Slab:           522096 kB
PageTables:       7548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2338632 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= 71724 MiB
End job on node104 at 2011-04-26 07:39:50