Trace number 1577633

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.18 1200.63

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L70_coli.sat.cnf
MD5SUM7fc9b20f0efe1e9457bd61eba8178674
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark101.951
Satisfiable
(Un)Satisfiability was proved
Number of variables218792
Number of clauses1020908
Sum of the clauses size2941934
Maximum clause length11
Minimum clause length1
Number of clauses of size 123977
Number of clauses of size 2286047
Number of clauses of size 3535908
Number of clauses of size 4137995
Number of clauses of size 536772
Number of clauses of size over 5209

Solver Data

231.10/231.29	c main():: ***                                   [ march satisfiability solver ]                                   ***
231.10/231.29	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
231.10/231.29	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
231.10/231.29	c main()::
231.10/231.29	c initFormula():: searching for DIMACS p-line....
231.10/231.29	c initFormula():: the DIMACS p-line indicates a CNF of 218792 variables and 1020908 clauses.
231.10/231.29	c parseCNF():: parsing....
231.10/231.29	c parseCNF():: the CNF contains 23977 unary clauses.
231.10/231.29	c runParser():: parsing was successful, warming up engines...
231.10/231.29	c find_and_remove_tautogolies():: found and removed 27153 tautologies
231.10/231.29	c find_and_remove_tautogolies():: found and removed 44 tautologies
231.10/231.29	c simplify_formula():: removed 50085 tautological, 251064 satisfied and 920 duplicate clauses
231.10/231.29	c preprocessing fase I completed:: there are now 139341 free variables and 718839 clauses.
231.10/231.29	c stat :: sign balance is biased by 0.746
231.10/231.29	c using k-SAT heuristics (size based diff)
231.10/231.29	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
231.10/231.29	c find_and_remove_tautogolies():: found and removed 3 tautologies
231.10/231.29	c simplify_formula():: removed 18 tautological, 6 satisfied and 10035991 duplicate clauses
231.10/231.29	c resolvent_look() :: found 3737764 resolvents
231.10/231.29	c main():: clause / variable ratio: ( 4456603 / 218792 ) = 20.37
231.10/231.29	c longest clause has size 11
231.10/231.29	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
231.10/231.29	c number of free variables = 139338
231.10/231.29	c dynamic_preselect_setsize :: off
231.10/231.29	c main():: all systems go!
231.10/231.29	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 21
299.38/299.59	c |----------------------------------------------------------------|
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 298
344.06/344.29	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1577633-1241003287/watcher-1577633-1241003287 -o /tmp/evaluation-result-1577633-1241003287/solver-1577633-1241003287 -C 1200 -W 1800 -M 1800 HOME/march_nn HOME/instance-1577633-1241003287.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: 0.99 0.98 0.91 2/64 12625
/proc/meminfo: memFree=1791160/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=5680 CPUtime=0
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 727 0 0 0 0 0 0 0 18 0 1 0 128363193 5816320 712 1992294400 134512640 135197250 4294956224 18446744073709551615 134568349 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 1420 717 58 167 0 1251 0

[startup+0.080988 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 12625
/proc/meminfo: memFree=1791160/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=26352 CPUtime=0.06
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 5283 0 0 0 5 1 0 0 18 0 1 0 128363193 26984448 5268 1992294400 134512640 135197250 4294956224 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 6588 5268 58 167 0 6419 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26352

[startup+0.10199 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 12625
/proc/meminfo: memFree=1791160/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=26484 CPUtime=0.09
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 5357 0 0 0 8 1 0 0 18 0 1 0 128363193 27119616 5342 1992294400 134512640 135197250 4294956224 18446744073709551615 134718462 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 6621 5342 58 167 0 6452 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26484

[startup+0.302029 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 12625
/proc/meminfo: memFree=1791160/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=28860 CPUtime=0.29
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 6056 0 0 0 27 2 0 0 19 0 1 0 128363193 29552640 6041 1992294400 134512640 135197250 4294956224 18446744073709551615 134718462 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 7215 6041 58 167 0 7046 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28860

[startup+0.702108 s]
/proc/loadavg: 0.99 0.98 0.91 2/64 12625
/proc/meminfo: memFree=1791160/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=33348 CPUtime=0.69
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 7451 0 0 0 66 3 0 0 22 0 1 0 128363193 34148352 7436 1992294400 134512640 135197250 4294956224 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 8337 7436 58 167 0 8168 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33348

[startup+1.50126 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1757424/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=42192 CPUtime=1.49
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 10188 0 0 0 144 5 0 0 25 0 1 0 128363193 43204608 10173 1992294400 134512640 135197250 4294956224 18446744073709551615 134718462 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 10548 10173 58 167 0 10379 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42192

[startup+3.10158 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1719536/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=122332 CPUtime=3.09
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 25672 0 0 0 296 13 0 0 25 0 1 0 128363193 125267968 22512 1992294400 134512640 135197250 4294956224 18446744073709551615 134560953 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 30583 22512 66 167 0 30414 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122332

[startup+6.3012 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1703152/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=121608 CPUtime=6.29
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 32655 0 0 0 612 17 0 0 25 0 1 0 128363193 124526592 22437 1992294400 134512640 135197250 4294956224 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 30402 22437 67 167 0 30233 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121608

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1700656/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=119888 CPUtime=12.68
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 46781 0 0 0 1244 24 0 0 25 0 1 0 128363193 122765312 21808 1992294400 134512640 135197250 4294956224 18446744073709551615 134687817 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 29972 21808 81 167 0 29803 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 119888

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1668912/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=160460 CPUtime=25.48
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 59374 0 0 0 2519 29 0 0 25 0 1 0 128363193 164311040 30701 1992294400 134512640 135197250 4294956224 18446744073709551615 134578450 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 40115 30701 82 167 0 39946 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 160460

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1628336/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=203244 CPUtime=51.07
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 69661 0 0 0 5074 33 0 0 25 0 1 0 128363193 208121856 40988 1992294400 134512640 135197250 4294956224 18446744073709551615 134578450 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 50811 40988 82 167 0 50642 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 203244

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1583600/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=268352 CPUtime=102.26
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 80598 0 0 0 10188 38 0 0 25 0 1 0 128363193 274792448 51925 1992294400 134512640 135197250 4294956224 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 67088 51925 82 167 0 66919 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 268352

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1491888/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=400812 CPUtime=162.23
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 104129 0 0 0 16174 49 0 0 25 0 1 0 128363193 410431488 75456 1992294400 134512640 135197250 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 100203 75456 82 167 0 100034 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 400812

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1248368/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=584312 CPUtime=222.21
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 234509 0 0 0 22114 107 0 0 25 0 1 0 128363193 598335488 137738 1992294400 134512640 135197250 4294956224 18446744073709551615 134562029 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 146078 137739 83 167 0 145909 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 584312

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1072304/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005932 CPUtime=282.19
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 283517 0 0 0 28090 129 0 0 25 0 1 0 128363193 1030074368 179360 1992294400 134512640 135197250 4294956224 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251483 179360 93 167 0 251314 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 1005932

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1055920/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005940 CPUtime=342.16
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287605 0 0 0 34086 130 0 0 25 0 1 0 128363193 1030082560 183448 1992294400 134512640 135197250 4294956224 18446744073709551615 134541450 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251485 183448 93 167 0 251316 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 1005940

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1055408/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005968 CPUtime=402.15
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287720 0 0 0 40084 131 0 0 25 0 1 0 128363193 1030111232 183563 1992294400 134512640 135197250 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251492 183563 93 167 0 251323 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 1005968

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1055024/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=462.12
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287795 0 0 0 46081 131 0 0 25 0 1 0 128363193 1030115328 183638 1992294400 134512640 135197250 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183638 93 167 0 251324 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 1005972

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1054704/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=522.1
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287880 0 0 0 52079 131 0 0 25 0 1 0 128363193 1030115328 183723 1992294400 134512640 135197250 4294956224 18446744073709551615 134602887 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183723 93 167 0 251324 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 1005972

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1054512/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=582.07
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287922 0 0 0 58076 131 0 0 25 0 1 0 128363193 1030115328 183765 1992294400 134512640 135197250 4294956224 18446744073709551615 134524866 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183765 93 167 0 251324 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 1005972

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1054384/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=642.06
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287931 0 0 0 64075 131 0 0 25 0 1 0 128363193 1030115328 183774 1992294400 134512640 135197250 4294956224 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183774 93 167 0 251324 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 1005972

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1054320/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=702.03
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287938 0 0 0 70072 131 0 0 25 0 1 0 128363193 1030115328 183781 1992294400 134512640 135197250 4294956224 18446744073709551615 134541433 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183781 93 167 0 251324 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 1005972

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1054192/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=762.01
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287954 0 0 0 76070 131 0 0 25 0 1 0 128363193 1030115328 183797 1992294400 134512640 135197250 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183797 93 167 0 251324 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 1005972

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1054064/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=821.98
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287966 0 0 0 82067 131 0 0 25 0 1 0 128363193 1030115328 183809 1992294400 134512640 135197250 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183809 93 167 0 251324 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 1005972

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1054064/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=881.96
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287968 0 0 0 88065 131 0 0 25 0 1 0 128363193 1030115328 183811 1992294400 134512640 135197250 4294956224 18446744073709551615 134602884 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183811 93 167 0 251324 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 1005972

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1054000/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=941.94
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287975 0 0 0 94063 131 0 0 25 0 1 0 128363193 1030115328 183818 1992294400 134512640 135197250 4294956224 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183818 93 167 0 251324 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 1005972

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1054000/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=1001.91
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287977 0 0 0 100060 131 0 0 25 0 1 0 128363193 1030115328 183820 1992294400 134512640 135197250 4294956224 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183820 93 167 0 251324 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 1005972

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1053936/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=1061.89
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287987 0 0 0 106058 131 0 0 25 0 1 0 128363193 1030115328 183830 1992294400 134512640 135197250 4294956224 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183830 93 167 0 251324 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 1005972

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1053808/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=1121.87
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 287999 0 0 0 112056 131 0 0 25 0 1 0 128363193 1030115328 183842 1992294400 134512640 135197250 4294956224 18446744073709551615 134541501 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183842 93 167 0 251324 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 1005972

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1053744/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=1181.85
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 288010 0 0 0 118054 131 0 0 25 0 1 0 128363193 1030115328 183853 1992294400 134512640 135197250 4294956224 18446744073709551615 134548518 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183853 93 167 0 251324 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 1005972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1053744/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=1005972 CPUtime=1200.04
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4194304 288010 0 0 0 119873 131 0 0 25 0 1 0 128363193 1030115328 183853 1992294400 134512640 135197250 4294956224 18446744073709551615 134524890 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 251493 183853 93 167 0 251324 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 1005972

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

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

[startup+1200.61 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 12626
/proc/meminfo: memFree=1053744/2055924 swapFree=4085052/4192956
[pid=12625] ppid=12623 vsize=0 CPUtime=1200.14
/proc/12625/stat : 12625 (march_nn) R 12623 12625 12306 0 -1 4195332 288010 0 0 0 119873 141 0 0 25 0 1 0 128363193 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/12625/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.63
CPU time (s): 1200.18
CPU user time (s): 1198.74
CPU system time (s): 1.44778
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 1005972

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

runsolver used 1.15382 second user time and 2.15067 second system time

The end

Launcher Data

Begin job on node6 at 2009-04-29 13:08:08
IDJOB=1577633
IDBENCH=70963
IDSOLVER=522
FILE ID=node6/1577633-1241003287
PBS_JOBID= 9204861
Free space on /tmp= 66516 MiB

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

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

MD5SUM BENCH= 7fc9b20f0efe1e9457bd61eba8178674
RANDOM SEED=146467228

node6.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.281
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.281
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:      2055924 kB
MemFree:       1791640 kB
Buffers:         10916 kB
Cached:         106848 kB
SwapCached:     102148 kB
Active:         102088 kB
Inactive:       119388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1791640 kB
SwapTotal:     4192956 kB
SwapFree:      4085052 kB
Dirty:           20576 kB
Writeback:           0 kB
Mapped:          13980 kB
Slab:            28824 kB
Committed_AS:   599600 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node6 at 2009-04-29 13:28:11