Trace number 334677

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.11 1200.45

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l2.used-as.sat04-894.sat05-4188.reshuffled-07.cnf
MD5SUM7b512e3533a048c6d67b6f8a4c658d50
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 variables16476
Number of clauses2507763
Sum of the clauses size5027938
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505731
Number of clauses of size 30
Number of clauses of size 415
Number of clauses of size 59
Number of clauses of size over 52008

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  16476                                                |
3.30/3.33	c |  Number of clauses:    2507763                                              |

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/node19/watcher-334677-1173586942 -o ROOT/results/node19/solver-334677-1173586942 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334677-1173586942/cmusat /tmp/evaluation/334677-1173586942/instance-334677-1173586942.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.99 0.97 0.99 3/77 6756
/proc/meminfo: memFree=1545904/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=2936 CPUtime=0
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 581 0 0 0 0 0 0 0 18 0 1 0 378648782 3006464 564 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134549008 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 734 565 95 243 0 488 0

[startup+0.080609 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 6756
/proc/meminfo: memFree=1545904/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=7044 CPUtime=0.06
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 1557 0 0 0 6 0 0 0 18 0 1 0 378648782 7213056 1523 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 1761 1524 96 243 0 1515 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7044

[startup+0.101611 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 6756
/proc/meminfo: memFree=1545904/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=7944 CPUtime=0.09
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 1745 0 0 0 9 0 0 0 18 0 1 0 378648782 8134656 1711 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 1986 1711 96 243 0 1740 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7944

[startup+0.301632 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 6756
/proc/meminfo: memFree=1545904/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=14780 CPUtime=0.29
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 3504 0 0 0 28 1 0 0 19 0 1 0 378648782 15134720 3470 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 3695 3471 96 243 0 3449 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14780

[startup+0.701675 s]
/proc/loadavg: 0.99 0.97 0.99 3/77 6756
/proc/meminfo: memFree=1545904/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=31300 CPUtime=0.69
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 7239 0 0 0 66 3 0 0 23 0 1 0 378648782 32051200 7205 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134531925 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 7825 7205 96 243 0 7579 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31300

[startup+1.50176 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1505768/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=64136 CPUtime=1.49
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 14919 0 0 0 141 8 0 0 25 0 1 0 378648782 65675264 14885 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 16034 14885 96 243 0 15788 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64136

[startup+3.10194 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1462824/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=123352 CPUtime=3.09
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 30589 0 0 0 292 17 0 0 25 0 1 0 378648782 126312448 30555 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 30838 30555 96 243 0 30592 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123352

[startup+6.30128 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1415592/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=139048 CPUtime=6.29
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 32559 0 0 0 611 18 0 0 25 0 1 0 378648782 142385152 32525 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530504 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 34762 32525 106 243 0 34516 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139048

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1415592/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=139048 CPUtime=12.69
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 32559 0 0 0 1251 18 0 0 25 0 1 0 378648782 142385152 32525 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530504 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 34762 32525 106 243 0 34516 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 139048

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1415656/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=139048 CPUtime=25.48
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 32559 0 0 0 2530 18 0 0 25 0 1 0 378648782 142385152 32525 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530549 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 34762 32525 106 243 0 34516 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 139048

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1415784/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=139048 CPUtime=51.08
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 32559 0 0 0 5089 19 0 0 25 0 1 0 378648782 142385152 32525 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 34762 32525 106 243 0 34516 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 139048

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1324648/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=231872 CPUtime=102.26
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 55344 0 0 0 10197 29 0 0 25 0 1 0 378648782 237436928 55310 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134531005 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 57968 55310 107 243 0 57722 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 231872

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1316840/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=233720 CPUtime=162.24
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 57290 0 0 0 16192 32 0 0 25 0 1 0 378648782 239329280 57256 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134530549 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 58430 57256 107 243 0 58184 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 233720

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1268776/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=222.23
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99197 0 0 0 22176 47 0 0 25 0 1 0 378648782 343519232 69243 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69243 119 243 0 83621 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 335468

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1268584/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=282.21
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99243 0 0 0 28173 48 0 0 25 0 1 0 378648782 343519232 69289 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69289 119 243 0 83621 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 335468

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1268392/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=342.19
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99279 0 0 0 34171 48 0 0 25 0 1 0 378648782 343519232 69325 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69325 119 243 0 83621 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 335468

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1268264/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=402.18
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99312 0 0 0 40169 49 0 0 25 0 1 0 378648782 343519232 69358 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589526 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69358 119 243 0 83621 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 335468

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 3/78 6757
/proc/meminfo: memFree=1268200/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=462.15
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99345 0 0 0 46166 49 0 0 25 0 1 0 378648782 343519232 69391 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69391 119 243 0 83621 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 335468

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1268072/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=522.14
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99378 0 0 0 52164 50 0 0 25 0 1 0 378648782 343519232 69424 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69424 119 243 0 83621 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 335468

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1267944/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=582.13
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99408 0 0 0 58162 51 0 0 25 0 1 0 378648782 343519232 69454 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69454 119 243 0 83621 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 335468

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1267816/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=642.11
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99435 0 0 0 64160 51 0 0 25 0 1 0 378648782 343519232 69481 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69481 119 243 0 83621 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 335468

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1267624/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=702.09
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99476 0 0 0 70157 52 0 0 25 0 1 0 378648782 343519232 69522 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134590157 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69522 119 243 0 83621 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 335468

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1267368/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=762.07
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99534 0 0 0 76155 52 0 0 25 0 1 0 378648782 343519232 69580 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134592868 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69580 119 243 0 83621 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 335468

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1267304/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=822.06
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99577 0 0 0 82153 53 0 0 25 0 1 0 378648782 343519232 69623 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69623 119 243 0 83621 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 335468

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1267176/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=882.04
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99603 0 0 0 88150 54 0 0 25 0 1 0 378648782 343519232 69649 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69649 119 243 0 83621 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 335468

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1267048/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=942.02
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99630 0 0 0 94148 54 0 0 25 0 1 0 378648782 343519232 69676 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69676 119 243 0 83621 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 335468

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1266984/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=1002.01
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99654 0 0 0 100146 55 0 0 25 0 1 0 378648782 343519232 69700 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589536 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69700 119 243 0 83621 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 335468

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1266856/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=1061.99
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99678 0 0 0 106144 55 0 0 25 0 1 0 378648782 343519232 69724 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69724 119 243 0 83621 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 335468

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1266792/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=1121.97
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99702 0 0 0 112141 56 0 0 25 0 1 0 378648782 343519232 69748 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69748 119 243 0 83621 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 335468

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1266664/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=1181.95
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99727 0 0 0 118139 56 0 0 25 0 1 0 378648782 343519232 69773 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589526 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69773 119 243 0 83621 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 335468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6757
/proc/meminfo: memFree=1266664/2055920 swapFree=4169404/4192956
[pid=6756] ppid=6754 vsize=335468 CPUtime=1200.05
/proc/6756/stat : 6756 (cmusat) R 6754 6756 6346 0 -1 4194304 99735 0 0 0 119949 56 0 0 25 0 1 0 378648782 343519232 69781 18446744073709551615 134512640 135508737 4294956704 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/6756/statm: 83867 69781 119 243 0 83621 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 335468

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.11
CPU user time (s): 1199.49
CPU system time (s): 0.613906
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 335468

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

runsolver used 1.41078 second user time and 2.94655 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sun Mar 11 04:22:28 UTC 2007

IDJOB= 334677
IDBENCH= 24633
IDSOLVER= 121
FILE ID= node19/334677-1173586942

PBS_JOBID= 4101223

Free space on /tmp= 66522 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l2.used-as.sat04-894.sat05-4188.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334677-1173586942/cmusat /tmp/evaluation/334677-1173586942/instance-334677-1173586942.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-334677-1173586942 -o ROOT/results/node19/solver-334677-1173586942 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334677-1173586942/cmusat /tmp/evaluation/334677-1173586942/instance-334677-1173586942.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  7b512e3533a048c6d67b6f8a4c658d50

RANDOM SEED= 510670549

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1546376 kB
Buffers:         44632 kB
Cached:         381736 kB
SwapCached:       2440 kB
Active:         331740 kB
Inactive:       117384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1546376 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:           36064 kB
Writeback:           0 kB
Mapped:          30120 kB
Slab:            46008 kB
Committed_AS:  1434044 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= 66522 MiB

End job on node19 on Sun Mar 11 04:42:30 UTC 2007