Trace number 1514150

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.07 1200.51

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/6000/
unif-k3-r4.2-v6000-c25200-S595075179-058.cnf
MD5SUM4f302a0a96331733d31d4d68d88fd415
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.9954
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of clauses25200
Sum of the clauses size75600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 325200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.36	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.29/0.36	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.29/0.36	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.29/0.36	c main()::
0.29/0.36	c initFormula():: searching for DIMACS p-line....
0.29/0.36	c initFormula():: the DIMACS p-line indicates a CNF of 6000 variables and 25200 clauses.
0.29/0.36	c parseCNF():: parsing....
0.29/0.36	c parseCNF():: the CNF contains 0 unary clauses.
0.29/0.36	c runParser():: parsing was successful, warming up engines...
0.29/0.36	c simplify_formula():: removed 0 tautological, 166 satisfied and 0 duplicate clauses
0.29/0.36	c preprocessing fase I completed:: there are now 5975 free variables and 25034 clauses.
0.29/0.36	c stat :: sign balance is biased by 0.474
0.29/0.36	c using 3-SAT heuristics (occurence based diff)
0.29/0.36	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.36	c simplify_formula():: removed 0 tautological, 0 satisfied and 147 duplicate clauses
0.29/0.36	c resolvent_look() :: found 69 resolvents
0.29/0.36	c lessRedundantTransformation():: nothing to be done.
0.29/0.36	c transformTo3SAT():: you gave me 6000 variables and 25103 clauses.
0.29/0.36	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.29/0.36	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.29/0.36	c transformTo3SAT():: the transformation yielded 6000 variabels and 25103 clauses.
0.29/0.36	c main():: clause / variable ratio: ( 25103 / 6000 ) = 4.18
0.29/0.36	c longest clause has size 3
0.29/0.36	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.36	c number of free variables = 5975
0.29/0.36	c dynamic_preselect_setsize :: off
0.29/0.36	c main():: all systems go!
0.29/0.36	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 458
0.69/0.80	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: 100256
143.24/143.30	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
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-1514150-1238226992/watcher-1514150-1238226992 -o /tmp/evaluation-result-1514150-1238226992/solver-1514150-1238226992 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_nn HOME/instance-1514150-1238226992.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: 0.99 0.97 0.91 3/64 911
/proc/meminfo: memFree=858120/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=1476 CPUtime=0
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 230 0 0 0 0 0 0 0 18 0 1 0 1095365368 1511424 215 1992294400 134512640 135197250 4294956240 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 369 215 59 167 0 200 0

[startup+0.0273061 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 911
/proc/meminfo: memFree=858120/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=1740 CPUtime=0.02
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 309 0 0 0 2 0 0 0 18 0 1 0 1095365368 1781760 294 1992294400 134512640 135197250 4294956240 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 435 294 59 167 0 266 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1740

[startup+0.10132 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 911
/proc/meminfo: memFree=858120/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=3416 CPUtime=0.09
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 1070 0 0 0 9 0 0 0 18 0 1 0 1095365368 3497984 558 1992294400 134512640 135197250 4294956240 18446744073709551615 134565168 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 854 558 68 167 0 685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3416

[startup+0.301356 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 911
/proc/meminfo: memFree=858120/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=3940 CPUtime=0.29
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 2697 0 0 0 29 0 0 0 19 0 1 0 1095365368 4034560 672 1992294400 134512640 135197250 4294956240 18446744073709551615 134713095 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 985 672 83 167 0 816 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3940

[startup+0.701428 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 911
/proc/meminfo: memFree=858120/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=11844 CPUtime=0.69
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 5086 0 0 0 68 1 0 0 22 0 1 0 1095365368 12128256 2643 1992294400 134512640 135197250 4294956240 18446744073709551615 134572765 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 2961 2643 93 167 0 2792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11844

[startup+1.50157 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 912
/proc/meminfo: memFree=847424/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=12968 CPUtime=1.49
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 5305 0 0 0 148 1 0 0 25 0 1 0 1095365368 13279232 2862 1992294400 134512640 135197250 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 3242 2862 93 167 0 3073 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12968

[startup+3.10187 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 912
/proc/meminfo: memFree=846848/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=12968 CPUtime=3.09
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 5313 0 0 0 308 1 0 0 25 0 1 0 1095365368 13279232 2870 1992294400 134512640 135197250 4294956240 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 3242 2870 93 167 0 3073 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12968

[startup+6.30146 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 912
/proc/meminfo: memFree=846592/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=13408 CPUtime=6.29
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 5396 0 0 0 628 1 0 0 25 0 1 0 1095365368 13729792 2953 1992294400 134512640 135197250 4294956240 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 3352 2953 93 167 0 3183 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13408

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 912
/proc/meminfo: memFree=846152/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=13656 CPUtime=12.68
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 5467 0 0 0 1267 1 0 0 25 0 1 0 1095365368 13983744 3024 1992294400 134512640 135197250 4294956240 18446744073709551615 134541225 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 3414 3024 93 167 0 3245 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13656

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 912
/proc/meminfo: memFree=845448/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=14376 CPUtime=25.48
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 5642 0 0 0 2547 1 0 0 25 0 1 0 1095365368 14721024 3199 1992294400 134512640 135197250 4294956240 18446744073709551615 134541663 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 3594 3199 93 167 0 3425 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14376

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 912
/proc/meminfo: memFree=844936/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=15076 CPUtime=51.08
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 5774 0 0 0 5106 2 0 0 25 0 1 0 1095365368 15437824 3331 1992294400 134512640 135197250 4294956240 18446744073709551615 134541225 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 3769 3331 93 167 0 3600 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15076

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 912
/proc/meminfo: memFree=843592/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=16748 CPUtime=102.26
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 6109 0 0 0 10224 2 0 0 25 0 1 0 1095365368 17149952 3661 1992294400 134512640 135197250 4294956240 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 4187 3661 93 167 0 4018 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 16748

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 912
/proc/meminfo: memFree=842184/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=18472 CPUtime=162.24
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 6447 0 0 0 16221 3 0 0 25 0 1 0 1095365368 18915328 3996 1992294400 134512640 135197250 4294956240 18446744073709551615 134570777 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 4618 3996 93 167 0 4449 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 18472

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 912
/proc/meminfo: memFree=841096/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=20196 CPUtime=222.21
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 6709 0 0 0 22218 3 0 0 25 0 1 0 1095365368 20680704 4258 1992294400 134512640 135197250 4294956240 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 5049 4258 93 167 0 4880 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 20196

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=839808/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=20328 CPUtime=282.18
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 7008 0 0 0 28214 4 0 0 25 0 1 0 1095365368 20815872 4557 1992294400 134512640 135197250 4294956240 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 5082 4557 93 167 0 4913 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 20328

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=838784/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=23048 CPUtime=342.16
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 7261 0 0 0 34211 5 0 0 25 0 1 0 1095365368 23601152 4810 1992294400 134512640 135197250 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 5762 4810 93 167 0 5593 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 23048

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=837440/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=23608 CPUtime=402.14
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 7593 0 0 0 40208 6 0 0 25 0 1 0 1095365368 24174592 5137 1992294400 134512640 135197250 4294956240 18446744073709551615 134541661 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 5902 5137 93 167 0 5733 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 23608

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=836480/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=23608 CPUtime=462.12
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 7832 0 0 0 46206 6 0 0 25 0 1 0 1095365368 24174592 5376 1992294400 134512640 135197250 4294956240 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 5902 5376 93 167 0 5733 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 23608

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=835456/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=27488 CPUtime=522.1
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 8085 0 0 0 52203 7 0 0 25 0 1 0 1095365368 28147712 5629 1992294400 134512640 135197250 4294956240 18446744073709551615 134590485 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 6872 5629 93 167 0 6703 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 27488

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=834376/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=27488 CPUtime=582.07
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 8350 0 0 0 58200 7 0 0 25 0 1 0 1095365368 28147712 5894 1992294400 134512640 135197250 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 6872 5894 93 167 0 6703 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 27488

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=833416/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=27488 CPUtime=642.06
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 8593 0 0 0 64198 8 0 0 25 0 1 0 1095365368 28147712 6137 1992294400 134512640 135197250 4294956240 18446744073709551615 134572875 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 6872 6137 93 167 0 6703 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 27488

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=832264/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=27488 CPUtime=702.03
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 8868 0 0 0 70195 8 0 0 25 0 1 0 1095365368 28147712 6412 1992294400 134512640 135197250 4294956240 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 6872 6412 93 167 0 6703 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 27488

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=831240/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=33896 CPUtime=762.02
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 9114 0 0 0 76193 9 0 0 25 0 1 0 1095365368 34709504 6658 1992294400 134512640 135197250 4294956240 18446744073709551615 134541381 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 8474 6658 93 167 0 8305 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 33896

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=830152/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=34028 CPUtime=821.99
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 9386 0 0 0 82190 9 0 0 25 0 1 0 1095365368 34844672 6930 1992294400 134512640 135197250 4294956240 18446744073709551615 134572697 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 8507 6930 93 167 0 8338 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 34028

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=829128/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=34028 CPUtime=881.97
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 9643 0 0 0 88187 10 0 0 25 0 1 0 1095365368 34844672 7187 1992294400 134512640 135197250 4294956240 18446744073709551615 134572986 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 8507 7187 93 167 0 8338 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 34028

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=828040/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=34028 CPUtime=941.94
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 9901 0 0 0 94184 10 0 0 25 0 1 0 1095365368 34844672 7445 1992294400 134512640 135197250 4294956240 18446744073709551615 134552507 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 8507 7445 93 167 0 8338 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 34028

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=826952/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=34160 CPUtime=1001.93
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 10177 0 0 0 100182 11 0 0 25 0 1 0 1095365368 34979840 7721 1992294400 134512640 135197250 4294956240 18446744073709551615 134541260 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 8540 7721 93 167 0 8371 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 34160

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=826056/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=34160 CPUtime=1061.9
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 10419 0 0 0 106179 11 0 0 25 0 1 0 1095365368 34979840 7963 1992294400 134512640 135197250 4294956240 18446744073709551615 134541691 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 8540 7963 93 167 0 8371 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 34160

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=824904/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=42892 CPUtime=1121.88
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 10693 0 0 0 112176 12 0 0 25 0 1 0 1095365368 43921408 8237 1992294400 134512640 135197250 4294956240 18446744073709551615 134541210 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 10723 8237 93 167 0 10554 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 42892

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=823944/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=42892 CPUtime=1181.86
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 10940 0 0 0 118173 13 0 0 25 0 1 0 1095365368 43921408 8484 1992294400 134512640 135197250 4294956240 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 10723 8484 93 167 0 10554 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 42892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=823560/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=42892 CPUtime=1200.06
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 11016 0 0 0 119993 13 0 0 25 0 1 0 1095365368 43921408 8560 1992294400 134512640 135197250 4294956240 18446744073709551615 134541653 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 10723 8560 93 167 0 10554 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 42892

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 918
/proc/meminfo: memFree=823560/2055920 swapFree=4177704/4192956
[pid=911] ppid=909 vsize=42892 CPUtime=1200.06
/proc/911/stat : 911 (march_nn) R 909 911 710 0 -1 4194304 11016 0 0 0 119993 13 0 0 25 0 1 0 1095365368 43921408 8560 1992294400 134512640 135197250 4294956240 18446744073709551615 134541653 0 0 4096 0 0 0 0 17 1 0 0
/proc/911/statm: 10723 8560 93 167 0 10554 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 42892

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1199.93
CPU system time (s): 0.139978
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 42892

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

runsolver used 0.947855 second user time and 2.37564 second system time

The end

Launcher Data

Begin job on node24 at 2009-03-28 08:56:32
IDJOB=1514150
IDBENCH=70322
IDSOLVER=522
FILE ID=node24/1514150-1238226992
PBS_JOBID= 9060626
Free space on /tmp= 65752 MiB

SOLVER NAME= march_nn nn
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/6000/unif-k3-r4.2-v6000-c25200-S595075179-058.cnf
COMMAND LINE= HOME/march_nn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1514150-1238226992/watcher-1514150-1238226992 -o /tmp/evaluation-result-1514150-1238226992/solver-1514150-1238226992 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_nn HOME/instance-1514150-1238226992.cnf

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

MD5SUM BENCH= 4f302a0a96331733d31d4d68d88fd415
RANDOM SEED=2087404073

node24.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.260
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.260
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:        858536 kB
Buffers:         80788 kB
Cached:        1018784 kB
SwapCached:       9032 kB
Active:          64508 kB
Inactive:      1045580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        858536 kB
SwapTotal:     4192956 kB
SwapFree:      4177704 kB
Dirty:            1216 kB
Writeback:           0 kB
Mapped:          16136 kB
Slab:            73152 kB
Committed_AS:  3103032 kB
PageTables:       1448 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= 65752 MiB
End job on node24 at 2009-03-28 09:16:35