Trace number 334383

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.08 1200.96

General information on the benchmark

Namecrafted/Hard/contest04/others/
CompositeRSA576.sat05-509.reshuffled-07.cnf
MD5SUM19fdeefb726e073f5c825136ceaf9e1b
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 variables166463
Number of clauses1654558
Sum of the clauses size7441050
Maximum clause length5
Minimum clause length1
Number of clauses of size 1866
Number of clauses of size 2165884
Number of clauses of size 3165312
Number of clauses of size 40
Number of clauses of size 51322496
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  166463                                               |
7.99/8.01	c |  Number of clauses:    1654558                                              |

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/node13/watcher-334383-1173568587 -o ROOT/results/node13/solver-334383-1173568587 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334383-1173568587/cmusat /tmp/evaluation/334383-1173568587/instance-334383-1173568587.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.93 0.97 0.99 3/77 31956
/proc/meminfo: memFree=1408320/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=2936 CPUtime=0
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 590 0 0 0 0 0 0 0 18 0 1 0 376814010 3006464 573 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135153225 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 802 579 95 243 0 556 0

[startup+0.039699 s]
/proc/loadavg: 0.93 0.97 0.99 3/77 31956
/proc/meminfo: memFree=1408320/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=14972 CPUtime=0.03
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 2871 0 0 0 2 1 0 0 18 0 1 0 376814010 15331328 2828 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134525958 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 3743 2830 95 243 0 3497 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14972

[startup+0.101706 s]
/proc/loadavg: 0.93 0.97 0.99 3/77 31956
/proc/meminfo: memFree=1408320/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=23872 CPUtime=0.09
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 4680 0 0 0 7 2 0 0 18 0 1 0 376814010 24444928 4637 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 5968 4637 96 243 0 5722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23872

[startup+0.301733 s]
/proc/loadavg: 0.93 0.97 0.99 3/77 31956
/proc/meminfo: memFree=1408320/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=28288 CPUtime=0.29
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 5792 0 0 0 27 2 0 0 19 0 1 0 376814010 28966912 5749 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 7072 5749 96 243 0 6826 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28288

[startup+0.701786 s]
/proc/loadavg: 0.93 0.97 0.99 3/77 31956
/proc/meminfo: memFree=1408320/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=35364 CPUtime=0.69
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 7468 0 0 0 66 3 0 0 23 0 1 0 376814010 36212736 7425 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 8841 7425 96 243 0 8595 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35364

[startup+1.50189 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1375672/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=48500 CPUtime=1.49
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 10560 0 0 0 144 5 0 0 25 0 1 0 376814010 49664000 10517 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135095640 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 12125 10517 96 243 0 11879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48500

[startup+3.1011 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1359288/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=70896 CPUtime=3.09
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 16355 0 0 0 299 10 0 0 25 0 1 0 376814010 72597504 16312 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 17724 16312 96 243 0 17478 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70896

[startup+6.30253 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1311288/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=120732 CPUtime=6.29
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 28225 0 0 0 611 18 0 0 25 0 1 0 376814010 123629568 28182 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134532034 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 30183 28182 96 243 0 29937 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120732

[startup+12.7014 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1268792/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=151508 CPUtime=12.69
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 35357 0 0 0 1247 22 0 0 25 0 1 0 376814010 155144192 35314 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530801 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 37877 35314 106 243 0 37631 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 151508

[startup+25.5011 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1264120/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=156392 CPUtime=25.48
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 36506 0 0 0 2525 23 0 0 25 0 1 0 376814010 160145408 36463 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 39098 36463 106 243 0 38852 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 156392

[startup+51.1015 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1232632/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=199688 CPUtime=51.06
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 55839 0 0 0 5076 30 0 0 25 0 1 0 376814010 204480512 44278 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 49922 44278 112 243 0 49676 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 199688

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1232504/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=199688 CPUtime=102.23
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 55925 0 0 0 10192 31 0 0 25 0 1 0 376814010 204480512 44364 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 49922 44364 119 243 0 49676 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 199688

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1228856/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=203252 CPUtime=162.19
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 56849 0 0 0 16187 32 0 0 25 0 1 0 376814010 208130048 45288 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 50813 45288 119 243 0 50567 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 203252

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1222712/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=209196 CPUtime=222.13
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 58390 0 0 0 22179 34 0 0 25 0 1 0 376814010 214216704 46829 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134592013 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 52299 46829 119 243 0 52053 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 209196

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1210104/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=221740 CPUtime=282.1
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 61590 0 0 0 28172 38 0 0 25 0 1 0 376814010 227061760 50029 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 55435 50029 119 243 0 55189 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 221740

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1194808/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=236528 CPUtime=342.07
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 65361 0 0 0 34165 42 0 0 25 0 1 0 376814010 242204672 53800 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 59132 53800 119 243 0 58886 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 236528

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1183800/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=247792 CPUtime=402.01
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 68199 0 0 0 40157 44 0 0 25 0 1 0 376814010 253739008 56638 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 61948 56638 119 243 0 61702 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 247792

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1171960/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=259308 CPUtime=461.98
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 71103 0 0 0 46151 47 0 0 25 0 1 0 376814010 265531392 59542 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589563 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 64827 59542 119 243 0 64581 0
Current children cumulated CPU time (s) 461.98
Current children cumulated vsize (KiB) 259308

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1160632/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=270264 CPUtime=521.95
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 73914 0 0 0 52145 50 0 0 25 0 1 0 376814010 276750336 62353 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 67566 62353 119 243 0 67320 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 270264

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1149368/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=281092 CPUtime=581.9
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 76712 0 0 0 58136 54 0 0 25 0 1 0 376814010 287838208 65151 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589705 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 70273 65151 119 243 0 70027 0
Current children cumulated CPU time (s) 581.9
Current children cumulated vsize (KiB) 281092

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1140088/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=289964 CPUtime=641.85
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 78999 0 0 0 64129 56 0 0 25 0 1 0 376814010 296923136 67438 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134591993 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 72491 67438 119 243 0 72245 0
Current children cumulated CPU time (s) 641.85
Current children cumulated vsize (KiB) 289964

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1130232/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=299752 CPUtime=701.81
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 81477 0 0 0 70122 59 0 0 25 0 1 0 376814010 306946048 69916 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589563 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 74938 69916 119 243 0 74692 0
Current children cumulated CPU time (s) 701.81
Current children cumulated vsize (KiB) 299752

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1125432/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=304408 CPUtime=761.77
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 82672 0 0 0 76117 60 0 0 25 0 1 0 376814010 311713792 71111 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 76102 71111 119 243 0 75856 0
Current children cumulated CPU time (s) 761.77
Current children cumulated vsize (KiB) 304408

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1120248/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=309744 CPUtime=821.72
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 83987 0 0 0 82110 62 0 0 25 0 1 0 376814010 317177856 72426 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134590157 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 77436 72426 119 243 0 77190 0
Current children cumulated CPU time (s) 821.72
Current children cumulated vsize (KiB) 309744

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1114744/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=315092 CPUtime=881.68
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 85336 0 0 0 88105 63 0 0 25 0 1 0 376814010 322654208 73775 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 78773 73775 119 243 0 78527 0
Current children cumulated CPU time (s) 881.68
Current children cumulated vsize (KiB) 315092

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1109880/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=320032 CPUtime=941.64
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 86576 0 0 0 94100 64 0 0 25 0 1 0 376814010 327712768 75015 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134590282 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 80008 75015 119 243 0 79762 0
Current children cumulated CPU time (s) 941.64
Current children cumulated vsize (KiB) 320032

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1104824/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=325080 CPUtime=1001.59
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 87833 0 0 0 100094 65 0 0 25 0 1 0 376814010 332881920 76272 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 81270 76272 119 243 0 81024 0
Current children cumulated CPU time (s) 1001.59
Current children cumulated vsize (KiB) 325080

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1097720/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=332248 CPUtime=1061.55
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 89664 0 0 0 106087 68 0 0 25 0 1 0 376814010 340221952 78103 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 83062 78103 119 243 0 82816 0
Current children cumulated CPU time (s) 1061.55
Current children cumulated vsize (KiB) 332248

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1090680/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=338924 CPUtime=1121.5
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 91373 0 0 0 112081 69 0 0 25 0 1 0 376814010 347058176 79812 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 84731 79812 119 243 0 84485 0
Current children cumulated CPU time (s) 1121.5
Current children cumulated vsize (KiB) 338924

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1077112/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=352460 CPUtime=1181.42
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 94773 0 0 0 118068 74 0 0 25 0 1 0 376814010 360919040 83212 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 88115 83212 119 243 0 87869 0
Current children cumulated CPU time (s) 1181.42
Current children cumulated vsize (KiB) 352460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1072440/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=356968 CPUtime=1200.02
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 95892 0 0 0 119927 75 0 0 25 0 1 0 376814010 365535232 84331 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 89242 84331 119 243 0 88996 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 356968

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

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

[startup+1200.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 31957
/proc/meminfo: memFree=1072440/2055920 swapFree=4158920/4192956
[pid=31956] ppid=31954 vsize=356968 CPUtime=1200.02
/proc/31956/stat : 31956 (cmusat) R 31954 31956 30853 0 -1 4194304 95892 0 0 0 119927 75 0 0 25 0 1 0 376814010 365535232 84331 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 0 0 0
/proc/31956/statm: 89242 84331 119 243 0 88996 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 356968

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.96
CPU time (s): 1200.08
CPU user time (s): 1199.27
CPU system time (s): 0.806877
CPU usage (%): 99.927
Max. virtual memory (cumulated for all children) (KiB): 356968

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

runsolver used 1.16282 second user time and 3.21451 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Mar 10 23:16:36 UTC 2007

IDJOB= 334383
IDBENCH= 24626
IDSOLVER= 121
FILE ID= node13/334383-1173568587

PBS_JOBID= 4101185

Free space on /tmp= 66268 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/CompositeRSA576.sat05-509.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334383-1173568587/cmusat /tmp/evaluation/334383-1173568587/instance-334383-1173568587.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-334383-1173568587 -o ROOT/results/node13/solver-334383-1173568587 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334383-1173568587/cmusat /tmp/evaluation/334383-1173568587/instance-334383-1173568587.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  19fdeefb726e073f5c825136ceaf9e1b

RANDOM SEED= 689361980

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1409752 kB
Buffers:         50364 kB
Cached:         503788 kB
SwapCached:       2156 kB
Active:         317800 kB
Inactive:       259288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1409752 kB
SwapTotal:     4192956 kB
SwapFree:      4158920 kB
Dirty:           55444 kB
Writeback:           0 kB
Mapped:          30924 kB
Slab:            54620 kB
Committed_AS:  1627712 kB
PageTables:       1744 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= 66268 MiB

End job on node13 on Sat Mar 10 23:36:38 UTC 2007