Trace number 1553481

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_nn nn? (TO) 1200.08 1200.53

General information on the benchmark

NameAPPLICATIONS/
bitverif/minxor/minxor128.cnf
MD5SUM10b48467ea3d951975cb9264f0b654fe
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark611.334
Satisfiable
(Un)Satisfiability was proved
Number of variables54258
Number of clauses160469
Sum of the clauses size374425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2106978
Number of clauses of size 353489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.99/2.03	c main():: ***                                   [ march satisfiability solver ]                                   ***
1.99/2.03	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
1.99/2.03	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
1.99/2.03	c main()::
1.99/2.03	c initFormula():: searching for DIMACS p-line....
1.99/2.03	c initFormula():: the DIMACS p-line indicates a CNF of 54258 variables and 160469 clauses.
1.99/2.03	c parseCNF():: parsing....
1.99/2.03	c parseCNF():: the CNF contains 2 unary clauses.
1.99/2.03	c runParser():: parsing was successful, warming up engines...
1.99/2.03	c simplify_formula():: removed 0 tautological, 44 satisfied and 0 duplicate clauses
1.99/2.03	c preprocessing fase I completed:: there are now 54240 free variables and 160425 clauses.
1.99/2.03	c stat :: sign balance is biased by 0.160
1.99/2.03	c using 3-SAT heuristics (occurence based diff)
1.99/2.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.99/2.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.99/2.03	c lessRedundantTransformation():: nothing to be done.
1.99/2.03	c transformTo3SAT():: you gave me 54258 variables and 160425 clauses.
1.99/2.03	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
1.99/2.03	c transformTo3SAT():: I will add 0 variables and 0 clauses!
1.99/2.03	c transformTo3SAT():: the transformation yielded 54258 variabels and 160425 clauses.
1.99/2.03	c main():: clause / variable ratio: ( 160425 / 54258 ) = 2.96
1.99/2.03	c longest clause has size 3
1.99/2.03	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.99/2.03	c number of free variables = 54240
1.99/2.03	c dynamic_preselect_setsize :: off
1.99/2.03	c main():: all systems go!
1.99/2.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 528
11.79/11.80	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-1553481-1238715657/watcher-1553481-1238715657 -o /tmp/evaluation-result-1553481-1238715657/solver-1553481-1238715657 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_nn HOME/instance-1553481-1238715657.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.97 0.99 3/81 31286
/proc/meminfo: memFree=730968/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=4472 CPUtime=0
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 711 0 0 0 0 0 0 0 20 0 1 0 748460717 4579328 696 1992294400 134512640 135197250 4294956224 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 1118 700 58 167 0 949 0

[startup+0.0439811 s]
/proc/loadavg: 0.92 0.97 0.99 3/81 31286
/proc/meminfo: memFree=730968/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=6692 CPUtime=0.04
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 1389 0 0 0 3 1 0 0 20 0 1 0 748460717 6852608 1374 1992294400 134512640 135197250 4294956224 18446744073709551615 134718462 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 1673 1374 58 167 0 1504 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6692

[startup+0.101993 s]
/proc/loadavg: 0.92 0.97 0.99 3/81 31286
/proc/meminfo: memFree=730968/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=7484 CPUtime=0.09
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 1623 0 0 0 8 1 0 0 20 0 1 0 748460717 7663616 1608 1992294400 134512640 135197250 4294956224 18446744073709551615 134718462 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 1871 1609 58 167 0 1702 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7484

[startup+0.30203 s]
/proc/loadavg: 0.92 0.97 0.99 3/81 31286
/proc/meminfo: memFree=730968/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=18640 CPUtime=0.29
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 4230 0 0 0 27 2 0 0 22 0 1 0 748460717 19087360 3211 1992294400 134512640 135197250 4294956224 18446744073709551615 134713095 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 4660 3211 65 167 0 4491 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18640

[startup+0.701107 s]
/proc/loadavg: 0.92 0.97 0.99 3/81 31286
/proc/meminfo: memFree=730968/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=23756 CPUtime=0.69
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 11284 0 0 0 63 6 0 0 25 0 1 0 748460717 24326144 4559 1992294400 134512640 135197250 4294956224 18446744073709551615 134532948 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 5939 4559 67 167 0 5770 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23756

[startup+1.50126 s]
/proc/loadavg: 0.92 0.97 0.99 2/82 31287
/proc/meminfo: memFree=713104/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=18712 CPUtime=1.48
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 22448 0 0 0 138 10 0 0 25 0 1 0 748460717 19161088 3188 1992294400 134512640 135197250 4294956224 18446744073709551615 134565207 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 4678 3188 82 167 0 4509 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18712

[startup+3.10257 s]
/proc/loadavg: 0.92 0.97 0.99 2/82 31287
/proc/meminfo: memFree=692048/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=91396 CPUtime=3.09
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 35420 0 0 0 294 15 0 0 25 0 1 0 748460717 93589504 9748 1992294400 134512640 135197250 4294956224 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 22849 9748 89 167 0 22680 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91396

[startup+6.30119 s]
/proc/loadavg: 0.93 0.97 0.99 2/82 31287
/proc/meminfo: memFree=661840/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=97088 CPUtime=6.29
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 47359 0 0 0 609 20 0 0 25 0 1 0 748460717 99418112 21687 1992294400 134512640 135197250 4294956224 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 24272 21687 92 167 0 24103 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97088

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.99 2/82 31287
/proc/meminfo: memFree=637464/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=105016 CPUtime=12.69
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 48978 0 0 0 1248 21 0 0 25 0 1 0 748460717 107536384 23306 1992294400 134512640 135197250 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 26254 23306 92 167 0 26085 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 105016

[startup+25.5019 s]
/proc/loadavg: 0.95 0.97 0.99 2/82 31287
/proc/meminfo: memFree=623064/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=119324 CPUtime=25.48
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 52601 0 0 0 2525 23 0 0 25 0 1 0 748460717 122187776 26929 1992294400 134512640 135197250 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 29831 26929 92 167 0 29662 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 119324

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/82 31287
/proc/meminfo: memFree=607256/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=135992 CPUtime=51.07
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 56754 0 0 0 5082 25 0 0 25 0 1 0 748460717 139255808 31082 1992294400 134512640 135197250 4294956224 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 33998 31082 92 167 0 33829 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 135992

[startup+102.307 s]
/proc/loadavg: 0.98 0.97 0.99 2/82 31287
/proc/meminfo: memFree=594200/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=150064 CPUtime=102.25
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 59811 0 0 0 10198 27 0 0 25 0 1 0 748460717 153665536 34128 1992294400 134512640 135197250 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 37516 34128 92 167 0 37347 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 150064

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=583640/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=160644 CPUtime=162.23
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 62448 0 0 0 16195 28 0 0 25 0 1 0 748460717 164499456 36765 1992294400 134512640 135197250 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 40161 36765 92 167 0 39992 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 160644

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=572440/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=172096 CPUtime=222.21
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 65231 0 0 0 22191 30 0 0 25 0 1 0 748460717 176226304 39548 1992294400 134512640 135197250 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 43024 39548 92 167 0 42855 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 172096

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=567384/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=177024 CPUtime=282.18
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 66478 0 0 0 28188 30 0 0 25 0 1 0 748460717 181272576 40795 1992294400 134512640 135197250 4294956224 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 44256 40795 92 167 0 44087 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 177024

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=565016/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=179512 CPUtime=342.16
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 67073 0 0 0 34185 31 0 0 25 0 1 0 748460717 183820288 41390 1992294400 134512640 135197250 4294956224 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 44878 41390 92 167 0 44709 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 179512

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=561368/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=182948 CPUtime=402.14
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 67990 0 0 0 40182 32 0 0 25 0 1 0 748460717 187338752 42307 1992294400 134512640 135197250 4294956224 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 45737 42307 92 167 0 45568 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 182948

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=558808/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=185688 CPUtime=462.12
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 68615 0 0 0 46179 33 0 0 25 0 1 0 748460717 190144512 42932 1992294400 134512640 135197250 4294956224 18446744073709551615 134552420 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 46422 42932 92 167 0 46253 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 185688

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=557912/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=186640 CPUtime=522.09
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 68871 0 0 0 52176 33 0 0 25 0 1 0 748460717 191119360 43188 1992294400 134512640 135197250 4294956224 18446744073709551615 134601439 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 46660 43188 92 167 0 46491 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 186640

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=557528/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=186924 CPUtime=582.07
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 68958 0 0 0 58174 33 0 0 25 0 1 0 748460717 191410176 43275 1992294400 134512640 135197250 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 46731 43275 92 167 0 46562 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 186924

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=557336/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=187436 CPUtime=642.05
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 69008 0 0 0 64172 33 0 0 25 0 1 0 748460717 191934464 43325 1992294400 134512640 135197250 4294956224 18446744073709551615 134548514 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 46859 43325 92 167 0 46690 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 187436

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=557080/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=187568 CPUtime=702.03
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 69058 0 0 0 70170 33 0 0 25 0 1 0 748460717 192069632 43375 1992294400 134512640 135197250 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 46892 43375 92 167 0 46723 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 187568

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=556824/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=187568 CPUtime=762.01
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 69108 0 0 0 76168 33 0 0 25 0 1 0 748460717 192069632 43425 1992294400 134512640 135197250 4294956224 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 46892 43425 92 167 0 46723 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 187568

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=556632/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=188332 CPUtime=821.98
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 69156 0 0 0 82165 33 0 0 25 0 1 0 748460717 192851968 43473 1992294400 134512640 135197250 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 47083 43473 92 167 0 46914 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 188332

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=556056/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=189292 CPUtime=881.96
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 69344 0 0 0 88163 33 0 0 25 0 1 0 748460717 193835008 43625 1992294400 134512640 135197250 4294956224 18446744073709551615 134552408 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 47323 43625 92 167 0 47154 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 189292

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31287
/proc/meminfo: memFree=555800/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=189292 CPUtime=941.93
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 69388 0 0 0 94160 33 0 0 25 0 1 0 748460717 193835008 43669 1992294400 134512640 135197250 4294956224 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 47323 43669 92 167 0 47154 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 189292

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31289
/proc/meminfo: memFree=555544/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=189292 CPUtime=1001.92
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 69435 0 0 0 100158 34 0 0 25 0 1 0 748460717 193835008 43716 1992294400 134512640 135197250 4294956224 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 47323 43716 92 167 0 47154 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 189292

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31289
/proc/meminfo: memFree=555480/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=189292 CPUtime=1061.89
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 69474 0 0 0 106155 34 0 0 25 0 1 0 748460717 193835008 43755 1992294400 134512640 135197250 4294956224 18446744073709551615 134541677 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 47323 43755 92 167 0 47154 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 189292

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31289
/proc/meminfo: memFree=555352/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=190444 CPUtime=1121.87
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 69518 0 0 0 112153 34 0 0 25 0 1 0 748460717 195014656 43799 1992294400 134512640 135197250 4294956224 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 47611 43799 92 167 0 47442 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 190444

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31289
/proc/meminfo: memFree=555096/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=190444 CPUtime=1181.85
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 69566 0 0 0 118151 34 0 0 25 0 1 0 748460717 195014656 43847 1992294400 134512640 135197250 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 47611 43847 92 167 0 47442 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 190444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 31289
/proc/meminfo: memFree=555032/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=190444 CPUtime=1200.05
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 69580 0 0 0 119971 34 0 0 25 0 1 0 748460717 195014656 43861 1992294400 134512640 135197250 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 47611 43861 92 167 0 47442 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 190444

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.99 2/82 31289
/proc/meminfo: memFree=555032/2055920 swapFree=4174588/4192956
[pid=31286] ppid=31284 vsize=190444 CPUtime=1200.05
/proc/31286/stat : 31286 (march_nn) R 31284 31286 30744 0 -1 4194304 69580 0 0 0 119971 34 0 0 25 0 1 0 748460717 195014656 43861 1992294400 134512640 135197250 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/31286/statm: 47611 43861 92 167 0 47442 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 190444

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.08
CPU user time (s): 1199.71
CPU system time (s): 0.370943
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 190444

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

runsolver used 1.46078 second user time and 4.01039 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-03 01:40:57
IDJOB=1553481
IDBENCH=70762
IDSOLVER=522
FILE ID=node88/1553481-1238715657
PBS_JOBID= 9085275
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= 10b48467ea3d951975cb9264f0b654fe
RANDOM SEED=1457389447

node88.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.281
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.281
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:        731448 kB
Buffers:         97248 kB
Cached:        1127712 kB
SwapCached:       7608 kB
Active:         243116 kB
Inactive:       991192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        731448 kB
SwapTotal:     4192956 kB
SwapFree:      4174588 kB
Dirty:            3352 kB
Writeback:           0 kB
Mapped:          14908 kB
Slab:            74336 kB
Committed_AS:  1874432 kB
PageTables:       2664 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= 66456 MiB
End job on node88 at 2009-04-03 02:00:59