Trace number 371062

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, and are wall clock time (not CPU time).

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
March KS 2007-02-08? (TO) 5000.03 5001.91

General information on the benchmark

Namerandom/LargeSize/3SAT/v7000/
unif-k3-r4.2-v7000-c29400-S880121748-08.cnf
MD5SUM23cebbf389b50923607c40b76db46967
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark112.541
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses29400
Sum of the clauses size88200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 329400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.29/0.35	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.29/0.35	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.29/0.35	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.29/0.35	c main()::
0.29/0.35	c initFormula():: searching for DIMACS p-line....
0.29/0.35	c initFormula():: the DIMACS p-line indicates a CNF of 7000 variables and 29400 clauses.
0.29/0.35	c parseCNF():: parsing....
0.29/0.35	c parseCNF():: the CNF contains 0 unary clauses.
0.29/0.35	c runParser():: parsing was successful, warming up engines...
0.29/0.35	c simplify_formula():: removed 0 tautological, 153 satisfied and 0 duplicate clauses
0.29/0.35	c preprocessing fase I completed:: there are now 6975 free variables and 29247 clauses.
0.29/0.35	c stat :: sign balance is biased by 0.469
0.29/0.35	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.29/0.35	c using 3-SAT heuristics (occurence based diff)
0.29/0.35	c longest clause has size 3
0.29/0.35	c simplify_formula():: removed 0 tautological, 0 satisfied and 174 duplicate clauses
0.29/0.35	c resolvent_look() :: found 81 resolvents
0.29/0.35	c lessRedundantTransformation():: nothing to be done.
0.29/0.35	c transformTo3SAT():: you gave me 7000 variables and 29328 clauses.
0.29/0.35	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.29/0.35	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.29/0.35	c transformTo3SAT():: the transformation yielded 7000 variabels and 29328 clauses.
0.29/0.35	c main():: clause / variable ratio: ( 29328 / 7000 ) = 4.19
0.29/0.35	c longest clause has size 3
0.29/0.35	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.35	c dynamic_preselect_setsize :: off
0.29/0.35	c suggested doublelook initial :: 0
0.29/0.35	c main():: all systems go!
0.29/0.35	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 601 JD: 442
9.38/9.47	c |----------------------------------------------------------------|

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node33/watcher-371062-1177182885 -o ROOT/results/node33/solver-371062-1177182885 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/371062-1177182885/march_ks /tmp/evaluation/371062-1177182885/instance-371062-1177182885.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): 7500 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.78 0.95 0.98 3/77 22296
/proc/meminfo: memFree=1694256/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=1404 CPUtime=0
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 166203977 1437696 225 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 351 225 47 123 0 226 0

[startup+0.0624709 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 22296
/proc/meminfo: memFree=1694256/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=3488 CPUtime=0.05
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 711 0 0 0 5 0 0 0 18 0 1 0 166203977 3571712 570 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134677344 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 872 570 50 123 0 747 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3488

[startup+0.101478 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 22296
/proc/meminfo: memFree=1694256/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=4020 CPUtime=0.09
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 1288 0 0 0 9 0 0 0 18 0 1 0 166203977 4116480 701 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 1005 701 52 123 0 880 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4020

[startup+0.301521 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 22296
/proc/meminfo: memFree=1694256/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=6580 CPUtime=0.29
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 3603 0 0 0 28 1 0 0 19 0 1 0 166203977 6737920 1309 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134657890 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 1645 1309 67 123 0 1520 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6580

[startup+0.701601 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 22296
/proc/meminfo: memFree=1694256/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=9104 CPUtime=0.69
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 4902 0 0 0 68 1 0 0 24 0 1 0 166203977 9322496 1973 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542301 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 2276 1973 73 123 0 2151 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9104

[startup+1.50276 s]
/proc/loadavg: 0.78 0.95 0.98 2/78 22297
/proc/meminfo: memFree=1686568/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=9388 CPUtime=1.49
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 4956 0 0 0 148 1 0 0 25 0 1 0 166203977 9613312 2027 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134548815 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 2347 2027 73 123 0 2222 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9388

[startup+3.10109 s]
/proc/loadavg: 0.78 0.95 0.98 2/78 22297
/proc/meminfo: memFree=1685864/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=10300 CPUtime=3.09
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5135 0 0 0 308 1 0 0 25 0 1 0 166203977 10547200 2206 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564765 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 2575 2206 73 123 0 2450 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10300

[startup+6.30175 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 22297
/proc/meminfo: memFree=1685232/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=10560 CPUtime=6.29
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5196 0 0 0 628 1 0 0 25 0 1 0 166203977 10813440 2267 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 2640 2267 73 123 0 2515 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10560

[startup+12.7011 s]
/proc/loadavg: 0.81 0.95 0.98 2/78 22297
/proc/meminfo: memFree=1684920/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=10964 CPUtime=12.69
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5285 0 0 0 1267 2 0 0 25 0 1 0 166203977 11227136 2356 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 2741 2356 73 123 0 2616 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10964

[startup+25.5017 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 22297
/proc/meminfo: memFree=1684472/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=11352 CPUtime=25.48
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5378 0 0 0 2546 2 0 0 25 0 1 0 166203977 11624448 2449 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 2838 2449 73 123 0 2713 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11352

[startup+51.1019 s]
/proc/loadavg: 0.90 0.96 0.98 2/78 22297
/proc/meminfo: memFree=1684216/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=11608 CPUtime=51.07
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5450 0 0 0 5105 2 0 0 25 0 1 0 166203977 11886592 2521 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 2902 2521 73 123 0 2777 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11608

[startup+102.305 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 22297
/proc/meminfo: memFree=1683896/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=11992 CPUtime=102.26
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5534 0 0 0 10223 3 0 0 25 0 1 0 166203977 12279808 2605 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 2998 2605 73 123 0 2873 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11992

[startup+162.302 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 22297
/proc/meminfo: memFree=1683704/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=12120 CPUtime=162.23
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5584 0 0 0 16220 3 0 0 25 0 1 0 166203977 12410880 2655 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3030 2655 73 123 0 2905 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 12120

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22297
/proc/meminfo: memFree=1683576/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=12248 CPUtime=222.21
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5620 0 0 0 22217 4 0 0 25 0 1 0 166203977 12541952 2691 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3062 2691 73 123 0 2937 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 12248

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22297
/proc/meminfo: memFree=1683448/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=12376 CPUtime=282.19
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5652 0 0 0 28215 4 0 0 25 0 1 0 166203977 12673024 2723 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538155 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3094 2723 73 123 0 2969 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 12376

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22297
/proc/meminfo: memFree=1683320/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=12504 CPUtime=342.17
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5678 0 0 0 34212 5 0 0 25 0 1 0 166203977 12804096 2749 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3126 2749 73 123 0 3001 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 12504

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22297
/proc/meminfo: memFree=1683192/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=12632 CPUtime=402.14
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5704 0 0 0 40209 5 0 0 25 0 1 0 166203977 12935168 2775 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3158 2775 73 123 0 3033 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 12632

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22297
/proc/meminfo: memFree=1683192/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=12760 CPUtime=462.12
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5725 0 0 0 46206 6 0 0 25 0 1 0 166203977 13066240 2796 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3190 2796 73 123 0 3065 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 12760

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22297
/proc/meminfo: memFree=1683064/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=12760 CPUtime=522.11
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5746 0 0 0 52204 7 0 0 25 0 1 0 166203977 13066240 2817 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3190 2817 73 123 0 3065 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 12760

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22297
/proc/meminfo: memFree=1683000/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=12888 CPUtime=582.08
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5762 0 0 0 58201 7 0 0 25 0 1 0 166203977 13197312 2833 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3222 2833 73 123 0 3097 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 12888

[startup+642.302 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 22297
/proc/meminfo: memFree=1682936/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=12888 CPUtime=642.07
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 5779 0 0 0 64199 8 0 0 25 0 1 0 166203977 13197312 2850 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542537 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3222 2850 73 123 0 3097 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 12888


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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681464/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14300 CPUtime=4060.75
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6139 0 0 0 406036 39 0 0 25 0 1 0 166203977 14643200 3210 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3575 3210 73 123 0 3450 0
Current children cumulated CPU time (s) 4060.75
Current children cumulated vsize (KiB) 14300

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 22497
/proc/meminfo: memFree=1681464/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14300 CPUtime=4120.73
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6142 0 0 0 412033 40 0 0 25 0 1 0 166203977 14643200 3213 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3575 3213 73 123 0 3450 0
Current children cumulated CPU time (s) 4120.73
Current children cumulated vsize (KiB) 14300

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681400/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14300 CPUtime=4180.7
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6145 0 0 0 418030 40 0 0 25 0 1 0 166203977 14643200 3216 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3575 3216 73 123 0 3450 0
Current children cumulated CPU time (s) 4180.7
Current children cumulated vsize (KiB) 14300

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681400/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14428 CPUtime=4240.69
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6149 0 0 0 424028 41 0 0 25 0 1 0 166203977 14774272 3220 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3607 3220 73 123 0 3482 0
Current children cumulated CPU time (s) 4240.69
Current children cumulated vsize (KiB) 14428

[startup+4302.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 22497
/proc/meminfo: memFree=1681400/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14428 CPUtime=4300.67
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6150 0 0 0 430025 42 0 0 25 0 1 0 166203977 14774272 3221 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134563533 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3607 3221 73 123 0 3482 0
Current children cumulated CPU time (s) 4300.67
Current children cumulated vsize (KiB) 14428

[startup+4362.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 22497
/proc/meminfo: memFree=1681400/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14428 CPUtime=4360.64
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6153 0 0 0 436022 42 0 0 25 0 1 0 166203977 14774272 3224 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134527194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3607 3224 73 123 0 3482 0
Current children cumulated CPU time (s) 4360.64
Current children cumulated vsize (KiB) 14428

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681400/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14428 CPUtime=4420.63
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6156 0 0 0 442020 43 0 0 25 0 1 0 166203977 14774272 3227 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3607 3227 73 123 0 3482 0
Current children cumulated CPU time (s) 4420.63
Current children cumulated vsize (KiB) 14428

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681336/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14428 CPUtime=4480.6
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6159 0 0 0 448017 43 0 0 25 0 1 0 166203977 14774272 3230 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3607 3230 73 123 0 3482 0
Current children cumulated CPU time (s) 4480.6
Current children cumulated vsize (KiB) 14428

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681336/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14428 CPUtime=4540.58
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6162 0 0 0 454014 44 0 0 25 0 1 0 166203977 14774272 3233 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538131 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3607 3233 73 123 0 3482 0
Current children cumulated CPU time (s) 4540.58
Current children cumulated vsize (KiB) 14428

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681336/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14428 CPUtime=4600.56
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6165 0 0 0 460012 44 0 0 25 0 1 0 166203977 14774272 3236 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3607 3236 73 123 0 3482 0
Current children cumulated CPU time (s) 4600.56
Current children cumulated vsize (KiB) 14428

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681336/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14428 CPUtime=4660.54
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6169 0 0 0 466009 45 0 0 25 0 1 0 166203977 14774272 3240 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542363 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3607 3240 73 123 0 3482 0
Current children cumulated CPU time (s) 4660.54
Current children cumulated vsize (KiB) 14428

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681336/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14428 CPUtime=4720.52
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6172 0 0 0 472006 46 0 0 25 0 1 0 166203977 14774272 3243 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3607 3243 73 123 0 3482 0
Current children cumulated CPU time (s) 4720.52
Current children cumulated vsize (KiB) 14428

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681336/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14428 CPUtime=4780.49
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6174 0 0 0 478003 46 0 0 25 0 1 0 166203977 14774272 3245 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3607 3245 73 123 0 3482 0
Current children cumulated CPU time (s) 4780.49
Current children cumulated vsize (KiB) 14428

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681272/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14428 CPUtime=4840.48
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6177 0 0 0 484001 47 0 0 25 0 1 0 166203977 14774272 3248 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3607 3248 73 123 0 3482 0
Current children cumulated CPU time (s) 4840.48
Current children cumulated vsize (KiB) 14428

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681272/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14556 CPUtime=4900.45
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6180 0 0 0 489998 47 0 0 25 0 1 0 166203977 14905344 3251 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3639 3251 73 123 0 3514 0
Current children cumulated CPU time (s) 4900.45
Current children cumulated vsize (KiB) 14556

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681272/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14556 CPUtime=4960.43
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6183 0 0 0 495995 48 0 0 25 0 1 0 166203977 14905344 3254 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3639 3254 73 123 0 3514 0
Current children cumulated CPU time (s) 4960.43
Current children cumulated vsize (KiB) 14556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681272/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14556 CPUtime=5000.02
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6185 0 0 0 499954 48 0 0 25 0 1 0 166203977 14905344 3256 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538602 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3639 3256 73 123 0 3514 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 14556

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.00 1.00 1.00 2/78 22497
/proc/meminfo: memFree=1681272/2055920 swapFree=4180512/4192956
[pid=22296] ppid=22294 vsize=14556 CPUtime=5000.02
/proc/22296/stat : 22296 (march_ks) R 22294 22296 22242 0 -1 4194304 6185 0 0 0 499954 48 0 0 25 0 1 0 166203977 14905344 3256 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538602 0 0 4096 0 0 0 0 17 1 0 0
/proc/22296/statm: 3639 3256 73 123 0 3514 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 14556

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.91
CPU time (s): 5000.03
CPU user time (s): 4999.54
CPU system time (s): 0.490925
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 14556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.54
system time used= 0.490925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6185
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= 6
involuntary context switches= 9977

runsolver used 6.19606 second user time and 11.7962 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Sat Apr 21 19:14:45 UTC 2007

IDJOB= 371062
IDBENCH= 20180
IDSOLVER= 180
FILE ID= node33/371062-1177182885

PBS_JOBID= 4649061

Free space on /tmp= 66475 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v7000/unif-k3-r4.2-v7000-c29400-S880121748-08.cnf
COMMAND LINE= /tmp/evaluation/371062-1177182885/march_ks /tmp/evaluation/371062-1177182885/instance-371062-1177182885.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-371062-1177182885 -o ROOT/results/node33/solver-371062-1177182885 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/371062-1177182885/march_ks /tmp/evaluation/371062-1177182885/instance-371062-1177182885.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  23cebbf389b50923607c40b76db46967

RANDOM SEED= 339311934

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.272
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.272
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:       1694728 kB
Buffers:         42212 kB
Cached:         220780 kB
SwapCached:       2276 kB
Active:         219296 kB
Inactive:        87800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694728 kB
SwapTotal:     4192956 kB
SwapFree:      4180512 kB
Dirty:            2940 kB
Writeback:           0 kB
Mapped:          58988 kB
Slab:            39480 kB
Committed_AS:  1752800 kB
PageTables:       1992 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= 66475 MiB

End job on node33 on Sat Apr 21 20:38:09 UTC 2007