Trace number 1518038

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

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/500/
unif-k3-r4.25-v500-c2125-S349436298-004.cnf
MD5SUM807de0757f2dbadea1e7b17f93f9b484
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.376942
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2125
Sum of the clauses size6375
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.02	c main()::
0.00/0.02	c initFormula():: searching for DIMACS p-line....
0.00/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 500 variables and 2125 clauses.
0.00/0.02	c parseCNF():: parsing....
0.00/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.02	c runParser():: parsing was successful, warming up engines...
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 500 free variables and 2125 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.472
0.00/0.02	c using 3-SAT heuristics (occurence based diff)
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 161 duplicate clauses
0.00/0.02	c resolvent_look() :: found 85 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 500 variables and 2210 clauses.
0.00/0.02	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.02	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.02	c transformTo3SAT():: the transformation yielded 500 variabels and 2210 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2210 / 500 ) = 4.42
0.00/0.02	c longest clause has size 3
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c number of free variables = 500
0.00/0.02	c dynamic_preselect_setsize :: off
0.00/0.02	c main():: all systems go!
0.00/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 36
0.00/0.03	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: 535
0.09/0.18	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 |****************************************************************| ( 2/999) NodeCount: 4885
1.69/1.72	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 |****************************************************************| ( 3/999) NodeCount: 30184
11.89/11.98	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 |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 135445
59.88/59.92	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 |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 448787
220.42/220.60	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 |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 1125584
604.60/604.83	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 |**********************************************************
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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1518038-1238294239/watcher-1518038-1238294239 -o /tmp/evaluation-result-1518038-1238294239/solver-1518038-1238294239 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_nn HOME/instance-1518038-1238294239.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.03 3/64 22727
/proc/meminfo: memFree=830832/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=976 CPUtime=0
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 147 0 0 0 0 0 0 0 18 0 1 0 1102089714 999424 130 1992294400 134512640 135197250 4294956240 18446744073709551615 134565239 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 244 130 66 167 0 75 0

[startup+0.0984691 s]
/proc/loadavg: 1.00 1.02 1.03 3/64 22727
/proc/meminfo: memFree=830832/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=1748 CPUtime=0.09
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 299 0 0 0 9 0 0 0 18 0 1 0 1102089714 1789952 282 1992294400 134512640 135197250 4294956240 18446744073709551615 134539368 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 437 282 93 167 0 268 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1748

[startup+0.101468 s]
/proc/loadavg: 1.00 1.02 1.03 3/64 22727
/proc/meminfo: memFree=830832/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=1748 CPUtime=0.09
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 299 0 0 0 9 0 0 0 18 0 1 0 1102089714 1789952 282 1992294400 134512640 135197250 4294956240 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 437 282 93 167 0 268 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1748

[startup+0.301492 s]
/proc/loadavg: 1.00 1.02 1.03 3/64 22727
/proc/meminfo: memFree=830832/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=1880 CPUtime=0.29
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 319 0 0 0 29 0 0 0 19 0 1 0 1102089714 1925120 302 1992294400 134512640 135197250 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 470 302 93 167 0 301 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1880

[startup+0.701538 s]
/proc/loadavg: 1.00 1.02 1.03 3/64 22727
/proc/meminfo: memFree=830832/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=1880 CPUtime=0.69
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 338 0 0 0 69 0 0 0 22 0 1 0 1102089714 1925120 321 1992294400 134512640 135197250 4294956240 18446744073709551615 134541886 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 470 321 93 167 0 301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1880

[startup+1.50163 s]
/proc/loadavg: 1.00 1.02 1.03 2/65 22728
/proc/meminfo: memFree=829800/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=2092 CPUtime=1.49
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 367 0 0 0 149 0 0 0 25 0 1 0 1102089714 2142208 350 1992294400 134512640 135197250 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 523 350 93 167 0 354 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2092

[startup+3.10181 s]
/proc/loadavg: 1.00 1.02 1.03 2/65 22728
/proc/meminfo: memFree=829608/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=2560 CPUtime=3.09
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 452 0 0 0 309 0 0 0 25 0 1 0 1102089714 2621440 435 1992294400 134512640 135197250 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 640 435 93 167 0 471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2560

[startup+6.30119 s]
/proc/loadavg: 1.00 1.02 1.03 2/65 22728
/proc/meminfo: memFree=829096/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=2712 CPUtime=6.29
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 512 0 0 0 629 0 0 0 25 0 1 0 1102089714 2777088 495 1992294400 134512640 135197250 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 678 495 93 167 0 509 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2712

[startup+12.7019 s]
/proc/loadavg: 1.00 1.01 1.03 2/65 22728
/proc/meminfo: memFree=828592/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=3264 CPUtime=12.69
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 648 0 0 0 1269 0 0 0 25 0 1 0 1102089714 3342336 593 1992294400 134512640 135197250 4294956240 18446744073709551615 134541930 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 816 593 93 167 0 647 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3264

[startup+25.5014 s]
/proc/loadavg: 1.00 1.01 1.03 2/65 22728
/proc/meminfo: memFree=827696/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=3988 CPUtime=25.48
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 874 0 0 0 2548 0 0 0 25 0 1 0 1102089714 4083712 819 1992294400 134512640 135197250 4294956240 18446744073709551615 134525315 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 997 819 93 167 0 828 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3988

[startup+51.1013 s]
/proc/loadavg: 1.00 1.01 1.02 2/65 22728
/proc/meminfo: memFree=826032/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=6332 CPUtime=51.08
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 1297 0 0 0 5107 1 0 0 25 0 1 0 1102089714 6483968 1242 1992294400 134512640 135197250 4294956240 18446744073709551615 134542257 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 1583 1242 93 167 0 1414 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6332

[startup+102.305 s]
/proc/loadavg: 1.00 1.01 1.02 2/65 22728
/proc/meminfo: memFree=822768/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=11628 CPUtime=102.26
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 2100 0 0 0 10225 1 0 0 25 0 1 0 1102089714 11907072 2045 1992294400 134512640 135197250 4294956240 18446744073709551615 134539306 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 2907 2045 93 167 0 2738 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11628

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 22728
/proc/meminfo: memFree=819056/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=17208 CPUtime=162.25
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 3036 0 0 0 16223 2 0 0 25 0 1 0 1102089714 17620992 2981 1992294400 134512640 135197250 4294956240 18446744073709551615 134542043 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 4302 2981 93 167 0 4133 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 17208

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 22728
/proc/meminfo: memFree=815536/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=17208 CPUtime=222.22
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 3906 0 0 0 22220 2 0 0 25 0 1 0 1102089714 17620992 3851 1992294400 134512640 135197250 4294956240 18446744073709551615 134542163 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 4302 3851 93 167 0 4133 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 17208

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22728
/proc/meminfo: memFree=811952/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=26436 CPUtime=282.21
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 4793 0 0 0 28218 3 0 0 25 0 1 0 1102089714 27070464 4738 1992294400 134512640 135197250 4294956240 18446744073709551615 134541914 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 6609 4738 93 167 0 6440 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 26436

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22728
/proc/meminfo: memFree=808432/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=26436 CPUtime=342.18
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 5660 0 0 0 34215 3 0 0 25 0 1 0 1102089714 27070464 5605 1992294400 134512640 135197250 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 6609 5605 93 167 0 6440 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 26436

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22728
/proc/meminfo: memFree=804848/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=35300 CPUtime=402.16
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 6552 0 0 0 40212 4 0 0 25 0 1 0 1102089714 36147200 6497 1992294400 134512640 135197250 4294956240 18446744073709551615 134539309 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 8825 6497 93 167 0 8656 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 35300

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=801456/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=35300 CPUtime=462.14
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 7401 0 0 0 46210 4 0 0 25 0 1 0 1102089714 36147200 7346 1992294400 134512640 135197250 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 8825 7346 93 167 0 8656 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 35300

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=798256/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=42112 CPUtime=522.13
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 8217 0 0 0 52208 5 0 0 25 0 1 0 1102089714 43122688 8162 1992294400 134512640 135197250 4294956240 18446744073709551615 134713095 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 10528 8162 93 167 0 10359 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 42112

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=794992/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=42112 CPUtime=582.11
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 9035 0 0 0 58206 5 0 0 25 0 1 0 1102089714 43122688 8980 1992294400 134512640 135197250 4294956240 18446744073709551615 134590377 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 10528 8980 93 167 0 10359 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 42112

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=791728/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=55208 CPUtime=642.1
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 9838 0 0 0 64204 6 0 0 25 0 1 0 1102089714 56532992 9783 1992294400 134512640 135197250 4294956240 18446744073709551615 134526714 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 13802 9783 93 167 0 13633 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 55208

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=788400/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=55208 CPUtime=702.07
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 10663 0 0 0 70201 6 0 0 25 0 1 0 1102089714 56532992 10608 1992294400 134512640 135197250 4294956240 18446744073709551615 134525315 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 13802 10608 93 167 0 13633 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 55208

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=785264/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=55208 CPUtime=762.07
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 11439 0 0 0 76200 7 0 0 25 0 1 0 1102089714 56532992 11384 1992294400 134512640 135197250 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 13802 11384 93 167 0 13633 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 55208

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=782064/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=55208 CPUtime=822.04
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 12245 0 0 0 82197 7 0 0 25 0 1 0 1102089714 56532992 12190 1992294400 134512640 135197250 4294956240 18446744073709551615 134552488 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 13802 12190 93 167 0 13633 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 55208

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=778672/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=55208 CPUtime=882.02
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 13076 0 0 0 88194 8 0 0 25 0 1 0 1102089714 56532992 13021 1992294400 134512640 135197250 4294956240 18446744073709551615 134601475 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 13802 13021 93 167 0 13633 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 55208

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=775344/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=88472 CPUtime=942
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 13911 0 0 0 94192 8 0 0 25 0 1 0 1102089714 90595328 13856 1992294400 134512640 135197250 4294956240 18446744073709551615 134548521 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 22118 13856 93 167 0 21949 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 88472

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=772208/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=88472 CPUtime=1001.99
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 14710 0 0 0 100190 9 0 0 25 0 1 0 1102089714 90595328 14655 1992294400 134512640 135197250 4294956240 18446744073709551615 134556683 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 22118 14655 93 167 0 21949 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 88472

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=769136/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=88472 CPUtime=1061.97
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 15479 0 0 0 106188 9 0 0 25 0 1 0 1102089714 90595328 15424 1992294400 134512640 135197250 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 22118 15424 93 167 0 21949 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 88472

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=766000/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=88472 CPUtime=1121.95
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 16238 0 0 0 112185 10 0 0 25 0 1 0 1102089714 90595328 16183 1992294400 134512640 135197250 4294956240 18446744073709551615 134618405 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 22118 16183 93 167 0 21949 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 88472

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=762992/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=88472 CPUtime=1181.94
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 16992 0 0 0 118183 11 0 0 25 0 1 0 1102089714 90595328 16937 1992294400 134512640 135197250 4294956240 18446744073709551615 134552753 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 22118 16937 93 167 0 21949 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 88472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22730
/proc/meminfo: memFree=762032/2055920 swapFree=4176704/4192956
[pid=22727] ppid=22725 vsize=88472 CPUtime=1200.03
/proc/22727/stat : 22727 (march_nn) R 22725 22727 19214 0 -1 4194304 17222 0 0 0 119992 11 0 0 25 0 1 0 1102089714 90595328 17167 1992294400 134512640 135197250 4294956240 18446744073709551615 134539309 0 0 4096 0 0 0 0 17 1 0 0
/proc/22727/statm: 22118 17167 93 167 0 21949 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 88472

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.06
CPU user time (s): 1199.93
CPU system time (s): 0.12898
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 88472

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

runsolver used 0.809876 second user time and 2.54261 second system time

The end

Launcher Data

Begin job on node20 at 2009-03-29 04:37:19
IDJOB=1518038
IDBENCH=70646
IDSOLVER=522
FILE ID=node20/1518038-1238294239
PBS_JOBID= 9060922
Free space on /tmp= 65668 MiB

SOLVER NAME= march_nn nn
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/500/unif-k3-r4.25-v500-c2125-S349436298-004.cnf
COMMAND LINE= HOME/march_nn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1518038-1238294239/watcher-1518038-1238294239 -o /tmp/evaluation-result-1518038-1238294239/solver-1518038-1238294239 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_nn HOME/instance-1518038-1238294239.cnf

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

MD5SUM BENCH= 807de0757f2dbadea1e7b17f93f9b484
RANDOM SEED=449657269

node20.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.235
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.235
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:        831248 kB
Buffers:        104216 kB
Cached:        1014172 kB
SwapCached:      10004 kB
Active:         158060 kB
Inactive:       971760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        831248 kB
SwapTotal:     4192956 kB
SwapFree:      4176704 kB
Dirty:             804 kB
Writeback:           0 kB
Mapped:          16608 kB
Slab:            80784 kB
Committed_AS:  2828520 kB
PageTables:       1404 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= 65664 MiB
End job on node20 at 2009-03-29 04:57:21