Trace number 336609

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
CMUSAT 2007-02-08? (TO) 1200.1 1200.57

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
MD5SUMede19899bb8c427d8a34daa9d239a276
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 variables1815
Number of clauses301256
Sum of the clauses size895230
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29750
Number of clauses of size 3291450
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 556

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  1815                                                 |
0.29/0.31	c |  Number of clauses:    301256                                               |

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/node11/watcher-336609-1173650130 -o ROOT/results/node11/solver-336609-1173650130 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336609-1173650130/cmusat /tmp/evaluation/336609-1173650130/instance-336609-1173650130.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.97 3/77 30963
/proc/meminfo: memFree=1088056/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=2472 CPUtime=0
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 464 0 0 0 0 0 0 0 18 0 1 0 384967611 2531328 447 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 618 447 96 243 0 372 0

[startup+0.084852 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 30963
/proc/meminfo: memFree=1088056/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=6724 CPUtime=0.07
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 1505 0 0 0 7 0 0 0 18 0 1 0 384967611 6885376 1488 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 1681 1489 96 243 0 1435 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6724

[startup+0.101853 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 30963
/proc/meminfo: memFree=1088056/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=7780 CPUtime=0.09
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 1792 0 0 0 9 0 0 0 18 0 1 0 384967611 7966720 1775 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 1945 1776 96 243 0 1699 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7780

[startup+0.301877 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 30963
/proc/meminfo: memFree=1088056/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=19916 CPUtime=0.29
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 4763 0 0 0 27 2 0 0 19 0 1 0 384967611 20393984 4746 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 4979 4748 96 243 0 4733 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19916

[startup+0.701924 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 30963
/proc/meminfo: memFree=1088056/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=20176 CPUtime=0.69
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 4899 0 0 0 67 2 0 0 23 0 1 0 384967611 20660224 4882 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530555 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 5044 4882 108 243 0 4798 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20176

[startup+1.50202 s]
/proc/loadavg: 0.91 0.95 0.97 2/78 30964
/proc/meminfo: memFree=1068912/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=20176 CPUtime=1.49
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 4899 0 0 0 147 2 0 0 25 0 1 0 384967611 20660224 4882 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 5044 4882 108 243 0 4798 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20176

[startup+3.10121 s]
/proc/loadavg: 0.92 0.95 0.97 2/78 30964
/proc/meminfo: memFree=1068784/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=20176 CPUtime=3.09
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 4899 0 0 0 306 3 0 0 25 0 1 0 384967611 20660224 4882 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530508 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 5044 4882 108 243 0 4798 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20176

[startup+6.30259 s]
/proc/loadavg: 0.92 0.95 0.97 2/78 30964
/proc/meminfo: memFree=1068528/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=20176 CPUtime=6.29
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 4899 0 0 0 626 3 0 0 25 0 1 0 384967611 20660224 4882 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 5044 4882 108 243 0 4798 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20176

[startup+12.7013 s]
/proc/loadavg: 0.93 0.96 0.97 2/78 30964
/proc/meminfo: memFree=1065904/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=26052 CPUtime=12.69
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 6089 0 0 0 1265 4 0 0 25 0 1 0 384967611 26677248 6072 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134534555 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 6513 6072 109 243 0 6267 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26052

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.97 2/78 30964
/proc/meminfo: memFree=1052464/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=45632 CPUtime=25.48
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 17292 0 0 0 2539 9 0 0 25 0 1 0 384967611 46727168 8939 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 11408 8939 119 243 0 11162 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45632

[startup+51.1019 s]
/proc/loadavg: 0.96 0.96 0.97 2/78 30964
/proc/meminfo: memFree=982512/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=114984 CPUtime=51.07
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 35087 0 0 0 5086 21 0 0 25 0 1 0 384967611 117743616 26734 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134578742 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 28746 26734 119 243 0 28500 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 114984

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.97 2/78 30964
/proc/meminfo: memFree=916272/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=178824 CPUtime=102.26
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 52085 0 0 0 10193 33 0 0 25 0 1 0 384967611 183115776 42945 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589534 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 44706 42945 119 243 0 44460 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 178824

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30964
/proc/meminfo: memFree=907696/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=187368 CPUtime=162.24
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 55025 0 0 0 16188 36 0 0 25 0 1 0 384967611 191864832 45078 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590140 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 46842 45078 119 243 0 46596 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 187368

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30964
/proc/meminfo: memFree=883888/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=210888 CPUtime=222.22
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 61772 0 0 0 22180 42 0 0 25 0 1 0 384967611 215949312 50996 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 52722 50996 119 243 0 52476 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 210888

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 30964
/proc/meminfo: memFree=866160/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=228540 CPUtime=282.2
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 67047 0 0 0 28173 47 0 0 25 0 1 0 384967611 234024960 55419 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134581614 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 57135 55419 119 243 0 56889 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 228540

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/84 31037
/proc/meminfo: memFree=859584/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=234088 CPUtime=342.15
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 68518 0 0 0 34166 49 0 0 25 0 1 0 384967611 239706112 56824 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 58522 56824 119 243 0 58276 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 234088

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/84 31135
/proc/meminfo: memFree=849144/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=243960 CPUtime=402.08
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 71934 0 0 0 40155 53 0 0 25 0 1 0 384967611 249815040 59361 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589526 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 60990 59361 119 243 0 60744 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 243960

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=835440/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=258412 CPUtime=462.04
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 76552 0 0 0 46147 57 0 0 25 0 1 0 384967611 264613888 63071 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 64603 63071 119 243 0 64357 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 258412

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=825712/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=269160 CPUtime=522.02
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 79249 0 0 0 52142 60 0 0 25 0 1 0 384967611 275619840 65768 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134578847 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 67290 65768 119 243 0 67044 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 269160

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=808304/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=285356 CPUtime=582
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 84295 0 0 0 58135 65 0 0 25 0 1 0 384967611 292204544 69875 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589670 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 71339 69875 119 243 0 71093 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 285356

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=806768/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=287508 CPUtime=641.99
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 84700 0 0 0 64133 66 0 0 25 0 1 0 384967611 294408192 70214 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 71877 70214 119 243 0 71631 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 287508

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=779056/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=315488 CPUtime=701.96
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 91749 0 0 0 70122 74 0 0 25 0 1 0 384967611 323059712 77230 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 78872 77230 119 243 0 78626 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 315488

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=755056/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=339188 CPUtime=761.96
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 98710 0 0 0 76115 81 0 0 25 0 1 0 384967611 347328512 83151 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 84797 83151 119 243 0 84551 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 339188

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=753968/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=340864 CPUtime=821.93
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 99298 0 0 0 82112 81 0 0 25 0 1 0 384967611 349044736 83409 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589545 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 85216 83409 119 243 0 84970 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 340864

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=753392/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=341536 CPUtime=881.92
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 99500 0 0 0 88110 82 0 0 25 0 1 0 384967611 349732864 83545 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 85384 83545 119 243 0 85138 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 341536

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=750064/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=345576 CPUtime=941.9
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 100474 0 0 0 94107 83 0 0 25 0 1 0 384967611 353869824 84519 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589670 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 86394 84519 119 243 0 86148 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 345576

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=719856/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=375352 CPUtime=1001.88
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 107957 0 0 0 100096 92 0 0 25 0 1 0 384967611 384360448 91969 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134590148 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 93838 91969 119 243 0 93592 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 375352

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=697072/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=397856 CPUtime=1061.86
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 114627 0 0 0 106088 98 0 0 25 0 1 0 384967611 407404544 97627 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 99464 97627 119 243 0 99218 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 397856

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=696304/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=398776 CPUtime=1121.85
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 114847 0 0 0 112086 99 0 0 25 0 1 0 384967611 408346624 97814 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 99694 97814 119 243 0 99448 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 398776

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=695920/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=399288 CPUtime=1181.82
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 115035 0 0 0 118083 99 0 0 25 0 1 0 384967611 408870912 97871 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 99822 97871 119 243 0 99576 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 399288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=695920/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=399420 CPUtime=1200.02
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 115052 0 0 0 119903 99 0 0 25 0 1 0 384967611 409006080 97888 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 99855 97888 119 243 0 99609 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 399420

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: 0.99 0.97 0.97 2/78 31163
/proc/meminfo: memFree=695920/2055920 swapFree=4169972/4192956
[pid=30963] ppid=30961 vsize=399420 CPUtime=1200.02
/proc/30963/stat : 30963 (cmusat) R 30961 30963 29893 0 -1 4194304 115052 0 0 0 119903 99 0 0 25 0 1 0 384967611 409006080 97888 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/30963/statm: 99855 97888 119 243 0 99609 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 399420

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.57
CPU time (s): 1200.1
CPU user time (s): 1199.04
CPU system time (s): 1.05984
CPU usage (%): 99.9608
Max. virtual memory (cumulated for all children) (KiB): 399420

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

runsolver used 1.34979 second user time and 3.01054 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Mar 11 21:55:31 UTC 2007

IDJOB= 336609
IDBENCH= 24679
IDSOLVER= 121
FILE ID= node11/336609-1173650130

PBS_JOBID= 4101333

Free space on /tmp= 66226 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336609-1173650130/cmusat /tmp/evaluation/336609-1173650130/instance-336609-1173650130.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-336609-1173650130 -o ROOT/results/node11/solver-336609-1173650130 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336609-1173650130/cmusat /tmp/evaluation/336609-1173650130/instance-336609-1173650130.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  ede19899bb8c427d8a34daa9d239a276

RANDOM SEED= 212257364

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1088592 kB
Buffers:         58296 kB
Cached:         810604 kB
SwapCached:       2248 kB
Active:         471748 kB
Inactive:       419936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1088592 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:            7320 kB
Writeback:           0 kB
Mapped:          30764 kB
Slab:            61172 kB
Committed_AS:  1220600 kB
PageTables:       1756 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= 66226 MiB

End job on node11 on Sun Mar 11 22:15:33 UTC 2007