Trace number 1721007

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.12 1200.43

General information on the benchmark

Namegoldb-heqc-alu4mul.cnf
MD5SUM2d68b23bdbf6e7e2868e82c4f24dffc3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.624
Satisfiable
(Un)Satisfiability was proved
Number of variables4736
Number of clauses30465
Sum of the clauses size103040
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27024
Number of clauses of size 314112
Number of clauses of size 40
Number of clauses of size 59328
Number of clauses of size over 51

Solver Data

8.19/8.26	c main():: ***                                   [ march satisfiability solver ]                                   ***
8.19/8.26	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
8.19/8.26	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
8.19/8.26	c main()::
8.19/8.26	c initFormula():: searching for DIMACS p-line....
8.19/8.26	c initFormula():: the DIMACS p-line indicates a CNF of 4736 variables and 30465 clauses.
8.19/8.26	c parseCNF():: parsing....
8.19/8.26	c parseCNF():: the CNF contains 0 unary clauses.
8.19/8.26	c runParser():: parsing was successful, warming up engines...
8.19/8.26	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
8.19/8.26	c preprocessing fase I completed:: there are now 4736 free variables and 30465 clauses.
8.19/8.26	c stat :: sign balance is biased by 0.116
8.19/8.26	c find_equivalence():: found 16 3-equivalences
8.19/8.26	c shorten_equivalence(): average equivalence length reduced from 3.000000 to 3.000000
8.19/8.26	c using k-SAT heuristics (size based diff)
8.19/8.26	c simplify_formula():: removed 0 tautological, 64 satisfied and 0 duplicate clauses
8.19/8.26	c find_and_remove_tautogolies():: found and removed 28 tautologies
8.19/8.26	c simplify_formula():: removed 450 tautological, 56 satisfied and 461545 duplicate clauses
8.19/8.26	c resolvent_look() :: found 1416668 resolvents
8.19/8.26	c main():: clause / variable ratio: ( 1447133 / 4736 ) = 305.56
8.19/8.26	c longest clause has size 16
8.19/8.26	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
8.19/8.26	c number of free variables = 4708
8.19/8.26	c dynamic_preselect_setsize :: off
8.19/8.26	c main():: all systems go!
8.19/8.26	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 118
259.92/260.07	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-1721007-1240661913/watcher-1721007-1240661913 -o /tmp/evaluation-result-1721007-1240661913/solver-1721007-1240661913 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_nn HOME/instance-1721007-1240661913.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.92 0.98 0.99 3/65 19223
/proc/meminfo: memFree=1800176/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=1424 CPUtime=0
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 94221124 1458176 199 1992294400 134512640 135197250 4294956240 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 356 199 58 167 0 187 0

[startup+0.0206479 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 19223
/proc/meminfo: memFree=1800176/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=1688 CPUtime=0.01
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 276 0 0 0 1 0 0 0 20 0 1 0 94221124 1728512 261 1992294400 134512640 135197250 4294956240 18446744073709551615 134718462 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 422 261 58 167 0 253 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1688

[startup+0.101656 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 19223
/proc/meminfo: memFree=1800176/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=4452 CPUtime=0.09
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 1367 0 0 0 9 0 0 0 20 0 1 0 94221124 4558848 771 1992294400 134512640 135197250 4294956240 18446744073709551615 134560965 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 1113 771 80 167 0 944 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4452

[startup+0.301677 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 19223
/proc/meminfo: memFree=1800176/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=8092 CPUtime=0.29
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 3358 0 0 0 28 1 0 0 22 0 1 0 94221124 8286208 1677 1992294400 134512640 135197250 4294956240 18446744073709551615 134578098 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 2023 1677 83 167 0 1854 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8092

[startup+0.70172 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 19223
/proc/meminfo: memFree=1800176/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=31100 CPUtime=0.69
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 8679 0 0 0 66 3 0 0 25 0 1 0 94221124 31846400 6998 1992294400 134512640 135197250 4294956240 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 7775 6999 83 167 0 7606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31100

[startup+1.5018 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19224
/proc/meminfo: memFree=1755368/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=60756 CPUtime=1.49
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 20410 0 0 0 141 8 0 0 25 0 1 0 94221124 62214144 14853 1992294400 134512640 135197250 4294956240 18446744073709551615 134560366 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 15189 14853 83 167 0 15020 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60756

[startup+3.10198 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 19224
/proc/meminfo: memFree=1732840/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=75108 CPUtime=3.09
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 34563 0 0 0 294 15 0 0 25 0 1 0 94221124 76910592 18428 1992294400 134512640 135197250 4294956240 18446744073709551615 134649034 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 18777 18429 83 167 0 18608 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75108

[startup+6.30232 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19224
/proc/meminfo: memFree=1729896/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=144252 CPUtime=6.29
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 90082 0 0 0 590 39 0 0 25 0 1 0 94221124 147714048 35743 1992294400 134512640 135197250 4294956240 18446744073709551615 134562445 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 36063 35743 84 167 0 35894 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144252

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 19224
/proc/meminfo: memFree=1633896/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232372 CPUtime=12.69
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 116977 0 0 0 1218 51 0 0 25 0 1 0 94221124 237948928 41490 1992294400 134512640 135197250 4294956240 18446744073709551615 134525515 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58093 41490 91 167 0 57924 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 232372

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 19224
/proc/meminfo: memFree=1633896/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232372 CPUtime=25.48
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 116977 0 0 0 2497 51 0 0 25 0 1 0 94221124 237948928 41490 1992294400 134512640 135197250 4294956240 18446744073709551615 134539114 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58093 41490 91 167 0 57924 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 232372

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 19224
/proc/meminfo: memFree=1633832/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232372 CPUtime=51.07
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 116977 0 0 0 5056 51 0 0 25 0 1 0 94221124 237948928 41490 1992294400 134512640 135197250 4294956240 18446744073709551615 134525534 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58093 41490 91 167 0 57924 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 232372

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 19224
/proc/meminfo: memFree=1633832/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232372 CPUtime=102.26
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 116977 0 0 0 10175 51 0 0 25 0 1 0 94221124 237948928 41490 1992294400 134512640 135197250 4294956240 18446744073709551615 134525534 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58093 41490 91 167 0 57924 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 232372

[startup+162.302 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 19224
/proc/meminfo: memFree=1633128/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232372 CPUtime=162.25
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 117131 0 0 0 16174 51 0 0 25 0 1 0 94221124 237948928 41644 1992294400 134512640 135197250 4294956240 18446744073709551615 134553165 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58093 41644 93 167 0 57924 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 232372

[startup+222.301 s]
/proc/loadavg: 1.08 1.01 1.00 2/66 19224
/proc/meminfo: memFree=1631336/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232372 CPUtime=222.23
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 117562 0 0 0 22172 51 0 0 25 0 1 0 94221124 237948928 42075 1992294400 134512640 135197250 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58093 42075 93 167 0 57924 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 232372

[startup+282.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 19224
/proc/meminfo: memFree=1628648/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=282.22
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 118226 0 0 0 28170 52 0 0 25 0 1 0 94221124 237957120 42739 1992294400 134512640 135197250 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 42739 93 167 0 57926 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 232380

[startup+342.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 19224
/proc/meminfo: memFree=1626024/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=342.2
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 118865 0 0 0 34168 52 0 0 25 0 1 0 94221124 237957120 43378 1992294400 134512640 135197250 4294956240 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 43378 93 167 0 57926 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 232380

[startup+402.302 s]
/proc/loadavg: 1.07 1.04 1.00 2/66 19224
/proc/meminfo: memFree=1625704/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=402.18
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 118944 0 0 0 40166 52 0 0 25 0 1 0 94221124 237957120 43457 1992294400 134512640 135197250 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 43457 93 167 0 57926 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 232380

[startup+462.302 s]
/proc/loadavg: 1.07 1.04 1.00 2/66 19224
/proc/meminfo: memFree=1624232/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=462.17
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119288 0 0 0 46165 52 0 0 25 0 1 0 94221124 237957120 43801 1992294400 134512640 135197250 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 43801 93 167 0 57926 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 232380

[startup+522.301 s]
/proc/loadavg: 1.06 1.05 1.00 2/66 19224
/proc/meminfo: memFree=1624040/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=522.15
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119366 0 0 0 52163 52 0 0 25 0 1 0 94221124 237957120 43879 1992294400 134512640 135197250 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 43879 93 167 0 57926 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 232380

[startup+582.302 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 19224
/proc/meminfo: memFree=1623464/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=582.14
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119490 0 0 0 58162 52 0 0 25 0 1 0 94221124 237957120 44003 1992294400 134512640 135197250 4294956240 18446744073709551615 134539117 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 44003 93 167 0 57926 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 232380

[startup+642.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 19224
/proc/meminfo: memFree=1623336/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=642.13
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119515 0 0 0 64161 52 0 0 25 0 1 0 94221124 237957120 44028 1992294400 134512640 135197250 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 44028 93 167 0 57926 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 232380

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 19224
/proc/meminfo: memFree=1623208/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=702.11
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119537 0 0 0 70159 52 0 0 25 0 1 0 94221124 237957120 44050 1992294400 134512640 135197250 4294956240 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 44050 93 167 0 57926 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 232380

[startup+762.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 19224
/proc/meminfo: memFree=1623080/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=762.09
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119563 0 0 0 76157 52 0 0 25 0 1 0 94221124 237957120 44076 1992294400 134512640 135197250 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 44076 93 167 0 57926 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 232380

[startup+822.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 19224
/proc/meminfo: memFree=1622952/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=822.07
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119571 0 0 0 82155 52 0 0 25 0 1 0 94221124 237957120 44084 1992294400 134512640 135197250 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 44084 93 167 0 57926 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 232380

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19224
/proc/meminfo: memFree=1622888/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=882.06
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119584 0 0 0 88154 52 0 0 25 0 1 0 94221124 237957120 44097 1992294400 134512640 135197250 4294956240 18446744073709551615 134603250 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 44097 93 167 0 57926 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 232380

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19224
/proc/meminfo: memFree=1622760/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=942.04
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119598 0 0 0 94152 52 0 0 25 0 1 0 94221124 237957120 44111 1992294400 134512640 135197250 4294956240 18446744073709551615 134603255 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 44111 93 167 0 57926 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 232380

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19224
/proc/meminfo: memFree=1622696/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=1002.03
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119600 0 0 0 100151 52 0 0 25 0 1 0 94221124 237957120 44113 1992294400 134512640 135197250 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 44113 93 167 0 57926 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 232380

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19224
/proc/meminfo: memFree=1622632/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=1062.01
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119616 0 0 0 106149 52 0 0 25 0 1 0 94221124 237957120 44129 1992294400 134512640 135197250 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 44129 93 167 0 57926 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 232380

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19224
/proc/meminfo: memFree=1622504/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=1121.99
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119627 0 0 0 112147 52 0 0 25 0 1 0 94221124 237957120 44140 1992294400 134512640 135197250 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 44140 93 167 0 57926 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 232380

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19224
/proc/meminfo: memFree=1622440/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=1181.98
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119637 0 0 0 118146 52 0 0 25 0 1 0 94221124 237957120 44150 1992294400 134512640 135197250 4294956240 18446744073709551615 134603248 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 44150 93 167 0 57926 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 232380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19226
/proc/meminfo: memFree=1622248/2055920 swapFree=4191900/4192956
[pid=19223] ppid=19221 vsize=232380 CPUtime=1200.08
/proc/19223/stat : 19223 (march_nn) R 19221 19223 18881 0 -1 4194304 119637 0 0 0 119956 52 0 0 25 0 1 0 94221124 237957120 44150 1992294400 134512640 135197250 4294956240 18446744073709551615 134603252 0 0 4096 0 0 0 0 17 1 0 0
/proc/19223/statm: 58095 44150 93 167 0 57926 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 232380

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.43
CPU time (s): 1200.12
CPU user time (s): 1199.56
CPU system time (s): 0.556915
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 261652

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

runsolver used 1.3398 second user time and 3.03254 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-25 14:18:33
IDJOB=1721007
IDBENCH=69645
IDSOLVER=522
FILE ID=node81/1721007-1240661913
PBS_JOBID= 9186544
Free space on /tmp= 126392 MiB

SOLVER NAME= march_nn nn
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-alu4mul.cnf
COMMAND LINE= HOME/march_nn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721007-1240661913/watcher-1721007-1240661913 -o /tmp/evaluation-result-1721007-1240661913/solver-1721007-1240661913 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_nn HOME/instance-1721007-1240661913.cnf

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

MD5SUM BENCH= 2d68b23bdbf6e7e2868e82c4f24dffc3
RANDOM SEED=1940605565

node81.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1800592 kB
Buffers:         13848 kB
Cached:         171544 kB
SwapCached:        384 kB
Active:          87784 kB
Inactive:       111852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800592 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:          22676 kB
Slab:            41408 kB
Committed_AS:   337764 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126388 MiB
End job on node81 at 2009-04-25 14:38:35