Trace number 1562893

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

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l43_lambda.cnf
MD5SUM040db958f11a89b7e62063379f36b96a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.05823
Satisfiable
(Un)Satisfiability was proved
Number of variables30771
Number of clauses153033
Sum of the clauses size440888
Maximum clause length9
Minimum clause length1
Number of clauses of size 14034
Number of clauses of size 238515
Number of clauses of size 389223
Number of clauses of size 414666
Number of clauses of size 56466
Number of clauses of size over 5129

Solver Data

8.69/8.71	c main():: ***                                   [ march satisfiability solver ]                                   ***
8.69/8.71	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
8.69/8.71	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
8.69/8.71	c main()::
8.69/8.71	c initFormula():: searching for DIMACS p-line....
8.69/8.71	c initFormula():: the DIMACS p-line indicates a CNF of 30771 variables and 153033 clauses.
8.69/8.71	c parseCNF():: parsing....
8.69/8.71	c parseCNF():: the CNF contains 4034 unary clauses.
8.69/8.71	c runParser():: parsing was successful, warming up engines...
8.69/8.71	c find_and_remove_tautogolies():: found and removed 3889 tautologies
8.69/8.71	c find_and_remove_tautogolies():: found and removed 2003 tautologies
8.69/8.71	c simplify_formula():: removed 3121 tautological, 27493 satisfied and 7677 duplicate clauses
8.69/8.71	c preprocessing fase I completed:: there are now 19781 free variables and 114742 clauses.
8.69/8.71	c stat :: sign balance is biased by 1.048
8.69/8.71	c find_equivalence():: found 2306 3-equivalences
8.69/8.71	c find_and_remove_tautogolies():: found and removed 84 tautologies
8.69/8.71	c shorten_equivalence(): average equivalence length reduced from 3.036904 to 3.000000
8.69/8.71	c using k-SAT heuristics (size based diff)
8.69/8.71	c simplify_formula():: removed 0 tautological, 9224 satisfied and 0 duplicate clauses
8.69/8.71	c simplify_formula():: removed 0 tautological, 0 satisfied and 384901 duplicate clauses
8.69/8.71	c resolvent_look() :: found 176974 resolvents
8.69/8.71	c main():: clause / variable ratio: ( 291716 / 30771 ) = 9.48
8.69/8.71	c longest clause has size 9
8.69/8.71	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
8.69/8.71	c number of free variables = 19697
8.69/8.71	c dynamic_preselect_setsize :: off
8.69/8.71	c main():: all systems go!
8.69/8.71	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 49
10.09/10.17	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: 661
23.89/23.99	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: 4909
113.16/113.21	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: 27188
574.63/574.85	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 |************************************************************
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-1562893-1240998626/watcher-1562893-1240998626 -o /tmp/evaluation-result-1562893-1240998626/solver-1562893-1240998626 -C 1200 -W 1800 -M 1800 HOME/march_nn HOME/instance-1562893-1240998626.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.51 1.14 0.79 3/64 11929
/proc/meminfo: memFree=679744/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=3580 CPUtime=0
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 553 0 0 0 0 0 0 0 18 0 1 0 127889776 3665920 538 1992294400 134512640 135197250 4294956224 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 895 543 58 167 0 726 0

[startup+0.050915 s]
/proc/loadavg: 1.51 1.14 0.79 3/64 11929
/proc/meminfo: memFree=679744/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=4976 CPUtime=0.04
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 973 0 0 0 4 0 0 0 18 0 1 0 127889776 5095424 958 1992294400 134512640 135197250 4294956224 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 1244 959 58 167 0 1075 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4976

[startup+0.101919 s]
/proc/loadavg: 1.51 1.14 0.79 3/64 11929
/proc/meminfo: memFree=679744/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=5504 CPUtime=0.09
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 1160 0 0 0 9 0 0 0 18 0 1 0 127889776 5636096 1145 1992294400 134512640 135197250 4294956224 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 1376 1145 58 167 0 1207 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5504

[startup+0.301938 s]
/proc/loadavg: 1.51 1.14 0.79 3/64 11929
/proc/meminfo: memFree=679744/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=14856 CPUtime=0.29
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 3161 0 0 0 28 1 0 0 19 0 1 0 127889776 15212544 2277 1992294400 134512640 135197250 4294956224 18446744073709551615 134713079 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 3714 2277 65 167 0 3545 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14856

[startup+0.701976 s]
/proc/loadavg: 1.51 1.14 0.79 3/64 11929
/proc/meminfo: memFree=679744/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=18516 CPUtime=0.69
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 4668 0 0 0 67 2 0 0 22 0 1 0 127889776 18960384 3351 1992294400 134512640 135197250 4294956224 18446744073709551615 134692252 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 4629 3351 67 167 0 4460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18516

[startup+1.50105 s]
/proc/loadavg: 1.51 1.14 0.79 2/65 11930
/proc/meminfo: memFree=666360/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=18740 CPUtime=1.48
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 4728 0 0 0 146 2 0 0 25 0 1 0 127889776 19189760 3404 1992294400 134512640 135197250 4294956224 18446744073709551615 134560516 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 4685 3404 80 167 0 4516 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18740

[startup+3.1012 s]
/proc/loadavg: 1.51 1.14 0.79 2/65 11930
/proc/meminfo: memFree=663416/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=23372 CPUtime=3.09
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 5746 0 0 0 306 3 0 0 25 0 1 0 127889776 23932928 4413 1992294400 134512640 135197250 4294956224 18446744073709551615 134539466 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 5843 4413 81 167 0 5674 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23372

[startup+6.3015 s]
/proc/loadavg: 1.47 1.14 0.79 2/65 11930
/proc/meminfo: memFree=658168/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=29512 CPUtime=6.29
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 7208 0 0 0 625 4 0 0 25 0 1 0 127889776 30220288 5875 1992294400 134512640 135197250 4294956224 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 7378 5875 81 167 0 7209 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29512

[startup+12.7011 s]
/proc/loadavg: 1.43 1.14 0.80 2/65 11930
/proc/meminfo: memFree=625288/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=89084 CPUtime=12.69
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 25239 0 0 0 1257 12 0 0 25 0 1 0 127889776 91222016 13711 1992294400 134512640 135197250 4294956224 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 22271 13711 93 167 0 22102 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 89084

[startup+25.5013 s]
/proc/loadavg: 1.34 1.13 0.80 2/65 11930
/proc/meminfo: memFree=621512/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=92208 CPUtime=25.49
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 26088 0 0 0 2536 13 0 0 25 0 1 0 127889776 94420992 14560 1992294400 134512640 135197250 4294956224 18446744073709551615 134553215 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 23052 14560 93 167 0 22883 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 92208

[startup+51.1017 s]
/proc/loadavg: 1.22 1.12 0.80 2/65 11930
/proc/meminfo: memFree=618824/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=94960 CPUtime=51.08
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 26780 0 0 0 5094 14 0 0 25 0 1 0 127889776 97239040 15236 1992294400 134512640 135197250 4294956224 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 23740 15236 93 167 0 23571 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 94960

[startup+102.306 s]
/proc/loadavg: 1.09 1.10 0.81 2/65 11930
/proc/meminfo: memFree=616264/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=98320 CPUtime=102.27
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 27427 0 0 0 10212 15 0 0 25 0 1 0 127889776 100679680 15867 1992294400 134512640 135197250 4294956224 18446744073709551615 134572870 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 24580 15867 93 167 0 24411 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 98320

[startup+162.301 s]
/proc/loadavg: 1.03 1.08 0.82 2/65 11930
/proc/meminfo: memFree=613960/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=101080 CPUtime=162.24
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 27996 0 0 0 16209 15 0 0 25 0 1 0 127889776 103505920 16436 1992294400 134512640 135197250 4294956224 18446744073709551615 134611945 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 25270 16436 93 167 0 25101 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 101080

[startup+222.302 s]
/proc/loadavg: 1.01 1.06 0.83 2/65 11930
/proc/meminfo: memFree=612232/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=103996 CPUtime=222.23
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 28404 0 0 0 22207 16 0 0 25 0 1 0 127889776 106491904 16844 1992294400 134512640 135197250 4294956224 18446744073709551615 134593749 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 25999 16844 93 167 0 25830 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 103996

[startup+282.302 s]
/proc/loadavg: 1.00 1.05 0.83 2/65 11930
/proc/meminfo: memFree=610376/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=104928 CPUtime=282.2
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 28870 0 0 0 28204 16 0 0 25 0 1 0 127889776 107446272 17310 1992294400 134512640 135197250 4294956224 18446744073709551615 134572697 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 26232 17310 93 167 0 26063 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 104928

[startup+342.301 s]
/proc/loadavg: 1.00 1.04 0.84 2/65 11930
/proc/meminfo: memFree=608392/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=105904 CPUtime=342.19
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 29336 0 0 0 34202 17 0 0 25 0 1 0 127889776 108445696 17776 1992294400 134512640 135197250 4294956224 18446744073709551615 134570760 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 26476 17776 93 167 0 26307 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 105904

[startup+402.302 s]
/proc/loadavg: 1.00 1.03 0.85 2/65 11930
/proc/meminfo: memFree=607048/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=110872 CPUtime=402.18
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 29671 0 0 0 40200 18 0 0 25 0 1 0 127889776 113532928 18111 1992294400 134512640 135197250 4294956224 18446744073709551615 134539471 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 27718 18111 93 167 0 27549 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 110872

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 0.85 2/65 11930
/proc/meminfo: memFree=605640/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=111688 CPUtime=462.16
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 30000 0 0 0 46197 19 0 0 25 0 1 0 127889776 114368512 18440 1992294400 134512640 135197250 4294956224 18446744073709551615 134713097 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 27922 18440 93 167 0 27753 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 111688

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 0.86 2/65 11930
/proc/meminfo: memFree=604680/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=111688 CPUtime=522.15
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 30244 0 0 0 52195 20 0 0 25 0 1 0 127889776 114368512 18684 1992294400 134512640 135197250 4294956224 18446744073709551615 134592677 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 27922 18684 93 167 0 27753 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 111688

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 0.86 2/65 11930
/proc/meminfo: memFree=603656/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=111952 CPUtime=582.13
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 30481 0 0 0 58193 20 0 0 25 0 1 0 127889776 114638848 18921 1992294400 134512640 135197250 4294956224 18446744073709551615 134618340 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 27988 18921 93 167 0 27819 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 111952

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 11936
/proc/meminfo: memFree=602304/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=112556 CPUtime=642.1
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 30780 0 0 0 64190 20 0 0 25 0 1 0 127889776 115257344 19220 1992294400 134512640 135197250 4294956224 18446744073709551615 134593747 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 28139 19220 93 167 0 27970 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 112556

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.87 2/65 11936
/proc/meminfo: memFree=600640/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=121816 CPUtime=702.09
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 31193 0 0 0 70188 21 0 0 25 0 1 0 127889776 124739584 19633 1992294400 134512640 135197250 4294956224 18446744073709551615 134539105 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 30454 19633 93 167 0 30285 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 121816

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.88 2/65 11936
/proc/meminfo: memFree=598784/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=122616 CPUtime=762.07
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 31660 0 0 0 76185 22 0 0 25 0 1 0 127889776 125558784 20100 1992294400 134512640 135197250 4294956224 18446744073709551615 134553180 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 30654 20100 93 167 0 30485 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 122616

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 11936
/proc/meminfo: memFree=597568/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=123028 CPUtime=822.05
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 31980 0 0 0 82183 22 0 0 25 0 1 0 127889776 125980672 20420 1992294400 134512640 135197250 4294956224 18446744073709551615 134553144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 30757 20420 93 167 0 30588 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 123028

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.89 2/65 11936
/proc/meminfo: memFree=596096/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=123296 CPUtime=882.03
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 32351 0 0 0 88180 23 0 0 25 0 1 0 127889776 126255104 20791 1992294400 134512640 135197250 4294956224 18446744073709551615 134553546 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 30824 20791 93 167 0 30655 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 123296

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.90 2/65 11936
/proc/meminfo: memFree=594696/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=123940 CPUtime=942.01
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 32706 0 0 0 94177 24 0 0 25 0 1 0 127889776 126914560 21146 1992294400 134512640 135197250 4294956224 18446744073709551615 134713079 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 30985 21146 93 167 0 30816 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 123940

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.90 2/65 11936
/proc/meminfo: memFree=593288/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=124204 CPUtime=1002
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 33039 0 0 0 100175 25 0 0 25 0 1 0 127889776 127184896 21479 1992294400 134512640 135197250 4294956224 18446744073709551615 134539119 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 31051 21479 93 167 0 30882 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 124204

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 11936
/proc/meminfo: memFree=591752/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=124468 CPUtime=1061.98
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 33405 0 0 0 106173 25 0 0 25 0 1 0 127889776 127455232 21845 1992294400 134512640 135197250 4294956224 18446744073709551615 134572878 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 31117 21845 93 167 0 30948 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 124468

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 11936
/proc/meminfo: memFree=590344/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=124604 CPUtime=1121.97
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 33743 0 0 0 112171 26 0 0 25 0 1 0 127889776 127594496 22183 1992294400 134512640 135197250 4294956224 18446744073709551615 134649178 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 31151 22183 93 167 0 30982 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 124604

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 11936
/proc/meminfo: memFree=589320/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=124876 CPUtime=1181.95
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 34015 0 0 0 118169 26 0 0 25 0 1 0 127889776 127873024 22455 1992294400 134512640 135197250 4294956224 18446744073709551615 134597821 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 31219 22455 93 167 0 31050 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 124876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 11936
/proc/meminfo: memFree=588936/2055920 swapFree=4192812/4192956
[pid=11929] ppid=11927 vsize=142604 CPUtime=1200.05
/proc/11929/stat : 11929 (march_nn) R 11927 11929 11804 0 -1 4194304 34099 0 0 0 119978 27 0 0 25 0 1 0 127889776 146026496 22539 1992294400 134512640 135197250 4294956224 18446744073709551615 134548523 0 0 4096 0 0 0 0 17 1 0 0
/proc/11929/statm: 35651 22539 93 167 0 35482 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 142604

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.08
CPU user time (s): 1199.79
CPU system time (s): 0.289955
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 142604

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

runsolver used 1.04884 second user time and 2.28665 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-29 11:50:26
IDJOB=1562893
IDBENCH=70943
IDSOLVER=522
FILE ID=node61/1562893-1240998626
PBS_JOBID= 9204809
Free space on /tmp= 66528 MiB

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

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

MD5SUM BENCH= 040db958f11a89b7e62063379f36b96a
RANDOM SEED=132046659

node61.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.216
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.216
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:        680160 kB
Buffers:         28044 kB
Cached:        1264160 kB
SwapCached:          0 kB
Active:          65068 kB
Inactive:      1241008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        680160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3592 kB
Writeback:           0 kB
Mapped:          23592 kB
Slab:            55780 kB
Committed_AS:   574088 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node61 at 2009-04-29 12:10:29