Trace number 329579

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.06 1200.42

General information on the benchmark

Nameindustrial/IBM_FV_2002_31_1_rule_1/
SAT_dat.k30.cnf
MD5SUM289f12ebf9081a7fa457cff725c2fa15
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1082.43
Satisfiable
(Un)Satisfiability was proved
Number of variables43575
Number of clauses194428
Sum of the clauses size500094
Maximum clause length20
Minimum clause length1
Number of clauses of size 1343
Number of clauses of size 2151306
Number of clauses of size 321412
Number of clauses of size 48725
Number of clauses of size 53804
Number of clauses of size over 58838

Solver Data (download as text)

3.79/3.88	c main():: ***                                   [ march satisfiability solver ]                                   ***
3.79/3.88	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
3.79/3.88	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
3.79/3.88	c main()::
3.79/3.88	c initFormula():: searching for DIMACS p-line....
3.79/3.88	c initFormula():: the DIMACS p-line indicates a CNF of 43575 variables and 194428 clauses.
3.79/3.88	c parseCNF():: parsing....
3.79/3.88	c parseCNF():: the CNF contains 343 unary clauses.
3.79/3.88	c runParser():: parsing was successful, warming up engines...
3.79/3.88	c find_and_remove_tautogolies():: found and removed 3665 tautologies
3.79/3.88	c find_and_remove_tautogolies():: found and removed 324 tautologies
3.79/3.88	c find_and_remove_tautogolies():: found and removed 5 tautologies
3.79/3.88	c find_and_remove_tautogolies():: found and removed 16 tautologies
3.79/3.88	c simplify_formula():: removed 422 tautological, 68638 satisfied and 312 duplicate clauses
3.79/3.88	c preprocessing fase I completed:: there are now 28665 free variables and 125056 clauses.
3.79/3.88	c stat :: sign balance is biased by 0.603
3.79/3.88	c find_equivalence():: found 942 3-equivalences
3.79/3.88	c find_and_remove_tautogolies():: found and removed 22 tautologies
3.79/3.88	c find_and_remove_tautogolies():: found and removed 223 tautologies
3.79/3.88	c find_and_remove_tautogolies():: found and removed 43 tautologies
3.79/3.88	c find_and_remove_tautogolies():: found and removed 1 tautologies
3.79/3.88	c shorten_equivalence(): average equivalence length reduced from 3.071429 to 3.034014
3.79/3.88	c using k-SAT heuristics (size based diff)
3.79/3.88	c longest clause has size 16
3.79/3.88	c simplify_formula():: removed 0 tautological, 3768 satisfied and 11886 duplicate clauses
3.79/3.88	c resolvent_look() :: found 91147 resolvents
3.79/3.88	c main():: clause / variable ratio: ( 216203 / 43575 ) = 4.96
3.79/3.88	c longest clause has size 16
3.79/3.88	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
3.79/3.88	c dynamic_preselect_setsize :: off
3.79/3.88	c suggested doublelook initial :: 0
3.79/3.88	c main():: all systems go!
3.79/3.88	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 180 JD: 79
19.39/19.43	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
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/node75/watcher-329579-1173143940 -o ROOT/results/node75/solver-329579-1173143940 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329579-1173143940/march_ks /tmp/evaluation/329579-1173143940/instance-329579-1173143940.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.95 0.90 3/64 30533
/proc/meminfo: memFree=1327232/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=652 CPUtime=0
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 62 0 0 0 0 0 0 0 20 0 1 0 334359921 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 163 47 40 123 0 38 0

[startup+0.038594 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 30533
/proc/meminfo: memFree=1327232/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=652 CPUtime=0.03
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 62 0 0 0 3 0 0 0 20 0 1 0 334359921 667648 47 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 163 47 40 123 0 38 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 652

[startup+0.101599 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 30533
/proc/meminfo: memFree=1327232/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=6324 CPUtime=0.09
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 1303 0 0 0 8 1 0 0 20 0 1 0 334359921 6475776 1288 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 1581 1288 47 123 0 1456 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6324

[startup+0.301624 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 30533
/proc/meminfo: memFree=1327232/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=18396 CPUtime=0.29
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 3000 0 0 0 28 1 0 0 22 0 1 0 334359921 18837504 2983 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134558394 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 4599 2983 48 123 0 4474 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18396

[startup+0.70167 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 30533
/proc/meminfo: memFree=1327232/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=24380 CPUtime=0.69
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 4987 0 0 0 66 3 0 0 25 0 1 0 334359921 24965120 4526 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134561687 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 6095 4526 52 123 0 5970 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24380

[startup+1.50177 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 30534
/proc/meminfo: memFree=1309176/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=24376 CPUtime=1.49
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 4987 0 0 0 146 3 0 0 25 0 1 0 334359921 24961024 4525 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134658921 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 6094 4525 52 123 0 5969 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24376

[startup+3.10195 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 30534
/proc/meminfo: memFree=1308856/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=45528 CPUtime=3.09
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 12590 0 0 0 303 6 0 0 25 0 1 0 334359921 46620672 9583 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134554764 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 11382 9583 67 123 0 11257 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45528

[startup+6.30233 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 30534
/proc/meminfo: memFree=1270776/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=69912 CPUtime=6.29
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22265 0 0 0 619 10 0 0 25 0 1 0 334359921 71589888 14104 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 17478 14104 72 123 0 17353 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69912

[startup+12.7011 s]
/proc/loadavg: 0.93 0.96 0.91 2/65 30534
/proc/meminfo: memFree=1270656/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=70168 CPUtime=12.69
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22347 0 0 0 1259 10 0 0 25 0 1 0 334359921 71852032 14186 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543168 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 17542 14186 72 123 0 17417 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70168

[startup+25.5016 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 30534
/proc/meminfo: memFree=1270464/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=70392 CPUtime=25.48
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22388 0 0 0 2538 10 0 0 25 0 1 0 334359921 72081408 14227 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 17598 14227 72 123 0 17473 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70392

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 30534
/proc/meminfo: memFree=1270400/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=70392 CPUtime=51.07
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22391 0 0 0 5097 10 0 0 25 0 1 0 334359921 72081408 14230 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543322 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 17598 14230 72 123 0 17473 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70392

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 30534
/proc/meminfo: memFree=1270272/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=70696 CPUtime=102.26
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22430 0 0 0 10216 10 0 0 25 0 1 0 334359921 72392704 14269 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 17674 14269 72 123 0 17549 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 70696

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1269120/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=71748 CPUtime=162.23
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22730 0 0 0 16213 10 0 0 25 0 1 0 334359921 73469952 14569 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 17937 14569 72 123 0 17812 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 71748

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268992/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72392 CPUtime=222.23
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22752 0 0 0 22212 11 0 0 25 0 1 0 334359921 74129408 14591 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134527040 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18098 14591 72 123 0 17973 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 72392

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268928/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72392 CPUtime=282.21
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22759 0 0 0 28210 11 0 0 25 0 1 0 334359921 74129408 14598 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18098 14598 72 123 0 17973 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 72392

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268864/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72392 CPUtime=342.19
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22762 0 0 0 34208 11 0 0 25 0 1 0 334359921 74129408 14601 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18098 14601 72 123 0 17973 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 72392

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268864/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72392 CPUtime=402.17
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22767 0 0 0 40206 11 0 0 25 0 1 0 334359921 74129408 14606 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543159 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18098 14606 72 123 0 17973 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 72392

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268864/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72520 CPUtime=462.15
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22769 0 0 0 46204 11 0 0 25 0 1 0 334359921 74260480 14608 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18130 14608 72 123 0 18005 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 72520

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268864/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72520 CPUtime=522.13
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22773 0 0 0 52202 11 0 0 25 0 1 0 334359921 74260480 14612 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538408 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18130 14612 72 123 0 18005 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 72520

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268864/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72520 CPUtime=582.12
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22774 0 0 0 58201 11 0 0 25 0 1 0 334359921 74260480 14613 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543151 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18130 14613 72 123 0 18005 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 72520

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268864/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72520 CPUtime=642.1
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22781 0 0 0 64199 11 0 0 25 0 1 0 334359921 74260480 14620 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18130 14620 72 123 0 18005 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 72520

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268736/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72520 CPUtime=702.08
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22793 0 0 0 70197 11 0 0 25 0 1 0 334359921 74260480 14632 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134543174 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18130 14632 72 123 0 18005 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 72520

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268736/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72520 CPUtime=762.07
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22797 0 0 0 76196 11 0 0 25 0 1 0 334359921 74260480 14636 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539075 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18130 14636 72 123 0 18005 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 72520

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268672/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72648 CPUtime=822.05
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22802 0 0 0 82194 11 0 0 25 0 1 0 334359921 74391552 14641 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18162 14641 72 123 0 18037 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 72648

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268672/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72648 CPUtime=882.03
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22803 0 0 0 88192 11 0 0 25 0 1 0 334359921 74391552 14642 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18162 14642 72 123 0 18037 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 72648

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268736/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72648 CPUtime=942.01
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22805 0 0 0 94190 11 0 0 25 0 1 0 334359921 74391552 14644 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564731 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18162 14644 72 123 0 18037 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 72648

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268672/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72648 CPUtime=1001.99
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22806 0 0 0 100188 11 0 0 25 0 1 0 334359921 74391552 14645 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538705 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18162 14645 72 123 0 18037 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 72648

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268672/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72648 CPUtime=1061.98
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22807 0 0 0 106187 11 0 0 25 0 1 0 334359921 74391552 14646 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18162 14646 72 123 0 18037 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 72648

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268672/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72648 CPUtime=1121.96
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22808 0 0 0 112185 11 0 0 25 0 1 0 334359921 74391552 14647 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134677352 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18162 14647 72 123 0 18037 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 72648

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268672/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72648 CPUtime=1181.94
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22808 0 0 0 118183 11 0 0 25 0 1 0 334359921 74391552 14647 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563360 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18162 14647 72 123 0 18037 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 72648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 30534
/proc/meminfo: memFree=1268672/2055920 swapFree=4183188/4192956
[pid=30533] ppid=30531 vsize=72648 CPUtime=1200.04
/proc/30533/stat : 30533 (march_ks) R 30531 30533 29436 0 -1 4194304 22808 0 0 0 119993 11 0 0 25 0 1 0 334359921 74391552 14647 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/30533/statm: 18162 14647 72 123 0 18037 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 72648

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.42
CPU time (s): 1200.06
CPU user time (s): 1199.93
CPU system time (s): 0.121981
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 75036

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

runsolver used 0.811876 second user time and 2.47962 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Tue Mar  6 01:19:01 UTC 2007

IDJOB= 329579
IDBENCH= 20543
IDSOLVER= 111
FILE ID= node75/329579-1173143940

PBS_JOBID= 4015191

Free space on /tmp= 66501 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  289f12ebf9081a7fa457cff725c2fa15

RANDOM SEED= 703767800

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1327648 kB
Buffers:         36212 kB
Cached:         610660 kB
SwapCached:       3752 kB
Active:          39996 kB
Inactive:       617908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1327648 kB
SwapTotal:     4192956 kB
SwapFree:      4183188 kB
Dirty:            6612 kB
Writeback:           0 kB
Mapped:          17068 kB
Slab:            56324 kB
Committed_AS:   857996 kB
PageTables:       1432 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= 66501 MiB

End job on node75 on Tue Mar  6 01:39:03 UTC 2007