Trace number 3375601

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
MPhaseSAT64 2011-05-14 (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/c6288.shuffled.cnf
MD5SUM75bd8319132b47c2d2e6f0889735a248
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.865867
Satisfiable
(Un)Satisfiability was proved
Number of variables5008
Number of clauses14813
Sum of the clauses size34485
Maximum clause length33
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29982
Number of clauses of size 34829
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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: 961)

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

running on 2 cores: 5,7

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.72 3.97 3.84 3/354 28908
/proc/meminfo: memFree=25132260/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=12636 CPUtime=0 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 532 0 0 0 0 0 0 0 25 0 1 0 657836820 12939264 472 33554432000 4194304 4479436 140733434166672 18446744073709551615 4244190 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 3159 472 275 70 0 279 0

[startup+0.0658191 s]
/proc/loadavg: 3.72 3.97 3.84 3/354 28908
/proc/meminfo: memFree=25132260/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=13492 CPUtime=0.06 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 1304 0 0 0 6 0 0 0 25 0 1 0 657836820 13815808 793 33554432000 4194304 4479436 140733434166672 18446744073709551615 4407389 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 3373 793 315 70 0 493 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13492

[startup+0.100815 s]
/proc/loadavg: 3.72 3.97 3.84 3/354 28908
/proc/meminfo: memFree=25132260/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=14264 CPUtime=0.09 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 1499 0 0 0 9 0 0 0 25 0 1 0 657836820 14606336 988 33554432000 4194304 4479436 140733434166672 18446744073709551615 4409711 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 3566 988 315 70 0 686 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14264

[startup+0.300779 s]
/proc/loadavg: 3.72 3.97 3.84 3/354 28908
/proc/meminfo: memFree=25132260/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=14264 CPUtime=0.29 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 1501 0 0 0 29 0 0 0 25 0 1 0 657836820 14606336 990 33554432000 4194304 4479436 140733434166672 18446744073709551615 4410912 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 3566 990 315 70 0 686 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14264

[startup+0.700703 s]
/proc/loadavg: 3.72 3.97 3.84 3/354 28908
/proc/meminfo: memFree=25132260/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=15448 CPUtime=0.69 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 1835 0 0 0 69 0 0 0 25 0 1 0 657836820 15818752 1096 33554432000 4194304 4479436 140733434166672 18446744073709551615 4450999 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 3862 1096 319 70 0 982 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15448

[startup+1.50057 s]
/proc/loadavg: 3.72 3.97 3.84 6/354 29074
/proc/meminfo: memFree=25130740/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=16932 CPUtime=1.49 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 2190 0 0 0 149 0 0 0 25 0 1 0 657836820 17338368 1451 33554432000 4194304 4479436 140733434166672 18446744073709551615 4450929 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 4233 1451 319 70 0 1353 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16932

[startup+3.10026 s]
/proc/loadavg: 3.74 3.97 3.84 5/360 29081
/proc/meminfo: memFree=25115356/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=17820 CPUtime=3.09 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 2777 0 0 0 309 0 0 0 25 0 1 0 657836820 18247680 1689 33554432000 4194304 4479436 140733434166672 18446744073709551615 4451013 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 4455 1689 319 70 0 1575 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17820

[startup+6.30068 s]
/proc/loadavg: 3.74 3.97 3.84 5/360 29081
/proc/meminfo: memFree=25106984/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=17180 CPUtime=6.29 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 3353 0 0 0 629 0 0 0 25 0 1 0 657836820 17592320 1497 33554432000 4194304 4479436 140733434166672 18446744073709551615 4331671 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 4295 1497 319 70 0 1415 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17180

[startup+12.7005 s]
/proc/loadavg: 3.78 3.97 3.84 5/360 29082
/proc/meminfo: memFree=25095600/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=19344 CPUtime=12.69 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 4539 0 0 0 1269 0 0 0 25 0 1 0 657836820 19808256 2043 33554432000 4194304 4479436 140733434166672 18446744073709551615 4450996 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 4836 2043 319 70 0 1956 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19344

[startup+25.5002 s]
/proc/loadavg: 3.81 3.97 3.84 5/360 29109
/proc/meminfo: memFree=25088736/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=18816 CPUtime=25.49 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 6103 0 0 0 2549 0 0 0 25 0 1 0 657836820 19267584 1970 33554432000 4194304 4479436 140733434166672 18446744073709551615 4450909 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 4704 1970 319 70 0 1824 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18816

[startup+51.1005 s]
/proc/loadavg: 3.88 3.97 3.85 5/360 29110
/proc/meminfo: memFree=25068572/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=22784 CPUtime=51.09 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 10999 0 0 0 5108 1 0 0 25 0 1 0 657836820 23330816 2962 33554432000 4194304 4479436 140733434166672 18446744073709551615 4451952 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 5696 2962 319 70 0 2816 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22784

[startup+102.313 s]
/proc/loadavg: 3.95 3.97 3.85 5/360 29111
/proc/meminfo: memFree=25058136/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=24836 CPUtime=102.3 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 17688 0 0 0 10229 1 0 0 25 0 1 0 657836820 25432064 3475 33554432000 4194304 4479436 140733434166672 18446744073709551615 4451952 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 6209 3475 319 70 0 3329 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 24836

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.86 5/360 29113
/proc/meminfo: memFree=25058856/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=26628 CPUtime=162.29 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 25368 0 0 0 16227 2 0 0 25 0 1 0 657836820 27267072 3923 33554432000 4194304 4479436 140733434166672 18446744073709551615 4331542 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 6657 3923 319 70 0 3777 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26628

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.86 5/360 29114
/proc/meminfo: memFree=25065020/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=24560 CPUtime=222.29 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 32947 0 0 0 22226 3 0 0 25 0 1 0 657836820 25149440 3406 33554432000 4194304 4479436 140733434166672 18446744073709551615 4385008 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 6140 3406 319 70 0 3260 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 24560

[startup+282.3 s]
/proc/loadavg: 4.14 4.02 3.89 5/360 29116
/proc/meminfo: memFree=25041056/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=23024 CPUtime=282.3 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 37491 0 0 0 28226 4 0 0 25 0 1 0 657836820 23576576 3022 33554432000 4194304 4479436 140733434166672 18446744073709551615 4451060 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 5756 3022 319 70 0 2876 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 23024

[startup+342.3 s]
/proc/loadavg: 4.14 4.04 3.90 5/360 29117
/proc/meminfo: memFree=25027508/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=24432 CPUtime=342.3 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 45396 0 0 0 34225 5 0 0 25 0 1 0 657836820 25018368 3375 33554432000 4194304 4479436 140733434166672 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 6108 3375 319 70 0 3228 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 24432

[startup+402.3 s]
/proc/loadavg: 4.05 4.03 3.91 5/360 29119
/proc/meminfo: memFree=25031072/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=23280 CPUtime=402.3 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 53588 0 0 0 40224 6 0 0 25 0 1 0 657836820 23838720 3087 33554432000 4194304 4479436 140733434166672 18446744073709551615 4451872 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 5820 3087 319 70 0 2940 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 23280

[startup+462.3 s]
/proc/loadavg: 3.74 3.96 3.89 4/354 29138
/proc/meminfo: memFree=25061368/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=28016 CPUtime=462.31 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 61972 0 0 0 46224 7 0 0 25 0 1 0 657836820 28688384 4271 33554432000 4194304 4479436 140733434166672 18446744073709551615 4451003 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 7004 4271 319 70 0 4124 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 28016

[startup+522.3 s]
/proc/loadavg: 3.27 3.78 3.83 4/354 29139
/proc/meminfo: memFree=25062212/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=23044 CPUtime=522.31 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 68952 0 0 0 52223 8 0 0 25 0 1 0 657836820 23597056 3027 33554432000 4194304 4479436 140733434166672 18446744073709551615 4450949 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 5761 3027 319 70 0 2881 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 23044

[startup+582.3 s]
/proc/loadavg: 3.10 3.64 3.78 4/354 29141
/proc/meminfo: memFree=25061788/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=23044 CPUtime=582.31 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 79640 0 0 0 58222 9 0 0 25 0 1 0 657836820 23597056 3027 33554432000 4194304 4479436 140733434166672 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 5761 3027 319 70 0 2881 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 23044

[startup+642.301 s]
/proc/loadavg: 3.03 3.52 3.72 4/354 29142
/proc/meminfo: memFree=25062128/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=23940 CPUtime=642.32 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 88952 0 0 0 64222 10 0 0 25 0 1 0 657836820 24514560 3251 33554432000 4194304 4479436 140733434166672 18446744073709551615 4380894 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 5985 3251 319 70 0 3105 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 23940

[startup+702.301 s]
/proc/loadavg: 3.01 3.42 3.68 4/354 29144
/proc/meminfo: memFree=25058996/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=27780 CPUtime=702.31 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 96440 0 0 0 70220 11 0 0 25 0 1 0 657836820 28446720 4211 33554432000 4194304 4479436 140733434166672 18446744073709551615 4450961 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 6945 4211 319 70 0 4065 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 27780

[startup+762.313 s]
/proc/loadavg: 3.00 3.34 3.63 4/354 29146
/proc/meminfo: memFree=25061684/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=26500 CPUtime=762.32 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 104536 0 0 0 76220 12 0 0 25 0 1 0 657836820 27136000 3891 33554432000 4194304 4479436 140733434166672 18446744073709551615 4451957 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 6625 3891 319 70 0 3745 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 26500

[startup+822.301 s]
/proc/loadavg: 3.15 3.31 3.60 4/354 29147
/proc/meminfo: memFree=25059920/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=23428 CPUtime=822.32 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 110520 0 0 0 82219 13 0 0 25 0 1 0 657836820 23990272 3123 33554432000 4194304 4479436 140733434166672 18446744073709551615 4450941 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 5857 3123 319 70 0 2977 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 23428

[startup+882.301 s]
/proc/loadavg: 3.11 3.27 3.56 4/354 29149
/proc/meminfo: memFree=25061988/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=24580 CPUtime=882.32 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 116088 0 0 0 88218 14 0 0 25 0 1 0 657836820 25169920 3411 33554432000 4194304 4479436 140733434166672 18446744073709551615 4452500 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 6145 3411 319 70 0 3265 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 24580

[startup+942.301 s]
/proc/loadavg: 3.04 3.22 3.53 4/354 29150
/proc/meminfo: memFree=25061580/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=25220 CPUtime=942.32 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 123928 0 0 0 94217 15 0 0 25 0 1 0 657836820 25825280 3571 33554432000 4194304 4479436 140733434166672 18446744073709551615 4380259 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 6305 3571 319 70 0 3425 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 25220

[startup+1002.3 s]
/proc/loadavg: 3.09 3.20 3.50 4/354 29152
/proc/meminfo: memFree=25062036/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=25220 CPUtime=1002.32 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 131320 0 0 0 100216 16 0 0 25 0 1 0 657836820 25825280 3571 33554432000 4194304 4479436 140733434166672 18446744073709551615 4450981 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 6305 3571 319 70 0 3425 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 25220

[startup+1062.3 s]
/proc/loadavg: 3.06 3.18 3.47 4/354 29154
/proc/meminfo: memFree=25062620/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=23428 CPUtime=1062.32 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 138840 0 0 0 106216 16 0 0 25 0 1 0 657836820 23990272 3123 33554432000 4194304 4479436 140733434166672 18446744073709551615 4452285 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 5857 3123 319 70 0 2977 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 23428

[startup+1122.3 s]
/proc/loadavg: 3.02 3.14 3.44 4/354 29155
/proc/meminfo: memFree=25059120/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=28420 CPUtime=1122.32 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 143544 0 0 0 112216 16 0 0 25 0 1 0 657836820 29102080 4371 33554432000 4194304 4479436 140733434166672 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 7105 4371 319 70 0 4225 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 28420

[startup+1182.3 s]
/proc/loadavg: 3.01 3.11 3.41 4/354 29157
/proc/meminfo: memFree=25063536/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=23428 CPUtime=1182.32 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 149048 0 0 0 118215 17 0 0 25 0 1 0 657836820 23990272 3123 33554432000 4194304 4479436 140733434166672 18446744073709551615 4451165 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 5857 3123 319 70 0 2977 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 23428

[startup+1242.3 s]
/proc/loadavg: 3.00 3.09 3.38 4/354 29158
/proc/meminfo: memFree=25062624/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=23428 CPUtime=1242.33 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 159160 0 0 0 124214 19 0 0 25 0 1 0 657836820 23990272 3123 33554432000 4194304 4479436 140733434166672 18446744073709551615 4450961 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 5857 3123 319 70 0 2977 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 23428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.07 3.36 5/354 29160
/proc/meminfo: memFree=25058268/32951124 swapFree=40554400/67111528
[pid=28908] ppid=28906 vsize=28804 CPUtime=1300.04 cores=5,7
/proc/28908/stat : 28908 (MPhaseSAT64) R 28906 28908 27741 0 -1 4202496 166968 0 0 0 129984 20 0 0 25 0 1 0 657836820 29495296 4467 33554432000 4194304 4479436 140733434166672 18446744073709551615 4451909 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28908/statm: 7201 4467 319 70 0 4321 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 28804

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.05
CPU user time (s): 1299.85
CPU system time (s): 0.203968
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 33904

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

runsolver used 4.19736 second user time and 10.0105 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 14:26:04
IDJOB=3375601
IDBENCH=87734
IDSOLVER=1855
FILE ID=node104/3375601-1305462364
RUNJOBID= node104-1305462363-28825
PBS_JOBID= 13324887
Free space on /tmp= 73428 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT02/handmade/simon/satex-challenges/c6288.shuffled.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375601-1305462364/watcher-3375601-1305462364 -o /tmp/evaluation-result-3375601-1305462364/solver-3375601-1305462364 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375601-1305462364.cnf

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

MD5SUM BENCH= 75bd8319132b47c2d2e6f0889735a248
RANDOM SEED=2024851185

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.75
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25132292 kB
Buffers:        315568 kB
Cached:        3012560 kB
SwapCached:     122128 kB
Active:        1136528 kB
Inactive:      6407692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25132292 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            1288 kB
Writeback:           0 kB
AnonPages:     4107228 kB
Mapped:          11036 kB
Slab:           124676 kB
PageTables:      84832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74859816 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= 73428 MiB
End job on node104 at 2011-05-15 14:47:46