Trace number 329957

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.07 1200.54

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k100.cnf
MD5SUM751bd85ad6f8d39d07f721982719fb9b
Bench CategoryINDUST (industrial 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 variables149555
Number of clauses670148
Sum of the clauses size1724814
Maximum clause length20
Minimum clause length1
Number of clauses of size 1903
Number of clauses of size 2522026
Number of clauses of size 373562
Number of clauses of size 430075
Number of clauses of size 513044
Number of clauses of size over 530538

Solver Data (download as text)

18.38/18.48	c main():: ***                                   [ march satisfiability solver ]                                   ***
18.38/18.48	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
18.38/18.48	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
18.38/18.48	c main()::
18.38/18.48	c initFormula():: searching for DIMACS p-line....
18.38/18.48	c initFormula():: the DIMACS p-line indicates a CNF of 149555 variables and 670148 clauses.
18.38/18.48	c parseCNF():: parsing....
18.38/18.48	c parseCNF():: the CNF contains 903 unary clauses.
18.38/18.48	c runParser():: parsing was successful, warming up engines...
18.38/18.48	c find_and_remove_tautogolies():: found and removed 12695 tautologies
18.38/18.48	c find_and_remove_tautogolies():: found and removed 324 tautologies
18.38/18.48	c find_and_remove_tautogolies():: found and removed 5 tautologies
18.38/18.48	c find_and_remove_tautogolies():: found and removed 16 tautologies
18.38/18.48	c simplify_formula():: removed 1262 tautological, 171748 satisfied and 942 duplicate clauses
18.38/18.48	c preprocessing fase I completed:: there are now 112105 free variables and 496196 clauses.
18.38/18.48	c stat :: sign balance is biased by 0.614
18.38/18.48	c find_equivalence():: found 3742 3-equivalences
18.38/18.48	c find_and_remove_tautogolies():: found and removed 22 tautologies
18.38/18.48	c find_and_remove_tautogolies():: found and removed 923 tautologies
18.38/18.48	c find_and_remove_tautogolies():: found and removed 183 tautologies
18.38/18.48	c find_and_remove_tautogolies():: found and removed 1 tautologies
18.38/18.48	c shorten_equivalence(): average equivalence length reduced from 3.077844 to 3.038494
18.38/18.48	c using k-SAT heuristics (size based diff)
18.38/18.48	c longest clause has size 16
18.38/18.48	c simplify_formula():: removed 0 tautological, 14968 satisfied and 42336 duplicate clauses
18.38/18.48	c resolvent_look() :: found 370797 resolvents
18.38/18.48	c main():: clause / variable ratio: ( 866993 / 149555 ) = 5.80
18.38/18.48	c longest clause has size 16
18.38/18.48	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
18.38/18.48	c dynamic_preselect_setsize :: off
18.38/18.48	c suggested doublelook initial :: 0
18.38/18.48	c main():: all systems go!
18.38/18.48	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/node58/watcher-329957-1173153443 -o ROOT/results/node58/solver-329957-1173153443 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329957-1173153443/march_ks /tmp/evaluation/329957-1173153443/instance-329957-1173153443.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.91 0.97 0.95 2/64 22701
/proc/meminfo: memFree=924720/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=652 CPUtime=0
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 335301131 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 163 47 40 123 0 38 0

[startup+0.102644 s]
/proc/loadavg: 0.91 0.97 0.95 2/64 22701
/proc/meminfo: memFree=924720/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=652 CPUtime=0.09
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 62 0 0 0 9 0 0 0 18 0 1 0 335301131 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 163 47 40 123 0 38 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 652

[startup+0.201656 s]
/proc/loadavg: 0.91 0.97 0.95 2/64 22701
/proc/meminfo: memFree=924720/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=17716 CPUtime=0.19
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 3560 0 0 0 17 2 0 0 19 0 1 0 335301131 18141184 3545 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 4429 3545 47 123 0 4304 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17716

[startup+0.301666 s]
/proc/loadavg: 0.91 0.97 0.95 2/64 22701
/proc/meminfo: memFree=924720/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=19168 CPUtime=0.29
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 3988 0 0 0 27 2 0 0 19 0 1 0 335301131 19628032 3973 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 4792 3973 47 123 0 4667 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19168

[startup+0.70171 s]
/proc/loadavg: 0.91 0.97 0.95 2/64 22701
/proc/meminfo: memFree=924720/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=24580 CPUtime=0.69
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 5659 0 0 0 66 3 0 0 23 0 1 0 335301131 25169920 5644 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 6145 5645 47 123 0 6020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24580

[startup+1.5018 s]
/proc/loadavg: 0.91 0.97 0.95 2/65 22702
/proc/meminfo: memFree=884392/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=68064 CPUtime=1.49
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 13094 0 0 0 142 7 0 0 25 0 1 0 335301131 69697536 11710 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134628767 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 17016 11710 50 123 0 16891 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68064

[startup+3.10197 s]
/proc/loadavg: 0.91 0.97 0.95 2/65 22702
/proc/meminfo: memFree=854568/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=89468 CPUtime=3.09
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 19362 0 0 0 298 11 0 0 25 0 1 0 335301131 91615232 17170 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134657864 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 22367 17170 52 123 0 22242 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89468

[startup+6.30232 s]
/proc/loadavg: 0.92 0.97 0.95 2/65 22702
/proc/meminfo: memFree=855784/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=89464 CPUtime=6.29
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 21708 0 0 0 617 12 0 0 25 0 1 0 335301131 91611136 17170 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134657969 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 22366 17170 52 123 0 22241 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89464

[startup+12.701 s]
/proc/loadavg: 0.93 0.97 0.95 2/65 22702
/proc/meminfo: memFree=822696/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=130960 CPUtime=12.69
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 34805 0 0 0 1252 17 0 0 25 0 1 0 335301131 134103040 25723 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 32740 25723 67 123 0 32615 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 130960

[startup+25.5014 s]
/proc/loadavg: 0.94 0.97 0.95 2/65 22702
/proc/meminfo: memFree=727080/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=25.49
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94088 0 0 0 2507 42 0 0 25 0 1 0 335301131 252645376 49398 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49398 72 123 0 61556 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 246724

[startup+51.1012 s]
/proc/loadavg: 0.96 0.97 0.95 2/65 22702
/proc/meminfo: memFree=727080/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=51.06
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94088 0 0 0 5064 42 0 0 25 0 1 0 335301131 252645376 49398 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49398 72 123 0 61556 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 246724

[startup+102.302 s]
/proc/loadavg: 0.98 0.97 0.95 2/65 22702
/proc/meminfo: memFree=727144/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=102.25
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94088 0 0 0 10183 42 0 0 25 0 1 0 335301131 252645376 49398 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526591 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49398 72 123 0 61556 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 246724

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22702
/proc/meminfo: memFree=727144/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=162.22
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94089 0 0 0 16180 42 0 0 25 0 1 0 335301131 252645376 49399 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49399 72 123 0 61556 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 246724

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 22766
/proc/meminfo: memFree=725872/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=222.19
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94089 0 0 0 22176 43 0 0 25 0 1 0 335301131 252645376 49399 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49399 72 123 0 61556 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 246724

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 22868
/proc/meminfo: memFree=725872/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=282.11
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94089 0 0 0 28167 44 0 0 25 0 1 0 335301131 252645376 49399 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49399 72 123 0 61556 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 246724

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=726824/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=342.07
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94089 0 0 0 34163 44 0 0 25 0 1 0 335301131 252645376 49399 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526968 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49399 72 123 0 61556 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 246724

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=726888/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=402.05
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94106 0 0 0 40161 44 0 0 25 0 1 0 335301131 252645376 49416 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49416 72 123 0 61556 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 246724

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=726952/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=462.03
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94106 0 0 0 46159 44 0 0 25 0 1 0 335301131 252645376 49416 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134527000 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49416 72 123 0 61556 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 246724

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=726952/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=522.02
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94106 0 0 0 52158 44 0 0 25 0 1 0 335301131 252645376 49416 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526953 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49416 72 123 0 61556 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 246724

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=726952/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=582
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94106 0 0 0 58156 44 0 0 25 0 1 0 335301131 252645376 49416 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543186 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49416 72 123 0 61556 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 246724

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=726952/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=641.98
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94106 0 0 0 64154 44 0 0 25 0 1 0 335301131 252645376 49416 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543145 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49416 72 123 0 61556 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 246724

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=727080/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=701.96
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94106 0 0 0 70152 44 0 0 25 0 1 0 335301131 252645376 49416 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49416 72 123 0 61556 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 246724

[startup+762.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=727016/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=761.95
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94106 0 0 0 76151 44 0 0 25 0 1 0 335301131 252645376 49416 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543151 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49416 72 123 0 61556 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 246724

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=727016/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=821.93
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94106 0 0 0 82149 44 0 0 25 0 1 0 335301131 252645376 49416 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526589 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49416 72 123 0 61556 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 246724

[startup+882.305 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=726824/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246724 CPUtime=881.91
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94171 0 0 0 88147 44 0 0 25 0 1 0 335301131 252645376 49481 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543174 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61681 49481 72 123 0 61556 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 246724

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=726568/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=246968 CPUtime=941.89
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94231 0 0 0 94145 44 0 0 25 0 1 0 335301131 252895232 49541 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539075 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 61742 49541 72 123 0 61617 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 246968

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=725160/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=248656 CPUtime=1001.88
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 94581 0 0 0 100143 45 0 0 25 0 1 0 335301131 254623744 49891 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 62164 49891 72 123 0 62039 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 248656

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=724456/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=253500 CPUtime=1061.86
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 95274 0 0 0 106141 45 0 0 25 0 1 0 335301131 259584000 50584 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134527043 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 63375 50584 72 123 0 63250 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 253500

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=722152/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=253512 CPUtime=1121.84
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 95337 0 0 0 112139 45 0 0 25 0 1 0 335301131 259596288 50647 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537968 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 63378 50647 72 123 0 63253 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 253512

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=722088/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=253512 CPUtime=1181.82
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 95337 0 0 0 118137 45 0 0 25 0 1 0 335301131 259596288 50647 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134548056 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 63378 50647 72 123 0 63253 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 253512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 22900
/proc/meminfo: memFree=722088/2055920 swapFree=4184224/4192956
[pid=22701] ppid=22699 vsize=253512 CPUtime=1200.02
/proc/22701/stat : 22701 (march_ks) R 22699 22701 21468 0 -1 4194304 95337 0 0 0 119957 45 0 0 25 0 1 0 335301131 259596288 50647 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564765 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 63378 50647 72 123 0 63253 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 253512

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): 1200.54
CPU time (s): 1200.07
CPU user time (s): 1199.58
CPU system time (s): 0.486925
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 273588

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

runsolver used 0.868867 second user time and 2.51162 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Tue Mar  6 03:57:25 UTC 2007

IDJOB= 329957
IDBENCH= 20552
IDSOLVER= 111
FILE ID= node58/329957-1173153443

PBS_JOBID= 4015208

Free space on /tmp= 66468 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_31_1_rule_1/SAT_dat.k100.cnf
COMMAND LINE= /tmp/evaluation/329957-1173153443/march_ks /tmp/evaluation/329957-1173153443/instance-329957-1173153443.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-329957-1173153443 -o ROOT/results/node58/solver-329957-1173153443 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329957-1173153443/march_ks /tmp/evaluation/329957-1173153443/instance-329957-1173153443.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  751bd85ad6f8d39d07f721982719fb9b

RANDOM SEED= 810915072

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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:        925200 kB
Buffers:         51472 kB
Cached:         979400 kB
SwapCached:       2864 kB
Active:         109660 kB
Inactive:       933796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        925200 kB
SwapTotal:     4192956 kB
SwapFree:      4184224 kB
Dirty:           18164 kB
Writeback:           0 kB
Mapped:          18524 kB
Slab:            73372 kB
Committed_AS:   765196 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66468 MiB

End job on node58 on Tue Mar  6 04:17:27 UTC 2007