Trace number 1729368

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: March KS 2007-02-08? (TO) 1200.03 1200.51

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-18-4.sat05-443.reshuffled-07.cnf
MD5SUMef7f419fe4e145465fe8ec684a206f9b
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 variables1296
Number of clauses95904
Sum of the clauses size379728
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21944
Number of clauses of size 30
Number of clauses of size 493960
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

4.19/4.28	c main():: ***                                   [ march satisfiability solver ]                                   ***
4.19/4.28	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
4.19/4.28	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
4.19/4.28	c main()::
4.19/4.28	c initFormula():: searching for DIMACS p-line....
4.19/4.28	c full lookahead due to high density!
4.19/4.28	c initFormula():: the DIMACS p-line indicates a CNF of 1296 variables and 95904 clauses.
4.19/4.28	c parseCNF():: parsing....
4.19/4.28	c parseCNF():: the CNF contains 0 unary clauses.
4.19/4.28	c runParser():: parsing was successful, warming up engines...
4.19/4.28	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
4.19/4.28	c preprocessing fase I completed:: there are now 1296 free variables and 95904 clauses.
4.19/4.28	c stat :: sign balance is biased by 289.780
4.19/4.28	c shorten_equivalence(): average equivalence length reduced from nan to nan
4.19/4.28	c using k-SAT heuristics (size based diff)
4.19/4.28	c longest clause has size 4
4.19/4.28	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
4.19/4.28	c main():: clause / variable ratio: ( 95904 / 1296 ) = 74.00
4.19/4.28	c longest clause has size 4
4.19/4.28	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
4.19/4.28	c dynamic_preselect_setsize :: off
4.19/4.28	c suggested doublelook initial :: 0
4.19/4.28	c main():: all systems go!
4.19/4.28	c |----------------------------------------------------------------|

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729368-1240748470/watcher-1729368-1240748470 -o /tmp/evaluation-result-1729368-1240748470/solver-1729368-1240748470 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1729368-1240748470.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): 1800 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.00 1.00 3/64 17913
/proc/meminfo: memFree=1659968/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=1540 CPUtime=0
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 205 0 0 0 0 0 0 0 18 0 1 0 102873098 1576960 191 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 385 191 47 123 0 260 0

[startup+0.049533 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17913
/proc/meminfo: memFree=1659968/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=2200 CPUtime=0.04
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 408 0 0 0 4 0 0 0 18 0 1 0 102873098 2252800 394 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 550 394 47 123 0 425 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2200

[startup+0.101536 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17913
/proc/meminfo: memFree=1659968/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=2992 CPUtime=0.09
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 646 0 0 0 9 0 0 0 18 0 1 0 102873098 3063808 632 1992294400 134512640 135019032 4294956240 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 748 632 47 123 0 623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2992

[startup+0.301553 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17913
/proc/meminfo: memFree=1659968/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=10564 CPUtime=0.29
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 2352 0 0 0 28 1 0 0 20 0 1 0 102873098 10817536 1800 1992294400 134512640 135019032 4294956240 18446744073709551615 134554755 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 2641 1800 52 123 0 2516 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10564

[startup+0.701583 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17913
/proc/meminfo: memFree=1659968/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=12032 CPUtime=0.69
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 5836 0 0 0 67 2 0 0 24 0 1 0 102873098 12320768 2203 1992294400 134512640 135019032 4294956240 18446744073709551615 134536953 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 3008 2203 67 123 0 2883 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12032

[startup+1.50165 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1651320/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=12032 CPUtime=1.49
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 5836 0 0 0 147 2 0 0 25 0 1 0 102873098 12320768 2203 1992294400 134512640 135019032 4294956240 18446744073709551615 134536953 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 3008 2203 67 123 0 2883 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12032

[startup+3.10178 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1651192/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=12032 CPUtime=3.08
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 5836 0 0 0 306 2 0 0 25 0 1 0 102873098 12320768 2203 1992294400 134512640 135019032 4294956240 18446744073709551615 134567048 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 3008 2203 67 123 0 2883 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12032

[startup+6.30103 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1650424/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=14728 CPUtime=6.29
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 9836 0 0 0 625 4 0 0 25 0 1 0 102873098 15081472 2321 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 3682 2321 72 123 0 3557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14728

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1650360/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=15132 CPUtime=12.69
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 9907 0 0 0 1265 4 0 0 25 0 1 0 102873098 15495168 2392 1992294400 134512640 135019032 4294956240 18446744073709551615 134526980 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 3783 2392 72 123 0 3658 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15132

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1650104/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=15572 CPUtime=25.48
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 10013 0 0 0 2544 4 0 0 25 0 1 0 102873098 15945728 2498 1992294400 134512640 135019032 4294956240 18446744073709551615 134596366 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 3893 2498 72 123 0 3768 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15572

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1649336/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=16292 CPUtime=51.06
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 10190 0 0 0 5102 4 0 0 25 0 1 0 102873098 16683008 2675 1992294400 134512640 135019032 4294956240 18446744073709551615 134598686 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 4073 2675 72 123 0 3948 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16292

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1647800/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=18724 CPUtime=102.25
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 10552 0 0 0 10220 5 0 0 25 0 1 0 102873098 19173376 3037 1992294400 134512640 135019032 4294956240 18446744073709551615 134565460 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 4681 3037 72 123 0 4556 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 18724

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1646136/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=20448 CPUtime=162.22
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 10974 0 0 0 16217 5 0 0 25 0 1 0 102873098 20938752 3459 1992294400 134512640 135019032 4294956240 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 5112 3459 72 123 0 4987 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 20448

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1644408/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=23036 CPUtime=222.18
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 11393 0 0 0 22213 5 0 0 25 0 1 0 102873098 23588864 3878 1992294400 134512640 135019032 4294956240 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 5759 3878 72 123 0 5634 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 23036

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1642744/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=23036 CPUtime=282.16
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 11814 0 0 0 28210 6 0 0 25 0 1 0 102873098 23588864 4299 1992294400 134512640 135019032 4294956240 18446744073709551615 134564832 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 5759 4299 72 123 0 5634 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 23036

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1641080/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=26916 CPUtime=342.12
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 12232 0 0 0 34206 6 0 0 25 0 1 0 102873098 27561984 4717 1992294400 134512640 135019032 4294956240 18446744073709551615 134564714 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 6729 4717 72 123 0 6604 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 26916

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1639352/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=26916 CPUtime=402.1
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 12650 0 0 0 40203 7 0 0 25 0 1 0 102873098 27561984 5135 1992294400 134512640 135019032 4294956240 18446744073709551615 134587531 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 6729 5135 72 123 0 6604 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 26916

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1637688/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=32736 CPUtime=462.08
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 13072 0 0 0 46201 7 0 0 25 0 1 0 102873098 33521664 5557 1992294400 134512640 135019032 4294956240 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 8184 5557 72 123 0 8059 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 32736

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1636024/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=32736 CPUtime=522.06
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 13493 0 0 0 52198 8 0 0 25 0 1 0 102873098 33521664 5978 1992294400 134512640 135019032 4294956240 18446744073709551615 134628593 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 8184 5978 72 123 0 8059 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 32736

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1634360/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=32736 CPUtime=582.03
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 13912 0 0 0 58195 8 0 0 25 0 1 0 102873098 33521664 6397 1992294400 134512640 135019032 4294956240 18446744073709551615 134628856 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 8184 6397 72 123 0 8059 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 32736

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1632696/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=41468 CPUtime=642.01
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 14333 0 0 0 64193 8 0 0 25 0 1 0 102873098 42463232 6818 1992294400 134512640 135019032 4294956240 18446744073709551615 134597852 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 10367 6818 72 123 0 10242 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 41468

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1630904/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=41468 CPUtime=702
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 14752 0 0 0 70191 9 0 0 25 0 1 0 102873098 42463232 7237 1992294400 134512640 135019032 4294956240 18446744073709551615 134587528 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 10367 7237 72 123 0 10242 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 41468

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1629112/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=41468 CPUtime=761.98
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 15174 0 0 0 76189 9 0 0 25 0 1 0 102873098 42463232 7659 1992294400 134512640 135019032 4294956240 18446744073709551615 134585127 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 10367 7659 72 123 0 10242 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 41468

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1627448/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=41468 CPUtime=821.95
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 15594 0 0 0 82186 9 0 0 25 0 1 0 102873098 42463232 8079 1992294400 134512640 135019032 4294956240 18446744073709551615 134598867 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 10367 8079 72 123 0 10242 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 41468

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1625784/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=41468 CPUtime=881.94
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 16014 0 0 0 88184 10 0 0 25 0 1 0 102873098 42463232 8499 1992294400 134512640 135019032 4294956240 18446744073709551615 134585120 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 10367 8499 72 123 0 10242 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 41468

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1624184/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=41468 CPUtime=941.9
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 16434 0 0 0 94180 10 0 0 25 0 1 0 102873098 42463232 8919 1992294400 134512640 135019032 4294956240 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 10367 8919 72 123 0 10242 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 41468

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17914
/proc/meminfo: memFree=1622456/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=54564 CPUtime=1001.89
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 16855 0 0 0 100178 11 0 0 25 0 1 0 102873098 55873536 9340 1992294400 134512640 135019032 4294956240 18446744073709551615 134598010 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 13641 9340 72 123 0 13516 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 54564

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17916
/proc/meminfo: memFree=1620664/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=54564 CPUtime=1061.86
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 17278 0 0 0 106175 11 0 0 25 0 1 0 102873098 55873536 9763 1992294400 134512640 135019032 4294956240 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 13641 9763 72 123 0 13516 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 54564

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17916
/proc/meminfo: memFree=1619064/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=54564 CPUtime=1121.84
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 17700 0 0 0 112172 12 0 0 25 0 1 0 102873098 55873536 10185 1992294400 134512640 135019032 4294956240 18446744073709551615 134597268 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 13641 10185 72 123 0 13516 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 54564

[startup+1182.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 17916
/proc/meminfo: memFree=1617400/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=54564 CPUtime=1181.82
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 18123 0 0 0 118169 13 0 0 25 0 1 0 102873098 55873536 10608 1992294400 134512640 135019032 4294956240 18446744073709551615 134597190 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 13641 10608 72 123 0 13516 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 54564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 17916
/proc/meminfo: memFree=1616888/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=54564 CPUtime=1200.01
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 18251 0 0 0 119988 13 0 0 25 0 1 0 102873098 55873536 10736 1992294400 134512640 135019032 4294956240 18446744073709551615 134565456 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 13641 10736 72 123 0 13516 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 54564

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.04 1.01 1.00 2/65 17916
/proc/meminfo: memFree=1616888/2055920 swapFree=4177028/4192956
[pid=17913] ppid=17911 vsize=54564 CPUtime=1200.01
/proc/17913/stat : 17913 (march_ks) R 17911 17913 17784 0 -1 4194304 18251 0 0 0 119988 13 0 0 25 0 1 0 102873098 55873536 10736 1992294400 134512640 135019032 4294956240 18446744073709551615 134565456 0 0 4096 0 0 0 0 17 0 0 0
/proc/17913/statm: 13641 10736 72 123 0 13516 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 54564

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.03
CPU user time (s): 1199.89
CPU system time (s): 0.138978
CPU usage (%): 99.9596
Max. virtual memory (cumulated for all children) (KiB): 54564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.89
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18251
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= 2
involuntary context switches= 3167

runsolver used 0.941856 second user time and 3.43348 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-26 14:21:11
IDJOB=1729368
IDBENCH=24701
IDSOLVER=559
FILE ID=node69/1729368-1240748470
PBS_JOBID= 9187051
Free space on /tmp= 66380 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-18-4.sat05-443.reshuffled-07.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729368-1240748470/watcher-1729368-1240748470 -o /tmp/evaluation-result-1729368-1240748470/solver-1729368-1240748470 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1729368-1240748470.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ef7f419fe4e145465fe8ec684a206f9b
RANDOM SEED=1159016549

node69.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.231
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.231
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:       1660448 kB
Buffers:         54932 kB
Cached:         261292 kB
SwapCached:      10584 kB
Active:         163148 kB
Inactive:       166216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660448 kB
SwapTotal:     4192956 kB
SwapFree:      4177028 kB
Dirty:            4772 kB
Writeback:           0 kB
Mapped:          13676 kB
Slab:            52092 kB
Committed_AS:   321348 kB
PageTables:       1464 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= 66376 MiB
End job on node69 at 2009-04-26 14:41:13