Trace number 1626139

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.02 5002.11

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/8000/
unif-k3-r4.2-v8000-c33600-S195213520-027.cnf
MD5SUM9441297e33213208348519454e6efb92
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.49286
Satisfiable
(Un)Satisfiability was proved
Number of variables8000
Number of clauses33600
Sum of the clauses size100800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 333600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.40/0.40	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.40/0.40	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.40/0.40	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.40/0.40	c main()::
0.40/0.40	c initFormula():: searching for DIMACS p-line....
0.40/0.40	c initFormula():: the DIMACS p-line indicates a CNF of 8000 variables and 33600 clauses.
0.40/0.40	c parseCNF():: parsing....
0.40/0.40	c parseCNF():: the CNF contains 0 unary clauses.
0.40/0.40	c runParser():: parsing was successful, warming up engines...
0.40/0.40	c simplify_formula():: removed 0 tautological, 131 satisfied and 0 duplicate clauses
0.40/0.40	c preprocessing fase I completed:: there are now 7976 free variables and 33469 clauses.
0.40/0.40	c stat :: sign balance is biased by 0.483
0.40/0.40	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.40/0.40	c using 3-SAT heuristics (occurence based diff)
0.40/0.40	c longest clause has size 3
0.40/0.40	c simplify_formula():: removed 0 tautological, 0 satisfied and 158 duplicate clauses
0.40/0.40	c resolvent_look() :: found 70 resolvents
0.40/0.40	c lessRedundantTransformation():: nothing to be done.
0.40/0.40	c transformTo3SAT():: you gave me 8000 variables and 33539 clauses.
0.40/0.40	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.40/0.40	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.40/0.40	c transformTo3SAT():: the transformation yielded 8000 variabels and 33539 clauses.
0.40/0.40	c main():: clause / variable ratio: ( 33539 / 8000 ) = 4.19
0.40/0.40	c longest clause has size 3
0.40/0.40	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.40/0.40	c dynamic_preselect_setsize :: off
0.40/0.40	c suggested doublelook initial :: 0
0.40/0.40	c main():: all systems go!
0.40/0.40	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 645 JD: 538
8.38/8.45	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-1626139-1240022744/watcher-1626139-1240022744 -o /tmp/evaluation-result-1626139-1240022744/solver-1626139-1240022744 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1626139-1240022744.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/64 19146
/proc/meminfo: memFree=1016792/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=1512 CPUtime=0
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 30308379 1548288 249 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 378 249 47 123 0 253 0

[startup+0.024637 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19146
/proc/meminfo: memFree=1016792/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=1776 CPUtime=0.02
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 338 0 0 0 2 0 0 0 18 0 1 0 30308379 1818624 324 1992294400 134512640 135019032 4294956240 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 444 325 47 123 0 319 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776

[startup+0.102644 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19146
/proc/meminfo: memFree=1016792/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=5240 CPUtime=0.09
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 1470 0 0 0 9 0 0 0 18 0 1 0 30308379 5365760 955 1992294400 134512640 135019032 4294956240 18446744073709551615 134554755 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 1310 955 52 123 0 1185 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5240

[startup+0.301666 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19146
/proc/meminfo: memFree=1016792/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=6872 CPUtime=0.29
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 4342 0 0 0 28 1 0 0 19 0 1 0 30308379 7036928 1357 1992294400 134512640 135019032 4294956240 18446744073709551615 134555143 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 1718 1357 67 123 0 1593 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6872

[startup+0.70171 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 19146
/proc/meminfo: memFree=1016792/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=10504 CPUtime=0.69
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 6528 0 0 0 67 2 0 0 23 0 1 0 30308379 10756096 2190 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 2626 2190 73 123 0 2501 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10504

[startup+1.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1008208/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=10656 CPUtime=1.49
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 6589 0 0 0 147 2 0 0 25 0 1 0 30308379 10911744 2251 1992294400 134512640 135019032 4294956240 18446744073709551615 134597861 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 2664 2251 73 123 0 2539 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10656

[startup+3.10198 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1007760/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=11576 CPUtime=3.09
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 6759 0 0 0 307 2 0 0 25 0 1 0 30308379 11853824 2421 1992294400 134512640 135019032 4294956240 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 2894 2421 73 123 0 2769 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11576

[startup+6.30133 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1006800/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=11964 CPUtime=6.29
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 6866 0 0 0 627 2 0 0 25 0 1 0 30308379 12251136 2528 1992294400 134512640 135019032 4294956240 18446744073709551615 134538617 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 2991 2528 73 123 0 2866 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11964

[startup+12.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1006352/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=12380 CPUtime=12.68
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 6960 0 0 0 1266 2 0 0 25 0 1 0 30308379 12677120 2622 1992294400 134512640 135019032 4294956240 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3095 2622 73 123 0 2970 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12380

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1006096/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=12768 CPUtime=25.49
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 7056 0 0 0 2546 3 0 0 25 0 1 0 30308379 13074432 2718 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3192 2718 73 123 0 3067 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12768

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1005840/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=13024 CPUtime=51.07
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 7137 0 0 0 5104 3 0 0 25 0 1 0 30308379 13336576 2799 1992294400 134512640 135019032 4294956240 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3256 2799 73 123 0 3131 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13024

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1005456/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=13408 CPUtime=102.25
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 7216 0 0 0 10222 3 0 0 25 0 1 0 30308379 13729792 2878 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3352 2878 73 123 0 3227 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 13408

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1005264/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=13536 CPUtime=162.22
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 7270 0 0 0 16219 3 0 0 25 0 1 0 30308379 13860864 2932 1992294400 134512640 135019032 4294956240 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3384 2932 73 123 0 3259 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 13536

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1005136/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=13792 CPUtime=222.19
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 7311 0 0 0 22216 3 0 0 25 0 1 0 30308379 14123008 2973 1992294400 134512640 135019032 4294956240 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3448 2973 73 123 0 3323 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 13792

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1004880/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=13920 CPUtime=282.17
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 7360 0 0 0 28214 3 0 0 25 0 1 0 30308379 14254080 3022 1992294400 134512640 135019032 4294956240 18446744073709551615 134542767 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3480 3022 73 123 0 3355 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 13920

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1004752/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=14048 CPUtime=342.15
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 7389 0 0 0 34212 3 0 0 25 0 1 0 30308379 14385152 3051 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3512 3051 73 123 0 3387 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 14048

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1004688/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=14048 CPUtime=402.12
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 7412 0 0 0 40208 4 0 0 25 0 1 0 30308379 14385152 3074 1992294400 134512640 135019032 4294956240 18446744073709551615 134527205 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3512 3074 73 123 0 3387 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 14048

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1004624/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=14176 CPUtime=462.1
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 7434 0 0 0 46206 4 0 0 25 0 1 0 30308379 14516224 3096 1992294400 134512640 135019032 4294956240 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3544 3096 73 123 0 3419 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 14176

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1004560/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=14304 CPUtime=522.07
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 7452 0 0 0 52203 4 0 0 25 0 1 0 30308379 14647296 3114 1992294400 134512640 135019032 4294956240 18446744073709551615 134542363 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3576 3114 73 123 0 3451 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 14304

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1004496/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=14304 CPUtime=582.04
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 7470 0 0 0 58200 4 0 0 25 0 1 0 30308379 14647296 3132 1992294400 134512640 135019032 4294956240 18446744073709551615 134526441 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3576 3132 73 123 0 3451 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 14304

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19147
/proc/meminfo: memFree=1004432/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=14432 CPUtime=642.02
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 7486 0 0 0 64198 4 0 0 25 0 1 0 30308379 14778368 3148 1992294400 134512640 135019032 4294956240 18446744073709551615 134548886 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 3608 3148 73 123 0 3483 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 14432


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

[startup+4062.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19155
/proc/meminfo: memFree=1001296/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17032 CPUtime=4060.59
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8136 0 0 0 406053 6 0 0 25 0 1 0 30308379 17440768 3798 1992294400 134512640 135019032 4294956240 18446744073709551615 134547880 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4258 3798 73 123 0 4133 0
Current children cumulated CPU time (s) 4060.59
Current children cumulated vsize (KiB) 17032

[startup+4122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19155
/proc/meminfo: memFree=1001296/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17032 CPUtime=4120.56
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8141 0 0 0 412050 6 0 0 25 0 1 0 30308379 17440768 3803 1992294400 134512640 135019032 4294956240 18446744073709551615 134526501 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4258 3803 73 123 0 4133 0
Current children cumulated CPU time (s) 4120.56
Current children cumulated vsize (KiB) 17032

[startup+4182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19155
/proc/meminfo: memFree=1001296/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17032 CPUtime=4180.54
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8145 0 0 0 418047 7 0 0 25 0 1 0 30308379 17440768 3807 1992294400 134512640 135019032 4294956240 18446744073709551615 134538188 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4258 3807 73 123 0 4133 0
Current children cumulated CPU time (s) 4180.54
Current children cumulated vsize (KiB) 17032

[startup+4242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19155
/proc/meminfo: memFree=1001296/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17032 CPUtime=4240.52
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8150 0 0 0 424045 7 0 0 25 0 1 0 30308379 17440768 3812 1992294400 134512640 135019032 4294956240 18446744073709551615 134542770 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4258 3812 73 123 0 4133 0
Current children cumulated CPU time (s) 4240.52
Current children cumulated vsize (KiB) 17032

[startup+4302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19155
/proc/meminfo: memFree=1001296/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17032 CPUtime=4300.5
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8155 0 0 0 430043 7 0 0 25 0 1 0 30308379 17440768 3817 1992294400 134512640 135019032 4294956240 18446744073709551615 134564838 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4258 3817 73 123 0 4133 0
Current children cumulated CPU time (s) 4300.5
Current children cumulated vsize (KiB) 17032

[startup+4362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19155
/proc/meminfo: memFree=1001296/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17160 CPUtime=4360.47
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8160 0 0 0 436040 7 0 0 25 0 1 0 30308379 17571840 3822 1992294400 134512640 135019032 4294956240 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4290 3822 73 123 0 4165 0
Current children cumulated CPU time (s) 4360.47
Current children cumulated vsize (KiB) 17160

[startup+4422.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19155
/proc/meminfo: memFree=1001232/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17160 CPUtime=4420.44
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8163 0 0 0 442037 7 0 0 25 0 1 0 30308379 17571840 3825 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4290 3825 73 123 0 4165 0
Current children cumulated CPU time (s) 4420.44
Current children cumulated vsize (KiB) 17160

[startup+4482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19155
/proc/meminfo: memFree=1001232/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17160 CPUtime=4480.42
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8166 0 0 0 448035 7 0 0 25 0 1 0 30308379 17571840 3828 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4290 3828 73 123 0 4165 0
Current children cumulated CPU time (s) 4480.42
Current children cumulated vsize (KiB) 17160

[startup+4542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19161
/proc/meminfo: memFree=1001040/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17160 CPUtime=4540.39
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8169 0 0 0 454032 7 0 0 25 0 1 0 30308379 17571840 3831 1992294400 134512640 135019032 4294956240 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4290 3831 73 123 0 4165 0
Current children cumulated CPU time (s) 4540.39
Current children cumulated vsize (KiB) 17160

[startup+4602.3 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 19161
/proc/meminfo: memFree=1001040/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17160 CPUtime=4600.37
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8175 0 0 0 460030 7 0 0 25 0 1 0 30308379 17571840 3837 1992294400 134512640 135019032 4294956240 18446744073709551615 134542770 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4290 3837 73 123 0 4165 0
Current children cumulated CPU time (s) 4600.37
Current children cumulated vsize (KiB) 17160

[startup+4662.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 19161
/proc/meminfo: memFree=1001040/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17160 CPUtime=4660.34
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8178 0 0 0 466027 7 0 0 25 0 1 0 30308379 17571840 3840 1992294400 134512640 135019032 4294956240 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4290 3840 73 123 0 4165 0
Current children cumulated CPU time (s) 4660.34
Current children cumulated vsize (KiB) 17160

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19161
/proc/meminfo: memFree=1001040/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17160 CPUtime=4720.32
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8182 0 0 0 472025 7 0 0 25 0 1 0 30308379 17571840 3844 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4290 3844 73 123 0 4165 0
Current children cumulated CPU time (s) 4720.32
Current children cumulated vsize (KiB) 17160

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19161
/proc/meminfo: memFree=1001040/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17160 CPUtime=4780.31
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8187 0 0 0 478023 8 0 0 25 0 1 0 30308379 17571840 3849 1992294400 134512640 135019032 4294956240 18446744073709551615 134542363 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4290 3849 73 123 0 4165 0
Current children cumulated CPU time (s) 4780.31
Current children cumulated vsize (KiB) 17160

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19161
/proc/meminfo: memFree=1001040/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17288 CPUtime=4840.28
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8190 0 0 0 484020 8 0 0 25 0 1 0 30308379 17702912 3852 1992294400 134512640 135019032 4294956240 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4322 3852 73 123 0 4197 0
Current children cumulated CPU time (s) 4840.28
Current children cumulated vsize (KiB) 17288

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19161
/proc/meminfo: memFree=1001040/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17288 CPUtime=4900.25
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8193 0 0 0 490017 8 0 0 25 0 1 0 30308379 17702912 3855 1992294400 134512640 135019032 4294956240 18446744073709551615 134526471 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4322 3855 73 123 0 4197 0
Current children cumulated CPU time (s) 4900.25
Current children cumulated vsize (KiB) 17288

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19161
/proc/meminfo: memFree=1001040/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17288 CPUtime=4960.23
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8197 0 0 0 496015 8 0 0 25 0 1 0 30308379 17702912 3859 1992294400 134512640 135019032 4294956240 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4322 3859 73 123 0 4197 0
Current children cumulated CPU time (s) 4960.23
Current children cumulated vsize (KiB) 17288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19161
/proc/meminfo: memFree=1001040/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17288 CPUtime=5000.01
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8199 0 0 0 499993 8 0 0 25 0 1 0 30308379 17702912 3861 1992294400 134512640 135019032 4294956240 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4322 3861 73 123 0 4197 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 17288

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

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

[startup+5002.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19161
/proc/meminfo: memFree=1001040/2055920 swapFree=4192956/4192956
[pid=19146] ppid=19144 vsize=17288 CPUtime=5000.01
/proc/19146/stat : 19146 (march_ks) R 19144 19146 19050 0 -1 4194304 8199 0 0 0 499993 8 0 0 25 0 1 0 30308379 17702912 3861 1992294400 134512640 135019032 4294956240 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 0 0 0
/proc/19146/statm: 4322 3861 73 123 0 4197 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 17288

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.11
CPU time (s): 5000.02
CPU user time (s): 4999.94
CPU system time (s): 0.083987
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (KiB): 17288

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

runsolver used 4.40533 second user time and 13.7919 second system time

The end

Launcher Data

Begin job on node5 at 2009-04-18 04:45:44
IDJOB=1626139
IDBENCH=70304
IDSOLVER=582
FILE ID=node5/1626139-1240022744
PBS_JOBID= 9158986
Free space on /tmp= 66440 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/8000/unif-k3-r4.2-v8000-c33600-S195213520-027.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1626139-1240022744/watcher-1626139-1240022744 -o /tmp/evaluation-result-1626139-1240022744/solver-1626139-1240022744 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1626139-1240022744.cnf            

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

MD5SUM BENCH= 9441297e33213208348519454e6efb92
RANDOM SEED=1062182549

node5.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.212
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.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1017336 kB
Buffers:         87888 kB
Cached:         860780 kB
SwapCached:          0 kB
Active:         225252 kB
Inactive:       736396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1017336 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3548 kB
Writeback:           0 kB
Mapped:          22652 kB
Slab:            63068 kB
Committed_AS:   150080 kB
PageTables:       1388 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= 66436 MiB
End job on node5 at 2009-04-18 06:09:09