Trace number 3283610

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
SApperloT 2011-03-23? (TO) 1292.27 1300.02

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark665.597
Satisfiable
(Un)Satisfiability was proved
Number of variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data


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-3283610-1303762119/watcher-3283610-1303762119 -o /tmp/evaluation-result-3283610-1303762119/solver-3283610-1303762119 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3283610-1303762119.cnf 

running on 2 cores: 1,3

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.85 1.22 2.58 5/183 18681
/proc/meminfo: memFree=25054528/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=16940 CPUtime=0 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 1345 0 0 0 0 0 0 0 18 0 1 0 487810628 17346560 1284 33554432000 4194304 4465733 140737437938192 18446744073709551615 4298412 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 4235 1290 248 67 0 1358 0

[startup+0.027299 s]
/proc/loadavg: 0.85 1.22 2.58 5/183 18681
/proc/meminfo: memFree=25054528/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=42752 CPUtime=0.02 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 2925 0 0 0 2 0 0 0 18 0 1 0 487810628 43778048 2836 33554432000 4194304 4465733 140737437938192 18446744073709551615 242970550016 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 10688 2837 249 67 0 7811 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 42752

[startup+0.100284 s]
/proc/loadavg: 0.85 1.22 2.58 5/183 18681
/proc/meminfo: memFree=25054528/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=42752 CPUtime=0.09 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 4074 0 0 0 9 0 0 0 18 0 1 0 487810628 43778048 3957 33554432000 4194304 4465733 140737437938192 18446744073709551615 242970550016 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 10688 3957 249 67 0 7811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42752

[startup+0.300253 s]
/proc/loadavg: 0.85 1.22 2.58 5/183 18681
/proc/meminfo: memFree=25054528/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=48184 CPUtime=0.29 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 9189 0 0 0 28 1 0 0 18 0 1 0 487810628 49340416 5985 33554432000 4194304 4465733 140737437938192 18446744073709551615 242970550016 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 12046 5986 250 67 0 9169 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48184

[startup+0.70019 s]
/proc/loadavg: 0.85 1.22 2.58 5/183 18681
/proc/meminfo: memFree=25054528/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=58508 CPUtime=0.69 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 17814 0 0 0 66 3 0 0 18 0 1 0 487810628 59912192 9963 33554432000 4194304 4465733 140737437938192 18446744073709551615 4270370 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 14627 9963 255 67 0 11750 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58508

[startup+1.50106 s]
/proc/loadavg: 0.85 1.22 2.58 5/188 18687
/proc/meminfo: memFree=24963856/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=58508 CPUtime=1.49 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 17937 0 0 0 146 3 0 0 20 0 1 0 487810628 59912192 10044 33554432000 4194304 4465733 140737437938192 18446744073709551615 4262160 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 14627 10044 255 67 0 11750 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58508

[startup+3.10078 s]
/proc/loadavg: 0.85 1.22 2.58 6/188 18687
/proc/meminfo: memFree=24959392/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=59020 CPUtime=3.09 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 18353 0 0 0 306 3 0 0 25 0 1 0 487810628 60436480 10288 33554432000 4194304 4465733 140737437938192 18446744073709551615 4270037 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 14755 10288 255 67 0 11878 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59020

[startup+6.30023 s]
/proc/loadavg: 1.10 1.27 2.59 7/188 18687
/proc/meminfo: memFree=24942284/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=60044 CPUtime=6.29 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 19916 0 0 0 626 3 0 0 25 0 1 0 487810628 61485056 11222 33554432000 4194304 4465733 140737437938192 18446744073709551615 4285065 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 15011 11222 255 67 0 12134 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60044

[startup+12.7071 s]
/proc/loadavg: 1.81 1.41 2.63 5/188 18687
/proc/meminfo: memFree=24832592/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=67528 CPUtime=12.62 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 25570 0 0 0 1256 6 0 0 25 0 1 0 487810628 69148672 12846 33554432000 4194304 4465733 140737437938192 18446744073709551615 4255683 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18681/statm: 16882 12846 255 67 0 14005 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 67528

[startup+25.5009 s]
/proc/loadavg: 3.24 1.75 2.72 5/188 18687
/proc/meminfo: memFree=24807096/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=75684 CPUtime=24.76 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 32464 0 0 0 2458 18 0 0 25 0 1 0 487810628 77500416 14292 33554432000 4194304 4465733 140737437938192 18446744073709551615 4270416 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18681/statm: 18921 14292 255 67 0 16044 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 75684

[startup+51.1005 s]
/proc/loadavg: 3.55 1.95 2.75 6/188 18688
/proc/meminfo: memFree=24703476/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=215644 CPUtime=49.93 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 51765 0 0 0 4968 25 0 0 25 0 1 0 487810628 220819456 27629 33554432000 4194304 4465733 140737437938192 18446744073709551615 4370580 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 53911 27629 273 67 0 51034 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 215644

[startup+102.301 s]
/proc/loadavg: 3.80 2.26 2.82 6/188 18689
/proc/meminfo: memFree=24696600/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=215644 CPUtime=101.13 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 51776 0 0 0 10088 25 0 0 25 0 1 0 487810628 220819456 27640 33554432000 4194304 4465733 140737437938192 18446744073709551615 4300929 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 53911 27640 280 67 0 51034 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 215644

[startup+162.306 s]
/proc/loadavg: 3.93 2.57 2.89 6/188 18691
/proc/meminfo: memFree=24686420/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=215644 CPUtime=161.13 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 51787 0 0 0 16088 25 0 0 25 0 1 0 487810628 220819456 27651 33554432000 4194304 4465733 140737437938192 18446744073709551615 4300929 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 53911 27651 280 67 0 51034 0
Current children cumulated CPU time (s) 161.13
Current children cumulated vsize (KiB) 215644

[startup+222.301 s]
/proc/loadavg: 3.97 2.83 2.95 6/188 18692
/proc/meminfo: memFree=24676236/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=215644 CPUtime=221.13 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 51971 0 0 0 22088 25 0 0 25 0 1 0 487810628 220819456 27802 33554432000 4194304 4465733 140737437938192 18446744073709551615 4314641 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 53911 27802 280 67 0 51034 0
Current children cumulated CPU time (s) 221.13
Current children cumulated vsize (KiB) 215644

[startup+282.301 s]
/proc/loadavg: 3.99 3.04 3.02 6/188 18694
/proc/meminfo: memFree=24641372/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=236124 CPUtime=281.12 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 55506 0 0 0 28086 26 0 0 25 0 1 0 487810628 241790976 31268 33554432000 4194304 4465733 140737437938192 18446744073709551615 4300747 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 59031 31268 280 67 0 56154 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 236124

[startup+342.3 s]
/proc/loadavg: 3.99 3.21 3.08 5/185 18717
/proc/meminfo: memFree=24702652/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=251496 CPUtime=341.13 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 59165 0 0 0 34086 27 0 0 25 0 1 0 487810628 257531904 34870 33554432000 4194304 4465733 140737437938192 18446744073709551615 4304279 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 62874 34870 280 67 0 59997 0
Current children cumulated CPU time (s) 341.13
Current children cumulated vsize (KiB) 251496

[startup+402.301 s]
/proc/loadavg: 5.98 3.93 3.33 5/186 18724
/proc/meminfo: memFree=24346008/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=251496 CPUtime=398.65 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 60079 0 0 0 39796 69 0 0 25 0 1 0 487810628 257531904 35730 33554432000 4194304 4465733 140737437938192 18446744073709551615 4304311 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18681/statm: 62874 35730 280 67 0 59997 0
Current children cumulated CPU time (s) 398.65
Current children cumulated vsize (KiB) 251496

[startup+462.301 s]
/proc/loadavg: 6.92 4.59 3.59 6/188 18753
/proc/meminfo: memFree=24305140/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=251496 CPUtime=455.69 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 60850 0 0 0 45459 110 0 0 25 0 1 0 487810628 257531904 36443 33554432000 4194304 4465733 140737437938192 18446744073709551615 4300780 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18681/statm: 62874 36443 280 67 0 59997 0
Current children cumulated CPU time (s) 455.69
Current children cumulated vsize (KiB) 251496

[startup+522.3 s]
/proc/loadavg: 5.74 4.72 3.70 5/188 18781
/proc/meminfo: memFree=24606716/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=263724 CPUtime=514.67 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 67866 0 0 0 51337 130 0 0 25 0 1 0 487810628 270053376 37285 33554432000 4194304 4465733 140737437938192 18446744073709551615 4300747 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18681/statm: 65931 37285 280 67 0 63054 0
Current children cumulated CPU time (s) 514.67
Current children cumulated vsize (KiB) 263724

[startup+582.301 s]
/proc/loadavg: 4.64 4.59 3.72 5/188 18783
/proc/meminfo: memFree=24562800/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=263724 CPUtime=574.54 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 69055 0 0 0 57323 131 0 0 25 0 1 0 487810628 270053376 38390 33554432000 4194304 4465733 140737437938192 18446744073709551615 4300780 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 65931 38390 280 67 0 63054 0
Current children cumulated CPU time (s) 574.54
Current children cumulated vsize (KiB) 263724

[startup+642.301 s]
/proc/loadavg: 4.23 4.48 3.74 5/188 18785
/proc/meminfo: memFree=24523108/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=296496 CPUtime=634.54 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 74260 0 0 0 63322 132 0 0 25 0 1 0 487810628 303611904 43527 33554432000 4194304 4465733 140737437938192 18446744073709551615 4300897 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 74124 43527 280 67 0 71247 0
Current children cumulated CPU time (s) 634.54
Current children cumulated vsize (KiB) 296496

[startup+702.3 s]
/proc/loadavg: 4.08 4.39 3.75 5/188 18786
/proc/meminfo: memFree=24463068/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=296496 CPUtime=694.54 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 75317 0 0 0 69321 133 0 0 25 0 1 0 487810628 303611904 44531 33554432000 4194304 4465733 140737437938192 18446744073709551615 4300856 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 74124 44531 280 67 0 71247 0
Current children cumulated CPU time (s) 694.54
Current children cumulated vsize (KiB) 296496

[startup+762.301 s]
/proc/loadavg: 4.03 4.32 3.76 5/188 18788
/proc/meminfo: memFree=24471472/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=296496 CPUtime=754.55 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 76616 0 0 0 75321 134 0 0 25 0 1 0 487810628 303611904 45763 33554432000 4194304 4465733 140737437938192 18446744073709551615 4304340 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 74124 45763 280 67 0 71247 0
Current children cumulated CPU time (s) 754.55
Current children cumulated vsize (KiB) 296496

[startup+822.301 s]
/proc/loadavg: 4.01 4.26 3.77 5/188 18789
/proc/meminfo: memFree=24466108/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=240024 CPUtime=814.55 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 82224 0 0 0 81320 135 0 0 25 0 1 0 487810628 245784576 39005 33554432000 4194304 4465733 140737437938192 18446744073709551615 4304222 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 60006 39005 280 67 0 57129 0
Current children cumulated CPU time (s) 814.55
Current children cumulated vsize (KiB) 240024

[startup+882.3 s]
/proc/loadavg: 4.21 4.27 3.80 5/188 18818
/proc/meminfo: memFree=24512416/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=234384 CPUtime=874.54 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 87670 0 0 0 87318 136 0 0 25 0 1 0 487810628 240009216 40089 33554432000 4194304 4465733 140737437938192 18446744073709551615 4368392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 58596 40089 280 67 0 55719 0
Current children cumulated CPU time (s) 874.54
Current children cumulated vsize (KiB) 234384

[startup+942.307 s]
/proc/loadavg: 4.14 4.23 3.82 5/188 18820
/proc/meminfo: memFree=24546728/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=179684 CPUtime=934.54 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 99264 0 0 0 93313 141 0 0 25 0 1 0 487810628 183996416 37991 33554432000 4194304 4465733 140737437938192 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 44921 37991 282 67 0 42044 0
Current children cumulated CPU time (s) 934.54
Current children cumulated vsize (KiB) 179684

[startup+1002.3 s]
/proc/loadavg: 4.10 4.20 3.83 5/188 18821
/proc/meminfo: memFree=24483344/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=269100 CPUtime=994.54 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 120621 0 0 0 99310 144 0 0 25 0 1 0 487810628 275558400 51108 33554432000 4194304 4465733 140737437938192 18446744073709551615 4368426 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 67275 51108 282 67 0 64398 0
Current children cumulated CPU time (s) 994.54
Current children cumulated vsize (KiB) 269100

[startup+1062.3 s]
/proc/loadavg: 4.04 4.16 3.84 6/188 18823
/proc/meminfo: memFree=24503892/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=186416 CPUtime=1054.54 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 122105 0 0 0 105309 145 0 0 25 0 1 0 487810628 190889984 41395 33554432000 4194304 4465733 140737437938192 18446744073709551615 4270779 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 46604 41395 282 67 0 43727 0
Current children cumulated CPU time (s) 1054.54
Current children cumulated vsize (KiB) 186416

[startup+1122.3 s]
/proc/loadavg: 4.01 4.13 3.84 5/188 18824
/proc/meminfo: memFree=24496300/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=186416 CPUtime=1114.54 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 131455 0 0 0 111307 147 0 0 25 0 1 0 487810628 190889984 42679 33554432000 4194304 4465733 140737437938192 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 46604 42679 282 67 0 43727 0
Current children cumulated CPU time (s) 1114.54
Current children cumulated vsize (KiB) 186416

[startup+1182.3 s]
/proc/loadavg: 4.00 4.10 3.85 5/188 18826
/proc/meminfo: memFree=24399324/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=213936 CPUtime=1174.54 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 152550 0 0 0 117304 150 0 0 25 0 1 0 487810628 219070464 43672 33554432000 4194304 4465733 140737437938192 18446744073709551615 4270128 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 53484 43672 282 67 0 50607 0
Current children cumulated CPU time (s) 1174.54
Current children cumulated vsize (KiB) 213936

[startup+1242.3 s]
/proc/loadavg: 4.00 4.08 3.85 5/188 18828
/proc/meminfo: memFree=24441460/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=213936 CPUtime=1234.54 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 161890 0 0 0 123303 151 0 0 25 0 1 0 487810628 219070464 44281 33554432000 4194304 4465733 140737437938192 18446744073709551615 4255411 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 53484 44281 282 67 0 50607 0
Current children cumulated CPU time (s) 1234.54
Current children cumulated vsize (KiB) 213936



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.60 3.97 3.83 4/182 18846
/proc/meminfo: memFree=24537104/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=311296 CPUtime=1292.24 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 180137 0 0 0 129070 154 0 0 25 0 1 0 487810628 318767104 59810 33554432000 4194304 4465733 140737437938192 18446744073709551615 4300929 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 77824 59810 282 67 0 74947 0
Current children cumulated CPU time (s) 1292.24
Current children cumulated vsize (KiB) 311296

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

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

[startup+1300 s]
/proc/loadavg: 3.60 3.97 3.83 4/182 18846
/proc/meminfo: memFree=24537104/32951132 swapFree=67111364/67111528
[pid=18681] ppid=18678 vsize=311296 CPUtime=1292.24 cores=1,3
/proc/18681/stat : 18681 (SApperloT) R 18678 18681 17937 0 -1 4202496 180137 0 0 0 129070 154 0 0 25 0 1 0 487810628 318767104 59810 33554432000 4194304 4465733 140737437938192 18446744073709551615 4300929 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18681/statm: 77824 59810 282 67 0 74947 0
Current children cumulated CPU time (s) 1292.24
Current children cumulated vsize (KiB) 311296

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1292.27
CPU user time (s): 1290.71
CPU system time (s): 1.56076
CPU usage (%): 99.404
Max. virtual memory (cumulated for all children) (KiB): 311296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1290.71
system time used= 1.56076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180137
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= 11
involuntary context switches= 3854

runsolver used 2.10668 second user time and 4.97624 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 22:08:40
IDJOB=3283610
IDBENCH=71050
IDSOLVER=1657
FILE ID=node128/3283610-1303762119
RUNJOBID= node128-1303762119-18646
PBS_JOBID= 13157129
Free space on /tmp= 66720 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p1.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283610-1303762119/watcher-3283610-1303762119 -o /tmp/evaluation-result-3283610-1303762119/solver-3283610-1303762119 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3283610-1303762119.cnf

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED=1347482341

node128.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.852
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.70
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.852
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.852
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.82
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      25055064 kB
Buffers:       1273532 kB
Cached:        5903000 kB
SwapCached:        160 kB
Active:         551228 kB
Inactive:      6726804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25055064 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           81840 kB
Writeback:          24 kB
AnonPages:      101012 kB
Mapped:          15208 kB
Slab:           554760 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   282936 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66744 MiB
End job on node128 at 2011-04-25 22:30:22