Trace number 334415

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

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
MD5SUM8b466b7ef3217bdc844a579ae744d427
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 variables18623
Number of clauses182878
Sum of the clauses size821466
Maximum clause length5
Minimum clause length1
Number of clauses of size 1290
Number of clauses of size 218428
Number of clauses of size 318240
Number of clauses of size 40
Number of clauses of size 5145920
Number of clauses of size over 50

Solver Data (download as text)

24.99/25.07	c main():: ***                                   [ march satisfiability solver ]                                   ***
24.99/25.07	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
24.99/25.07	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
24.99/25.07	c main()::
24.99/25.07	c initFormula():: searching for DIMACS p-line....
24.99/25.07	c initFormula():: the DIMACS p-line indicates a CNF of 18623 variables and 182878 clauses.
24.99/25.07	c parseCNF():: parsing....
24.99/25.07	c parseCNF():: the CNF contains 290 unary clauses.
24.99/25.07	c runParser():: parsing was successful, warming up engines...
24.99/25.07	c find_and_remove_tautogolies():: found and removed 70 tautologies
24.99/25.07	c find_and_remove_tautogolies():: found and removed 50 tautologies
24.99/25.07	c find_and_remove_tautogolies():: found and removed 23 tautologies
24.99/25.07	c find_and_remove_tautogolies():: found and removed 4 tautologies
24.99/25.07	c simplify_formula():: removed 513 tautological, 2686 satisfied and 9028 duplicate clauses
24.99/25.07	c preprocessing fase I completed:: there are now 18092 free variables and 170651 clauses.
24.99/25.07	c stat :: sign balance is biased by 0.021
24.99/25.07	c shorten_equivalence(): average equivalence length reduced from nan to nan
24.99/25.07	c using k-SAT heuristics (size based diff)
24.99/25.07	c longest clause has size 5
24.99/25.07	c find_and_remove_tautogolies():: found and removed 2 tautologies
24.99/25.07	c simplify_formula():: removed 75 tautological, 4 satisfied and 143788 duplicate clauses
24.99/25.07	c resolvent_look() :: found 427364 resolvents
24.99/25.07	c main():: clause / variable ratio: ( 598015 / 18623 ) = 32.11
24.99/25.07	c longest clause has size 5
24.99/25.07	c simplify_formula():: removed 0 tautological, 0 satisfied and 6 duplicate clauses
24.99/25.07	c dynamic_preselect_setsize :: off
24.99/25.07	c suggested doublelook initial :: 0
24.99/25.07	c main():: all systems go!
24.99/25.07	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 247 JD: 84
81.96/82.00	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/node7/watcher-334415-1173570796 -o ROOT/results/node7/solver-334415-1173570796 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334415-1173570796/march_ks /tmp/evaluation/334415-1173570796/instance-334415-1173570796.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: 1.00 1.02 1.00 3/77 25718
/proc/meminfo: memFree=1614104/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=3456 CPUtime=0
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 578 0 0 0 0 0 0 0 18 0 1 0 377034419 3538944 564 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134557702 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 864 569 46 123 0 739 0

[startup+0.060949 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 25718
/proc/meminfo: memFree=1614104/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=4116 CPUtime=0.05
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 786 0 0 0 5 0 0 0 18 0 1 0 377034419 4214784 771 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 1029 772 47 123 0 904 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4116

[startup+0.102954 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 25718
/proc/meminfo: memFree=1614104/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=4644 CPUtime=0.09
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 930 0 0 0 9 0 0 0 18 0 1 0 377034419 4755456 915 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 1161 915 47 123 0 1036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4644

[startup+0.301974 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 25718
/proc/meminfo: memFree=1614104/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=6888 CPUtime=0.29
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 1607 0 0 0 29 0 0 0 19 0 1 0 377034419 7053312 1592 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 1722 1593 47 123 0 1597 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6888

[startup+0.703016 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 25718
/proc/meminfo: memFree=1614104/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=16948 CPUtime=0.7
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 3965 0 0 0 68 2 0 0 22 0 1 0 377034419 17354752 2654 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134560586 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 4237 2654 50 123 0 4112 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 16948

[startup+1.5011 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 25719
/proc/meminfo: memFree=1603024/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=23648 CPUtime=1.49
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 8774 0 0 0 145 4 0 0 25 0 1 0 377034419 24215552 4387 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134532869 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 5912 4387 52 123 0 5787 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23648

[startup+3.10127 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 25719
/proc/meminfo: memFree=1596560/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=16460 CPUtime=3.09
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 15320 0 0 0 302 7 0 0 25 0 1 0 377034419 16855040 2615 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134560435 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 4115 2615 52 123 0 3990 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16460

[startup+6.3016 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 25719
/proc/meminfo: memFree=1589712/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=32620 CPUtime=6.29
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 27185 0 0 0 618 11 0 0 25 0 1 0 377034419 33402880 6352 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134536953 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 8155 6352 67 123 0 8030 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32620

[startup+12.7013 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 25719
/proc/meminfo: memFree=1582224/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=41236 CPUtime=12.69
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 29023 0 0 0 1257 12 0 0 25 0 1 0 377034419 42225664 8190 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134536953 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 10309 8190 67 123 0 10184 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41236

[startup+25.5016 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 25719
/proc/meminfo: memFree=1545808/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=88752 CPUtime=25.48
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 80780 0 0 0 2514 34 0 0 25 0 1 0 377034419 90882048 17082 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 22188 17082 72 123 0 22063 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 88752

[startup+51.1013 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 25719
/proc/meminfo: memFree=1542288/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=93140 CPUtime=51.07
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 81663 0 0 0 5072 35 0 0 25 0 1 0 377034419 95375360 17965 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 23285 17965 72 123 0 23160 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 93140

[startup+102.306 s]
/proc/loadavg: 1.04 1.03 1.00 2/78 25719
/proc/meminfo: memFree=1540304/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=95172 CPUtime=102.26
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 82147 0 0 0 10190 36 0 0 25 0 1 0 377034419 97456128 18440 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134541888 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 23793 18440 72 123 0 23668 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 95172

[startup+162.302 s]
/proc/loadavg: 1.16 1.07 1.01 2/78 25719
/proc/meminfo: memFree=1538640/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=96664 CPUtime=162.23
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 82548 0 0 0 16187 36 0 0 25 0 1 0 377034419 98983936 18841 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 24166 18841 72 123 0 24041 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 96664

[startup+222.301 s]
/proc/loadavg: 1.13 1.07 1.01 2/78 25719
/proc/meminfo: memFree=1537040/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=98340 CPUtime=222.22
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 82957 0 0 0 22185 37 0 0 25 0 1 0 377034419 100700160 19250 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 24585 19250 72 123 0 24460 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 98340

[startup+282.302 s]
/proc/loadavg: 1.11 1.07 1.01 2/78 25719
/proc/meminfo: memFree=1535888/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=99508 CPUtime=282.2
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 83242 0 0 0 28182 38 0 0 25 0 1 0 377034419 101896192 19535 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526922 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 24877 19535 72 123 0 24752 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 99508

[startup+342.302 s]
/proc/loadavg: 1.10 1.07 1.01 2/78 25719
/proc/meminfo: memFree=1534544/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=100888 CPUtime=342.19
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 83574 0 0 0 34180 39 0 0 25 0 1 0 377034419 103309312 19867 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 25222 19867 72 123 0 25097 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 100888

[startup+402.301 s]
/proc/loadavg: 1.16 1.08 1.02 2/78 25719
/proc/meminfo: memFree=1533712/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=101764 CPUtime=402.16
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 83793 0 0 0 40177 39 0 0 25 0 1 0 377034419 104206336 20086 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134541868 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 25441 20086 72 123 0 25316 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 101764

[startup+462.301 s]
/proc/loadavg: 1.11 1.08 1.01 2/78 25719
/proc/meminfo: memFree=1533008/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=102388 CPUtime=462.15
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 83965 0 0 0 46175 40 0 0 25 0 1 0 377034419 104845312 20258 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134541800 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 25597 20258 72 123 0 25472 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 102388

[startup+522.302 s]
/proc/loadavg: 1.04 1.06 1.01 2/84 25875
/proc/meminfo: memFree=1531040/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=103020 CPUtime=522.06
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 84123 0 0 0 52165 41 0 0 25 0 1 0 377034419 105492480 20416 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134541846 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 25755 20416 72 123 0 25630 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 103020

[startup+582.303 s]
/proc/loadavg: 1.01 1.05 1.00 2/78 25917
/proc/meminfo: memFree=1531792/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=103500 CPUtime=582.02
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 84247 0 0 0 58161 41 0 0 25 0 1 0 377034419 105984000 20540 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 25875 20540 72 123 0 25750 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 103500

[startup+642.302 s]
/proc/loadavg: 1.00 1.04 1.00 2/78 25917
/proc/meminfo: memFree=1531152/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=104144 CPUtime=642.01
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 84406 0 0 0 64159 42 0 0 25 0 1 0 377034419 106643456 20699 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 26036 20699 72 123 0 25911 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 104144

[startup+702.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 25917
/proc/meminfo: memFree=1530832/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=104464 CPUtime=701.99
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 84479 0 0 0 70157 42 0 0 25 0 1 0 377034419 106971136 20772 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134585351 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 26116 20772 72 123 0 25991 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 104464

[startup+762.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 25917
/proc/meminfo: memFree=1530448/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=104784 CPUtime=761.98
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 84577 0 0 0 76155 43 0 0 25 0 1 0 377034419 107298816 20870 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 26196 20870 72 123 0 26071 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 104784

[startup+822.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 25917
/proc/meminfo: memFree=1529936/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=105272 CPUtime=821.95
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 84687 0 0 0 82152 43 0 0 25 0 1 0 377034419 107798528 20980 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538197 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 26318 20980 72 123 0 26193 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 105272

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 25917
/proc/meminfo: memFree=1529616/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=105612 CPUtime=881.93
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 84779 0 0 0 88149 44 0 0 25 0 1 0 377034419 108146688 21072 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 26403 21072 72 123 0 26278 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 105612

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25917
/proc/meminfo: memFree=1529296/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=105924 CPUtime=941.91
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 84852 0 0 0 94147 44 0 0 25 0 1 0 377034419 108466176 21145 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 26481 21145 72 123 0 26356 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 105924

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25917
/proc/meminfo: memFree=1529168/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=106176 CPUtime=1001.9
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 84903 0 0 0 100145 45 0 0 25 0 1 0 377034419 108724224 21196 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134587472 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 26544 21196 72 123 0 26419 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 106176

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25917
/proc/meminfo: memFree=1528912/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=106404 CPUtime=1061.88
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 84973 0 0 0 106143 45 0 0 25 0 1 0 377034419 108957696 21266 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 26601 21266 72 123 0 26476 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 106404

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25917
/proc/meminfo: memFree=1528592/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=106608 CPUtime=1121.86
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 85056 0 0 0 112140 46 0 0 25 0 1 0 377034419 109166592 21349 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134541841 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 26652 21349 72 123 0 26527 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 106608

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25917
/proc/meminfo: memFree=1528400/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=106932 CPUtime=1181.85
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 85120 0 0 0 118138 47 0 0 25 0 1 0 377034419 109498368 21413 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 26733 21413 72 123 0 26608 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 106932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25917
/proc/meminfo: memFree=1528272/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=106932 CPUtime=1200.05
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 85137 0 0 0 119958 47 0 0 25 0 1 0 377034419 109498368 21430 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526953 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 26733 21430 72 123 0 26608 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 106932

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: 1.00 1.00 1.00 2/78 25917
/proc/meminfo: memFree=1528272/2055920 swapFree=4147416/4192956
[pid=25718] ppid=25716 vsize=106932 CPUtime=1200.05
/proc/25718/stat : 25718 (march_ks) R 25716 25718 24588 0 -1 4194304 85137 0 0 0 119958 47 0 0 25 0 1 0 377034419 109498368 21430 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526953 0 0 4096 0 0 0 0 17 1 0 0
/proc/25718/statm: 26733 21430 72 123 0 26608 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 106932

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.07
CPU user time (s): 1199.58
CPU system time (s): 0.487925
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 109656

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

runsolver used 1.37579 second user time and 3.00454 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Mar 10 23:53:17 UTC 2007

IDJOB= 334415
IDBENCH= 24627
IDSOLVER= 111
FILE ID= node7/334415-1173570796

PBS_JOBID= 4101199

Free space on /tmp= 66527 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  8b466b7ef3217bdc844a579ae744d427

RANDOM SEED= 124116540

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1614512 kB
Buffers:         51868 kB
Cached:         298692 kB
SwapCached:       8480 kB
Active:         197648 kB
Inactive:       176064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1614512 kB
SwapTotal:     4192956 kB
SwapFree:      4147416 kB
Dirty:            7404 kB
Writeback:           0 kB
Mapped:          30072 kB
Slab:            53304 kB
Committed_AS:  1269552 kB
PageTables:       1768 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= 66527 MiB

End job on node7 on Sun Mar 11 00:13:19 UTC 2007