Trace number 1728573

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

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
MD5SUMcaece48666f4e716f61ea74e680d7de5
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 variables1325
Number of clauses174298
Sum of the clauses size506725
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217050
Number of clauses of size 3157200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 548

Solver Data

17.88/17.93	c main():: ***                                   [ march satisfiability solver ]                                   ***
17.88/17.93	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
17.88/17.93	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
17.88/17.93	c main()::
17.88/17.93	c initFormula():: searching for DIMACS p-line....
17.88/17.93	c full lookahead due to high density!
17.88/17.93	c initFormula():: the DIMACS p-line indicates a CNF of 1325 variables and 174298 clauses.
17.88/17.93	c parseCNF():: parsing....
17.88/17.93	c parseCNF():: the CNF contains 0 unary clauses.
17.88/17.93	c runParser():: parsing was successful, warming up engines...
17.88/17.93	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
17.88/17.93	c preprocessing fase I completed:: there are now 1325 free variables and 174298 clauses.
17.88/17.93	c stat :: sign balance is biased by 267.199
17.88/17.93	c shorten_equivalence(): average equivalence length reduced from nan to nan
17.88/17.93	c using k-SAT heuristics (size based diff)
17.88/17.93	c longest clause has size 25
17.88/17.93	c simplify_formula():: removed 0 tautological, 0 satisfied and 6375600 duplicate clauses
17.88/17.93	c main():: clause / variable ratio: ( 174298 / 1325 ) = 131.55
17.88/17.93	c longest clause has size 25
17.88/17.93	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
17.88/17.93	c dynamic_preselect_setsize :: off
17.88/17.93	c suggested doublelook initial :: 0
17.88/17.93	c main():: all systems go!
17.88/17.93	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-1728573-1240738507/watcher-1728573-1240738507 -o /tmp/evaluation-result-1728573-1240738507/solver-1728573-1240738507 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1728573-1240738507.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.02 3/65 11335
/proc/meminfo: memFree=1745208/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=2156 CPUtime=0
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 101880158 2207744 264 1992294400 134512640 135019032 4294956224 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 539 264 47 123 0 414 0

[startup+0.100378 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 11335
/proc/meminfo: memFree=1745208/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=3344 CPUtime=0.09
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 674 0 0 0 9 0 0 0 18 0 1 0 101880158 3424256 660 1992294400 134512640 135019032 4294956224 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 836 660 47 123 0 711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3344

[startup+0.20139 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 11335
/proc/meminfo: memFree=1745208/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=4664 CPUtime=0.19
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 1095 0 0 0 19 0 0 0 18 0 1 0 101880158 4775936 1081 1992294400 134512640 135019032 4294956224 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 1166 1081 47 123 0 1041 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4664

[startup+0.301402 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 11335
/proc/meminfo: memFree=1745208/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=13056 CPUtime=0.29
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 2359 0 0 0 28 1 0 0 19 0 1 0 101880158 13369344 1695 1992294400 134512640 135019032 4294956224 18446744073709551615 134628830 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 3264 1695 50 123 0 3139 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13056

[startup+0.701452 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 11335
/proc/meminfo: memFree=1745208/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=17144 CPUtime=0.69
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 5601 0 0 0 67 2 0 0 23 0 1 0 101880158 17555456 2838 1992294400 134512640 135019032 4294956224 18446744073709551615 134554755 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 4286 2838 63 123 0 4161 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17144

[startup+1.50255 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 11336
/proc/meminfo: memFree=1732080/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=28068 CPUtime=1.49
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 13785 0 0 0 143 6 0 0 25 0 1 0 101880158 28741632 5231 1992294400 134512640 135019032 4294956224 18446744073709551615 134567265 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 7017 5231 67 123 0 6892 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28068

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 11336
/proc/meminfo: memFree=1710000/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=62400 CPUtime=3.09
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 22032 0 0 0 300 9 0 0 25 0 1 0 101880158 63897600 13478 1992294400 134512640 135019032 4294956224 18446744073709551615 134661610 0 0 4096 0 0 0 0 17 1 0 0
/proc/11335/statm: 15600 13478 67 123 0 15475 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62400

[startup+6.30116 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 11336
/proc/meminfo: memFree=1637808/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=159600 CPUtime=6.28
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 40051 0 0 0 613 15 0 0 25 0 1 0 101880158 163430400 31497 1992294400 134512640 135019032 4294956224 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 39900 31497 67 123 0 39775 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 159600

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 11336
/proc/meminfo: memFree=1554040/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=212696 CPUtime=12.68
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 96499 0 0 0 1230 38 0 0 25 0 1 0 101880158 217800704 48556 1992294400 134512640 135019032 4294956224 18446744073709551615 134561687 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 53174 48556 67 123 0 53049 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 212696

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 11336
/proc/meminfo: memFree=1584632/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166132 CPUtime=25.48
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100796 0 0 0 2507 41 0 0 25 0 1 0 101880158 170119168 40019 1992294400 134512640 135019032 4294956224 18446744073709551615 134527271 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41533 40019 72 123 0 41408 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 166132

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 11336
/proc/meminfo: memFree=1584632/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166132 CPUtime=51.06
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100796 0 0 0 5065 41 0 0 25 0 1 0 101880158 170119168 40019 1992294400 134512640 135019032 4294956224 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41533 40019 72 123 0 41408 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 166132

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 11336
/proc/meminfo: memFree=1584504/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166132 CPUtime=102.24
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100796 0 0 0 10183 41 0 0 25 0 1 0 101880158 170119168 40019 1992294400 134512640 135019032 4294956224 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41533 40019 72 123 0 41408 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 166132

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 11336
/proc/meminfo: memFree=1584440/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166132 CPUtime=162.21
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100796 0 0 0 16180 41 0 0 25 0 1 0 101880158 170119168 40019 1992294400 134512640 135019032 4294956224 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41533 40019 72 123 0 41408 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 166132

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11336
/proc/meminfo: memFree=1584440/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166132 CPUtime=222.19
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100796 0 0 0 22178 41 0 0 25 0 1 0 101880158 170119168 40019 1992294400 134512640 135019032 4294956224 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41533 40019 72 123 0 41408 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 166132

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1584184/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166132 CPUtime=282.14
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100796 0 0 0 28173 41 0 0 25 0 1 0 101880158 170119168 40019 1992294400 134512640 135019032 4294956224 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41533 40019 72 123 0 41408 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 166132

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1584184/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166132 CPUtime=342.11
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100796 0 0 0 34170 41 0 0 25 0 1 0 101880158 170119168 40019 1992294400 134512640 135019032 4294956224 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41533 40019 72 123 0 41408 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 166132

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1584184/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166136 CPUtime=402.08
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100797 0 0 0 40167 41 0 0 25 0 1 0 101880158 170123264 40020 1992294400 134512640 135019032 4294956224 18446744073709551615 134526935 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41534 40020 72 123 0 41409 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 166136

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1584184/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166136 CPUtime=462.04
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100797 0 0 0 46163 41 0 0 25 0 1 0 101880158 170123264 40020 1992294400 134512640 135019032 4294956224 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41534 40020 72 123 0 41409 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 166136

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1584184/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166132 CPUtime=522.02
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100798 0 0 0 52161 41 0 0 25 0 1 0 101880158 170119168 40019 1992294400 134512640 135019032 4294956224 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41533 40019 72 123 0 41408 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 166132

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1584184/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166132 CPUtime=581.97
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100798 0 0 0 58156 41 0 0 25 0 1 0 101880158 170119168 40019 1992294400 134512640 135019032 4294956224 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41533 40019 72 123 0 41408 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 166132

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1584120/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166136 CPUtime=641.95
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100799 0 0 0 64153 42 0 0 25 0 1 0 101880158 170123264 40020 1992294400 134512640 135019032 4294956224 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41534 40020 72 123 0 41409 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 166136

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1584120/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=166144 CPUtime=701.92
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 100801 0 0 0 70150 42 0 0 25 0 1 0 101880158 170131456 40022 1992294400 134512640 135019032 4294956224 18446744073709551615 134549449 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 41536 40022 72 123 0 41411 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 166144

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1579512/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=171320 CPUtime=761.9
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 101984 0 0 0 76148 42 0 0 25 0 1 0 101880158 175431680 41205 1992294400 134512640 135019032 4294956224 18446744073709551615 134564752 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 42830 41205 72 123 0 42705 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 171320

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1576760/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=173908 CPUtime=821.88
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 102684 0 0 0 82145 43 0 0 25 0 1 0 101880158 178081792 41905 1992294400 134512640 135019032 4294956224 18446744073709551615 134677364 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 43477 41905 72 123 0 43352 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 173908

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1573944/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=177788 CPUtime=881.85
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 103384 0 0 0 88142 43 0 0 25 0 1 0 101880158 182054912 42605 1992294400 134512640 135019032 4294956224 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 44447 42605 72 123 0 44322 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 177788

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1571128/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=183608 CPUtime=941.78
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 104084 0 0 0 94134 44 0 0 25 0 1 0 101880158 188014592 43305 1992294400 134512640 135019032 4294956224 18446744073709551615 134677364 0 0 4096 0 0 0 0 17 1 0 0
/proc/11335/statm: 45902 43305 72 123 0 45777 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 183608

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1568248/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=183608 CPUtime=1001.75
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 104785 0 0 0 100131 44 0 0 25 0 1 0 101880158 188014592 44006 1992294400 134512640 135019032 4294956224 18446744073709551615 134564765 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 45902 44006 72 123 0 45777 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 183608

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1565496/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=192340 CPUtime=1061.73
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 105486 0 0 0 106128 45 0 0 25 0 1 0 101880158 196956160 44707 1992294400 134512640 135019032 4294956224 18446744073709551615 134564816 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 48085 44707 72 123 0 47960 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 192340

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1562616/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=192340 CPUtime=1121.7
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 106187 0 0 0 112125 45 0 0 25 0 1 0 101880158 196956160 45408 1992294400 134512640 135019032 4294956224 18446744073709551615 134597991 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 48085 45408 72 123 0 47960 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 192340

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1559928/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=192340 CPUtime=1181.62
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 106888 0 0 0 118116 46 0 0 25 0 1 0 101880158 196956160 46109 1992294400 134512640 135019032 4294956224 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 48085 46109 72 123 0 47960 0
Current children cumulated CPU time (s) 1181.62
Current children cumulated vsize (KiB) 192340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11338
/proc/meminfo: memFree=1558968/2055920 swapFree=4192812/4192956
[pid=11335] ppid=11333 vsize=192340 CPUtime=1200.01
/proc/11335/stat : 11335 (march_ks) R 11333 11335 11081 0 -1 4194304 107102 0 0 0 119955 46 0 0 25 0 1 0 101880158 196956160 46323 1992294400 134512640 135019032 4294956224 18446744073709551615 134597945 0 0 4096 0 0 0 0 17 0 0 0
/proc/11335/statm: 48085 46323 72 123 0 47960 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 192340

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.73
CPU time (s): 1200.05
CPU user time (s): 1199.55
CPU system time (s): 0.493924
CPU usage (%): 99.9427
Max. virtual memory (cumulated for all children) (KiB): 239260

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

runsolver used 1.43078 second user time and 2.41363 second system time

The end

Launcher Data

Begin job on node92 at 2009-04-26 11:35:08
IDJOB=1728573
IDBENCH=24676
IDSOLVER=559
FILE ID=node92/1728573-1240738507
PBS_JOBID= 9186964
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728573-1240738507/watcher-1728573-1240738507 -o /tmp/evaluation-result-1728573-1240738507/solver-1728573-1240738507 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1728573-1240738507.cnf            

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

MD5SUM BENCH= caece48666f4e716f61ea74e680d7de5
RANDOM SEED=1482292938

node92.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.245
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.245
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:       1745760 kB
Buffers:         17320 kB
Cached:         224960 kB
SwapCached:        140 kB
Active:          31204 kB
Inactive:       225040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5512 kB
Writeback:           0 kB
Mapped:          23572 kB
Slab:            39804 kB
Committed_AS:   184552 kB
PageTables:       1460 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= 66548 MiB
End job on node92 at 2009-04-26 11:55:10