Trace number 3286433

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Black Hole SAT 2011-03-08? (TO) 1300.06 1300.03

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-18-step16.cnf
MD5SUM9c65732a61d3ec133310ca49e4a37138
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.628
Satisfiable
(Un)Satisfiability was proved
Number of variables141856
Number of clauses2742601
Sum of the clauses size6209185
Maximum clause length1921
Minimum clause length1
Number of clauses of size 1456
Number of clauses of size 22663650
Number of clauses of size 311423
Number of clauses of size 47166
Number of clauses of size 54075
Number of clauses of size over 555831

Solver Data

3.39/3.45	c RESTART
50.50/50.53	c RESTART
78.99/79.00	c RESTART
101.59/101.61	c RESTART
134.39/134.42	c RESTART
145.49/145.54	c RESTART
226.89/226.96	c RESTART
232.49/232.55	c RESTART
239.39/239.44	c RESTART
265.29/265.30	c RESTART
271.60/271.66	c RESTART
282.49/282.56	c RESTART
290.19/290.30	c RESTART
291.99/292.01	c RESTART
300.69/300.72	c RESTART
348.79/348.84	c RESTART
441.00/441.01	c RESTART
462.70/462.73	c RESTART
468.20/468.24	c RESTART
473.60/473.60	c RESTART
481.20/481.21	c RESTART
487.00/487.02	c RESTART
503.20/503.22	c RESTART
580.81/580.80	c RESTART
586.11/586.15	c RESTART
618.22/618.29	c RESTART
629.31/629.36	c RESTART
650.61/650.60	c RESTART
666.81/666.87	c RESTART
687.91/687.98	c RESTART
714.92/714.95	c RESTART
759.61/759.60	c RESTART
763.71/763.77	c RESTART
765.41/765.44	c RESTART
822.41/822.45	c RESTART
828.71/828.73	c RESTART
844.21/844.26	c RESTART
850.91/850.91	c RESTART
1025.72/1025.71	c RESTART
1031.62/1031.69	c RESTART
1033.12/1033.14	c RESTART
1034.32/1034.36	c RESTART
1066.32/1066.31	c RESTART
1096.92/1096.95	c RESTART
1242.43/1242.43	c RESTART
1249.53/1249.56	c RESTART
1253.03/1253.05	c RESTART
1257.43/1257.47	c RESTART
1290.13/1290.18	c RESTART
1296.53/1296.56	c RESTART

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3286433-1303781287/watcher-3286433-1303781287 -o /tmp/evaluation-result-3286433-1303781287/solver-3286433-1303781287 -C 2400 -W 1300 -M 7680 saturn HOME/instance-3286433-1303781287.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.18 3.84 3.77 4/186 9340
/proc/meminfo: memFree=13915380/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=71360 CPUtime=0 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 2802 0 0 0 0 0 0 0 23 0 1 0 489729606 73072640 2744 33554432000 4194304 4210924 140736343893488 18446744073709551615 4206808 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 17840 2752 94 5 0 4464 0

[startup+0.00777606 s]
/proc/loadavg: 3.18 3.84 3.77 4/186 9340
/proc/meminfo: memFree=13915380/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=71360 CPUtime=0 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 3413 0 0 0 0 0 0 0 23 0 1 0 489729606 73072640 3356 33554432000 4194304 4210924 140736343893488 18446744073709551615 4201588 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 17840 3366 94 5 0 4464 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 71360

[startup+0.100767 s]
/proc/loadavg: 3.18 3.84 3.77 4/186 9340
/proc/meminfo: memFree=13915380/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=242800 CPUtime=0.09 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 11550 0 0 0 8 1 0 0 23 0 1 0 489729606 248627200 11492 33554432000 4194304 4210924 140736343893488 18446744073709551615 222921437893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 60700 11495 832 5 0 47324 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 242800

[startup+0.30073 s]
/proc/loadavg: 3.18 3.84 3.77 4/186 9340
/proc/meminfo: memFree=13915380/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=269868 CPUtime=0.29 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 22517 0 0 0 26 3 0 0 25 0 1 0 489729606 276344832 22402 33554432000 4194304 4210924 140736343893488 18446744073709551615 222921437893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 67467 22404 2681 5 0 54091 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 269868

[startup+0.700636 s]
/proc/loadavg: 3.18 3.84 3.77 4/186 9340
/proc/meminfo: memFree=13915380/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=349068 CPUtime=0.68 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 53934 0 0 0 61 7 0 0 25 0 1 0 489729606 357445632 53819 33554432000 4194304 4210924 140736343893488 18446744073709551615 4197908 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 87267 53822 6019 5 0 73891 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 349068

[startup+1.50049 s]
/proc/loadavg: 3.18 3.84 3.77 5/187 9341
/proc/meminfo: memFree=13327424/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=440412 CPUtime=1.49 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 109316 0 0 0 134 15 0 0 25 0 1 0 489729606 450981888 97234 33554432000 4194304 4210924 140736343893488 18446744073709551615 4204579 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 110103 97234 96 5 0 108574 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 440412

[startup+3.10023 s]
/proc/loadavg: 3.25 3.84 3.77 5/190 9347
/proc/meminfo: memFree=13066700/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=440544 CPUtime=3.09 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 109364 0 0 0 294 15 0 0 25 0 1 0 489729606 451117056 97275 33554432000 4194304 4210924 140736343893488 18446744073709551615 4207021 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 110136 97275 96 5 0 108607 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 440544

[startup+6.30061 s]
/proc/loadavg: 3.25 3.84 3.77 5/190 9347
/proc/meminfo: memFree=12312600/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=440676 CPUtime=6.29 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 109489 0 0 0 614 15 0 0 25 0 1 0 489729606 451252224 97351 33554432000 4194304 4210924 140736343893488 18446744073709551615 4206988 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 110169 97351 103 5 0 108640 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 440676

[startup+12.7005 s]
/proc/loadavg: 3.36 3.84 3.77 5/190 9347
/proc/meminfo: memFree=12317048/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=440808 CPUtime=12.69 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 109547 0 0 0 1254 15 0 0 25 0 1 0 489729606 451387392 97399 33554432000 4194304 4210924 140736343893488 18446744073709551615 4206988 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 110202 97399 103 5 0 108673 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 440808

[startup+25.5011 s]
/proc/loadavg: 3.46 3.85 3.77 5/190 9348
/proc/meminfo: memFree=12316252/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=441220 CPUtime=25.49 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 109748 0 0 0 2534 15 0 0 25 0 1 0 489729606 451809280 97582 33554432000 4194304 4210924 140736343893488 18446744073709551615 4199419 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 110305 97582 103 5 0 108776 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 441220

[startup+51.1004 s]
/proc/loadavg: 3.64 3.86 3.78 5/190 9348
/proc/meminfo: memFree=12313628/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=441356 CPUtime=51.09 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 109798 0 0 0 5094 15 0 0 25 0 1 0 489729606 451948544 97627 33554432000 4194304 4210924 140736343893488 18446744073709551615 4198592 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 110339 97627 103 5 0 108810 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 441356

[startup+102.307 s]
/proc/loadavg: 3.86 3.88 3.79 5/190 9350
/proc/meminfo: memFree=12302016/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=442296 CPUtime=102.3 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 110046 0 0 0 10215 15 0 0 25 0 1 0 489729606 452911104 97868 33554432000 4194304 4210924 140736343893488 18446744073709551615 4206988 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 110574 97868 104 5 0 109045 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 442296

[startup+162.301 s]
/proc/loadavg: 4.08 3.94 3.82 5/190 9351
/proc/meminfo: memFree=12297812/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=442712 CPUtime=162.29 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 110181 0 0 0 16214 15 0 0 25 0 1 0 489729606 453337088 98002 33554432000 4194304 4210924 140736343893488 18446744073709551615 4204579 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 110678 98002 104 5 0 109149 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 442712

[startup+222.301 s]
/proc/loadavg: 4.03 3.95 3.82 5/190 9353
/proc/meminfo: memFree=12296128/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=442712 CPUtime=222.3 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 110198 0 0 0 22215 15 0 0 25 0 1 0 489729606 453337088 98019 33554432000 4194304 4210924 140736343893488 18446744073709551615 4205010 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 110678 98019 104 5 0 109149 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 442712

[startup+282.301 s]
/proc/loadavg: 4.01 3.95 3.83 5/190 9354
/proc/meminfo: memFree=12291224/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=446932 CPUtime=282.29 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 111277 0 0 0 28214 15 0 0 25 0 1 0 489729606 457658368 99095 33554432000 4194304 4210924 140736343893488 18446744073709551615 4204590 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 111733 99095 104 5 0 110204 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 446932

[startup+342.301 s]
/proc/loadavg: 4.08 3.98 3.84 5/190 9356
/proc/meminfo: memFree=12278376/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=450588 CPUtime=342.29 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 112195 0 0 0 34214 15 0 0 25 0 1 0 489729606 461402112 100013 33554432000 4194304 4210924 140736343893488 18446744073709551615 4201755 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 112647 100013 104 5 0 111118 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 450588

[startup+402.301 s]
/proc/loadavg: 4.03 3.98 3.85 5/190 9358
/proc/meminfo: memFree=12273884/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=450704 CPUtime=402.3 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 112221 0 0 0 40215 15 0 0 25 0 1 0 489729606 461520896 100039 33554432000 4194304 4210924 140736343893488 18446744073709551615 4204590 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 112676 100039 104 5 0 111147 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 450704

[startup+462.301 s]
/proc/loadavg: 4.01 3.98 3.85 5/190 9359
/proc/meminfo: memFree=12271744/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=451144 CPUtime=462.3 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 112336 0 0 0 46215 15 0 0 25 0 1 0 489729606 461971456 100154 33554432000 4194304 4210924 140736343893488 18446744073709551615 4204579 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 112786 100154 104 5 0 111257 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 451144

[startup+522.301 s]
/proc/loadavg: 4.00 3.98 3.86 5/190 9361
/proc/meminfo: memFree=12269624/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=453080 CPUtime=522.3 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 112821 0 0 0 52215 15 0 0 25 0 1 0 489729606 463953920 100639 33554432000 4194304 4210924 140736343893488 18446744073709551615 4204579 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 113270 100639 104 5 0 111741 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 453080

[startup+582.301 s]
/proc/loadavg: 4.00 3.98 3.86 5/190 9362
/proc/meminfo: memFree=12266060/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=453080 CPUtime=582.31 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 112821 0 0 0 58215 16 0 0 25 0 1 0 489729606 463953920 100639 33554432000 4194304 4210924 140736343893488 18446744073709551615 4204579 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 113270 100639 104 5 0 111741 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 453080

[startup+642.301 s]
/proc/loadavg: 4.00 3.98 3.87 5/190 9364
/proc/meminfo: memFree=12258644/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=453080 CPUtime=642.32 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 112821 0 0 0 64216 16 0 0 25 0 1 0 489729606 463953920 100639 33554432000 4194304 4210924 140736343893488 18446744073709551615 4207023 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 113270 100639 104 5 0 111741 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 453080

[startup+702.301 s]
/proc/loadavg: 4.11 4.01 3.89 5/190 9366
/proc/meminfo: memFree=12255036/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=454176 CPUtime=702.31 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 113104 0 0 0 70215 16 0 0 25 0 1 0 489729606 465076224 100922 33554432000 4194304 4210924 140736343893488 18446744073709551615 4204590 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 113544 100922 104 5 0 112015 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 454176

[startup+762.307 s]
/proc/loadavg: 4.04 4.00 3.89 5/190 9367
/proc/meminfo: memFree=12252352/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=455780 CPUtime=762.32 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 113495 0 0 0 76216 16 0 0 25 0 1 0 489729606 466718720 101313 33554432000 4194304 4210924 140736343893488 18446744073709551615 4198608 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 113945 101313 104 5 0 112416 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 455780

[startup+822.301 s]
/proc/loadavg: 4.01 4.00 3.90 5/190 9369
/proc/meminfo: memFree=12243040/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=462392 CPUtime=822.31 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 115158 0 0 0 82215 16 0 0 25 0 1 0 489729606 473489408 102976 33554432000 4194304 4210924 140736343893488 18446744073709551615 4200055 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 115598 102976 104 5 0 114069 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 462392

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 9370
/proc/meminfo: memFree=12242160/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=462540 CPUtime=882.32 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 115205 0 0 0 88216 16 0 0 25 0 1 0 489729606 473640960 103023 33554432000 4194304 4210924 140736343893488 18446744073709551615 4204590 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 115635 103023 104 5 0 114106 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 462540

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9372
/proc/meminfo: memFree=12241776/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=462540 CPUtime=942.32 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 115205 0 0 0 94216 16 0 0 25 0 1 0 489729606 473640960 103023 33554432000 4194304 4210924 140736343893488 18446744073709551615 4198608 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 115635 103023 104 5 0 114106 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 462540

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9374
/proc/meminfo: memFree=12240780/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=462540 CPUtime=1002.32 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 115205 0 0 0 100216 16 0 0 25 0 1 0 489729606 473640960 103023 33554432000 4194304 4210924 140736343893488 18446744073709551615 4206994 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 115635 103023 104 5 0 114106 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 462540

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9375
/proc/meminfo: memFree=12238652/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=462540 CPUtime=1062.32 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 115205 0 0 0 106216 16 0 0 25 0 1 0 489729606 473640960 103023 33554432000 4194304 4210924 140736343893488 18446744073709551615 4198608 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 115635 103023 104 5 0 114106 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 462540

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9377
/proc/meminfo: memFree=12236276/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=463184 CPUtime=1122.32 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 115374 0 0 0 112216 16 0 0 25 0 1 0 489729606 474300416 103192 33554432000 4194304 4210924 140736343893488 18446744073709551615 4200055 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 115796 103192 104 5 0 114267 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 463184

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9378
/proc/meminfo: memFree=12235260/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=463680 CPUtime=1182.32 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 115466 0 0 0 118216 16 0 0 25 0 1 0 489729606 474808320 103284 33554432000 4194304 4210924 140736343893488 18446744073709551615 4201865 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 115920 103284 104 5 0 114391 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 463680

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9380
/proc/meminfo: memFree=12233508/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=463596 CPUtime=1242.33 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 115475 0 0 0 124217 16 0 0 25 0 1 0 489729606 474722304 103293 33554432000 4194304 4210924 140736343893488 18446744073709551615 4207055 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 115899 103293 104 5 0 114370 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 463596



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.01 3.91 3/187 9384
/proc/meminfo: memFree=12676568/32951124 swapFree=67111528/67111528
[pid=9340] ppid=9338 vsize=464736 CPUtime=1300.03 cores=4,6
/proc/9340/stat : 9340 (saturn) R 9338 9340 9286 0 -1 4202496 115730 0 0 0 129987 16 0 0 25 0 1 0 489729606 475889664 103548 33554432000 4194304 4210924 140736343893488 18446744073709551615 4206991 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/9340/statm: 116184 103548 104 5 0 114655 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 464736

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): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.88
CPU system time (s): 0.184971
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 468132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.184971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115730
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= 3
involuntary context switches= 2431

runsolver used 2.25466 second user time and 4.85826 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-26 03:28:09
IDJOB=3286433
IDBENCH=82425
IDSOLVER=1583
FILE ID=node109/3286433-1303781287
RUNJOBID= node109-1303781287-9305
PBS_JOBID= 13157223
Free space on /tmp= 71836 MiB

SOLVER NAME= Black Hole SAT 2011-03-08
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-18-step16.cnf
COMMAND LINE= saturn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286433-1303781287/watcher-3286433-1303781287 -o /tmp/evaluation-result-3286433-1303781287/solver-3286433-1303781287 -C 2400 -W 1300 -M 7680  saturn HOME/instance-3286433-1303781287.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 9c65732a61d3ec133310ca49e4a37138
RANDOM SEED=1191237825

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13916156 kB
Buffers:       2118828 kB
Cached:       16181852 kB
SwapCached:          0 kB
Active:       10063844 kB
Inactive:      8388628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13916156 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          146836 kB
Writeback:           0 kB
AnonPages:      151372 kB
Mapped:          17872 kB
Slab:           515848 kB
PageTables:       5324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   456152 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71828 MiB
End job on node109 at 2011-04-26 03:49:51