Trace number 369275

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) 5000.16 5001.81

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 (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  1325                                                 |
0.09/0.17	c |  Number of clauses:    174298                                               |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node9/watcher-369275-1177271446 -o ROOT/results/node9/solver-369275-1177271446 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/369275-1177271446/cmusat /tmp/evaluation/369275-1177271446/instance-369275-1177271446.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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/77 12748
/proc/meminfo: memFree=1404000/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=2452 CPUtime=0
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 448 0 0 0 0 0 0 0 18 0 1 0 203182180 2510848 431 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 613 432 96 243 0 367 0

[startup+0.0664209 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12748
/proc/meminfo: memFree=1404000/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=5964 CPUtime=0.06
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 1291 0 0 0 6 0 0 0 18 0 1 0 203182180 6107136 1274 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 1491 1275 96 243 0 1245 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5964

[startup+0.101425 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12748
/proc/meminfo: memFree=1404000/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=8172 CPUtime=0.09
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 1805 0 0 0 9 0 0 0 18 0 1 0 203182180 8368128 1788 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 2043 1789 96 243 0 1797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8172

[startup+0.301447 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12748
/proc/meminfo: memFree=1404000/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=12664 CPUtime=0.29
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 2976 0 0 0 28 1 0 0 19 0 1 0 203182180 12967936 2959 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530504 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 3166 2959 108 243 0 2920 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12664

[startup+0.701492 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 12748
/proc/meminfo: memFree=1404000/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=12664 CPUtime=0.69
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 2976 0 0 0 68 1 0 0 23 0 1 0 203182180 12967936 2959 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530350 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 3166 2959 108 243 0 2920 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12664

[startup+1.50158 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12749
/proc/meminfo: memFree=1392472/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=12664 CPUtime=1.49
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 2976 0 0 0 148 1 0 0 25 0 1 0 203182180 12967936 2959 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 3166 2959 108 243 0 2920 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12664

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12749
/proc/meminfo: memFree=1392344/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=12664 CPUtime=3.09
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 2976 0 0 0 308 1 0 0 25 0 1 0 203182180 12967936 2959 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 3166 2959 108 243 0 2920 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12664

[startup+6.30113 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12749
/proc/meminfo: memFree=1387608/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=17520 CPUtime=6.29
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 4118 0 0 0 628 1 0 0 25 0 1 0 203182180 17940480 4101 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530508 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 4380 4101 109 243 0 4134 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17520

[startup+12.7018 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 12749
/proc/meminfo: memFree=1379360/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=33560 CPUtime=12.69
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 12078 0 0 0 1264 5 0 0 25 0 1 0 203182180 34365440 7002 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 8390 7002 119 243 0 8144 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33560

[startup+25.5013 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 12749
/proc/meminfo: memFree=1336096/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=72852 CPUtime=25.48
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 22193 0 0 0 2538 10 0 0 25 0 1 0 203182180 74600448 17117 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 18213 17117 119 243 0 17967 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 72852

[startup+51.1012 s]
/proc/loadavg: 1.11 1.03 1.01 2/78 12749
/proc/meminfo: memFree=1322400/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=86052 CPUtime=51.07
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 25942 0 0 0 5095 12 0 0 25 0 1 0 203182180 88117248 20411 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 21513 20411 119 243 0 21267 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 86052

[startup+102.306 s]
/proc/loadavg: 1.09 1.04 1.01 2/78 12749
/proc/meminfo: memFree=1306208/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=102052 CPUtime=102.27
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 30920 0 0 0 10211 16 0 0 25 0 1 0 203182180 104501248 24444 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134578742 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 25513 24444 119 243 0 25267 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 102052

[startup+162.302 s]
/proc/loadavg: 1.10 1.06 1.01 2/78 12749
/proc/meminfo: memFree=1293280/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=115444 CPUtime=162.24
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 34636 0 0 0 16205 19 0 0 25 0 1 0 203182180 118214656 27668 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 28861 27668 119 243 0 28615 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 115444

[startup+222.302 s]
/proc/loadavg: 1.11 1.07 1.02 2/78 12749
/proc/meminfo: memFree=1285216/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=123596 CPUtime=222.22
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 37143 0 0 0 22201 21 0 0 25 0 1 0 203182180 126562304 29668 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589715 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 30899 29668 119 243 0 30653 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 123596

[startup+282.301 s]
/proc/loadavg: 1.07 1.07 1.02 2/78 12749
/proc/meminfo: memFree=1273824/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=135024 CPUtime=282.21
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 40509 0 0 0 28196 25 0 0 25 0 1 0 203182180 138264576 32494 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 33756 32494 119 243 0 33510 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 135024

[startup+342.301 s]
/proc/loadavg: 1.02 1.05 1.01 2/78 12749
/proc/meminfo: memFree=1267168/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=141268 CPUtime=342.19
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 43274 0 0 0 34192 27 0 0 25 0 1 0 203182180 144658432 34154 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589670 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 35317 34154 119 243 0 35071 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 141268

[startup+402.302 s]
/proc/loadavg: 1.08 1.06 1.01 2/78 12749
/proc/meminfo: memFree=1245792/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=163188 CPUtime=402.17
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 49448 0 0 0 40185 32 0 0 25 0 1 0 203182180 167104512 39744 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134578847 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 40797 39744 119 243 0 40551 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 163188

[startup+462.302 s]
/proc/loadavg: 1.03 1.05 1.00 2/78 12749
/proc/meminfo: memFree=1240992/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=167328 CPUtime=462.16
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 51038 0 0 0 46182 34 0 0 25 0 1 0 203182180 171343872 40659 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 41832 40659 119 243 0 41586 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 167328

[startup+522.302 s]
/proc/loadavg: 1.01 1.04 1.00 2/78 12749
/proc/meminfo: memFree=1225504/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=184036 CPUtime=522.14
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 55148 0 0 0 52177 37 0 0 25 0 1 0 203182180 188452864 44571 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 46009 44571 119 243 0 45763 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 184036

[startup+582.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 12749
/proc/meminfo: memFree=1200672/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=208596 CPUtime=582.12
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 61407 0 0 0 58169 43 0 0 25 0 1 0 203182180 213602304 50764 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 52149 50764 119 243 0 51903 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 208596

[startup+642.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/84 12905
/proc/meminfo: memFree=1196760/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=211220 CPUtime=642.03
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 62725 0 0 0 64159 44 0 0 25 0 1 0 203182180 216289280 51380 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 52805 51380 119 243 0 52559 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 211220


################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12948
/proc/meminfo: memFree=829856/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=594468 CPUtime=4061.01
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 167823 0 0 0 405953 148 0 0 25 0 1 0 203182180 608735232 143250 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589670 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 148617 143250 119 243 0 148371 0
Current children cumulated CPU time (s) 4061.01
Current children cumulated vsize (KiB) 594468

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12948
/proc/meminfo: memFree=828192/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=596232 CPUtime=4120.99
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 168300 0 0 0 411950 149 0 0 25 0 1 0 203182180 610541568 143661 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 149058 143661 119 243 0 148812 0
Current children cumulated CPU time (s) 4120.99
Current children cumulated vsize (KiB) 596232

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12948
/proc/meminfo: memFree=826848/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=598056 CPUtime=4180.97
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 168782 0 0 0 417947 150 0 0 25 0 1 0 203182180 612409344 144011 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135091424 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 149514 144011 119 243 0 149268 0
Current children cumulated CPU time (s) 4180.97
Current children cumulated vsize (KiB) 598056

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 13086
/proc/meminfo: memFree=824472/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=599744 CPUtime=4240.88
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 169191 0 0 0 423937 151 0 0 25 0 1 0 203182180 614137856 144288 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 149936 144288 119 243 0 149690 0
Current children cumulated CPU time (s) 4240.88
Current children cumulated vsize (KiB) 599744

[startup+4302.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 13145
/proc/meminfo: memFree=824864/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=600784 CPUtime=4300.84
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 169394 0 0 0 429932 152 0 0 25 0 1 0 203182180 615202816 144491 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 150196 144491 119 243 0 149950 0
Current children cumulated CPU time (s) 4300.84
Current children cumulated vsize (KiB) 600784

[startup+4362.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 13145
/proc/meminfo: memFree=799776/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=627036 CPUtime=4360.82
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 175972 0 0 0 435924 158 0 0 25 0 1 0 203182180 642084864 150905 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 156759 150905 119 243 0 156513 0
Current children cumulated CPU time (s) 4360.82
Current children cumulated vsize (KiB) 627036

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13145
/proc/meminfo: memFree=768288/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=657472 CPUtime=4420.81
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 183739 0 0 0 441917 164 0 0 25 0 1 0 203182180 673251328 158639 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 164368 158639 119 243 0 164122 0
Current children cumulated CPU time (s) 4420.81
Current children cumulated vsize (KiB) 657472

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13145
/proc/meminfo: memFree=743648/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=682112 CPUtime=4480.78
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 191235 0 0 0 447909 169 0 0 25 0 1 0 203182180 698482688 164754 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135091424 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 170528 164754 119 243 0 170282 0
Current children cumulated CPU time (s) 4480.78
Current children cumulated vsize (KiB) 682112

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13145
/proc/meminfo: memFree=742816/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=683412 CPUtime=4540.77
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 191561 0 0 0 453907 170 0 0 25 0 1 0 203182180 699813888 164981 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 170853 164981 119 243 0 170607 0
Current children cumulated CPU time (s) 4540.77
Current children cumulated vsize (KiB) 683412

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13145
/proc/meminfo: memFree=741920/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=684328 CPUtime=4600.75
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 191849 0 0 0 459904 171 0 0 25 0 1 0 203182180 700751872 165203 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135091424 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 171082 165203 119 243 0 170836 0
Current children cumulated CPU time (s) 4600.75
Current children cumulated vsize (KiB) 684328

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13145
/proc/meminfo: memFree=741728/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=684584 CPUtime=4660.74
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 191971 0 0 0 465902 172 0 0 25 0 1 0 203182180 701014016 165260 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 171146 165260 119 243 0 170900 0
Current children cumulated CPU time (s) 4660.74
Current children cumulated vsize (KiB) 684584

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13145
/proc/meminfo: memFree=740960/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=685276 CPUtime=4720.72
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 192211 0 0 0 471900 172 0 0 25 0 1 0 203182180 701722624 165434 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 171319 165434 119 243 0 171073 0
Current children cumulated CPU time (s) 4720.72
Current children cumulated vsize (KiB) 685276

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13145
/proc/meminfo: memFree=740320/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=685928 CPUtime=4780.7
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 192456 0 0 0 477897 173 0 0 25 0 1 0 203182180 702390272 165613 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 171482 165613 119 243 0 171236 0
Current children cumulated CPU time (s) 4780.7
Current children cumulated vsize (KiB) 685928

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13145
/proc/meminfo: memFree=739296/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=687228 CPUtime=4840.68
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 192751 0 0 0 483894 174 0 0 25 0 1 0 203182180 703721472 165842 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 171807 165842 119 243 0 171561 0
Current children cumulated CPU time (s) 4840.68
Current children cumulated vsize (KiB) 687228

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13145
/proc/meminfo: memFree=738400/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=688256 CPUtime=4900.67
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 193142 0 0 0 489892 175 0 0 25 0 1 0 203182180 704774144 166038 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 172064 166038 119 243 0 171818 0
Current children cumulated CPU time (s) 4900.67
Current children cumulated vsize (KiB) 688256

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 13145
/proc/meminfo: memFree=738144/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=689024 CPUtime=4960.64
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 193416 0 0 0 495889 175 0 0 25 0 1 0 203182180 705560576 166118 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 172256 166118 119 243 0 172010 0
Current children cumulated CPU time (s) 4960.64
Current children cumulated vsize (KiB) 689024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13145
/proc/meminfo: memFree=738080/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=689216 CPUtime=5000.05
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4194304 193463 0 0 0 499829 176 0 0 25 0 1 0 203182180 705757184 166165 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589690 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 172304 166165 119 243 0 172058 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 689216

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5001.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13145
/proc/meminfo: memFree=738080/2055920 swapFree=4152812/4192956
[pid=12748] ppid=12746 vsize=0 CPUtime=5000.14
/proc/12748/stat : 12748 (cmusat) R 12746 12748 12452 0 -1 4195332 193463 0 0 0 499829 185 0 0 25 0 1 0 203182180 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/12748/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.81
CPU time (s): 5000.16
CPU user time (s): 4998.3
CPU system time (s): 1.86272
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 689216

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

runsolver used 6.10007 second user time and 11.6192 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Apr 22 19:50:46 UTC 2007

IDJOB= 369275
IDBENCH= 24676
IDSOLVER= 182
FILE ID= node9/369275-1177271446

PBS_JOBID= 4650695

Free space on /tmp= 66427 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/369275-1177271446/cmusat /tmp/evaluation/369275-1177271446/instance-369275-1177271446.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-369275-1177271446 -o ROOT/results/node9/solver-369275-1177271446 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/369275-1177271446/cmusat /tmp/evaluation/369275-1177271446/instance-369275-1177271446.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  caece48666f4e716f61ea74e680d7de5

RANDOM SEED= 336826459

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1404408 kB
Buffers:         57676 kB
Cached:         523092 kB
SwapCached:       8248 kB
Active:         290892 kB
Inactive:       313660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1404408 kB
SwapTotal:     4192956 kB
SwapFree:      4152812 kB
Dirty:            5180 kB
Writeback:           0 kB
Mapped:          29872 kB
Slab:            32520 kB
Committed_AS:  6540108 kB
PageTables:       1784 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= 66427 MiB

End job on node9 on Sun Apr 22 21:14:10 UTC 2007