Trace number 1626137

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
SAT07 reference solver: March KS 2007-02-08? (TO) 5000.03 5001.91

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/10000/
unif-k3-r4.2-v10000-c42000-S268463339-081.cnf
MD5SUMc0db0b493ae63a00f0ab9cc60e186dad
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.91825
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.49/0.54	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.49/0.54	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.49/0.54	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.49/0.54	c main()::
0.49/0.54	c initFormula():: searching for DIMACS p-line....
0.49/0.54	c initFormula():: the DIMACS p-line indicates a CNF of 10000 variables and 42000 clauses.
0.49/0.54	c parseCNF():: parsing....
0.49/0.54	c parseCNF():: the CNF contains 0 unary clauses.
0.49/0.54	c runParser():: parsing was successful, warming up engines...
0.49/0.54	c simplify_formula():: removed 0 tautological, 237 satisfied and 0 duplicate clauses
0.49/0.54	c preprocessing fase I completed:: there are now 9962 free variables and 41763 clauses.
0.49/0.54	c stat :: sign balance is biased by 0.490
0.49/0.54	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.49/0.54	c using 3-SAT heuristics (occurence based diff)
0.49/0.54	c longest clause has size 3
0.49/0.54	c simplify_formula():: removed 0 tautological, 0 satisfied and 191 duplicate clauses
0.49/0.54	c resolvent_look() :: found 95 resolvents
0.49/0.54	c lessRedundantTransformation():: nothing to be done.
0.49/0.54	c transformTo3SAT():: you gave me 10000 variables and 41858 clauses.
0.49/0.54	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.49/0.54	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.49/0.54	c transformTo3SAT():: the transformation yielded 10000 variabels and 41858 clauses.
0.49/0.54	c main():: clause / variable ratio: ( 41858 / 10000 ) = 4.19
0.49/0.54	c longest clause has size 3
0.49/0.54	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.49/0.54	c dynamic_preselect_setsize :: off
0.49/0.54	c suggested doublelook initial :: 0
0.49/0.54	c main():: all systems go!
0.49/0.54	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 831 JD: 718
14.68/14.72	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-1626137-1240022595/watcher-1626137-1240022595 -o /tmp/evaluation-result-1626137-1240022595/solver-1626137-1240022595 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1626137-1240022595.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.98 0.99 3/65 21488
/proc/meminfo: memFree=725616/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=1732 CPUtime=0
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 306 0 0 0 0 0 0 0 18 0 1 0 30289905 1773568 292 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 433 292 47 123 0 308 0

[startup+0.065367 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 21488
/proc/meminfo: memFree=725616/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=5292 CPUtime=0.05
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 920 0 0 0 5 0 0 0 18 0 1 0 30289905 5419008 905 1992294400 134512640 135019032 4294956240 18446744073709551615 134555147 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 1323 905 48 123 0 1198 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5292

[startup+0.101373 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 21488
/proc/meminfo: memFree=725616/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=4780 CPUtime=0.09
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 1076 0 0 0 9 0 0 0 18 0 1 0 30289905 4894720 787 1992294400 134512640 135019032 4294956240 18446744073709551615 134560586 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 1195 788 50 123 0 1070 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4780

[startup+0.301412 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 21488
/proc/meminfo: memFree=725616/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=6120 CPUtime=0.29
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 3822 0 0 0 28 1 0 0 19 0 1 0 30289905 6266880 1127 1992294400 134512640 135019032 4294956240 18446744073709551615 134554755 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 1530 1127 63 123 0 1405 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6120

[startup+0.701491 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 21488
/proc/meminfo: memFree=725616/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=12948 CPUtime=0.69
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 8070 0 0 0 66 3 0 0 23 0 1 0 30289905 13258752 2673 1992294400 134512640 135019032 4294956240 18446744073709551615 134628840 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 3237 2673 73 123 0 3112 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12948

[startup+1.50165 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21489
/proc/meminfo: memFree=715112/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=12956 CPUtime=1.49
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 8089 0 0 0 146 3 0 0 25 0 1 0 30289905 13266944 2692 1992294400 134512640 135019032 4294956240 18446744073709551615 134677354 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 3239 2692 73 123 0 3114 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12956

[startup+3.10296 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21489
/proc/meminfo: memFree=714856/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=13240 CPUtime=3.09
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 8155 0 0 0 306 3 0 0 25 0 1 0 30289905 13557760 2758 1992294400 134512640 135019032 4294956240 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 3310 2758 73 123 0 3185 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13240

[startup+6.30159 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21489
/proc/meminfo: memFree=713640/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=14416 CPUtime=6.29
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 8436 0 0 0 626 3 0 0 25 0 1 0 30289905 14761984 3039 1992294400 134512640 135019032 4294956240 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 3604 3039 73 123 0 3479 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14416

[startup+12.7019 s]
/proc/loadavg: 1.14 1.02 1.00 2/66 21489
/proc/meminfo: memFree=713000/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=14700 CPUtime=12.69
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 8518 0 0 0 1266 3 0 0 25 0 1 0 30289905 15052800 3121 1992294400 134512640 135019032 4294956240 18446744073709551615 134542335 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 3675 3121 73 123 0 3550 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14700

[startup+25.5014 s]
/proc/loadavg: 1.12 1.02 1.00 2/66 21489
/proc/meminfo: memFree=712680/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=15228 CPUtime=25.48
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 8624 0 0 0 2545 3 0 0 25 0 1 0 30289905 15593472 3227 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 3807 3227 73 123 0 3682 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15228

[startup+51.1014 s]
/proc/loadavg: 1.08 1.01 1.00 2/66 21489
/proc/meminfo: memFree=712168/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=15768 CPUtime=51.08
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 8775 0 0 0 5104 4 0 0 25 0 1 0 30289905 16146432 3378 1992294400 134512640 135019032 4294956240 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 3942 3378 73 123 0 3817 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15768

[startup+102.305 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 21489
/proc/meminfo: memFree=711656/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=16328 CPUtime=102.26
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 8892 0 0 0 10222 4 0 0 25 0 1 0 30289905 16719872 3495 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 4082 3495 73 123 0 3957 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 16328

[startup+162.301 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 21489
/proc/meminfo: memFree=711016/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=16992 CPUtime=162.23
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9056 0 0 0 16219 4 0 0 25 0 1 0 30289905 17399808 3659 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 4248 3659 73 123 0 4123 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 16992

[startup+222.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 21489
/proc/meminfo: memFree=710632/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=17380 CPUtime=222.21
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9143 0 0 0 22217 4 0 0 25 0 1 0 30289905 17797120 3746 1992294400 134512640 135019032 4294956240 18446744073709551615 134527219 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 4345 3746 73 123 0 4220 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 17380

[startup+282.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 21489
/proc/meminfo: memFree=710376/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=17508 CPUtime=282.19
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9194 0 0 0 28215 4 0 0 25 0 1 0 30289905 17928192 3797 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 4377 3797 73 123 0 4252 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 17508

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21489
/proc/meminfo: memFree=710184/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=17764 CPUtime=342.17
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9235 0 0 0 34213 4 0 0 25 0 1 0 30289905 18190336 3838 1992294400 134512640 135019032 4294956240 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 4441 3838 73 123 0 4316 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 17764

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21489
/proc/meminfo: memFree=709992/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=17892 CPUtime=402.14
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9269 0 0 0 40210 4 0 0 25 0 1 0 30289905 18321408 3872 1992294400 134512640 135019032 4294956240 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 4473 3872 73 123 0 4348 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 17892

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21489
/proc/meminfo: memFree=709928/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=17892 CPUtime=462.12
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9294 0 0 0 46208 4 0 0 25 0 1 0 30289905 18321408 3897 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 4473 3897 73 123 0 4348 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 17892

[startup+522.301 s]
/proc/loadavg: 1.08 1.03 1.01 2/66 21489
/proc/meminfo: memFree=709800/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=18020 CPUtime=522.1
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9321 0 0 0 52206 4 0 0 25 0 1 0 30289905 18452480 3924 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 4505 3924 73 123 0 4380 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 18020

[startup+582.303 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 21489
/proc/meminfo: memFree=709736/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=18148 CPUtime=582.08
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9340 0 0 0 58204 4 0 0 25 0 1 0 30289905 18583552 3943 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 4537 3943 73 123 0 4412 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 18148

[startup+642.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 21489
/proc/meminfo: memFree=709672/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=18152 CPUtime=642.06
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9360 0 0 0 64202 4 0 0 25 0 1 0 30289905 18587648 3963 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 4538 3963 73 123 0 4413 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 18152


################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 21497
/proc/meminfo: memFree=706984/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20456 CPUtime=4060.77
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9954 0 0 0 406071 6 0 0 25 0 1 0 30289905 20946944 4557 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5114 4557 73 123 0 4989 0
Current children cumulated CPU time (s) 4060.77
Current children cumulated vsize (KiB) 20456

[startup+4122.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21497
/proc/meminfo: memFree=706920/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20456 CPUtime=4120.74
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9956 0 0 0 412068 6 0 0 25 0 1 0 30289905 20946944 4559 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5114 4559 73 123 0 4989 0
Current children cumulated CPU time (s) 4120.74
Current children cumulated vsize (KiB) 20456

[startup+4182.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 21497
/proc/meminfo: memFree=706984/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20584 CPUtime=4180.72
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9960 0 0 0 418066 6 0 0 25 0 1 0 30289905 21078016 4563 1992294400 134512640 135019032 4294956240 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5146 4563 73 123 0 5021 0
Current children cumulated CPU time (s) 4180.72
Current children cumulated vsize (KiB) 20584

[startup+4242.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/66 21497
/proc/meminfo: memFree=706920/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20584 CPUtime=4240.7
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9965 0 0 0 424064 6 0 0 25 0 1 0 30289905 21078016 4568 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5146 4568 73 123 0 5021 0
Current children cumulated CPU time (s) 4240.7
Current children cumulated vsize (KiB) 20584

[startup+4302.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/66 21497
/proc/meminfo: memFree=706856/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20584 CPUtime=4300.68
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9970 0 0 0 430062 6 0 0 25 0 1 0 30289905 21078016 4573 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5146 4573 73 123 0 5021 0
Current children cumulated CPU time (s) 4300.68
Current children cumulated vsize (KiB) 20584

[startup+4362.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 21497
/proc/meminfo: memFree=706792/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20584 CPUtime=4360.65
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9975 0 0 0 436059 6 0 0 25 0 1 0 30289905 21078016 4578 1992294400 134512640 135019032 4294956240 18446744073709551615 134538155 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5146 4578 73 123 0 5021 0
Current children cumulated CPU time (s) 4360.65
Current children cumulated vsize (KiB) 20584

[startup+4422.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 21497
/proc/meminfo: memFree=706856/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20584 CPUtime=4420.63
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9979 0 0 0 442057 6 0 0 25 0 1 0 30289905 21078016 4582 1992294400 134512640 135019032 4294956240 18446744073709551615 134526476 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5146 4582 73 123 0 5021 0
Current children cumulated CPU time (s) 4420.63
Current children cumulated vsize (KiB) 20584

[startup+4482.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/66 21497
/proc/meminfo: memFree=706792/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20584 CPUtime=4480.61
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9983 0 0 0 448055 6 0 0 25 0 1 0 30289905 21078016 4586 1992294400 134512640 135019032 4294956240 18446744073709551615 134579674 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5146 4586 73 123 0 5021 0
Current children cumulated CPU time (s) 4480.61
Current children cumulated vsize (KiB) 20584

[startup+4542.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/66 21497
/proc/meminfo: memFree=706728/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20584 CPUtime=4540.59
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9987 0 0 0 454053 6 0 0 25 0 1 0 30289905 21078016 4590 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5146 4590 73 123 0 5021 0
Current children cumulated CPU time (s) 4540.59
Current children cumulated vsize (KiB) 20584

[startup+4602.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/66 21497
/proc/meminfo: memFree=706728/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20712 CPUtime=4600.57
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9990 0 0 0 460051 6 0 0 25 0 1 0 30289905 21209088 4593 1992294400 134512640 135019032 4294956240 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5178 4593 73 123 0 5053 0
Current children cumulated CPU time (s) 4600.57
Current children cumulated vsize (KiB) 20712

[startup+4662.3 s]
/proc/loadavg: 1.09 1.06 1.01 2/66 21497
/proc/meminfo: memFree=706728/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20712 CPUtime=4660.54
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9994 0 0 0 466048 6 0 0 25 0 1 0 30289905 21209088 4597 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5178 4597 73 123 0 5053 0
Current children cumulated CPU time (s) 4660.54
Current children cumulated vsize (KiB) 20712

[startup+4722.31 s]
/proc/loadavg: 1.03 1.05 1.00 2/66 21503
/proc/meminfo: memFree=706592/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20712 CPUtime=4720.52
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 9997 0 0 0 472046 6 0 0 25 0 1 0 30289905 21209088 4600 1992294400 134512640 135019032 4294956240 18446744073709551615 134542767 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5178 4600 73 123 0 5053 0
Current children cumulated CPU time (s) 4720.52
Current children cumulated vsize (KiB) 20712

[startup+4782.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/66 21503
/proc/meminfo: memFree=706592/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20712 CPUtime=4780.49
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 10000 0 0 0 478043 6 0 0 25 0 1 0 30289905 21209088 4603 1992294400 134512640 135019032 4294956240 18446744073709551615 134526499 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5178 4603 73 123 0 5053 0
Current children cumulated CPU time (s) 4780.49
Current children cumulated vsize (KiB) 20712

[startup+4842.3 s]
/proc/loadavg: 1.09 1.06 1.00 2/66 21503
/proc/meminfo: memFree=706592/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20712 CPUtime=4840.47
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 10003 0 0 0 484041 6 0 0 25 0 1 0 30289905 21209088 4606 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5178 4606 73 123 0 5053 0
Current children cumulated CPU time (s) 4840.47
Current children cumulated vsize (KiB) 20712

[startup+4902.3 s]
/proc/loadavg: 1.09 1.06 1.00 2/66 21503
/proc/meminfo: memFree=706528/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20712 CPUtime=4900.45
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 10006 0 0 0 490039 6 0 0 25 0 1 0 30289905 21209088 4609 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5178 4609 73 123 0 5053 0
Current children cumulated CPU time (s) 4900.45
Current children cumulated vsize (KiB) 20712

[startup+4962.3 s]
/proc/loadavg: 1.14 1.08 1.01 2/66 21503
/proc/meminfo: memFree=706592/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=20712 CPUtime=4960.42
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 10008 0 0 0 496036 6 0 0 25 0 1 0 30289905 21209088 4611 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5178 4611 73 123 0 5053 0
Current children cumulated CPU time (s) 4960.42
Current children cumulated vsize (KiB) 20712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.9 s]
/proc/loadavg: 1.07 1.07 1.00 2/66 21503
/proc/meminfo: memFree=706536/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=21224 CPUtime=5000.01
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 10016 0 0 0 499995 6 0 0 25 0 1 0 30289905 21733376 4619 1992294400 134512640 135019032 4294956240 18446744073709551615 134538160 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5306 4619 73 123 0 5181 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 21224

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

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

[startup+5001.9 s]
/proc/loadavg: 1.07 1.07 1.00 2/66 21503
/proc/meminfo: memFree=706536/2055920 swapFree=4192956/4192956
[pid=21488] ppid=21486 vsize=21224 CPUtime=5000.01
/proc/21488/stat : 21488 (march_ks) R 21486 21488 20937 0 -1 4194304 10016 0 0 0 499995 6 0 0 25 0 1 0 30289905 21733376 4619 1992294400 134512640 135019032 4294956240 18446744073709551615 134538160 0 0 4096 0 0 0 0 17 1 0 0
/proc/21488/statm: 5306 4619 73 123 0 5181 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 21224

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.91
CPU time (s): 5000.03
CPU user time (s): 4999.96
CPU system time (s): 0.069989
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 21224

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

runsolver used 5.62315 second user time and 12.0112 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-18 04:43:15
IDJOB=1626137
IDBENCH=70303
IDSOLVER=582
FILE ID=node77/1626137-1240022595
PBS_JOBID= 9157417
Free space on /tmp= 66316 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/10000/unif-k3-r4.2-v10000-c42000-S268463339-081.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1626137-1240022595/watcher-1626137-1240022595 -o /tmp/evaluation-result-1626137-1240022595/solver-1626137-1240022595 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1626137-1240022595.cnf            

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

MD5SUM BENCH= c0db0b493ae63a00f0ab9cc60e186dad
RANDOM SEED=141367858

node77.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.270
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.270
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:        726032 kB
Buffers:         79672 kB
Cached:        1152284 kB
SwapCached:          0 kB
Active:         284752 kB
Inactive:       961044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        726032 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3608 kB
Writeback:           0 kB
Mapped:          23560 kB
Slab:            70048 kB
Committed_AS:   155192 kB
PageTables:       1372 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= 66312 MiB
End job on node77 at 2009-04-18 06:06:39