Trace number 1555249

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand032.cnf
MD5SUMfc00df719c8630009723cd295f7c0c3b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark569.762
Satisfiable
(Un)Satisfiability was proved
Number of variables23696
Number of clauses70703
Sum of the clauses size164971
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 247134
Number of clauses of size 323567
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.79/0.83	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.79/0.83	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.79/0.83	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.79/0.83	c main()::
0.79/0.83	c initFormula():: searching for DIMACS p-line....
0.79/0.83	c initFormula():: the DIMACS p-line indicates a CNF of 23696 variables and 70703 clauses.
0.79/0.83	c parseCNF():: parsing....
0.79/0.83	c parseCNF():: the CNF contains 2 unary clauses.
0.79/0.83	c runParser():: parsing was successful, warming up engines...
0.79/0.83	c simplify_formula():: removed 0 tautological, 24 satisfied and 0 duplicate clauses
0.79/0.83	c preprocessing fase I completed:: there are now 23686 free variables and 70679 clauses.
0.79/0.83	c stat :: sign balance is biased by 0.140
0.79/0.83	c using 3-SAT heuristics (occurence based diff)
0.79/0.83	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.79/0.83	c simplify_formula():: removed 0 tautological, 0 satisfied and 2823 duplicate clauses
0.79/0.83	c resolvent_look() :: found 2823 resolvents
0.79/0.83	c lessRedundantTransformation():: nothing to be done.
0.79/0.83	c transformTo3SAT():: you gave me 23696 variables and 73502 clauses.
0.79/0.83	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.79/0.83	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.79/0.83	c transformTo3SAT():: the transformation yielded 23696 variabels and 73502 clauses.
0.79/0.83	c main():: clause / variable ratio: ( 73502 / 23696 ) = 3.10
0.79/0.83	c longest clause has size 3
0.79/0.83	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.79/0.83	c number of free variables = 23686
0.79/0.83	c dynamic_preselect_setsize :: off
0.79/0.83	c main():: all systems go!
0.79/0.83	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 96
1.59/1.64	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: 2180
28.38/28.50	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 44080
597.53/597.71	c |----------------------------------------------------------------|
c |*
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-1555249-1238738962/watcher-1555249-1238738962 -o /tmp/evaluation-result-1555249-1238738962/solver-1555249-1238738962 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_nn HOME/instance-1555249-1238738962.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.00 1.00 3/64 23841
/proc/meminfo: memFree=1784136/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=2960 CPUtime=0
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 524 0 0 0 0 0 0 0 18 0 1 0 1146558334 3031040 509 1992294400 134512640 135197250 4294956224 18446744073709551615 134568480 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 787 513 58 167 0 618 0

[startup+0.067142 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23841
/proc/meminfo: memFree=1784136/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=3940 CPUtime=0.06
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 838 0 0 0 6 0 0 0 18 0 1 0 1146558334 4034560 823 1992294400 134512640 135197250 4294956224 18446744073709551615 134718462 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 985 823 58 167 0 816 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3940

[startup+0.102144 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23841
/proc/meminfo: memFree=1784136/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=8528 CPUtime=0.09
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 1413 0 0 0 9 0 0 0 18 0 1 0 1146558334 8732672 1397 1992294400 134512640 135197250 4294956224 18446744073709551615 134560366 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 2132 1397 62 167 0 1963 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8528

[startup+0.301161 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23841
/proc/meminfo: memFree=1784136/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=8708 CPUtime=0.29
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 4300 0 0 0 28 1 0 0 19 0 1 0 1146558334 8916992 1536 1992294400 134512640 135197250 4294956224 18446744073709551615 134533552 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 2177 1536 79 167 0 2008 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8708

[startup+0.701197 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23841
/proc/meminfo: memFree=1784136/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=34996 CPUtime=0.69
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 11739 0 0 0 64 5 0 0 22 0 1 0 1146558334 35835904 3112 1992294400 134512640 135197250 4294956224 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 8749 3119 86 167 0 8580 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34996

[startup+1.50127 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1766720/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=42356 CPUtime=1.49
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 18240 0 0 0 142 7 0 0 25 0 1 0 1146558334 43372544 8269 1992294400 134512640 135197250 4294956224 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 10589 8269 92 167 0 10420 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42356

[startup+3.10141 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1747328/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=44272 CPUtime=3.09
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 19613 0 0 0 301 8 0 0 25 0 1 0 1146558334 45334528 9642 1992294400 134512640 135197250 4294956224 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 11068 9642 92 167 0 10899 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44272

[startup+6.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1744640/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=45720 CPUtime=6.29
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 19875 0 0 0 621 8 0 0 25 0 1 0 1146558334 46817280 9904 1992294400 134512640 135197250 4294956224 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 11430 9904 92 167 0 11261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45720

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1741952/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=47492 CPUtime=12.69
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 20503 0 0 0 1260 9 0 0 25 0 1 0 1146558334 48631808 10519 1992294400 134512640 135197250 4294956224 18446744073709551615 134539344 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 11873 10519 92 167 0 11704 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47492

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1740608/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=48680 CPUtime=25.48
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 20844 0 0 0 2539 9 0 0 25 0 1 0 1146558334 49848320 10860 1992294400 134512640 135197250 4294956224 18446744073709551615 134552735 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 12170 10860 92 167 0 12001 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48680

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1737408/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=52032 CPUtime=51.08
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 21684 0 0 0 5098 10 0 0 25 0 1 0 1146558334 53280768 11680 1992294400 134512640 135197250 4294956224 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 13008 11680 92 167 0 12839 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52032

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1732288/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=58592 CPUtime=102.26
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 22948 0 0 0 10215 11 0 0 25 0 1 0 1146558334 59998208 12944 1992294400 134512640 135197250 4294956224 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 14648 12944 92 167 0 14479 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 58592

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1729664/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=60204 CPUtime=162.24
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 23593 0 0 0 16212 12 0 0 25 0 1 0 1146558334 61648896 13589 1992294400 134512640 135197250 4294956224 18446744073709551615 134552440 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 15051 13589 92 167 0 14882 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 60204

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1726720/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=65916 CPUtime=222.22
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 24292 0 0 0 22209 13 0 0 25 0 1 0 1146558334 67497984 14288 1992294400 134512640 135197250 4294956224 18446744073709551615 134713094 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 16479 14288 92 167 0 16310 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 65916

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1723520/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=67528 CPUtime=282.21
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 25102 0 0 0 28207 14 0 0 25 0 1 0 1146558334 69148672 15098 1992294400 134512640 135197250 4294956224 18446744073709551615 134570839 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 16882 15098 92 167 0 16713 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 67528

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1720384/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=68720 CPUtime=342.19
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 25884 0 0 0 34204 15 0 0 25 0 1 0 1146558334 70369280 15880 1992294400 134512640 135197250 4294956224 18446744073709551615 134542101 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 17180 15880 92 167 0 17011 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 68720

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1718080/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=78244 CPUtime=402.18
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 26429 0 0 0 40202 16 0 0 25 0 1 0 1146558334 80121856 16425 1992294400 134512640 135197250 4294956224 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 19561 16425 92 167 0 19392 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 78244

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1715584/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=79036 CPUtime=462.16
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 27061 0 0 0 46199 17 0 0 25 0 1 0 1146558334 80932864 17057 1992294400 134512640 135197250 4294956224 18446744073709551615 134542026 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 19759 17057 92 167 0 19590 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 79036

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1713536/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=79696 CPUtime=522.15
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 27557 0 0 0 52197 18 0 0 25 0 1 0 1146558334 81608704 17553 1992294400 134512640 135197250 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 19924 17553 92 167 0 19755 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 79696

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1711232/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=80488 CPUtime=582.13
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 28135 0 0 0 58194 19 0 0 25 0 1 0 1146558334 82419712 18131 1992294400 134512640 135197250 4294956224 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 20122 18131 92 167 0 19953 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 80488

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1709056/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=81792 CPUtime=642.11
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 28661 0 0 0 64192 19 0 0 25 0 1 0 1146558334 83755008 18657 1992294400 134512640 135197250 4294956224 18446744073709551615 134542045 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 20448 18657 92 167 0 20279 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 81792

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1706240/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=82716 CPUtime=702.09
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 29346 0 0 0 70189 20 0 0 25 0 1 0 1146558334 84701184 19342 1992294400 134512640 135197250 4294956224 18446744073709551615 134541965 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 20679 19342 92 167 0 20510 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 82716

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1703744/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=100024 CPUtime=762.08
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 29933 0 0 0 76187 21 0 0 25 0 1 0 1146558334 102424576 19929 1992294400 134512640 135197250 4294956224 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 25006 19929 92 167 0 24837 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 100024

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1701760/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=100552 CPUtime=822.06
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 30438 0 0 0 82184 22 0 0 25 0 1 0 1146558334 102965248 20434 1992294400 134512640 135197250 4294956224 18446744073709551615 134542222 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 25138 20434 92 167 0 24969 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 100552

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1699136/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=101344 CPUtime=882.05
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 31085 0 0 0 88182 23 0 0 25 0 1 0 1146558334 103776256 21081 1992294400 134512640 135197250 4294956224 18446744073709551615 134542026 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 25336 21081 92 167 0 25167 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 101344

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1696576/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=102772 CPUtime=942.03
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 31735 0 0 0 94180 23 0 0 25 0 1 0 1146558334 105238528 21731 1992294400 134512640 135197250 4294956224 18446744073709551615 134601439 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 25693 21731 92 167 0 25524 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 102772

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1693952/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=103564 CPUtime=1002.01
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 32357 0 0 0 100177 24 0 0 25 0 1 0 1146558334 106049536 22353 1992294400 134512640 135197250 4294956224 18446744073709551615 134542000 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 25891 22353 92 167 0 25722 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 103564

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23842
/proc/meminfo: memFree=1691840/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=104092 CPUtime=1062
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 32876 0 0 0 106175 25 0 0 25 0 1 0 1146558334 106590208 22872 1992294400 134512640 135197250 4294956224 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 26023 22872 92 167 0 25854 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 104092

[startup+1122.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 23842
/proc/meminfo: memFree=1689152/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=104752 CPUtime=1121.98
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 33535 0 0 0 112172 26 0 0 25 0 1 0 1146558334 107266048 23531 1992294400 134512640 135197250 4294956224 18446744073709551615 134593792 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 26188 23531 92 167 0 26019 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 104752

[startup+1182.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 23842
/proc/meminfo: memFree=1687424/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=105016 CPUtime=1181.97
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 33975 0 0 0 118170 27 0 0 25 0 1 0 1146558334 107536384 23971 1992294400 134512640 135197250 4294956224 18446744073709551615 134601765 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 26254 23971 92 167 0 26085 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 105016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.18 1.05 1.01 2/65 23842
/proc/meminfo: memFree=1686464/2055920 swapFree=4176732/4192956
[pid=23841] ppid=23839 vsize=105412 CPUtime=1200.06
/proc/23841/stat : 23841 (march_nn) R 23839 23841 23231 0 -1 4194304 34215 0 0 0 119979 27 0 0 25 0 1 0 1146558334 107941888 24211 1992294400 134512640 135197250 4294956224 18446744073709551615 134541957 0 0 4096 0 0 0 0 17 1 0 0
/proc/23841/statm: 26353 24211 92 167 0 26184 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 105412

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.09
CPU user time (s): 1199.8
CPU system time (s): 0.292955
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 105412

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

runsolver used 0.996848 second user time and 2.75458 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-03 08:09:23
IDJOB=1555249
IDBENCH=70796
IDSOLVER=522
FILE ID=node51/1555249-1238738962
PBS_JOBID= 9085330
Free space on /tmp= 66540 MiB

SOLVER NAME= march_nn nn
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand032.cnf
COMMAND LINE= HOME/march_nn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555249-1238738962/watcher-1555249-1238738962 -o /tmp/evaluation-result-1555249-1238738962/solver-1555249-1238738962 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_nn HOME/instance-1555249-1238738962.cnf

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

MD5SUM BENCH= fc00df719c8630009723cd295f7c0c3b
RANDOM SEED=1452702910

node51.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.234
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.234
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:       1784552 kB
Buffers:         27004 kB
Cached:         151596 kB
SwapCached:      10236 kB
Active:          48556 kB
Inactive:       141748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784552 kB
SwapTotal:     4192956 kB
SwapFree:      4176732 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:          17324 kB
Slab:            67120 kB
Committed_AS:  3288504 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node51 at 2009-04-03 08:29:25