Trace number 1626247

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.05 5001.51

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/18000/
unif-k3-r4.2-v18000-c75600-S1811295114-056.cnf
MD5SUMa97095b6dcf1b1abdc82fc7e5a3a4050
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark249.657
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.39/1.48	c main():: ***                                   [ march satisfiability solver ]                                   ***
1.39/1.48	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
1.39/1.48	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
1.39/1.48	c main()::
1.39/1.48	c initFormula():: searching for DIMACS p-line....
1.39/1.48	c initFormula():: the DIMACS p-line indicates a CNF of 18000 variables and 75600 clauses.
1.39/1.48	c parseCNF():: parsing....
1.39/1.48	c parseCNF():: the CNF contains 0 unary clauses.
1.39/1.48	c runParser():: parsing was successful, warming up engines...
1.39/1.48	c simplify_formula():: removed 0 tautological, 356 satisfied and 0 duplicate clauses
1.39/1.48	c preprocessing fase I completed:: there are now 17942 free variables and 75244 clauses.
1.39/1.48	c stat :: sign balance is biased by 0.483
1.39/1.48	c shorten_equivalence(): average equivalence length reduced from nan to nan
1.39/1.48	c using 3-SAT heuristics (occurence based diff)
1.39/1.48	c longest clause has size 3
1.39/1.48	c simplify_formula():: removed 0 tautological, 0 satisfied and 144 duplicate clauses
1.39/1.48	c resolvent_look() :: found 70 resolvents
1.39/1.48	c lessRedundantTransformation():: nothing to be done.
1.39/1.48	c transformTo3SAT():: you gave me 18000 variables and 75314 clauses.
1.39/1.48	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
1.39/1.48	c transformTo3SAT():: I will add 0 variables and 0 clauses!
1.39/1.48	c transformTo3SAT():: the transformation yielded 18000 variabels and 75314 clauses.
1.39/1.48	c main():: clause / variable ratio: ( 75314 / 18000 ) = 4.18
1.39/1.48	c longest clause has size 3
1.39/1.48	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.39/1.48	c dynamic_preselect_setsize :: off
1.39/1.48	c suggested doublelook initial :: 0
1.39/1.48	c main():: all systems go!
1.39/1.48	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 1402 JD: 1259
58.77/58.85	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-1626247-1240041830/watcher-1626247-1240041830 -o /tmp/evaluation-result-1626247-1240041830/solver-1626247-1240041830 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1626247-1240041830.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.97 0.91 3/64 21104
/proc/meminfo: memFree=1245184/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=2664 CPUtime=0
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 32216558 2727936 469 1992294400 134512640 135019032 4294956240 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 666 469 47 123 0 541 0

[startup+0.0787849 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 21104
/proc/meminfo: memFree=1245184/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=3456 CPUtime=0.07
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 740 0 0 0 7 0 0 0 18 0 1 0 32216558 3538944 726 1992294400 134512640 135019032 4294956240 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 864 726 47 123 0 739 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3456

[startup+0.101787 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 21104
/proc/meminfo: memFree=1245184/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=3720 CPUtime=0.09
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 820 0 0 0 9 0 0 0 18 0 1 0 32216558 3809280 806 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 930 806 47 123 0 805 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3720

[startup+0.30181 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 21104
/proc/meminfo: memFree=1245184/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=10884 CPUtime=0.29
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 2676 0 0 0 29 0 0 0 19 0 1 0 32216558 11145216 2035 1992294400 134512640 135019032 4294956240 18446744073709551615 134555251 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 2721 2035 52 123 0 2596 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10884

[startup+0.701854 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 21104
/proc/meminfo: memFree=1245184/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=8776 CPUtime=0.69
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 4934 0 0 0 68 1 0 0 22 0 1 0 32216558 8986624 1475 1992294400 134512640 135019032 4294956240 18446744073709551615 134554589 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 2194 1475 63 123 0 2069 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8776

[startup+1.50195 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1232120/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=22964 CPUtime=1.49
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 13854 0 0 0 144 5 0 0 25 0 1 0 32216558 23515136 4814 1992294400 134512640 135019032 4294956240 18446744073709551615 134564175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 5741 4814 73 123 0 5616 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22964

[startup+3.10113 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1225976/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=22968 CPUtime=3.09
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 13855 0 0 0 304 5 0 0 25 0 1 0 32216558 23519232 4815 1992294400 134512640 135019032 4294956240 18446744073709551615 134598321 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 5742 4815 73 123 0 5617 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22968

[startup+6.30149 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1225720/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=23120 CPUtime=6.29
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 13881 0 0 0 624 5 0 0 25 0 1 0 32216558 23674880 4841 1992294400 134512640 135019032 4294956240 18446744073709551615 134542767 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 5780 4841 73 123 0 5655 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23120

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1225400/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=23544 CPUtime=12.69
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 13982 0 0 0 1264 5 0 0 25 0 1 0 32216558 24109056 4942 1992294400 134512640 135019032 4294956240 18446744073709551615 134597864 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 5886 4942 73 123 0 5761 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23544

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1223608/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=25512 CPUtime=25.49
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 14439 0 0 0 2543 6 0 0 25 0 1 0 32216558 26124288 5399 1992294400 134512640 135019032 4294956240 18446744073709551615 134547665 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 6378 5399 73 123 0 6253 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25512

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1222968/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=26164 CPUtime=51.07
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 14612 0 0 0 5101 6 0 0 25 0 1 0 32216558 26791936 5572 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 6541 5572 73 123 0 6416 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26164

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1222392/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=26840 CPUtime=102.26
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 14781 0 0 0 10220 6 0 0 25 0 1 0 32216558 27484160 5730 1992294400 134512640 135019032 4294956240 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 6710 5730 73 123 0 6585 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 26840

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1221560/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=27804 CPUtime=162.23
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 14985 0 0 0 16217 6 0 0 25 0 1 0 32216558 28471296 5934 1992294400 134512640 135019032 4294956240 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 6951 5934 73 123 0 6826 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 27804

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1220984/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=28308 CPUtime=222.22
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15122 0 0 0 22215 7 0 0 25 0 1 0 32216558 28987392 6071 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7077 6071 73 123 0 6952 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 28308

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1220664/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=28560 CPUtime=282.2
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15189 0 0 0 28213 7 0 0 25 0 1 0 32216558 29245440 6138 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7140 6138 73 123 0 7015 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 28560

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1220472/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=28812 CPUtime=342.18
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15241 0 0 0 34211 7 0 0 25 0 1 0 32216558 29503488 6190 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7203 6190 73 123 0 7078 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 28812

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1220280/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=28936 CPUtime=402.16
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15279 0 0 0 40209 7 0 0 25 0 1 0 32216558 29630464 6228 1992294400 134512640 135019032 4294956240 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7234 6228 73 123 0 7109 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 28936

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1220152/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=29060 CPUtime=462.15
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15318 0 0 0 46207 8 0 0 25 0 1 0 32216558 29757440 6267 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7265 6267 73 123 0 7140 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 29060

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1220088/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=29184 CPUtime=522.13
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15359 0 0 0 52205 8 0 0 25 0 1 0 32216558 29884416 6308 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7296 6308 73 123 0 7171 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 29184

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1219896/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=29432 CPUtime=582.11
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15399 0 0 0 58203 8 0 0 25 0 1 0 32216558 30138368 6348 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7358 6348 73 123 0 7233 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 29432

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21105
/proc/meminfo: memFree=1219704/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=29556 CPUtime=642.11
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15428 0 0 0 64202 9 0 0 25 0 1 0 32216558 30265344 6377 1992294400 134512640 135019032 4294956240 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7389 6377 73 123 0 7264 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 29556


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

[startup+4062.31 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217336/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31540 CPUtime=4061.11
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15958 0 0 0 406094 17 0 0 25 0 1 0 32216558 32296960 6907 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7885 6907 73 123 0 7760 0
Current children cumulated CPU time (s) 4061.11
Current children cumulated vsize (KiB) 31540

[startup+4122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217272/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31664 CPUtime=4121.09
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15964 0 0 0 412092 17 0 0 25 0 1 0 32216558 32423936 6913 1992294400 134512640 135019032 4294956240 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7916 6913 73 123 0 7791 0
Current children cumulated CPU time (s) 4121.09
Current children cumulated vsize (KiB) 31664

[startup+4182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217272/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31664 CPUtime=4181.07
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15969 0 0 0 418090 17 0 0 25 0 1 0 32216558 32423936 6918 1992294400 134512640 135019032 4294956240 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7916 6918 73 123 0 7791 0
Current children cumulated CPU time (s) 4181.07
Current children cumulated vsize (KiB) 31664

[startup+4242.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217272/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31664 CPUtime=4241.05
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15974 0 0 0 424088 17 0 0 25 0 1 0 32216558 32423936 6923 1992294400 134512640 135019032 4294956240 18446744073709551615 134526505 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7916 6923 73 123 0 7791 0
Current children cumulated CPU time (s) 4241.05
Current children cumulated vsize (KiB) 31664

[startup+4302.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217272/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31664 CPUtime=4301.03
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15980 0 0 0 430086 17 0 0 25 0 1 0 32216558 32423936 6929 1992294400 134512640 135019032 4294956240 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7916 6929 73 123 0 7791 0
Current children cumulated CPU time (s) 4301.03
Current children cumulated vsize (KiB) 31664

[startup+4362.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217272/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31664 CPUtime=4361.01
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15985 0 0 0 436084 17 0 0 25 0 1 0 32216558 32423936 6934 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7916 6934 73 123 0 7791 0
Current children cumulated CPU time (s) 4361.01
Current children cumulated vsize (KiB) 31664

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217208/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31788 CPUtime=4420.99
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15990 0 0 0 442082 17 0 0 25 0 1 0 32216558 32550912 6939 1992294400 134512640 135019032 4294956240 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7947 6939 73 123 0 7822 0
Current children cumulated CPU time (s) 4420.99
Current children cumulated vsize (KiB) 31788

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217208/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31788 CPUtime=4480.97
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 15996 0 0 0 448080 17 0 0 25 0 1 0 32216558 32550912 6945 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7947 6945 73 123 0 7822 0
Current children cumulated CPU time (s) 4480.97
Current children cumulated vsize (KiB) 31788

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217144/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31788 CPUtime=4540.96
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 16001 0 0 0 454078 18 0 0 25 0 1 0 32216558 32550912 6950 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7947 6950 73 123 0 7822 0
Current children cumulated CPU time (s) 4540.96
Current children cumulated vsize (KiB) 31788

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217144/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31788 CPUtime=4600.95
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 16004 0 0 0 460077 18 0 0 25 0 1 0 32216558 32550912 6953 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7947 6953 73 123 0 7822 0
Current children cumulated CPU time (s) 4600.95
Current children cumulated vsize (KiB) 31788

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217144/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31788 CPUtime=4660.93
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 16010 0 0 0 466075 18 0 0 25 0 1 0 32216558 32550912 6959 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7947 6959 73 123 0 7822 0
Current children cumulated CPU time (s) 4660.93
Current children cumulated vsize (KiB) 31788

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217080/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31788 CPUtime=4720.91
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 16014 0 0 0 472073 18 0 0 25 0 1 0 32216558 32550912 6963 1992294400 134512640 135019032 4294956240 18446744073709551615 134538181 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7947 6963 73 123 0 7822 0
Current children cumulated CPU time (s) 4720.91
Current children cumulated vsize (KiB) 31788

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217080/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31788 CPUtime=4780.89
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 16020 0 0 0 478071 18 0 0 25 0 1 0 32216558 32550912 6969 1992294400 134512640 135019032 4294956240 18446744073709551615 134526499 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7947 6969 73 123 0 7822 0
Current children cumulated CPU time (s) 4780.89
Current children cumulated vsize (KiB) 31788

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217016/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31912 CPUtime=4840.87
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 16029 0 0 0 484069 18 0 0 25 0 1 0 32216558 32677888 6978 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7978 6978 73 123 0 7853 0
Current children cumulated CPU time (s) 4840.87
Current children cumulated vsize (KiB) 31912

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217016/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31912 CPUtime=4900.85
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 16035 0 0 0 490067 18 0 0 25 0 1 0 32216558 32677888 6984 1992294400 134512640 135019032 4294956240 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7978 6984 73 123 0 7853 0
Current children cumulated CPU time (s) 4900.85
Current children cumulated vsize (KiB) 31912

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1217016/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31912 CPUtime=4960.84
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 16041 0 0 0 496066 18 0 0 25 0 1 0 32216558 32677888 6990 1992294400 134512640 135019032 4294956240 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7978 6990 73 123 0 7853 0
Current children cumulated CPU time (s) 4960.84
Current children cumulated vsize (KiB) 31912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1216952/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31912 CPUtime=5000.03
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 16044 0 0 0 499985 18 0 0 25 0 1 0 32216558 32677888 6993 1992294400 134512640 135019032 4294956240 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7978 6993 73 123 0 7853 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 31912

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

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

[startup+5001.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21113
/proc/meminfo: memFree=1216952/2055920 swapFree=4192956/4192956
[pid=21104] ppid=21102 vsize=31912 CPUtime=5000.03
/proc/21104/stat : 21104 (march_ks) R 21102 21104 20996 0 -1 4194304 16044 0 0 0 499985 18 0 0 25 0 1 0 32216558 32677888 6993 1992294400 134512640 135019032 4294956240 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 1 0 0
/proc/21104/statm: 7978 6993 73 123 0 7853 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 31912

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.51
CPU time (s): 5000.05
CPU user time (s): 4999.85
CPU system time (s): 0.19297
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 31912

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

runsolver used 3.63845 second user time and 10.3744 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-18 10:03:51
IDJOB=1626247
IDBENCH=70358
IDSOLVER=582
FILE ID=node23/1626247-1240041830
PBS_JOBID= 9158994
Free space on /tmp= 66364 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/18000/unif-k3-r4.2-v18000-c75600-S1811295114-056.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1626247-1240041830/watcher-1626247-1240041830 -o /tmp/evaluation-result-1626247-1240041830/solver-1626247-1240041830 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1626247-1240041830.cnf            

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

MD5SUM BENCH= a97095b6dcf1b1abdc82fc7e5a3a4050
RANDOM SEED=1073523843

node23.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.238
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.238
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:       1245600 kB
Buffers:         83540 kB
Cached:         651608 kB
SwapCached:          0 kB
Active:         251524 kB
Inactive:       497564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1245600 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4312 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            47240 kB
Committed_AS:   160988 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= 66360 MiB
End job on node23 at 2009-04-18 11:27:14