Trace number 3280683

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.02

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark229.736
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

Solver Data

17.88/17.99	c RESTART
35.19/35.28	c RESTART
49.49/49.50	c RESTART
74.58/74.65	c RESTART
109.08/109.16	c RESTART
136.68/136.73	c RESTART
157.09/157.14	c RESTART
177.39/177.44	c RESTART
200.99/201.06	c RESTART
218.79/218.82	c RESTART
236.90/237.00	c RESTART
256.60/256.62	c RESTART
273.20/273.26	c RESTART
282.50/282.57	c RESTART
287.00/287.00	c RESTART
302.41/302.43	c RESTART
308.00/308.08	c RESTART
327.00/327.01	c RESTART
352.50/352.57	c RESTART
375.20/375.23	c RESTART
389.90/389.99	c RESTART
403.50/403.51	c RESTART
418.01/418.01	c RESTART
435.20/435.23	c RESTART
455.41/455.46	c RESTART
473.10/473.15	c RESTART
495.70/495.78	c RESTART
509.60/509.62	c RESTART
527.80/527.86	c RESTART
547.71/547.71	c RESTART
572.31/572.34	c RESTART
598.21/598.26	c RESTART
623.71/623.74	c RESTART
640.11/640.14	c RESTART
656.01/656.01	c RESTART
677.31/677.35	c RESTART
693.41/693.46	c RESTART
709.11/709.12	c RESTART
721.71/721.73	c RESTART
733.62/733.65	c RESTART
752.42/752.46	c RESTART
771.12/771.17	c RESTART
786.61/786.67	c RESTART
797.81/797.87	c RESTART
816.81/816.82	c RESTART
831.91/831.94	c RESTART
852.42/852.41	c RESTART
861.22/861.28	c RESTART
874.42/874.49	c RESTART
886.11/886.16	c RESTART
912.21/912.26	c RESTART
932.72/932.76	c RESTART
964.42/964.44	c RESTART
1002.82/1002.88	c RESTART
1042.12/1042.14	c RESTART
1058.72/1058.71	c RESTART
1072.43/1072.41	c RESTART
1118.82/1118.85	c RESTART
1129.92/1129.99	c RESTART
1147.92/1147.94	c RESTART
1177.92/1177.90	c RESTART
1218.83/1218.82	c RESTART
1249.03/1249.07	c RESTART
1271.73/1271.74	c RESTART
1292.93/1292.94	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-3280683-1303749649/watcher-3280683-1303749649 -o /tmp/evaluation-result-3280683-1303749649/solver-3280683-1303749649 -C 2400 -W 1300 -M 7680 saturn HOME/instance-3280683-1303749649.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: 0.94 2.06 2.68 5/189 29698
/proc/meminfo: memFree=16851400/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=53680 CPUtime=0 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 565195592 54968320 269 33554432000 4194304 4210924 140733601548304 18446744073709551615 260020089949 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 13420 283 81 5 0 5005 0

[startup+0.058638 s]
/proc/loadavg: 0.94 2.06 2.68 5/189 29698
/proc/meminfo: memFree=16851400/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=198472 CPUtime=0.04 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 17416 0 0 0 2 2 0 0 21 0 1 0 565195592 203235328 17354 33554432000 4194304 4210924 140733601548304 18446744073709551615 260020056773 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 49618 17356 227 5 0 41203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 198472

[startup+0.10062 s]
/proc/loadavg: 0.94 2.06 2.68 5/189 29698
/proc/meminfo: memFree=16851400/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=206524 CPUtime=0.08 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 20638 0 0 0 6 2 0 0 21 0 1 0 565195592 211480576 20576 33554432000 4194304 4210924 140733601548304 18446744073709551615 260020056773 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 51631 20579 585 5 0 43216 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 206524

[startup+0.300586 s]
/proc/loadavg: 0.94 2.06 2.68 5/189 29698
/proc/meminfo: memFree=16851400/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=242956 CPUtime=0.29 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 35260 0 0 0 25 4 0 0 22 0 1 0 565195592 248786944 35198 33554432000 4194304 4210924 140733601548304 18446744073709551615 260020056773 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 60739 35200 2306 5 0 52324 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 242956

[startup+0.700519 s]
/proc/loadavg: 0.94 2.06 2.68 5/189 29698
/proc/meminfo: memFree=16851400/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=314500 CPUtime=0.69 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 64123 0 0 0 62 7 0 0 23 0 1 0 565195592 322048000 64061 33554432000 4194304 4210924 140733601548304 18446744073709551615 260020056773 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78625 64065 5816 5 0 70210 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 314500

[startup+1.50036 s]
/proc/loadavg: 0.94 2.06 2.68 5/190 29699
/proc/meminfo: memFree=16349568/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=310980 CPUtime=1.48 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 76540 0 0 0 140 8 0 0 25 0 1 0 565195592 318443520 68601 33554432000 4194304 4210924 140733601548304 18446744073709551615 4206973 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 77745 68602 96 5 0 76216 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 310980

[startup+3.10108 s]
/proc/loadavg: 0.94 2.06 2.68 5/190 29699
/proc/meminfo: memFree=16342624/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=310980 CPUtime=3.08 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 76691 0 0 0 300 8 0 0 25 0 1 0 565195592 318443520 68752 33554432000 4194304 4210924 140733601548304 18446744073709551615 4198612 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 77745 68752 96 5 0 76216 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 310980

[startup+6.30048 s]
/proc/loadavg: 1.26 2.11 2.69 5/190 29699
/proc/meminfo: memFree=16339068/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=310980 CPUtime=6.28 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 76695 0 0 0 620 8 0 0 25 0 1 0 565195592 318443520 68756 33554432000 4194304 4210924 140733601548304 18446744073709551615 4204579 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 77745 68756 96 5 0 76216 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 310980

[startup+12.7003 s]
/proc/loadavg: 1.48 2.14 2.70 5/190 29699
/proc/meminfo: memFree=16337852/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=310980 CPUtime=12.68 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 76699 0 0 0 1260 8 0 0 25 0 1 0 565195592 318443520 68760 33554432000 4194304 4210924 140733601548304 18446744073709551615 4206988 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 77745 68760 96 5 0 76216 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 310980

[startup+25.501 s]
/proc/loadavg: 2.04 2.23 2.72 5/190 29700
/proc/meminfo: memFree=16337988/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=310980 CPUtime=25.48 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 76712 0 0 0 2540 8 0 0 25 0 1 0 565195592 318443520 68773 33554432000 4194304 4210924 140733601548304 18446744073709551615 4206489 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 77745 68773 102 5 0 76216 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 310980

[startup+51.1002 s]
/proc/loadavg: 2.71 2.37 2.75 5/190 29700
/proc/meminfo: memFree=16337124/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=311112 CPUtime=51.08 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 76746 0 0 0 5100 8 0 0 25 0 1 0 565195592 318578688 68807 33554432000 4194304 4210924 140733601548304 18446744073709551615 4204579 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 77778 68807 102 5 0 76249 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 311112

[startup+102.307 s]
/proc/loadavg: 3.44 2.62 2.82 5/190 29702
/proc/meminfo: memFree=16332220/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=311112 CPUtime=102.29 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 76790 0 0 0 10221 8 0 0 25 0 1 0 565195592 318578688 68851 33554432000 4194304 4210924 140733601548304 18446744073709551615 4206988 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 77778 68851 102 5 0 76249 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 311112

[startup+162.301 s]
/proc/loadavg: 3.79 2.87 2.89 5/190 29703
/proc/meminfo: memFree=16329324/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=311112 CPUtime=162.29 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 76790 0 0 0 16221 8 0 0 25 0 1 0 565195592 318578688 68851 33554432000 4194304 4210924 140733601548304 18446744073709551615 4206988 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 77778 68851 102 5 0 76249 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 311112

[startup+222.301 s]
/proc/loadavg: 3.92 3.07 2.95 5/190 29705
/proc/meminfo: memFree=16326904/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=311244 CPUtime=222.29 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 76807 0 0 0 22221 8 0 0 25 0 1 0 565195592 318713856 68868 33554432000 4194304 4210924 140733601548304 18446744073709551615 4206991 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 77811 68868 102 5 0 76282 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 311244

[startup+282.301 s]
/proc/loadavg: 3.97 3.24 3.02 5/190 29706
/proc/meminfo: memFree=16325260/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=311376 CPUtime=282.3 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 76857 0 0 0 28221 9 0 0 25 0 1 0 565195592 318849024 68918 33554432000 4194304 4210924 140733601548304 18446744073709551615 4198726 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 77844 68918 102 5 0 76315 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 311376

[startup+342.301 s]
/proc/loadavg: 4.04 3.39 3.08 5/190 29708
/proc/meminfo: memFree=16320132/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=312828 CPUtime=342.3 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77218 0 0 0 34221 9 0 0 25 0 1 0 565195592 320335872 69279 33554432000 4194304 4210924 140733601548304 18446744073709551615 4207051 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78207 69279 102 5 0 76678 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 312828

[startup+402.301 s]
/proc/loadavg: 4.01 3.50 3.13 5/190 29710
/proc/meminfo: memFree=16318384/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=312828 CPUtime=402.3 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77218 0 0 0 40221 9 0 0 25 0 1 0 565195592 320335872 69279 33554432000 4194304 4210924 140733601548304 18446744073709551615 4198608 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78207 69279 102 5 0 76678 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 312828

[startup+462.301 s]
/proc/loadavg: 4.00 3.59 3.19 5/190 29711
/proc/meminfo: memFree=16316752/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=312828 CPUtime=462.3 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77218 0 0 0 46221 9 0 0 25 0 1 0 565195592 320335872 69279 33554432000 4194304 4210924 140733601548304 18446744073709551615 4198564 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78207 69279 102 5 0 76678 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 312828

[startup+522.301 s]
/proc/loadavg: 4.05 3.67 3.24 5/190 29713
/proc/meminfo: memFree=16314748/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=312828 CPUtime=522.3 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77218 0 0 0 52221 9 0 0 25 0 1 0 565195592 320335872 69279 33554432000 4194304 4210924 140733601548304 18446744073709551615 4198608 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78207 69279 102 5 0 76678 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 312828

[startup+582.301 s]
/proc/loadavg: 4.02 3.73 3.28 5/190 29714
/proc/meminfo: memFree=16313732/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=312828 CPUtime=582.31 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77241 0 0 0 58222 9 0 0 25 0 1 0 565195592 320335872 69302 33554432000 4194304 4210924 140733601548304 18446744073709551615 4205025 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78207 69302 102 5 0 76678 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 312828

[startup+642.301 s]
/proc/loadavg: 4.04 3.79 3.33 5/190 29716
/proc/meminfo: memFree=16311856/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=312828 CPUtime=642.31 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77242 0 0 0 64222 9 0 0 25 0 1 0 565195592 320335872 69303 33554432000 4194304 4210924 140733601548304 18446744073709551615 4206192 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78207 69303 102 5 0 76678 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 312828

[startup+702.301 s]
/proc/loadavg: 4.01 3.83 3.37 5/190 29718
/proc/meminfo: memFree=16309100/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=312960 CPUtime=702.31 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77255 0 0 0 70222 9 0 0 25 0 1 0 565195592 320471040 69316 33554432000 4194304 4210924 140733601548304 18446744073709551615 4206988 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78240 69316 102 5 0 76711 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 312960

[startup+762.307 s]
/proc/loadavg: 4.00 3.86 3.41 5/190 29719
/proc/meminfo: memFree=16307224/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=312960 CPUtime=762.32 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77257 0 0 0 76223 9 0 0 25 0 1 0 565195592 320471040 69318 33554432000 4194304 4210924 140733601548304 18446744073709551615 4198608 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78240 69318 102 5 0 76711 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 312960

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.44 5/190 29721
/proc/meminfo: memFree=16304600/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=313092 CPUtime=822.31 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77290 0 0 0 82222 9 0 0 25 0 1 0 565195592 320606208 69351 33554432000 4194304 4210924 140733601548304 18446744073709551615 4204579 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78273 69351 102 5 0 76744 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 313092

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.47 5/190 29723
/proc/meminfo: memFree=16303328/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=313916 CPUtime=882.31 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77497 0 0 0 88222 9 0 0 25 0 1 0 565195592 321449984 69558 33554432000 4194304 4210924 140733601548304 18446744073709551615 4204984 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78479 69558 102 5 0 76950 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 313916

[startup+942.301 s]
/proc/loadavg: 4.04 3.93 3.51 5/190 29724
/proc/meminfo: memFree=16302320/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=313916 CPUtime=942.32 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77542 0 0 0 94223 9 0 0 25 0 1 0 565195592 321449984 69603 33554432000 4194304 4210924 140733601548304 18446744073709551615 4206991 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78479 69603 102 5 0 76950 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 313916

[startup+1002.3 s]
/proc/loadavg: 4.01 3.94 3.54 5/190 29726
/proc/meminfo: memFree=16301304/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=313916 CPUtime=1002.32 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77542 0 0 0 100223 9 0 0 25 0 1 0 565195592 321449984 69603 33554432000 4194304 4210924 140733601548304 18446744073709551615 4204576 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78479 69603 102 5 0 76950 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 313916

[startup+1062.3 s]
/proc/loadavg: 4.07 3.96 3.57 6/190 29727
/proc/meminfo: memFree=16299284/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=313916 CPUtime=1062.32 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77557 0 0 0 106223 9 0 0 25 0 1 0 565195592 321449984 69618 33554432000 4194304 4210924 140733601548304 18446744073709551615 4198608 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78479 69618 102 5 0 76950 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 313916

[startup+1122.3 s]
/proc/loadavg: 4.02 3.97 3.59 5/190 29729
/proc/meminfo: memFree=16297764/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=313916 CPUtime=1122.32 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77569 0 0 0 112223 9 0 0 25 0 1 0 565195592 321449984 69630 33554432000 4194304 4210924 140733601548304 18446744073709551615 4201865 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78479 69630 102 5 0 76950 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 313916

[startup+1182.3 s]
/proc/loadavg: 4.06 3.99 3.62 5/190 29730
/proc/meminfo: memFree=16296992/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=313916 CPUtime=1182.32 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77602 0 0 0 118223 9 0 0 25 0 1 0 565195592 321449984 69663 33554432000 4194304 4210924 140733601548304 18446744073709551615 4204590 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78479 69663 102 5 0 76950 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 313916

[startup+1242.3 s]
/proc/loadavg: 4.02 3.99 3.64 5/190 29741
/proc/meminfo: memFree=16294912/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=313916 CPUtime=1242.33 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77602 0 0 0 124224 9 0 0 25 0 1 0 565195592 321449984 69663 33554432000 4194304 4210924 140733601548304 18446744073709551615 4204590 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78479 69663 102 5 0 76950 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 313916



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.99 3.66 2/184 29746
/proc/meminfo: memFree=16764988/32951124 swapFree=67111528/67111528
[pid=29698] ppid=29696 vsize=313916 CPUtime=1300.03 cores=4,6
/proc/29698/stat : 29698 (saturn) R 29696 29698 29242 0 -1 4202496 77602 0 0 0 129994 9 0 0 25 0 1 0 565195592 321449984 69663 33554432000 4194304 4210924 140733601548304 18446744073709551615 4206991 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29698/statm: 78479 69663 102 5 0 76950 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 313916

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.95
CPU system time (s): 0.107983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 332584

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

runsolver used 2.32165 second user time and 4.78327 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-25 18:40:50
IDJOB=3280683
IDBENCH=20423
IDSOLVER=1583
FILE ID=node110/3280683-1303749649
RUNJOBID= node110-1303749648-29657
PBS_JOBID= 13154052
Free space on /tmp= 72216 MiB

SOLVER NAME= Black Hole SAT 2011-03-08
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= saturn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280683-1303749649/watcher-3280683-1303749649 -o /tmp/evaluation-result-3280683-1303749649/solver-3280683-1303749649 -C 2400 -W 1300 -M 7680  saturn HOME/instance-3280683-1303749649.cnf

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

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED=1666623873

node110.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.830
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.66
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.830
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.83
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.830
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.75
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.830
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.83
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16852672 kB
Buffers:       2323212 kB
Cached:       12943596 kB
SwapCached:          0 kB
Active:        8261696 kB
Inactive:      7267888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16852672 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           73696 kB
Writeback:           0 kB
AnonPages:      261304 kB
Mapped:          23804 kB
Slab:           506156 kB
PageTables:       5044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   567188 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= 72260 MiB
End job on node110 at 2011-04-25 19:02:32