Trace number 1577685

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_nn nn? (TO) 1200.14 1200.8

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L60_coli.sat.cnf
MD5SUM38736d508aa4b137792e18ad6998c963
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark24.6163
Satisfiable
(Un)Satisfiability was proved
Number of variables187517
Number of clauses863483
Sum of the clauses size2483339
Maximum clause length11
Minimum clause length1
Number of clauses of size 121277
Number of clauses of size 2246837
Number of clauses of size 3445608
Number of clauses of size 4118315
Number of clauses of size 531267
Number of clauses of size over 5179

Solver Data

166.24/166.49	c main():: ***                                   [ march satisfiability solver ]                                   ***
166.24/166.49	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
166.24/166.49	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
166.24/166.49	c main()::
166.24/166.49	c initFormula():: searching for DIMACS p-line....
166.24/166.49	c initFormula():: the DIMACS p-line indicates a CNF of 187517 variables and 863483 clauses.
166.24/166.49	c parseCNF():: parsing....
166.24/166.49	c parseCNF():: the CNF contains 21277 unary clauses.
166.24/166.49	c runParser():: parsing was successful, warming up engines...
166.24/166.49	c find_and_remove_tautogolies():: found and removed 23373 tautologies
166.24/166.49	c find_and_remove_tautogolies():: found and removed 44 tautologies
166.24/166.49	c simplify_formula():: removed 42885 tautological, 219204 satisfied and 920 duplicate clauses
166.24/166.49	c preprocessing fase I completed:: there are now 117786 free variables and 600474 clauses.
166.24/166.49	c stat :: sign balance is biased by 0.747
166.24/166.49	c using k-SAT heuristics (size based diff)
166.24/166.49	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
166.24/166.49	c find_and_remove_tautogolies():: found and removed 3 tautologies
166.24/166.49	c simplify_formula():: removed 18 tautological, 6 satisfied and 8605331 duplicate clauses
166.24/166.49	c resolvent_look() :: found 3228064 resolvents
166.24/166.49	c main():: clause / variable ratio: ( 3828538 / 187517 ) = 20.42
166.24/166.49	c longest clause has size 11
166.24/166.49	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
166.24/166.49	c number of free variables = 117783
166.24/166.49	c dynamic_preselect_setsize :: off
166.24/166.49	c main():: all systems go!
166.24/166.49	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 191
239.31/239.55	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 version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1577685-1241003758/watcher-1577685-1241003758 -o /tmp/evaluation-result-1577685-1241003758/solver-1577685-1241003758 -C 1200 -W 1800 -M 1800 HOME/march_nn HOME/instance-1577685-1241003758.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.49 1.28 1.27 4/64 11393
/proc/meminfo: memFree=858944/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=18576 CPUtime=0
/proc/11393/stat : 11393 (runsolver) R 11391 11393 10942 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 128409368 19021824 284 1992294400 4194304 4302564 548682068496 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11393/statm: 4644 284 249 26 0 2626 0

[startup+0.0722419 s]
/proc/loadavg: 1.49 1.28 1.27 4/64 11393
/proc/meminfo: memFree=858944/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=22572 CPUtime=0.05
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 4525 0 0 0 4 1 0 0 20 0 1 0 128409368 23113728 4510 1992294400 134512640 135197250 4294956224 18446744073709551615 134784974 0 0 4096 0 0 0 0 17 1 0 0
/proc/11393/statm: 5643 4510 58 167 0 5474 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22572

[startup+0.101236 s]
/proc/loadavg: 1.49 1.28 1.27 4/64 11393
/proc/meminfo: memFree=858944/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=22836 CPUtime=0.08
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 4627 0 0 0 7 1 0 0 20 0 1 0 128409368 23384064 4612 1992294400 134512640 135197250 4294956224 18446744073709551615 134875288 0 0 4096 0 0 0 0 17 1 0 0
/proc/11393/statm: 5709 4612 58 167 0 5540 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22836

[startup+0.30128 s]
/proc/loadavg: 1.49 1.28 1.27 4/64 11393
/proc/meminfo: memFree=858944/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=25212 CPUtime=0.29
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 5331 0 0 0 27 2 0 0 21 0 1 0 128409368 25817088 5316 1992294400 134512640 135197250 4294956224 18446744073709551615 134851322 0 0 4096 0 0 0 0 17 1 0 0
/proc/11393/statm: 6303 5316 58 167 0 6134 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25212

[startup+0.701355 s]
/proc/loadavg: 1.49 1.28 1.27 4/64 11393
/proc/meminfo: memFree=858944/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=29700 CPUtime=0.69
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 6721 0 0 0 66 3 0 0 25 0 1 0 128409368 30412800 6706 1992294400 134512640 135197250 4294956224 18446744073709551615 134568821 0 0 4096 0 0 0 0 17 1 0 0
/proc/11393/statm: 7425 6706 58 167 0 7256 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29700

[startup+1.50152 s]
/proc/loadavg: 1.49 1.28 1.27 2/65 11394
/proc/meminfo: memFree=828216/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=78712 CPUtime=1.44
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 12816 0 0 0 137 7 0 0 25 0 1 0 128409368 80601088 12799 1992294400 134512640 135197250 4294956224 18446744073709551615 134565030 0 0 4096 0 0 0 0 17 1 0 0
/proc/11393/statm: 19678 12799 62 167 0 19509 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 78712

[startup+3.10182 s]
/proc/loadavg: 1.49 1.28 1.27 2/65 11394
/proc/meminfo: memFree=797176/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=101016 CPUtime=3.03
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 22509 0 0 0 292 11 0 0 25 0 1 0 128409368 103440384 18504 1992294400 134512640 135197250 4294956224 18446744073709551615 134694940 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 25254 18504 66 167 0 25085 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 101016

[startup+6.30145 s]
/proc/loadavg: 1.45 1.28 1.27 3/65 11394
/proc/meminfo: memFree=795960/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=90068 CPUtime=6.22
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 29890 0 0 0 607 15 0 0 25 0 1 0 128409368 92229632 15328 1992294400 134512640 135197250 4294956224 18446744073709551615 134565168 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 22517 15328 67 167 0 22348 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 90068

[startup+12.7017 s]
/proc/loadavg: 1.41 1.27 1.27 2/65 11394
/proc/meminfo: memFree=787512/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=111804 CPUtime=12.63
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 58927 0 0 0 1235 28 0 0 25 0 1 0 128409368 114487296 20850 1992294400 134512640 135197250 4294956224 18446744073709551615 134539449 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 27951 20850 82 167 0 27782 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 111804

[startup+25.5012 s]
/proc/loadavg: 1.32 1.26 1.27 2/65 11394
/proc/meminfo: memFree=734584/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=167680 CPUtime=25.42
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 69497 0 0 0 2509 33 0 0 25 0 1 0 128409368 171704320 31420 1992294400 134512640 135197250 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 41920 31420 82 167 0 41751 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 167680

[startup+51.1012 s]
/proc/loadavg: 1.21 1.24 1.26 2/65 11394
/proc/meminfo: memFree=691832/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=198964 CPUtime=50.99
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 80171 0 0 0 5061 38 0 0 25 0 1 0 128409368 203739136 42094 1992294400 134512640 135197250 4294956224 18446744073709551615 134539471 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 49741 42095 82 167 0 49572 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 198964

[startup+102.301 s]
/proc/loadavg: 1.09 1.20 1.24 2/65 11394
/proc/meminfo: memFree=635512/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=272520 CPUtime=102.17
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 94047 0 0 0 10173 44 0 0 25 0 1 0 128409368 279060480 55970 1992294400 134512640 135197250 4294956224 18446744073709551615 134578126 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 68130 55970 82 167 0 67961 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 272520

[startup+162.301 s]
/proc/loadavg: 1.03 1.16 1.23 2/65 11394
/proc/meminfo: memFree=328632/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=855768 CPUtime=162.15
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 281988 0 0 0 16088 127 0 0 25 0 1 0 128409368 876306432 132924 1992294400 134512640 135197250 4294956224 18446744073709551615 134713073 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 213942 132924 88 167 0 213773 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 855768

[startup+222.306 s]
/proc/loadavg: 1.01 1.13 1.21 2/65 11394
/proc/meminfo: memFree=228280/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870096 CPUtime=222.12
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 308810 0 0 0 22075 137 0 0 25 0 1 0 128409368 890978304 157509 1992294400 134512640 135197250 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217524 157509 93 167 0 217355 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 870096

[startup+282.302 s]
/proc/loadavg: 1.00 1.10 1.19 2/65 11394
/proc/meminfo: memFree=214264/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870112 CPUtime=282.09
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312301 0 0 0 28070 139 0 0 25 0 1 0 128409368 890994688 161000 1992294400 134512640 135197250 4294956224 18446744073709551615 134601458 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217528 161000 93 167 0 217359 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 870112

[startup+342.301 s]
/proc/loadavg: 1.00 1.08 1.18 2/65 11394
/proc/meminfo: memFree=213816/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870128 CPUtime=342.06
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312429 0 0 0 34067 139 0 0 25 0 1 0 128409368 891011072 161128 1992294400 134512640 135197250 4294956224 18446744073709551615 134602880 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217532 161128 93 167 0 217363 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 870128

[startup+402.301 s]
/proc/loadavg: 1.00 1.06 1.16 2/65 11394
/proc/meminfo: memFree=213432/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870128 CPUtime=402.05
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312515 0 0 0 40065 140 0 0 25 0 1 0 128409368 891011072 161214 1992294400 134512640 135197250 4294956224 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217532 161214 93 167 0 217363 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 870128

[startup+462.302 s]
/proc/loadavg: 1.00 1.05 1.15 2/65 11394
/proc/meminfo: memFree=213176/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870128 CPUtime=462.02
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312593 0 0 0 46062 140 0 0 25 0 1 0 128409368 891011072 161292 1992294400 134512640 135197250 4294956224 18446744073709551615 134592835 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217532 161292 93 167 0 217363 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 870128

[startup+522.302 s]
/proc/loadavg: 1.00 1.04 1.14 2/65 11394
/proc/meminfo: memFree=213048/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=521.99
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312608 0 0 0 52059 140 0 0 25 0 1 0 128409368 891019264 161307 1992294400 134512640 135197250 4294956224 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161307 93 167 0 217365 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 870136

[startup+582.301 s]
/proc/loadavg: 1.00 1.03 1.13 2/65 11394
/proc/meminfo: memFree=212920/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=581.96
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312633 0 0 0 58056 140 0 0 25 0 1 0 128409368 891019264 161332 1992294400 134512640 135197250 4294956224 18446744073709551615 134541466 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161332 93 167 0 217365 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 870136

[startup+642.301 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 11394
/proc/meminfo: memFree=212920/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=641.93
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312638 0 0 0 64053 140 0 0 25 0 1 0 128409368 891019264 161337 1992294400 134512640 135197250 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161337 93 167 0 217365 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 870136

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.11 2/65 11394
/proc/meminfo: memFree=212792/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=701.89
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312650 0 0 0 70049 140 0 0 25 0 1 0 128409368 891019264 161349 1992294400 134512640 135197250 4294956224 18446744073709551615 134649028 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161349 93 167 0 217365 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 870136

[startup+762.302 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 11394
/proc/meminfo: memFree=212728/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=761.86
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312660 0 0 0 76046 140 0 0 25 0 1 0 128409368 891019264 161359 1992294400 134512640 135197250 4294956224 18446744073709551615 134713079 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161359 93 167 0 217365 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 870136

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 11394
/proc/meminfo: memFree=212728/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=821.83
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312671 0 0 0 82043 140 0 0 25 0 1 0 128409368 891019264 161370 1992294400 134512640 135197250 4294956224 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161370 93 167 0 217365 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 870136

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 11394
/proc/meminfo: memFree=212728/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=881.81
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312685 0 0 0 88040 141 0 0 25 0 1 0 128409368 891019264 161384 1992294400 134512640 135197250 4294956224 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161384 93 167 0 217365 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 870136

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 11394
/proc/meminfo: memFree=212664/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=941.77
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312700 0 0 0 94036 141 0 0 25 0 1 0 128409368 891019264 161399 1992294400 134512640 135197250 4294956224 18446744073709551615 134570751 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161399 93 167 0 217365 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 870136

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 11394
/proc/meminfo: memFree=212600/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=1001.73
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312710 0 0 0 100032 141 0 0 25 0 1 0 128409368 891019264 161409 1992294400 134512640 135197250 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161409 93 167 0 217365 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 870136

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 11394
/proc/meminfo: memFree=212536/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=1061.7
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312734 0 0 0 106029 141 0 0 25 0 1 0 128409368 891019264 161433 1992294400 134512640 135197250 4294956224 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161433 93 167 0 217365 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 870136

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 11394
/proc/meminfo: memFree=212408/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=1121.67
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312750 0 0 0 112026 141 0 0 25 0 1 0 128409368 891019264 161449 1992294400 134512640 135197250 4294956224 18446744073709551615 134593306 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161449 93 167 0 217365 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 870136

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 11394
/proc/meminfo: memFree=212408/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=1181.64
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312771 0 0 0 118023 141 0 0 25 0 1 0 128409368 891019264 161470 1992294400 134512640 135197250 4294956224 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161470 93 167 0 217365 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 870136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 11394
/proc/meminfo: memFree=212344/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=1200.04
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312771 0 0 0 119863 141 0 0 25 0 1 0 128409368 891019264 161470 1992294400 134512640 135197250 4294956224 18446744073709551615 134602880 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161470 93 167 0 217365 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 870136

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 11394
/proc/meminfo: memFree=212344/2055920 swapFree=4180704/4192956
[pid=11393] ppid=11391 vsize=870136 CPUtime=1200.04
/proc/11393/stat : 11393 (march_nn) R 11391 11393 10942 0 -1 4194304 312771 0 0 0 119863 141 0 0 25 0 1 0 128409368 891019264 161470 1992294400 134512640 135197250 4294956224 18446744073709551615 134602880 0 0 4096 0 0 0 0 17 0 0 0
/proc/11393/statm: 217534 161470 93 167 0 217365 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 870136

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.8
CPU time (s): 1200.14
CPU user time (s): 1198.63
CPU system time (s): 1.51077
CPU usage (%): 99.945
Max. virtual memory (cumulated for all children) (KiB): 870136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.63
system time used= 1.51077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312771
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= 2
involuntary context switches= 3340

runsolver used 1.09483 second user time and 3.69444 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-29 13:15:59
IDJOB=1577685
IDBENCH=70964
IDSOLVER=522
FILE ID=node28/1577685-1241003758
PBS_JOBID= 9204839
Free space on /tmp= 66332 MiB

SOLVER NAME= march_nn nn
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L60_coli.sat.cnf
COMMAND LINE= HOME/march_nn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577685-1241003758/watcher-1577685-1241003758 -o /tmp/evaluation-result-1577685-1241003758/solver-1577685-1241003758 -C 1200 -W 1800 -M 1800  HOME/march_nn HOME/instance-1577685-1241003758.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 38736d508aa4b137792e18ad6998c963
RANDOM SEED=750904379

node28.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        859424 kB
Buffers:         78992 kB
Cached:        1022028 kB
SwapCached:       5476 kB
Active:         468676 kB
Inactive:       641004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        859424 kB
SwapTotal:     4192956 kB
SwapFree:      4180704 kB
Dirty:           17512 kB
Writeback:           0 kB
Mapped:          14336 kB
Slab:            72580 kB
Committed_AS:   585164 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node28 at 2009-04-29 13:36:03