Trace number 1514642

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/18000/
unif-k3-r4.2-v18000-c75600-S1773173258-010.cnf
MD5SUMae02373c0ed448bf77bcd57171ccc944
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark441.82
Satisfiable
(Un)Satisfiability was proved
Number of variables18000
Number of clauses75600
Sum of the clauses size226800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 375600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.49/1.50	c main():: ***                                   [ march satisfiability solver ]                                   ***
1.49/1.50	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
1.49/1.50	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
1.49/1.50	c main()::
1.49/1.50	c initFormula():: searching for DIMACS p-line....
1.49/1.50	c initFormula():: the DIMACS p-line indicates a CNF of 18000 variables and 75600 clauses.
1.49/1.50	c parseCNF():: parsing....
1.49/1.50	c parseCNF():: the CNF contains 0 unary clauses.
1.49/1.50	c runParser():: parsing was successful, warming up engines...
1.49/1.50	c simplify_formula():: removed 0 tautological, 396 satisfied and 0 duplicate clauses
1.49/1.50	c preprocessing fase I completed:: there are now 17941 free variables and 75204 clauses.
1.49/1.50	c stat :: sign balance is biased by 0.467
1.49/1.50	c using 3-SAT heuristics (occurence based diff)
1.49/1.50	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.49/1.50	c simplify_formula():: removed 0 tautological, 0 satisfied and 161 duplicate clauses
1.49/1.50	c resolvent_look() :: found 93 resolvents
1.49/1.50	c lessRedundantTransformation():: nothing to be done.
1.49/1.50	c transformTo3SAT():: you gave me 18000 variables and 75297 clauses.
1.49/1.50	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
1.49/1.50	c transformTo3SAT():: I will add 0 variables and 0 clauses!
1.49/1.50	c transformTo3SAT():: the transformation yielded 18000 variabels and 75297 clauses.
1.49/1.50	c main():: clause / variable ratio: ( 75297 / 18000 ) = 4.18
1.49/1.50	c longest clause has size 3
1.49/1.50	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.49/1.50	c number of free variables = 17941
1.49/1.50	c dynamic_preselect_setsize :: off
1.49/1.50	c main():: all systems go!
1.49/1.50	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-1514642-1238241711/watcher-1514642-1238241711 -o /tmp/evaluation-result-1514642-1238241711/solver-1514642-1238241711 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_nn HOME/instance-1514642-1238241711.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.97 3/81 16128
/proc/meminfo: memFree=1107624/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=2844 CPUtime=0
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 502 0 0 0 0 0 0 0 20 0 1 0 701066159 2912256 487 1992294400 134512640 135197250 4294956240 18446744073709551615 134851322 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 711 487 59 167 0 542 0

[startup+0.0638331 s]
/proc/loadavg: 0.99 0.97 0.97 3/81 16128
/proc/meminfo: memFree=1107624/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=3504 CPUtime=0.06
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 714 0 0 0 6 0 0 0 20 0 1 0 701066159 3588096 699 1992294400 134512640 135197250 4294956240 18446744073709551615 134718462 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 876 699 59 167 0 707 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3504

[startup+0.101839 s]
/proc/loadavg: 0.99 0.97 0.97 3/81 16128
/proc/meminfo: memFree=1107624/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=3900 CPUtime=0.09
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 854 0 0 0 9 0 0 0 20 0 1 0 701066159 3993600 839 1992294400 134512640 135197250 4294956240 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 975 839 59 167 0 806 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3900

[startup+0.301878 s]
/proc/loadavg: 0.99 0.97 0.97 3/81 16128
/proc/meminfo: memFree=1107624/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=8828 CPUtime=0.29
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 2979 0 0 0 28 1 0 0 22 0 1 0 701066159 9039872 1519 1992294400 134512640 135197250 4294956240 18446744073709551615 134564980 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 2207 1519 68 167 0 2038 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8828

[startup+0.701955 s]
/proc/loadavg: 0.99 0.97 0.97 3/81 16128
/proc/meminfo: memFree=1107624/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=10084 CPUtime=0.69
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 5889 0 0 0 67 2 0 0 25 0 1 0 701066159 10326016 1814 1992294400 134512640 135197250 4294956240 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 2521 1818 80 167 0 2352 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10084

[startup+1.50111 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1100064/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=32584 CPUtime=1.49
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 13665 0 0 0 143 6 0 0 25 0 1 0 701066159 33366016 3762 1992294400 134512640 135197250 4294956240 18446744073709551615 134574141 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 8146 3762 88 167 0 7977 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32584

[startup+3.10142 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1078240/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=33132 CPUtime=3.09
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 17371 0 0 0 302 7 0 0 25 0 1 0 701066159 33927168 7468 1992294400 134512640 135197250 4294956240 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 8283 7468 93 167 0 8114 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33132

[startup+6.30105 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1076512/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=36200 CPUtime=6.29
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 18110 0 0 0 621 8 0 0 25 0 1 0 701066159 37068800 8207 1992294400 134512640 135197250 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 9050 8207 93 167 0 8881 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36200

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1073440/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=37388 CPUtime=12.69
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 18429 0 0 0 1261 8 0 0 25 0 1 0 701066159 38285312 8526 1992294400 134512640 135197250 4294956240 18446744073709551615 134593996 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 9347 8526 93 167 0 9178 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37388

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1072544/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=38312 CPUtime=25.48
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 18651 0 0 0 2540 8 0 0 25 0 1 0 701066159 39231488 8748 1992294400 134512640 135197250 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 9578 8748 93 167 0 9409 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38312

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1071904/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=38972 CPUtime=51.07
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 18821 0 0 0 5099 8 0 0 25 0 1 0 701066159 39907328 8918 1992294400 134512640 135197250 4294956240 18446744073709551615 134593747 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 9743 8918 93 167 0 9574 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38972

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1071200/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=39632 CPUtime=102.26
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 18993 0 0 0 10217 9 0 0 25 0 1 0 701066159 40583168 9090 1992294400 134512640 135197250 4294956240 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 9908 9090 93 167 0 9739 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 39632

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1070624/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=40160 CPUtime=162.23
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19128 0 0 0 16214 9 0 0 25 0 1 0 701066159 41123840 9225 1992294400 134512640 135197250 4294956240 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10040 9225 93 167 0 9871 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 40160

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1070304/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=40556 CPUtime=222.21
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19206 0 0 0 22212 9 0 0 25 0 1 0 701066159 41529344 9303 1992294400 134512640 135197250 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10139 9303 93 167 0 9970 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 40556

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1069984/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=40688 CPUtime=282.19
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19266 0 0 0 28210 9 0 0 25 0 1 0 701066159 41664512 9363 1992294400 134512640 135197250 4294956240 18446744073709551615 134541702 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10172 9363 93 167 0 10003 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 40688

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1069792/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=40952 CPUtime=342.16
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19312 0 0 0 34207 9 0 0 25 0 1 0 701066159 41934848 9409 1992294400 134512640 135197250 4294956240 18446744073709551615 134593747 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10238 9409 93 167 0 10069 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 40952

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1069600/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=41084 CPUtime=402.14
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19355 0 0 0 40205 9 0 0 25 0 1 0 701066159 42070016 9452 1992294400 134512640 135197250 4294956240 18446744073709551615 134590208 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10271 9452 93 167 0 10102 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 41084

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1069472/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=41216 CPUtime=462.12
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19395 0 0 0 46203 9 0 0 25 0 1 0 701066159 42205184 9492 1992294400 134512640 135197250 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10304 9492 93 167 0 10135 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 41216

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1069600/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=41348 CPUtime=522.09
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19429 0 0 0 52200 9 0 0 25 0 1 0 701066159 42340352 9526 1992294400 134512640 135197250 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10337 9526 93 167 0 10168 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 41348

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1069408/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=41480 CPUtime=582.07
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19455 0 0 0 58198 9 0 0 25 0 1 0 701066159 42475520 9552 1992294400 134512640 135197250 4294956240 18446744073709551615 134572875 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10370 9552 93 167 0 10201 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 41480

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1069280/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=41612 CPUtime=642.06
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19482 0 0 0 64197 9 0 0 25 0 1 0 701066159 42610688 9579 1992294400 134512640 135197250 4294956240 18446744073709551615 134541631 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10403 9579 93 167 0 10234 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 41612

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1069152/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=41744 CPUtime=702.03
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19507 0 0 0 70194 9 0 0 25 0 1 0 701066159 42745856 9604 1992294400 134512640 135197250 4294956240 18446744073709551615 134570835 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10436 9604 93 167 0 10267 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 41744

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1069024/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=41876 CPUtime=762.01
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19537 0 0 0 76192 9 0 0 25 0 1 0 701066159 42881024 9634 1992294400 134512640 135197250 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10469 9634 93 167 0 10300 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 41876

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1068896/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=41876 CPUtime=821.98
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19559 0 0 0 82189 9 0 0 25 0 1 0 701066159 42881024 9656 1992294400 134512640 135197250 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10469 9656 93 167 0 10300 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 41876

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1068832/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=42008 CPUtime=881.96
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19578 0 0 0 88187 9 0 0 25 0 1 0 701066159 43016192 9675 1992294400 134512640 135197250 4294956240 18446744073709551615 134539304 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10502 9675 93 167 0 10333 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 42008

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1068768/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=42008 CPUtime=941.94
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19595 0 0 0 94185 9 0 0 25 0 1 0 701066159 43016192 9692 1992294400 134512640 135197250 4294956240 18446744073709551615 134525303 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10502 9692 93 167 0 10333 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 42008

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1068704/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=42140 CPUtime=1001.91
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19613 0 0 0 100182 9 0 0 25 0 1 0 701066159 43151360 9710 1992294400 134512640 135197250 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10535 9710 93 167 0 10366 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 42140

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1068640/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=42140 CPUtime=1061.89
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19627 0 0 0 106180 9 0 0 25 0 1 0 701066159 43151360 9724 1992294400 134512640 135197250 4294956240 18446744073709551615 134541696 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10535 9724 93 167 0 10366 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 42140

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1068512/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=42272 CPUtime=1121.87
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19641 0 0 0 112178 9 0 0 25 0 1 0 701066159 43286528 9738 1992294400 134512640 135197250 4294956240 18446744073709551615 134552408 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10568 9738 93 167 0 10399 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 42272

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1068512/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=42272 CPUtime=1181.85
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19654 0 0 0 118176 9 0 0 25 0 1 0 701066159 43286528 9751 1992294400 134512640 135197250 4294956240 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10568 9751 93 167 0 10399 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 42272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/82 16129
/proc/meminfo: memFree=1068512/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=42272 CPUtime=1200.05
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19659 0 0 0 119996 9 0 0 25 0 1 0 701066159 43286528 9756 1992294400 134512640 135197250 4294956240 18446744073709551615 134593883 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10568 9756 93 167 0 10399 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 42272

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.97 2/82 16129
/proc/meminfo: memFree=1068512/2055920 swapFree=4174588/4192956
[pid=16128] ppid=16126 vsize=42272 CPUtime=1200.05
/proc/16128/stat : 16128 (march_nn) R 16126 16128 15963 0 -1 4194304 19659 0 0 0 119996 9 0 0 25 0 1 0 701066159 43286528 9756 1992294400 134512640 135197250 4294956240 18446744073709551615 134593883 0 0 4096 0 0 0 0 17 1 0 0
/proc/16128/statm: 10568 9756 93 167 0 10399 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 42272

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1199.96
CPU system time (s): 0.104984
CPU usage (%): 99.9628
Max. virtual memory (cumulated for all children) (KiB): 42272

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

runsolver used 1.54676 second user time and 3.9224 second system time

The end

Launcher Data

Begin job on node88 at 2009-03-28 13:01:51
IDJOB=1514642
IDBENCH=70363
IDSOLVER=522
FILE ID=node88/1514642-1238241711
PBS_JOBID= 9060734
Free space on /tmp= 66476 MiB

SOLVER NAME= march_nn nn
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/18000/unif-k3-r4.2-v18000-c75600-S1773173258-010.cnf
COMMAND LINE= HOME/march_nn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1514642-1238241711/watcher-1514642-1238241711 -o /tmp/evaluation-result-1514642-1238241711/solver-1514642-1238241711 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_nn HOME/instance-1514642-1238241711.cnf

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

MD5SUM BENCH= ae02373c0ed448bf77bcd57171ccc944
RANDOM SEED=439142483

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:       1108104 kB
Buffers:         82196 kB
Cached:         772504 kB
SwapCached:       7608 kB
Active:         141624 kB
Inactive:       722428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1108104 kB
SwapTotal:     4192956 kB
SwapFree:      4174588 kB
Dirty:            2216 kB
Writeback:           0 kB
Mapped:          14904 kB
Slab:            67988 kB
Committed_AS:  1772116 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= 66476 MiB
End job on node88 at 2009-03-28 13:21:54