Trace number 334247

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) 1200.03 1200.51

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
MD5SUMbccff1bed1e8ac721090562d562b05f0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8319
Number of clauses80958
Sum of the clauses size363322
Maximum clause length5
Minimum clause length1
Number of clauses of size 1194
Number of clauses of size 28188
Number of clauses of size 38064
Number of clauses of size 40
Number of clauses of size 564512
Number of clauses of size over 50

Solver Data (download as text)

7.38/7.44	c main():: ***                                   [ march satisfiability solver ]                                   ***
7.38/7.44	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
7.38/7.44	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
7.38/7.44	c main()::
7.38/7.44	c initFormula():: searching for DIMACS p-line....
7.38/7.44	c initFormula():: the DIMACS p-line indicates a CNF of 8319 variables and 80958 clauses.
7.38/7.44	c parseCNF():: parsing....
7.38/7.44	c parseCNF():: the CNF contains 194 unary clauses.
7.38/7.44	c runParser():: parsing was successful, warming up engines...
7.38/7.44	c find_and_remove_tautogolies():: found and removed 34 tautologies
7.38/7.44	c find_and_remove_tautogolies():: found and removed 36 tautologies
7.38/7.44	c find_and_remove_tautogolies():: found and removed 26 tautologies
7.38/7.44	c find_and_remove_tautogolies():: found and removed 2 tautologies
7.38/7.44	c simplify_formula():: removed 347 tautological, 1788 satisfied and 3972 duplicate clauses
7.38/7.44	c preprocessing fase I completed:: there are now 7965 free variables and 74851 clauses.
7.38/7.44	c stat :: sign balance is biased by 0.030
7.38/7.44	c shorten_equivalence(): average equivalence length reduced from nan to nan
7.38/7.44	c using k-SAT heuristics (size based diff)
7.38/7.44	c longest clause has size 5
7.38/7.44	c find_and_remove_tautogolies():: found and removed 2 tautologies
7.38/7.44	c simplify_formula():: removed 120 tautological, 4 satisfied and 62269 duplicate clauses
7.38/7.44	c resolvent_look() :: found 187011 resolvents
7.38/7.44	c main():: clause / variable ratio: ( 261862 / 8319 ) = 31.48
7.38/7.44	c longest clause has size 5
7.38/7.44	c simplify_formula():: removed 0 tautological, 0 satisfied and 6 duplicate clauses
7.38/7.44	c dynamic_preselect_setsize :: off
7.38/7.44	c suggested doublelook initial :: 0
7.38/7.44	c main():: all systems go!
7.38/7.44	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 179 JD: 45
39.48/39.51	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.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node13/watcher-334247-1173560150 -o ROOT/results/node13/solver-334247-1173560150 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334247-1173560150/march_ks /tmp/evaluation/334247-1173560150/instance-334247-1173560150.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.97 3/77 31027
/proc/meminfo: memFree=1535800/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=1912 CPUtime=0
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 314 0 0 0 0 0 0 0 18 0 1 0 375969463 1957888 299 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 478 299 47 123 0 353 0

[startup+0.0698869 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 31027
/proc/meminfo: memFree=1535800/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=2704 CPUtime=0.06
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 546 0 0 0 6 0 0 0 18 0 1 0 375969463 2768896 531 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 676 531 47 123 0 551 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2704

[startup+0.101888 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 31027
/proc/meminfo: memFree=1535800/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=3100 CPUtime=0.09
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 660 0 0 0 9 0 0 0 18 0 1 0 375969463 3174400 645 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 775 645 47 123 0 650 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3100

[startup+0.301907 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 31027
/proc/meminfo: memFree=1535800/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=10832 CPUtime=0.29
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 2559 0 0 0 28 1 0 0 19 0 1 0 375969463 11091968 1981 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554755 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 2708 1981 52 123 0 2583 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10832

[startup+0.70196 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 31027
/proc/meminfo: memFree=1535800/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=10504 CPUtime=0.69
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 6046 0 0 0 67 2 0 0 22 0 1 0 375969463 10756096 1918 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554779 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 2626 1918 52 123 0 2501 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10504

[startup+1.50107 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31028
/proc/meminfo: memFree=1530800/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=13756 CPUtime=1.48
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 14550 0 0 0 142 6 0 0 25 0 1 0 375969463 14086144 2656 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134567048 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 3439 2656 67 123 0 3314 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13756

[startup+3.10128 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31028
/proc/meminfo: memFree=1524272/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=16816 CPUtime=3.09
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 15261 0 0 0 302 7 0 0 25 0 1 0 375969463 17219584 3367 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134567048 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 4204 3367 67 123 0 4079 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16816

[startup+6.30171 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31028
/proc/meminfo: memFree=1521016/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=19212 CPUtime=6.29
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 24366 0 0 0 618 11 0 0 25 0 1 0 375969463 19673088 3822 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134561687 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 4803 3822 67 123 0 4678 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19212

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31028
/proc/meminfo: memFree=1504440/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=40544 CPUtime=12.69
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 38081 0 0 0 1252 17 0 0 25 0 1 0 375969463 41517056 7835 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 10136 7835 72 123 0 10011 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40544

[startup+25.5023 s]
/proc/loadavg: 0.99 0.97 0.97 3/78 31028
/proc/meminfo: memFree=1503800/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=41064 CPUtime=25.48
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 38229 0 0 0 2531 17 0 0 25 0 1 0 375969463 42049536 7983 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538602 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 10266 7983 72 123 0 10141 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41064

[startup+51.1027 s]
/proc/loadavg: 0.99 0.97 0.97 3/78 31028
/proc/meminfo: memFree=1502904/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=42008 CPUtime=51.08
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 38442 0 0 0 5090 18 0 0 25 0 1 0 375969463 43016192 8196 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134587487 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 10502 8196 72 123 0 10377 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42008

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31028
/proc/meminfo: memFree=1501368/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=43432 CPUtime=102.26
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 38820 0 0 0 10208 18 0 0 25 0 1 0 375969463 44474368 8574 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 10858 8574 72 123 0 10733 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 43432

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31028
/proc/meminfo: memFree=1500984/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=43948 CPUtime=162.24
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 38920 0 0 0 16205 19 0 0 25 0 1 0 375969463 45002752 8674 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134527052 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 10987 8674 72 123 0 10862 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 43948

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31028
/proc/meminfo: memFree=1500536/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=44336 CPUtime=222.22
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39024 0 0 0 22203 19 0 0 25 0 1 0 375969463 45400064 8778 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134580044 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11084 8778 72 123 0 10959 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 44336

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31028
/proc/meminfo: memFree=1500280/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=44468 CPUtime=282.2
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39078 0 0 0 28200 20 0 0 25 0 1 0 375969463 45535232 8832 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11117 8832 72 123 0 10992 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 44468

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/84 31140
/proc/meminfo: memFree=1498760/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=44724 CPUtime=342.12
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39144 0 0 0 34191 21 0 0 25 0 1 0 375969463 45797376 8898 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538413 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11181 8898 72 123 0 11056 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 44724

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1499688/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=44980 CPUtime=402.05
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39183 0 0 0 40184 21 0 0 25 0 1 0 375969463 46059520 8937 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134541779 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11245 8937 72 123 0 11120 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 44980

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1499696/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=44980 CPUtime=462.04
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39208 0 0 0 46182 22 0 0 25 0 1 0 375969463 46059520 8962 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134541814 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11245 8962 72 123 0 11120 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 44980

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1499568/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=45108 CPUtime=522.02
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39232 0 0 0 52180 22 0 0 25 0 1 0 375969463 46190592 8986 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11277 8986 72 123 0 11152 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 45108

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1499312/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=45364 CPUtime=582
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39284 0 0 0 58177 23 0 0 25 0 1 0 375969463 46452736 9038 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11341 9038 72 123 0 11216 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 45364

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1499248/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=45492 CPUtime=641.98
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39318 0 0 0 64175 23 0 0 25 0 1 0 375969463 46583808 9072 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134541779 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11373 9072 72 123 0 11248 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 45492

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1498864/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=46264 CPUtime=701.97
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39401 0 0 0 70173 24 0 0 25 0 1 0 375969463 47374336 9155 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11566 9155 72 123 0 11441 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 46264

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1498680/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=46528 CPUtime=761.95
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39448 0 0 0 76171 24 0 0 25 0 1 0 375969463 47644672 9202 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11632 9202 72 123 0 11507 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 46528

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1498680/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=46528 CPUtime=821.93
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39464 0 0 0 82168 25 0 0 25 0 1 0 375969463 47644672 9218 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134587572 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11632 9218 72 123 0 11507 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 46528

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1498616/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=46528 CPUtime=881.91
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39472 0 0 0 88166 25 0 0 25 0 1 0 375969463 47644672 9226 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11632 9226 72 123 0 11507 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 46528

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1498680/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=46656 CPUtime=941.89
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39494 0 0 0 94163 26 0 0 25 0 1 0 375969463 47775744 9248 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11664 9248 72 123 0 11539 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 46656

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1498680/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=46656 CPUtime=1001.87
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39506 0 0 0 100161 26 0 0 25 0 1 0 375969463 47775744 9260 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538176 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11664 9260 72 123 0 11539 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 46656

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1498616/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=46784 CPUtime=1061.86
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39518 0 0 0 106159 27 0 0 25 0 1 0 375969463 47906816 9272 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134597206 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11696 9272 72 123 0 11571 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 46784

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1498552/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=46784 CPUtime=1121.83
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39527 0 0 0 112156 27 0 0 25 0 1 0 375969463 47906816 9281 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11696 9281 72 123 0 11571 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 46784

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1498552/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=46784 CPUtime=1181.82
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39538 0 0 0 118154 28 0 0 25 0 1 0 375969463 47906816 9292 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11696 9292 72 123 0 11571 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 46784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1498552/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=46784 CPUtime=1200.02
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39540 0 0 0 119974 28 0 0 25 0 1 0 375969463 47906816 9294 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134541820 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11696 9294 72 123 0 11571 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 46784

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31226
/proc/meminfo: memFree=1498552/2055920 swapFree=4158920/4192956
[pid=31027] ppid=31025 vsize=46784 CPUtime=1200.02
/proc/31027/stat : 31027 (march_ks) R 31025 31027 30853 0 -1 4194304 39540 0 0 0 119974 28 0 0 25 0 1 0 375969463 47906816 9294 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134541820 0 0 4096 0 0 0 0 17 1 0 0
/proc/31027/statm: 11696 9294 72 123 0 11571 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 46784

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.03
CPU user time (s): 1199.74
CPU system time (s): 0.287956
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 48384

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

runsolver used 1.38479 second user time and 2.98355 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Mar 10 20:55:50 UTC 2007

IDJOB= 334247
IDBENCH= 24623
IDSOLVER= 111
FILE ID= node13/334247-1173560150

PBS_JOBID= 4101185

Free space on /tmp= 66370 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334247-1173560150/march_ks /tmp/evaluation/334247-1173560150/instance-334247-1173560150.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-334247-1173560150 -o ROOT/results/node13/solver-334247-1173560150 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334247-1173560150/march_ks /tmp/evaluation/334247-1173560150/instance-334247-1173560150.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  bccff1bed1e8ac721090562d562b05f0

RANDOM SEED= 206431530

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1536272 kB
Buffers:         49984 kB
Cached:         381224 kB
SwapCached:       2156 kB
Active:         195512 kB
Inactive:       258504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536272 kB
SwapTotal:     4192956 kB
SwapFree:      4158920 kB
Dirty:            4408 kB
Writeback:           0 kB
Mapped:          30852 kB
Slab:            51272 kB
Committed_AS:  1625448 kB
PageTables:       1744 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= 66370 MiB

End job on node13 on Sat Mar 10 21:15:53 UTC 2007