Trace number 371034

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.61

General information on the benchmark

Namerandom/LargeSize/3SAT/v16000/
unif-k3-r4.2-v16000-c67200-S1415445307-13.cnf
MD5SUM532ec8d121b791b638eeecfaf862b136
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3949.61
Satisfiable
(Un)Satisfiability was proved
Number of variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

1.10/1.14	c main():: ***                                   [ march satisfiability solver ]                                   ***
1.10/1.14	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
1.10/1.14	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
1.10/1.14	c main()::
1.10/1.14	c initFormula():: searching for DIMACS p-line....
1.10/1.14	c initFormula():: the DIMACS p-line indicates a CNF of 16000 variables and 67200 clauses.
1.10/1.14	c parseCNF():: parsing....
1.10/1.14	c parseCNF():: the CNF contains 0 unary clauses.
1.10/1.14	c runParser():: parsing was successful, warming up engines...
1.10/1.14	c simplify_formula():: removed 0 tautological, 394 satisfied and 0 duplicate clauses
1.10/1.14	c preprocessing fase I completed:: there are now 15933 free variables and 66806 clauses.
1.10/1.14	c stat :: sign balance is biased by 0.476
1.10/1.14	c shorten_equivalence(): average equivalence length reduced from nan to nan
1.10/1.14	c using 3-SAT heuristics (occurence based diff)
1.10/1.14	c longest clause has size 3
1.10/1.14	c simplify_formula():: removed 0 tautological, 0 satisfied and 160 duplicate clauses
1.10/1.15	c resolvent_look() :: found 80 resolvents
1.10/1.15	c lessRedundantTransformation():: nothing to be done.
1.10/1.15	c transformTo3SAT():: you gave me 16000 variables and 66886 clauses.
1.10/1.15	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
1.10/1.15	c transformTo3SAT():: I will add 0 variables and 0 clauses!
1.10/1.15	c transformTo3SAT():: the transformation yielded 16000 variabels and 66886 clauses.
1.10/1.15	c main():: clause / variable ratio: ( 66886 / 16000 ) = 4.18
1.10/1.15	c longest clause has size 3
1.10/1.15	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.10/1.15	c dynamic_preselect_setsize :: off
1.10/1.15	c suggested doublelook initial :: 0
1.10/1.15	c main():: all systems go!
1.10/1.15	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 2990 JD: 1091
464.75/465.06	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
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/node18/watcher-371034-1177174836 -o ROOT/results/node18/solver-371034-1177174836 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/371034-1177174836/march_ks /tmp/evaluation/371034-1177174836/instance-371034-1177174836.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: 1.00 1.00 1.00 2/77 22807
/proc/meminfo: memFree=1772000/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=2372 CPUtime=0
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 438 0 0 0 0 0 0 0 18 0 1 0 165400995 2428928 423 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134790614 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 593 423 47 123 0 468 0

[startup+0.0636889 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22807
/proc/meminfo: memFree=1772000/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=3032 CPUtime=0.05
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 646 0 0 0 5 0 0 0 18 0 1 0 165400995 3104768 631 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 758 631 47 123 0 633 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3032

[startup+0.102693 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22807
/proc/meminfo: memFree=1772000/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=6808 CPUtime=0.09
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 1086 0 0 0 9 0 0 0 18 0 1 0 165400995 6971392 1070 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134558385 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 1702 1070 48 123 0 1577 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6808

[startup+0.302713 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22807
/proc/meminfo: memFree=1772000/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=7344 CPUtime=0.29
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 3218 0 0 0 28 1 0 0 19 0 1 0 165400995 7520256 1240 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134560271 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 1836 1240 52 123 0 1711 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7344

[startup+0.701752 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22807
/proc/meminfo: memFree=1772000/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=14720 CPUtime=0.69
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 8758 0 0 0 65 4 0 0 23 0 1 0 165400995 15073280 2601 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134553430 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 3680 2601 67 123 0 3555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14720

[startup+1.50183 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22808
/proc/meminfo: memFree=1756760/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=20264 CPUtime=1.49
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 13949 0 0 0 143 6 0 0 25 0 1 0 165400995 20750336 4239 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134548815 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 5066 4239 73 123 0 4941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20264

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22808
/proc/meminfo: memFree=1755160/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=20400 CPUtime=3.09
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 13957 0 0 0 303 6 0 0 25 0 1 0 165400995 20889600 4247 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134563522 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 5100 4247 73 123 0 4975 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20400

[startup+6.30129 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22808
/proc/meminfo: memFree=1754776/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=20560 CPUtime=6.29
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 14019 0 0 0 623 6 0 0 25 0 1 0 165400995 21053440 4309 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 5140 4309 73 123 0 5015 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20560

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22808
/proc/meminfo: memFree=1754264/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=21352 CPUtime=12.69
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 14171 0 0 0 1262 7 0 0 25 0 1 0 165400995 21864448 4461 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134598342 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 5338 4461 73 123 0 5213 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21352

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 22834
/proc/meminfo: memFree=1751464/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=23072 CPUtime=25.48
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 14578 0 0 0 2541 7 0 0 25 0 1 0 165400995 23625728 4868 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 5768 4868 73 123 0 5643 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23072

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 22946
/proc/meminfo: memFree=1750800/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=23592 CPUtime=51.01
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 14714 0 0 0 5094 7 0 0 25 0 1 0 165400995 24158208 5004 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542363 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 5898 5004 73 123 0 5773 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 23592

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23006
/proc/meminfo: memFree=1751448/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=24100 CPUtime=102.16
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 14832 0 0 0 10209 7 0 0 25 0 1 0 165400995 24678400 5122 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 6025 5122 73 123 0 5900 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 24100

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23006
/proc/meminfo: memFree=1751256/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=24524 CPUtime=162.14
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 14916 0 0 0 16206 8 0 0 25 0 1 0 165400995 25112576 5206 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526505 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 6131 5206 73 123 0 6006 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 24524

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23006
/proc/meminfo: memFree=1751000/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=24652 CPUtime=222.12
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 14969 0 0 0 22204 8 0 0 25 0 1 0 165400995 25243648 5259 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 6163 5259 73 123 0 6038 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 24652

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23006
/proc/meminfo: memFree=1750744/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=24776 CPUtime=282.11
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 15018 0 0 0 28202 9 0 0 25 0 1 0 165400995 25370624 5308 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 6194 5308 73 123 0 6069 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 24776

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23006
/proc/meminfo: memFree=1750552/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=25032 CPUtime=342.09
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 15061 0 0 0 34200 9 0 0 25 0 1 0 165400995 25632768 5351 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526510 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 6258 5351 73 123 0 6133 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 25032

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23006
/proc/meminfo: memFree=1750360/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=25200 CPUtime=402.08
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 15102 0 0 0 40198 10 0 0 25 0 1 0 165400995 25804800 5392 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542363 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 6300 5392 73 123 0 6175 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 25200

[startup+462.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 23006
/proc/meminfo: memFree=1750232/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=25328 CPUtime=462.06
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 15138 0 0 0 46196 10 0 0 25 0 1 0 165400995 25935872 5428 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 6332 5428 73 123 0 6207 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 25328

[startup+522.302 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 23006
/proc/meminfo: memFree=1749400/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=26236 CPUtime=522.04
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 15343 0 0 0 52193 11 0 0 25 0 1 0 165400995 26865664 5623 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134525583 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 6559 5623 73 123 0 6434 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 26236

[startup+582.303 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 23006
/proc/meminfo: memFree=1749208/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=26492 CPUtime=582.03
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 15432 0 0 0 58191 12 0 0 25 0 1 0 165400995 27127808 5712 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 6623 5712 73 123 0 6498 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 26492

[startup+642.303 s]
/proc/loadavg: 1.11 1.05 1.01 2/78 23006
/proc/meminfo: memFree=1749016/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=26744 CPUtime=642.01
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 15483 0 0 0 64189 12 0 0 25 0 1 0 165400995 27385856 5763 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 6686 5763 73 123 0 6561 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 26744


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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745304/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30316 CPUtime=4000.98
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16374 0 0 0 400059 39 0 0 25 0 1 0 165400995 31043584 6654 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7579 6654 73 123 0 7454 0
Current children cumulated CPU time (s) 4000.98
Current children cumulated vsize (KiB) 30316

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745176/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30316 CPUtime=4060.97
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16383 0 0 0 406057 40 0 0 25 0 1 0 165400995 31043584 6663 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7579 6663 73 123 0 7454 0
Current children cumulated CPU time (s) 4060.97
Current children cumulated vsize (KiB) 30316

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745176/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30440 CPUtime=4120.95
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16390 0 0 0 412055 40 0 0 25 0 1 0 165400995 31170560 6670 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7610 6670 73 123 0 7485 0
Current children cumulated CPU time (s) 4120.95
Current children cumulated vsize (KiB) 30440

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745304/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30440 CPUtime=4180.94
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16395 0 0 0 418053 41 0 0 25 0 1 0 165400995 31170560 6675 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542391 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7610 6675 73 123 0 7485 0
Current children cumulated CPU time (s) 4180.94
Current children cumulated vsize (KiB) 30440

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745304/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30440 CPUtime=4240.92
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16402 0 0 0 424051 41 0 0 25 0 1 0 165400995 31170560 6682 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7610 6682 73 123 0 7485 0
Current children cumulated CPU time (s) 4240.92
Current children cumulated vsize (KiB) 30440

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745240/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30440 CPUtime=4300.9
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16409 0 0 0 430048 42 0 0 25 0 1 0 165400995 31170560 6689 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7610 6689 73 123 0 7485 0
Current children cumulated CPU time (s) 4300.9
Current children cumulated vsize (KiB) 30440

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745240/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30440 CPUtime=4360.88
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16417 0 0 0 436046 42 0 0 25 0 1 0 165400995 31170560 6697 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7610 6697 73 123 0 7485 0
Current children cumulated CPU time (s) 4360.88
Current children cumulated vsize (KiB) 30440

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745176/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30564 CPUtime=4420.87
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16425 0 0 0 442044 43 0 0 25 0 1 0 165400995 31297536 6705 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7641 6705 73 123 0 7516 0
Current children cumulated CPU time (s) 4420.87
Current children cumulated vsize (KiB) 30564

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745176/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30564 CPUtime=4480.85
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16430 0 0 0 448042 43 0 0 25 0 1 0 165400995 31297536 6710 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7641 6710 73 123 0 7516 0
Current children cumulated CPU time (s) 4480.85
Current children cumulated vsize (KiB) 30564

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745176/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30564 CPUtime=4540.84
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16435 0 0 0 454040 44 0 0 25 0 1 0 165400995 31297536 6715 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7641 6715 73 123 0 7516 0
Current children cumulated CPU time (s) 4540.84
Current children cumulated vsize (KiB) 30564

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745176/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30564 CPUtime=4600.82
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16442 0 0 0 460038 44 0 0 25 0 1 0 165400995 31297536 6722 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526473 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7641 6722 73 123 0 7516 0
Current children cumulated CPU time (s) 4600.82
Current children cumulated vsize (KiB) 30564

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745112/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30564 CPUtime=4660.81
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16447 0 0 0 466036 45 0 0 25 0 1 0 165400995 31297536 6727 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7641 6727 73 123 0 7516 0
Current children cumulated CPU time (s) 4660.81
Current children cumulated vsize (KiB) 30564

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745048/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30688 CPUtime=4720.79
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16451 0 0 0 472034 45 0 0 25 0 1 0 165400995 31424512 6731 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7672 6731 73 123 0 7547 0
Current children cumulated CPU time (s) 4720.79
Current children cumulated vsize (KiB) 30688

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745048/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30688 CPUtime=4780.78
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16458 0 0 0 478032 46 0 0 25 0 1 0 165400995 31424512 6738 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7672 6738 73 123 0 7547 0
Current children cumulated CPU time (s) 4780.78
Current children cumulated vsize (KiB) 30688

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1745048/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30688 CPUtime=4840.75
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16463 0 0 0 484029 46 0 0 25 0 1 0 165400995 31424512 6743 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7672 6743 73 123 0 7547 0
Current children cumulated CPU time (s) 4840.75
Current children cumulated vsize (KiB) 30688

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1744984/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30688 CPUtime=4900.74
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16470 0 0 0 490027 47 0 0 25 0 1 0 165400995 31424512 6750 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7672 6750 73 123 0 7547 0
Current children cumulated CPU time (s) 4900.74
Current children cumulated vsize (KiB) 30688

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1744984/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30688 CPUtime=4960.72
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16476 0 0 0 496025 47 0 0 25 0 1 0 165400995 31424512 6756 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7672 6756 73 123 0 7547 0
Current children cumulated CPU time (s) 4960.72
Current children cumulated vsize (KiB) 30688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 23206
/proc/meminfo: memFree=1744984/2055920 swapFree=4147132/4192956
[pid=22807] ppid=22805 vsize=30688 CPUtime=5000.01
/proc/22807/stat : 22807 (march_ks) R 22805 22807 22481 0 -1 4194304 16479 0 0 0 499954 47 0 0 25 0 1 0 165400995 31424512 6759 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/22807/statm: 7672 6759 73 123 0 7547 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 30688

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.61
CPU time (s): 5000.03
CPU user time (s): 4999.55
CPU system time (s): 0.483926
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 30688

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

runsolver used 5.85311 second user time and 11.6632 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Apr 21 17:00:36 UTC 2007

IDJOB= 371034
IDBENCH= 20152
IDSOLVER= 180
FILE ID= node18/371034-1177174836

PBS_JOBID= 4649004

Free space on /tmp= 66483 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v16000/unif-k3-r4.2-v16000-c67200-S1415445307-13.cnf
COMMAND LINE= /tmp/evaluation/371034-1177174836/march_ks /tmp/evaluation/371034-1177174836/instance-371034-1177174836.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-371034-1177174836 -o ROOT/results/node18/solver-371034-1177174836 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/371034-1177174836/march_ks /tmp/evaluation/371034-1177174836/instance-371034-1177174836.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  532ec8d121b791b638eeecfaf862b136

RANDOM SEED= 932503434

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.234
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.234
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:       1772472 kB
Buffers:         50188 kB
Cached:         133132 kB
SwapCached:      14288 kB
Active:         135608 kB
Inactive:        90140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772472 kB
SwapTotal:     4192956 kB
SwapFree:      4147132 kB
Dirty:            3616 kB
Writeback:           0 kB
Mapped:          31864 kB
Slab:            43280 kB
Committed_AS:  5357364 kB
PageTables:       1784 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= 66483 MiB

End job on node18 on Sat Apr 21 18:24:00 UTC 2007