Trace number 330167

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

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k50.cnf
MD5SUMa98ae53616f0aac946d1660291c4c36b
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 variables102304
Number of clauses424929
Sum of the clauses size1088741
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2300970
Number of clauses of size 379606
Number of clauses of size 415114
Number of clauses of size 58599
Number of clauses of size over 518568

Solver Data (download as text)

6.69/6.76	c main():: ***                                   [ march satisfiability solver ]                                   ***
6.69/6.76	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
6.69/6.76	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
6.69/6.76	c main()::
6.69/6.76	c initFormula():: searching for DIMACS p-line....
6.69/6.76	c initFormula():: the DIMACS p-line indicates a CNF of 102304 variables and 424929 clauses.
6.69/6.76	c parseCNF():: parsing....
6.69/6.76	c parseCNF():: the CNF contains 2072 unary clauses.
6.69/6.76	c runParser():: parsing was successful, warming up engines...
6.69/6.76	c find_and_remove_tautogolies():: found and removed 7782 tautologies
6.69/6.76	c find_and_remove_tautogolies():: found and removed 241 tautologies
6.69/6.76	c simplify_formula():: removed 4 tautological, 47337 satisfied and 13 duplicate clauses
6.69/6.76	c preprocessing fase I completed:: there are now 86735 free variables and 377575 clauses.
6.69/6.76	c stat :: sign balance is biased by 0.503
6.69/6.76	c find_equivalence():: found 9397 3-equivalences
6.69/6.76	c find_and_remove_tautogolies():: found and removed 3 tautologies
6.69/6.76	c find_and_remove_tautogolies():: found and removed 1952 tautologies
6.69/6.76	c find_and_remove_tautogolies():: found and removed 225 tautologies
6.69/6.76	c find_and_remove_tautogolies():: found and removed 44 tautologies
6.69/6.76	c find_and_remove_tautogolies():: found and removed 369 tautologies
6.69/6.76	c shorten_equivalence(): average equivalence length reduced from 3.403345 to 3.177620
6.69/6.76	c using k-SAT heuristics (size based diff)
6.69/6.76	c longest clause has size 12
6.69/6.76	c simplify_formula():: removed 0 tautological, 37588 satisfied and 65017 duplicate clauses
6.69/6.76	c resolvent_look() :: found 171312 resolvents
6.69/6.76	c main():: clause / variable ratio: ( 548887 / 102304 ) = 5.37
6.69/6.76	c longest clause has size 12
6.69/6.76	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
6.69/6.76	c dynamic_preselect_setsize :: off
6.69/6.76	c suggested doublelook initial :: 0
6.69/6.76	c main():: all systems go!
6.69/6.76	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/node76/watcher-330167-1173158462 -o ROOT/results/node76/solver-330167-1173158462 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330167-1173158462/march_ks /tmp/evaluation/330167-1173158462/instance-330167-1173158462.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.92 0.97 0.96 3/69 1768
/proc/meminfo: memFree=1840720/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=652 CPUtime=0
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 61 0 0 0 0 0 0 0 18 0 1 0 335804599 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 163 47 40 123 0 38 0

[startup+0.0421959 s]
/proc/loadavg: 0.92 0.97 0.96 3/69 1768
/proc/meminfo: memFree=1840720/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=652 CPUtime=0.04
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 61 0 0 0 4 0 0 0 18 0 1 0 335804599 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 163 47 40 123 0 38 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 652

[startup+0.101202 s]
/proc/loadavg: 0.92 0.97 0.96 3/69 1768
/proc/meminfo: memFree=1840720/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=2716 CPUtime=0.1
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 170 0 0 0 10 0 0 0 18 0 1 0 335804599 2781184 157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134557383 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 679 164 45 123 0 554 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2716

[startup+0.301225 s]
/proc/loadavg: 0.92 0.97 0.96 3/69 1768
/proc/meminfo: memFree=1840720/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=14568 CPUtime=0.29
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 3191 0 0 0 28 1 0 0 19 0 1 0 335804599 14917632 3177 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 3642 3177 47 123 0 3517 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14568

[startup+0.70127 s]
/proc/loadavg: 0.92 0.97 0.96 3/69 1768
/proc/meminfo: memFree=1840720/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=47556 CPUtime=0.69
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 8590 0 0 0 66 3 0 0 23 0 1 0 335804599 48697344 8374 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134559299 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 11889 8374 48 123 0 11764 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47556

[startup+1.50136 s]
/proc/loadavg: 0.93 0.97 0.96 2/70 1769
/proc/meminfo: memFree=1808328/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=52452 CPUtime=1.49
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 12046 0 0 0 144 5 0 0 25 0 1 0 335804599 53710848 9572 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134628825 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 13113 9572 52 123 0 12988 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52452

[startup+3.10155 s]
/proc/loadavg: 0.93 0.97 0.96 2/70 1769
/proc/meminfo: memFree=1802504/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=53108 CPUtime=3.09
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 15252 0 0 0 303 6 0 0 25 0 1 0 335804599 54382592 9961 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554776 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 13277 9961 63 123 0 13152 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53108

[startup+6.30191 s]
/proc/loadavg: 1.01 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1757704/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=157640 CPUtime=6.3
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 47378 0 0 0 610 20 0 0 25 0 1 0 335804599 161423360 30793 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554582 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 39410 30793 68 123 0 39285 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 157640

[startup+12.7016 s]
/proc/loadavg: 1.01 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1712008/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=157740 CPUtime=12.69
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 55400 0 0 0 1246 23 0 0 25 0 1 0 335804599 161525760 32131 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526591 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 39435 32131 72 123 0 39310 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 157740

[startup+25.5011 s]
/proc/loadavg: 1.01 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1712072/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=157740 CPUtime=25.47
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 55400 0 0 0 2524 23 0 0 25 0 1 0 335804599 161525760 32131 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538609 0 0 4096 0 0 0 0 17 1 0 0
/proc/1768/statm: 39435 32131 72 123 0 39310 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 157740

[startup+51.101 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1712072/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=157740 CPUtime=51.03
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 55400 0 0 0 5080 23 0 0 25 0 1 0 335804599 161525760 32131 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538202 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 39435 32131 72 123 0 39310 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 157740

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1708040/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=102.2
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56424 0 0 0 10197 23 0 0 25 0 1 0 335804599 166858752 33155 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537989 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33155 72 123 0 40612 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 162948

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1708040/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=162.15
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56424 0 0 0 16192 23 0 0 25 0 1 0 335804599 166858752 33155 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33155 72 123 0 40612 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 162948

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1708040/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=222.11
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56425 0 0 0 22188 23 0 0 25 0 1 0 335804599 166858752 33156 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538602 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33156 72 123 0 40612 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 162948

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1708040/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=282.09
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56425 0 0 0 28185 24 0 0 25 0 1 0 335804599 166858752 33156 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33156 72 123 0 40612 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 162948

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1708040/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=342.04
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 34180 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 162948

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1708040/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=402
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 40176 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 402
Current children cumulated vsize (KiB) 162948

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1708040/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=461.97
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 46173 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 162948

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1708040/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=521.93
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 52169 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564765 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 521.93
Current children cumulated vsize (KiB) 162948

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1708040/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=581.89
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 58165 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564838 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 581.89
Current children cumulated vsize (KiB) 162948

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1707976/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=641.86
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 64162 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 641.86
Current children cumulated vsize (KiB) 162948

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1707848/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=701.82
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 70158 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538568 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 701.82
Current children cumulated vsize (KiB) 162948

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1707848/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=761.79
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 76155 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526941 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 761.79
Current children cumulated vsize (KiB) 162948

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1707848/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=821.74
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 82150 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 821.74
Current children cumulated vsize (KiB) 162948

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1707848/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=881.71
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 88147 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 881.71
Current children cumulated vsize (KiB) 162948

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1707848/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=941.67
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 94143 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 941.67
Current children cumulated vsize (KiB) 162948

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1707848/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=1001.63
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 100139 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 1001.63
Current children cumulated vsize (KiB) 162948

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1707848/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=1061.59
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 106135 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 1061.59
Current children cumulated vsize (KiB) 162948

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1707848/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=1121.56
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 112132 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 1121.56
Current children cumulated vsize (KiB) 162948

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1707848/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=1181.52
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 118128 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 1181.52
Current children cumulated vsize (KiB) 162948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 0.99 0.96 2/70 1769
/proc/meminfo: memFree=1707848/2055888 swapFree=4087256/4096564
[pid=1768] ppid=1766 vsize=162948 CPUtime=1200.01
/proc/1768/stat : 1768 (march_ks) R 1766 1768 32483 0 -1 4194304 56426 0 0 0 119977 24 0 0 25 0 1 0 335804599 166858752 33157 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526591 0 0 4096 0 0 0 0 17 0 0 0
/proc/1768/statm: 40737 33157 72 123 0 40612 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 162948

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.83
CPU time (s): 1200.05
CPU user time (s): 1199.77
CPU system time (s): 0.270958
CPU usage (%): 99.9348
Max. virtual memory (cumulated for all children) (KiB): 171216

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

runsolver used 0.823874 second user time and 2.52761 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue Mar  6 05:21:03 UTC 2007

IDJOB= 330167
IDBENCH= 20557
IDSOLVER= 111
FILE ID= node76/330167-1173158462

PBS_JOBID= 4015213

Free space on /tmp= 66624 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k50.cnf
COMMAND LINE= /tmp/evaluation/330167-1173158462/march_ks /tmp/evaluation/330167-1173158462/instance-330167-1173158462.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-330167-1173158462 -o ROOT/results/node76/solver-330167-1173158462 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330167-1173158462/march_ks /tmp/evaluation/330167-1173158462/instance-330167-1173158462.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  a98ae53616f0aac946d1660291c4c36b

RANDOM SEED= 475257137

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1841128 kB
Buffers:         18424 kB
Cached:         133696 kB
SwapCached:       2716 kB
Active:          42968 kB
Inactive:       122172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1841128 kB
SwapTotal:     4096564 kB
SwapFree:      4087256 kB
Dirty:           12136 kB
Writeback:           0 kB
Mapped:          19068 kB
Slab:            35964 kB
Committed_AS:  1165280 kB
PageTables:       1436 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66624 MiB

End job on node76 on Tue Mar  6 05:41:06 UTC 2007