Trace number 369269

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.18 5001.68

General information on the benchmark

Namecrafted/Hard/contest05/others/
strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
MD5SUM15ed95b3a35c74d0cc5dd4986376305c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark65.4031
Satisfiable
(Un)Satisfiability was proved
Number of variables11318
Number of clauses316793
Sum of the clauses size640466
Maximum clause length38
Minimum clause length1
Number of clauses of size 161
Number of clauses of size 2314245
Number of clauses of size 3173
Number of clauses of size 42250
Number of clauses of size 50
Number of clauses of size over 564

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  11318                                                |
0.39/0.40	c |  Number of clauses:    316793                                               |

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/node45/watcher-369269-1177269651 -o ROOT/results/node45/solver-369269-1177269651 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/369269-1177269651/cmusat /tmp/evaluation/369269-1177269651/instance-369269-1177269651.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 26501
/proc/meminfo: memFree=1621944/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=2936 CPUtime=0
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 579 0 0 0 0 0 0 0 18 0 1 0 81810801 3006464 562 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134525945 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 734 563 95 243 0 488 0

[startup+0.0125819 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 26501
/proc/meminfo: memFree=1621944/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=3652 CPUtime=0
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 757 0 0 0 0 0 0 0 18 0 1 0 81810801 3739648 740 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 913 740 96 243 0 667 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3652

[startup+0.10159 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 26501
/proc/meminfo: memFree=1621944/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=7668 CPUtime=0.09
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 1706 0 0 0 9 0 0 0 18 0 1 0 81810801 7852032 1689 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 1917 1690 96 243 0 1671 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7668

[startup+0.30161 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 26501
/proc/meminfo: memFree=1621944/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=16236 CPUtime=0.29
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 3753 0 0 0 27 2 0 0 19 0 1 0 81810801 16625664 3736 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 4059 3736 96 243 0 3813 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16236

[startup+0.70165 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 26501
/proc/meminfo: memFree=1621944/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=22200 CPUtime=0.69
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 5107 0 0 0 67 2 0 0 23 0 1 0 81810801 22732800 5090 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 5550 5090 108 243 0 5304 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22200

[startup+1.50173 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26502
/proc/meminfo: memFree=1601904/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=22200 CPUtime=1.49
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 5107 0 0 0 147 2 0 0 25 0 1 0 81810801 22732800 5090 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 5550 5090 108 243 0 5304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22200

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26502
/proc/meminfo: memFree=1601776/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=34776 CPUtime=3.09
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 8221 0 0 0 305 4 0 0 25 0 1 0 81810801 35610624 8204 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530330 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 8694 8204 109 243 0 8448 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34776

[startup+6.30122 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26502
/proc/meminfo: memFree=1586608/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=32644 CPUtime=6.29
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 9756 0 0 0 625 4 0 0 25 0 1 0 81810801 33427456 8026 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134562536 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 8161 8026 112 243 0 7915 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32644

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26502
/proc/meminfo: memFree=1586608/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=37972 CPUtime=12.69
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 10580 0 0 0 1264 5 0 0 25 0 1 0 81810801 38883328 8850 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 9493 8850 119 243 0 9247 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37972

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26502
/proc/meminfo: memFree=1576056/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=48548 CPUtime=25.49
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 13272 0 0 0 2541 8 0 0 25 0 1 0 81810801 49713152 11542 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 12137 11542 119 243 0 11891 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48548

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26502
/proc/meminfo: memFree=1551608/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=72968 CPUtime=51.07
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 19443 0 0 0 5094 13 0 0 25 0 1 0 81810801 74719232 17713 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 18242 17713 119 243 0 17996 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 72968

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26502
/proc/meminfo: memFree=1533880/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=89940 CPUtime=102.26
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 24450 0 0 0 10207 19 0 0 25 0 1 0 81810801 92098560 22020 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 22485 22020 119 243 0 22239 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 89940

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26502
/proc/meminfo: memFree=1524472/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=99284 CPUtime=162.24
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 27494 0 0 0 16202 22 0 0 25 0 1 0 81810801 101666816 24352 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 24821 24352 119 243 0 24575 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 99284

[startup+222.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 26502
/proc/meminfo: memFree=1521400/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=102164 CPUtime=222.23
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 28983 0 0 0 22199 24 0 0 25 0 1 0 81810801 104615936 25110 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589762 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 25541 25110 119 243 0 25295 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 102164

[startup+282.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 26502
/proc/meminfo: memFree=1521016/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=102400 CPUtime=282.2
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 29821 0 0 0 28196 24 0 0 25 0 1 0 81810801 104857600 25190 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 25600 25190 119 243 0 25354 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 102400

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26502
/proc/meminfo: memFree=1513720/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=109828 CPUtime=342.19
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 32432 0 0 0 34192 27 0 0 25 0 1 0 81810801 112463872 27022 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 27457 27022 119 243 0 27211 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 109828

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26502
/proc/meminfo: memFree=1509944/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=113728 CPUtime=402.18
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 34167 0 0 0 40189 29 0 0 25 0 1 0 81810801 116457472 27953 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 28432 27953 119 243 0 28186 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 113728

[startup+462.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 26502
/proc/meminfo: memFree=1499256/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=124464 CPUtime=462.16
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 37669 0 0 0 46184 32 0 0 25 0 1 0 81810801 127451136 30621 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581078 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 31116 30621 119 243 0 30870 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 124464

[startup+522.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 26502
/proc/meminfo: memFree=1499000/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=124860 CPUtime=522.14
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 37753 0 0 0 52182 32 0 0 25 0 1 0 81810801 127856640 30705 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 31215 30705 119 243 0 30969 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 124860

[startup+582.302 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 26502
/proc/meminfo: memFree=1483320/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=140444 CPUtime=582.12
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 42514 0 0 0 58175 37 0 0 25 0 1 0 81810801 143814656 34607 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589771 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 35111 34607 119 243 0 34865 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 140444

[startup+642.302 s]
/proc/loadavg: 1.12 1.05 1.01 2/78 26502
/proc/meminfo: memFree=1464824/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=158792 CPUtime=642.11
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 47122 0 0 0 64168 43 0 0 25 0 1 0 81810801 162603008 39215 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 39698 39215 119 243 0 39452 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 158792


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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1187000/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=445476 CPUtime=4001.06
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 127802 0 0 0 399975 131 0 0 25 0 1 0 81810801 456167424 108559 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111369 108559 119 243 0 111123 0
Current children cumulated CPU time (s) 4001.06
Current children cumulated vsize (KiB) 445476

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1186872/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=445736 CPUtime=4061.06
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 127869 0 0 0 405974 132 0 0 25 0 1 0 81810801 456433664 108593 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111434 108593 119 243 0 111188 0
Current children cumulated CPU time (s) 4061.06
Current children cumulated vsize (KiB) 445736

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1186296/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=445736 CPUtime=4121.03
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 128007 0 0 0 411971 132 0 0 25 0 1 0 81810801 456433664 108731 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111434 108731 119 243 0 111188 0
Current children cumulated CPU time (s) 4121.03
Current children cumulated vsize (KiB) 445736

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1185464/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=445868 CPUtime=4181.02
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 128211 0 0 0 417969 133 0 0 25 0 1 0 81810801 456568832 108935 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111467 108935 119 243 0 111221 0
Current children cumulated CPU time (s) 4181.02
Current children cumulated vsize (KiB) 445868

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1184760/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=446252 CPUtime=4241
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 129889 0 0 0 423966 134 0 0 25 0 1 0 81810801 456962048 109122 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111563 109122 119 243 0 111317 0
Current children cumulated CPU time (s) 4241
Current children cumulated vsize (KiB) 446252

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1184696/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=446252 CPUtime=4300.98
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 129889 0 0 0 429964 134 0 0 25 0 1 0 81810801 456962048 109122 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590137 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111563 109122 119 243 0 111317 0
Current children cumulated CPU time (s) 4300.98
Current children cumulated vsize (KiB) 446252

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1184696/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=446252 CPUtime=4360.97
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 129889 0 0 0 435962 135 0 0 25 0 1 0 81810801 456962048 109122 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111563 109122 119 243 0 111317 0
Current children cumulated CPU time (s) 4360.97
Current children cumulated vsize (KiB) 446252

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1184824/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=446252 CPUtime=4420.95
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 129889 0 0 0 441960 135 0 0 25 0 1 0 81810801 456962048 109122 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589708 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111563 109122 119 243 0 111317 0
Current children cumulated CPU time (s) 4420.95
Current children cumulated vsize (KiB) 446252

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1184760/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=446252 CPUtime=4480.94
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 129890 0 0 0 447958 136 0 0 25 0 1 0 81810801 456962048 109123 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589771 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111563 109123 119 243 0 111317 0
Current children cumulated CPU time (s) 4480.94
Current children cumulated vsize (KiB) 446252

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1184760/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=446252 CPUtime=4540.91
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 129893 0 0 0 453955 136 0 0 25 0 1 0 81810801 456962048 109126 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111563 109126 119 243 0 111317 0
Current children cumulated CPU time (s) 4540.91
Current children cumulated vsize (KiB) 446252

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1184696/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=446252 CPUtime=4600.91
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 129893 0 0 0 459954 137 0 0 25 0 1 0 81810801 456962048 109126 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589676 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111563 109126 119 243 0 111317 0
Current children cumulated CPU time (s) 4600.91
Current children cumulated vsize (KiB) 446252

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1184632/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=446252 CPUtime=4660.88
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 129895 0 0 0 465951 137 0 0 25 0 1 0 81810801 456962048 109128 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111563 109128 119 243 0 111317 0
Current children cumulated CPU time (s) 4660.88
Current children cumulated vsize (KiB) 446252

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1184568/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=446252 CPUtime=4720.86
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 129897 0 0 0 471949 137 0 0 25 0 1 0 81810801 456962048 109130 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111563 109130 119 243 0 111317 0
Current children cumulated CPU time (s) 4720.86
Current children cumulated vsize (KiB) 446252

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1184248/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=446768 CPUtime=4780.85
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 129963 0 0 0 477947 138 0 0 25 0 1 0 81810801 457490432 109196 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589708 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111692 109196 119 243 0 111446 0
Current children cumulated CPU time (s) 4780.85
Current children cumulated vsize (KiB) 446768

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1183800/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=446768 CPUtime=4840.83
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 130078 0 0 0 483945 138 0 0 25 0 1 0 81810801 457490432 109311 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111692 109311 119 243 0 111446 0
Current children cumulated CPU time (s) 4840.83
Current children cumulated vsize (KiB) 446768

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1183352/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=446768 CPUtime=4900.82
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 130207 0 0 0 489943 139 0 0 25 0 1 0 81810801 457490432 109440 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589667 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 111692 109440 119 243 0 111446 0
Current children cumulated CPU time (s) 4900.82
Current children cumulated vsize (KiB) 446768

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1172152/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=457592 CPUtime=4960.8
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 133032 0 0 0 495938 142 0 0 25 0 1 0 81810801 468574208 112265 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589736 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 114398 112265 119 243 0 114152 0
Current children cumulated CPU time (s) 4960.8
Current children cumulated vsize (KiB) 457592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26702
/proc/meminfo: memFree=1163128/2055920 swapFree=4158476/4192956
[pid=26501] ppid=26499 vsize=466332 CPUtime=5000.09
/proc/26501/stat : 26501 (cmusat) R 26499 26501 26006 0 -1 4194304 136869 0 0 0 499864 145 0 0 25 0 1 0 81810801 477523968 114515 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/26501/statm: 116583 114515 119 243 0 116337 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 466332

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): 5001.68
CPU time (s): 5000.18
CPU user time (s): 4998.65
CPU system time (s): 1.53177
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 466332

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

runsolver used 6.28104 second user time and 11.7992 second system time

The end

Launcher Data (download as text)

Begin job on node45 on Sun Apr 22 19:20:52 UTC 2007

IDJOB= 369269
IDBENCH= 24670
IDSOLVER= 182
FILE ID= node45/369269-1177269651

PBS_JOBID= 4650675

Free space on /tmp= 66441 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/strips-gripper-18t35.sat05-1147.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/369269-1177269651/cmusat /tmp/evaluation/369269-1177269651/instance-369269-1177269651.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-369269-1177269651 -o ROOT/results/node45/solver-369269-1177269651 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/369269-1177269651/cmusat /tmp/evaluation/369269-1177269651/instance-369269-1177269651.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  15ed95b3a35c74d0cc5dd4986376305c

RANDOM SEED= 685509236

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node45.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.218
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.218
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:       1622352 kB
Buffers:         47812 kB
Cached:         293548 kB
SwapCached:      14960 kB
Active:         220596 kB
Inactive:       145036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622352 kB
SwapTotal:     4192956 kB
SwapFree:      4158476 kB
Dirty:            6528 kB
Writeback:           0 kB
Mapped:          32236 kB
Slab:            53472 kB
Committed_AS:  1282152 kB
PageTables:       1732 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= 66441 MiB

End job on node45 on Sun Apr 22 20:44:15 UTC 2007