Trace number 1562841

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.03 1200.42

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l37_lambda.cnf
MD5SUM6c0fa36b77ee8403468509d27984ddf2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.643901
Satisfiable
(Un)Satisfiability was proved
Number of variables26241
Number of clauses128361
Sum of the clauses size368903
Maximum clause length9
Minimum clause length1
Number of clauses of size 13566
Number of clauses of size 233367
Number of clauses of size 373230
Number of clauses of size 412521
Number of clauses of size 55566
Number of clauses of size over 5111

Solver Data

6.60/6.69	c main():: ***                                   [ march satisfiability solver ]                                   ***
6.60/6.69	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
6.60/6.69	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
6.60/6.69	c main()::
6.60/6.69	c initFormula():: searching for DIMACS p-line....
6.60/6.69	c initFormula():: the DIMACS p-line indicates a CNF of 26241 variables and 128361 clauses.
6.60/6.69	c parseCNF():: parsing....
6.60/6.69	c parseCNF():: the CNF contains 3566 unary clauses.
6.60/6.69	c runParser():: parsing was successful, warming up engines...
6.60/6.69	c find_and_remove_tautogolies():: found and removed 3349 tautologies
6.60/6.69	c find_and_remove_tautogolies():: found and removed 1715 tautologies
6.60/6.69	c simplify_formula():: removed 2689 tautological, 24361 satisfied and 6153 duplicate clauses
6.60/6.69	c preprocessing fase I completed:: there are now 16547 free variables and 95158 clauses.
6.60/6.69	c stat :: sign balance is biased by 1.063
6.60/6.69	c find_equivalence():: found 1760 3-equivalences
6.60/6.69	c find_and_remove_tautogolies():: found and removed 72 tautologies
6.60/6.69	c shorten_equivalence(): average equivalence length reduced from 3.041469 to 3.000000
6.60/6.69	c using k-SAT heuristics (size based diff)
6.60/6.69	c simplify_formula():: removed 0 tautological, 7040 satisfied and 0 duplicate clauses
6.60/6.69	c simplify_formula():: removed 0 tautological, 0 satisfied and 330457 duplicate clauses
6.60/6.69	c resolvent_look() :: found 152866 resolvents
6.60/6.69	c main():: clause / variable ratio: ( 248024 / 26241 ) = 9.45
6.60/6.69	c longest clause has size 9
6.60/6.69	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
6.60/6.69	c number of free variables = 16475
6.60/6.69	c dynamic_preselect_setsize :: off
6.60/6.69	c main():: all systems go!
6.60/6.69	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 47
7.89/7.95	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 556
19.08/19.15	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 |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 4420
93.96/94.03	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 |********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 24372
458.94/459.13	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 |****************************************
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-1562841-1240998481/watcher-1562841-1240998481 -o /tmp/evaluation-result-1562841-1240998481/solver-1562841-1240998481 -C 1200 -W 1800 -M 1800 HOME/march_nn HOME/instance-1562841-1240998481.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.91 0.95 0.69 3/64 24934
/proc/meminfo: memFree=891768/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=3316 CPUtime=0
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 549 0 0 0 0 0 0 0 18 0 1 0 127875398 3395584 534 1992294400 134512640 135197250 4294956224 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 829 537 58 167 0 660 0

[startup+0.103803 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 24934
/proc/meminfo: memFree=891768/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=4976 CPUtime=0.09
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 1062 0 0 0 9 0 0 0 18 0 1 0 127875398 5095424 1047 1992294400 134512640 135197250 4294956224 18446744073709551615 134568882 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 1244 1047 58 167 0 1075 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4976

[startup+0.201817 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 24934
/proc/meminfo: memFree=891768/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=12196 CPUtime=0.19
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 1927 0 0 0 19 0 0 0 18 0 1 0 127875398 12488704 1911 1992294400 134512640 135197250 4294956224 18446744073709551615 134564874 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 3049 1911 62 167 0 2880 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12196

[startup+0.301834 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 24934
/proc/meminfo: memFree=891768/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=12648 CPUtime=0.29
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 2771 0 0 0 28 1 0 0 19 0 1 0 127875398 12951552 2027 1992294400 134512640 135197250 4294956224 18446744073709551615 134569384 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 3162 2027 65 167 0 2993 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12648

[startup+0.701901 s]
/proc/loadavg: 0.91 0.95 0.69 3/64 24934
/proc/meminfo: memFree=891768/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=16520 CPUtime=0.69
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 3785 0 0 0 68 1 0 0 23 0 1 0 127875398 16916480 3017 1992294400 134512640 135197250 4294956224 18446744073709551615 134649046 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 4130 3017 67 167 0 3961 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16520

[startup+1.50103 s]
/proc/loadavg: 0.91 0.95 0.69 2/65 24935
/proc/meminfo: memFree=879856/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=18668 CPUtime=1.49
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 4347 0 0 0 148 1 0 0 25 0 1 0 127875398 19116032 3572 1992294400 134512640 135197250 4294956224 18446744073709551615 134539469 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 4667 3572 81 167 0 4498 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18668

[startup+3.1013 s]
/proc/loadavg: 0.91 0.95 0.69 2/65 24935
/proc/meminfo: memFree=876464/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=20856 CPUtime=3.09
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 4773 0 0 0 308 1 0 0 25 0 1 0 127875398 21356544 3998 1992294400 134512640 135197250 4294956224 18446744073709551615 134539471 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 5214 3998 81 167 0 5045 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20856

[startup+6.30184 s]
/proc/loadavg: 0.92 0.95 0.69 2/65 24935
/proc/meminfo: memFree=870384/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=70488 CPUtime=6.29
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 15178 0 0 0 624 5 0 0 25 0 1 0 127875398 72179712 8748 1992294400 134512640 135197250 4294956224 18446744073709551615 134565204 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 17622 8748 88 167 0 17453 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70488

[startup+12.7019 s]
/proc/loadavg: 0.93 0.95 0.70 2/65 24935
/proc/meminfo: memFree=844336/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=76216 CPUtime=12.69
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 21484 0 0 0 1261 8 0 0 25 0 1 0 127875398 78045184 11853 1992294400 134512640 135197250 4294956224 18446744073709551615 134548523 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 19054 11853 93 167 0 18885 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76216

[startup+25.501 s]
/proc/loadavg: 0.94 0.96 0.70 2/65 24935
/proc/meminfo: memFree=841328/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=79472 CPUtime=25.49
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 22229 0 0 0 2540 9 0 0 25 0 1 0 127875398 81379328 12598 1992294400 134512640 135197250 4294956224 18446744073709551615 134525543 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 19868 12598 93 167 0 19699 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79472

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.71 2/65 24935
/proc/meminfo: memFree=838960/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=82116 CPUtime=51.07
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 22822 0 0 0 5098 9 0 0 25 0 1 0 127875398 84086784 13163 1992294400 134512640 135197250 4294956224 18446744073709551615 134713095 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 20529 13163 93 167 0 20360 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 82116

[startup+102.302 s]
/proc/loadavg: 0.98 0.96 0.72 2/65 24935
/proc/meminfo: memFree=836400/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=84940 CPUtime=102.26
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 23470 0 0 0 10216 10 0 0 25 0 1 0 127875398 86978560 13811 1992294400 134512640 135197250 4294956224 18446744073709551615 134548451 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 21235 13811 93 167 0 21066 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 84940

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.74 2/65 24935
/proc/meminfo: memFree=833520/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=88804 CPUtime=162.24
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 24191 0 0 0 16213 11 0 0 25 0 1 0 127875398 90935296 14532 1992294400 134512640 135197250 4294956224 18446744073709551615 134553215 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 22201 14532 93 167 0 22032 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 88804

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.75 2/65 24935
/proc/meminfo: memFree=831856/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=89568 CPUtime=222.22
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 24583 0 0 0 22210 12 0 0 25 0 1 0 127875398 91717632 14924 1992294400 134512640 135197250 4294956224 18446744073709551615 134573172 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 22392 14924 93 167 0 22223 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 89568

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/65 24935
/proc/meminfo: memFree=829744/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=94332 CPUtime=282.19
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 25110 0 0 0 28207 12 0 0 25 0 1 0 127875398 96595968 15451 1992294400 134512640 135197250 4294956224 18446744073709551615 134556707 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 23583 15451 93 167 0 23414 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 94332

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 24935
/proc/meminfo: memFree=828080/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=94860 CPUtime=342.18
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 25515 0 0 0 34205 13 0 0 25 0 1 0 127875398 97136640 15856 1992294400 134512640 135197250 4294956224 18446744073709551615 134572901 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 23715 15856 93 167 0 23546 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 94860

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.78 2/65 24935
/proc/meminfo: memFree=826480/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=95484 CPUtime=402.16
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 25904 0 0 0 40203 13 0 0 25 0 1 0 127875398 97775616 16245 1992294400 134512640 135197250 4294956224 18446744073709551615 134553215 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 23871 16245 93 167 0 23702 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 95484

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.79 2/65 24935
/proc/meminfo: memFree=825200/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=95892 CPUtime=462.14
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 26232 0 0 0 46201 13 0 0 25 0 1 0 127875398 98193408 16573 1992294400 134512640 135197250 4294956224 18446744073709551615 134548518 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 23973 16573 93 167 0 23804 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 95892

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.81 2/65 24935
/proc/meminfo: memFree=824112/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=103448 CPUtime=522.12
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 26497 0 0 0 52198 14 0 0 25 0 1 0 127875398 105930752 16838 1992294400 134512640 135197250 4294956224 18446744073709551615 134548713 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 25862 16838 93 167 0 25693 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 103448

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 24935
/proc/meminfo: memFree=822768/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=104052 CPUtime=582.1
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 26815 0 0 0 58196 14 0 0 25 0 1 0 127875398 106549248 17156 1992294400 134512640 135197250 4294956224 18446744073709551615 134553198 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 26013 17156 93 167 0 25844 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 104052

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/65 24935
/proc/meminfo: memFree=820976/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=104880 CPUtime=642.09
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 27268 0 0 0 64194 15 0 0 25 0 1 0 127875398 107397120 17609 1992294400 134512640 135197250 4294956224 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 26220 17609 93 167 0 26051 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 104880

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/65 24935
/proc/meminfo: memFree=819568/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=105152 CPUtime=702.07
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 27622 0 0 0 70191 16 0 0 25 0 1 0 127875398 107675648 17963 1992294400 134512640 135197250 4294956224 18446744073709551615 134548721 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 26288 17963 93 167 0 26119 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 105152

[startup+762.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 24935
/proc/meminfo: memFree=818288/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=105420 CPUtime=762.05
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 27905 0 0 0 76189 16 0 0 25 0 1 0 127875398 107950080 18246 1992294400 134512640 135197250 4294956224 18446744073709551615 134553215 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 26355 18246 93 167 0 26186 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 105420

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.84 2/65 24941
/proc/meminfo: memFree=816880/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=106064 CPUtime=822.02
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 28248 0 0 0 82185 17 0 0 25 0 1 0 127875398 108609536 18589 1992294400 134512640 135197250 4294956224 18446744073709551615 134525585 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 26516 18589 93 167 0 26347 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 106064

[startup+882.305 s]
/proc/loadavg: 0.99 0.97 0.85 2/65 24941
/proc/meminfo: memFree=815152/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=106460 CPUtime=882.01
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 28672 0 0 0 88183 18 0 0 25 0 1 0 127875398 109015040 19013 1992294400 134512640 135197250 4294956224 18446744073709551615 134603464 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 26615 19013 93 167 0 26446 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 106460

[startup+942.301 s]
/proc/loadavg: 1.04 0.99 0.86 2/65 24941
/proc/meminfo: memFree=814000/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=106596 CPUtime=941.98
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 28957 0 0 0 94180 18 0 0 25 0 1 0 127875398 109154304 19298 1992294400 134512640 135197250 4294956224 18446744073709551615 134553433 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 26649 19298 93 167 0 26480 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 106596

[startup+1002.3 s]
/proc/loadavg: 1.05 1.00 0.87 2/65 24941
/proc/meminfo: memFree=812592/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=121312 CPUtime=1001.96
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 29289 0 0 0 100177 19 0 0 25 0 1 0 127875398 124223488 19630 1992294400 134512640 135197250 4294956224 18446744073709551615 134597295 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 30328 19630 93 167 0 30159 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 121312

[startup+1062.3 s]
/proc/loadavg: 1.02 1.00 0.88 2/65 24941
/proc/meminfo: memFree=811440/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=121444 CPUtime=1061.95
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 29581 0 0 0 106175 20 0 0 25 0 1 0 127875398 124358656 19922 1992294400 134512640 135197250 4294956224 18446744073709551615 134539297 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 30361 19922 93 167 0 30192 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 121444

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 24941
/proc/meminfo: memFree=809712/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=121708 CPUtime=1121.92
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 29992 0 0 0 112172 20 0 0 25 0 1 0 127875398 124628992 20333 1992294400 134512640 135197250 4294956224 18446744073709551615 134603039 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 30427 20333 93 167 0 30258 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 121708

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 24941
/proc/meminfo: memFree=807856/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=121980 CPUtime=1181.91
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 30456 0 0 0 118170 21 0 0 25 0 1 0 127875398 124907520 20797 1992294400 134512640 135197250 4294956224 18446744073709551615 134590671 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 30495 20797 93 167 0 30326 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 121980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 24941
/proc/meminfo: memFree=807344/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=122876 CPUtime=1200
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 30581 0 0 0 119979 21 0 0 25 0 1 0 127875398 125825024 20922 1992294400 134512640 135197250 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 30719 20922 93 167 0 30550 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 122876

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 24941
/proc/meminfo: memFree=807344/2055920 swapFree=4191900/4192956
[pid=24934] ppid=24932 vsize=122876 CPUtime=1200
/proc/24934/stat : 24934 (march_nn) R 24932 24934 24836 0 -1 4194304 30581 0 0 0 119979 21 0 0 25 0 1 0 127875398 125825024 20922 1992294400 134512640 135197250 4294956224 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/24934/statm: 30719 20922 93 167 0 30550 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 122876

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.03
CPU user time (s): 1199.8
CPU system time (s): 0.229965
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 122876

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

runsolver used 0.933858 second user time and 2.43063 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-29 11:48:01
IDJOB=1562841
IDBENCH=70942
IDSOLVER=522
FILE ID=node57/1562841-1240998481
PBS_JOBID= 9204813
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= 6c0fa36b77ee8403468509d27984ddf2
RANDOM SEED=570954274

node57.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.256
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.256
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:        892184 kB
Buffers:         71888 kB
Cached:         995728 kB
SwapCached:        528 kB
Active:         156124 kB
Inactive:       925052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        892184 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3080 kB
Writeback:           0 kB
Mapped:          21792 kB
Slab:            68648 kB
Committed_AS:   441856 kB
PageTables:       1388 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= 66540 MiB
End job on node57 at 2009-04-29 12:08:04