Trace number 3250434

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
MPhaseSAT_M 2011-02-16? (TO) 1300.06 1300.01

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
Number of clauses of size over 50

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-3250434-1303541015/watcher-3250434-1303541015 -o /tmp/evaluation-result-3250434-1303541015/solver-3250434-1303541015 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3250434-1303541015.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: 4.04 3.97 3.01 3/187 3831
/proc/meminfo: memFree=13907384/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=4716 CPUtime=0 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 339 0 0 0 0 0 0 0 18 0 1 0 544332151 4829184 280 33554432000 134512640 134829744 4289608720 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 1179 280 225 78 0 465 0

[startup+0.051204 s]
/proc/loadavg: 4.04 3.97 3.01 3/187 3831
/proc/meminfo: memFree=13907384/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=4716 CPUtime=0.04 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 596 0 0 0 4 0 0 0 18 0 1 0 544332151 4829184 537 33554432000 134512640 134829744 4289608720 18446744073709551615 3520820 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 1179 537 225 78 0 465 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4716

[startup+0.100195 s]
/proc/loadavg: 4.04 3.97 3.01 3/187 3831
/proc/meminfo: memFree=13907384/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=7172 CPUtime=0.09 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 1354 0 0 0 9 0 0 0 18 0 1 0 544332151 7344128 1294 33554432000 134512640 134829744 4289608720 18446744073709551615 134559418 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 1793 1294 233 78 0 1079 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7172

[startup+0.301158 s]
/proc/loadavg: 4.04 3.97 3.01 3/187 3831
/proc/meminfo: memFree=13907384/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=16704 CPUtime=0.29 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 5418 0 0 0 28 1 0 0 18 0 1 0 544332151 17104896 3647 33554432000 134512640 134829744 4289608720 18446744073709551615 134668056 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 4176 3647 262 78 0 3462 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16704

[startup+0.701088 s]
/proc/loadavg: 4.04 3.97 3.01 3/187 3831
/proc/meminfo: memFree=13907384/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=16864 CPUtime=0.69 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 5456 0 0 0 68 1 0 0 18 0 1 0 544332151 17268736 3684 33554432000 134512640 134829744 4289608720 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 4216 3684 274 78 0 3502 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16864

[startup+1.50093 s]
/proc/loadavg: 3.95 3.95 3.01 6/189 3858
/proc/meminfo: memFree=13896976/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=17920 CPUtime=1.49 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 5736 0 0 0 148 1 0 0 20 0 1 0 544332151 18350080 3964 33554432000 134512640 134829744 4289608720 18446744073709551615 134661418 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 4480 3964 274 78 0 3766 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17920

[startup+3.10061 s]
/proc/loadavg: 3.95 3.95 3.01 5/190 3859
/proc/meminfo: memFree=13892640/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=18316 CPUtime=3.09 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 5835 0 0 0 308 1 0 0 25 0 1 0 544332151 18755584 4063 33554432000 134512640 134829744 4289608720 18446744073709551615 134647651 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 4579 4063 274 78 0 3865 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18316

[startup+6.301 s]
/proc/loadavg: 3.95 3.95 3.01 5/190 3859
/proc/meminfo: memFree=13891156/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=18592 CPUtime=6.29 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 5913 0 0 0 628 1 0 0 25 0 1 0 544332151 19038208 4141 33554432000 134512640 134829744 4289608720 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 4648 4141 274 78 0 3934 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18592

[startup+12.7008 s]
/proc/loadavg: 3.96 3.96 3.02 5/190 3859
/proc/meminfo: memFree=13888108/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=19648 CPUtime=12.69 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 6164 0 0 0 1268 1 0 0 25 0 1 0 544332151 20119552 4392 33554432000 134512640 134829744 4289608720 18446744073709551615 134614864 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 4912 4392 274 78 0 4198 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19648

[startup+25.5003 s]
/proc/loadavg: 3.97 3.96 3.03 5/190 3860
/proc/meminfo: memFree=13880136/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=23080 CPUtime=25.49 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 7020 0 0 0 2548 1 0 0 25 0 1 0 544332151 23633920 5248 33554432000 134512640 134829744 4289608720 18446744073709551615 3375450 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 5770 5248 274 78 0 5056 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23080

[startup+51.1004 s]
/proc/loadavg: 3.98 3.96 3.06 5/190 3861
/proc/meminfo: memFree=13854040/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=29284 CPUtime=51.09 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 8580 0 0 0 5107 2 0 0 25 0 1 0 544332151 29986816 6808 33554432000 134512640 134829744 4289608720 18446744073709551615 134661632 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 7321 6808 274 78 0 6607 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 29284

[startup+102.307 s]
/proc/loadavg: 3.99 3.96 3.11 5/190 3862
/proc/meminfo: memFree=13796168/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=30636 CPUtime=102.3 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 8918 0 0 0 10228 2 0 0 25 0 1 0 544332151 31371264 7146 33554432000 134512640 134829744 4289608720 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 7659 7146 274 78 0 6945 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 30636

[startup+162.301 s]
/proc/loadavg: 4.07 3.99 3.17 5/190 3863
/proc/meminfo: memFree=13789008/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=37240 CPUtime=162.29 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 10544 0 0 0 16227 2 0 0 25 0 1 0 544332151 38133760 8772 33554432000 134512640 134829744 4289608720 18446744073709551615 134723598 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 9310 8772 274 78 0 8596 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 37240

[startup+222.301 s]
/proc/loadavg: 4.03 3.99 3.21 5/190 3865
/proc/meminfo: memFree=13786636/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=25768 CPUtime=222.29 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 22204 0 0 0 22226 3 0 0 25 0 1 0 544332151 26386432 5912 33554432000 134512640 134829744 4289608720 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 6442 5912 280 78 0 5728 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 25768

[startup+282.301 s]
/proc/loadavg: 3.96 3.97 3.26 5/190 3895
/proc/meminfo: memFree=14026468/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=30572 CPUtime=282.3 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 23402 0 0 0 28227 3 0 0 25 0 1 0 544332151 31305728 7110 33554432000 134512640 134829744 4289608720 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 7643 7110 280 78 0 6929 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 30572

[startup+342.301 s]
/proc/loadavg: 3.98 3.97 3.30 5/190 3896
/proc/meminfo: memFree=14017884/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=37448 CPUtime=342.31 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 25133 0 0 0 34227 4 0 0 25 0 1 0 544332151 38346752 8841 33554432000 134512640 134829744 4289608720 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 9362 8841 280 78 0 8648 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 37448

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.34 5/190 3898
/proc/meminfo: memFree=13998276/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=37448 CPUtime=402.31 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 25133 0 0 0 40227 4 0 0 25 0 1 0 544332151 38346752 8841 33554432000 134512640 134829744 4289608720 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 9362 8841 280 78 0 8648 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 37448

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.38 5/190 3899
/proc/meminfo: memFree=13994280/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=39560 CPUtime=462.31 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 25675 0 0 0 46227 4 0 0 25 0 1 0 544332151 40509440 9383 33554432000 134512640 134829744 4289608720 18446744073709551615 134661386 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 9890 9383 280 78 0 9176 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 39560

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.41 5/190 3901
/proc/meminfo: memFree=13992256/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=41676 CPUtime=522.31 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 26192 0 0 0 52227 4 0 0 25 0 1 0 544332151 42676224 9900 33554432000 134512640 134829744 4289608720 18446744073709551615 134661606 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 10419 9900 280 78 0 9705 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 41676

[startup+582.301 s]
/proc/loadavg: 3.99 3.97 3.45 5/190 3903
/proc/meminfo: memFree=13980948/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=51740 CPUtime=582.31 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 28690 0 0 0 58227 4 0 0 25 0 1 0 544332151 52981760 12398 33554432000 134512640 134829744 4289608720 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 12935 12398 280 78 0 12221 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 51740

[startup+642.3 s]
/proc/loadavg: 3.99 3.97 3.48 5/190 3904
/proc/meminfo: memFree=13968380/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=57844 CPUtime=642.33 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 30217 0 0 0 64228 5 0 0 25 0 1 0 544332151 59232256 13925 33554432000 134512640 134829744 4289608720 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 14461 13925 280 78 0 13747 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 57844

[startup+702.301 s]
/proc/loadavg: 3.99 3.97 3.51 5/190 3906
/proc/meminfo: memFree=13967980/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=57844 CPUtime=702.32 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 30221 0 0 0 70227 5 0 0 25 0 1 0 544332151 59232256 13929 33554432000 134512640 134829744 4289608720 18446744073709551615 134722610 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 14461 13929 280 78 0 13747 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 57844

[startup+762.306 s]
/proc/loadavg: 3.59 3.88 3.51 4/184 3924
/proc/meminfo: memFree=13978028/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=57844 CPUtime=762.33 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 30224 0 0 0 76228 5 0 0 25 0 1 0 544332151 59232256 13932 33554432000 134512640 134829744 4289608720 18446744073709551615 134724627 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 14461 13932 280 78 0 13747 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 57844

[startup+822.301 s]
/proc/loadavg: 3.21 3.71 3.47 4/184 3926
/proc/meminfo: memFree=13978088/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=57844 CPUtime=822.33 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 30237 0 0 0 82228 5 0 0 25 0 1 0 544332151 59232256 13945 33554432000 134512640 134829744 4289608720 18446744073709551615 134718370 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 14461 13945 280 78 0 13747 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 57844

[startup+882.301 s]
/proc/loadavg: 3.08 3.58 3.44 4/184 3928
/proc/meminfo: memFree=13977952/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=57844 CPUtime=882.33 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 30243 0 0 0 88228 5 0 0 25 0 1 0 544332151 59232256 13951 33554432000 134512640 134829744 4289608720 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 14461 13951 280 78 0 13747 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 57844

[startup+942.301 s]
/proc/loadavg: 3.03 3.47 3.41 4/184 3929
/proc/meminfo: memFree=13978172/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=57844 CPUtime=942.33 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 30243 0 0 0 94228 5 0 0 25 0 1 0 544332151 59232256 13951 33554432000 134512640 134829744 4289608720 18446744073709551615 134722650 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 14461 13951 280 78 0 13747 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 57844

[startup+1002.3 s]
/proc/loadavg: 3.01 3.38 3.38 4/184 3931
/proc/meminfo: memFree=13978160/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=57844 CPUtime=1002.33 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 30243 0 0 0 100228 5 0 0 25 0 1 0 544332151 59232256 13951 33554432000 134512640 134829744 4289608720 18446744073709551615 134661598 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 14461 13951 280 78 0 13747 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 57844

[startup+1062.3 s]
/proc/loadavg: 3.07 3.33 3.36 4/184 3941
/proc/meminfo: memFree=13978492/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=57844 CPUtime=1062.34 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 30243 0 0 0 106229 5 0 0 25 0 1 0 544332151 59232256 13951 33554432000 134512640 134829744 4289608720 18446744073709551615 134723632 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 14461 13951 280 78 0 13747 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 57844

[startup+1122.3 s]
/proc/loadavg: 3.03 3.27 3.33 4/184 3943
/proc/meminfo: memFree=13978724/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=57844 CPUtime=1122.34 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 30243 0 0 0 112229 5 0 0 25 0 1 0 544332151 59232256 13951 33554432000 134512640 134829744 4289608720 18446744073709551615 134722621 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 14461 13951 280 78 0 13747 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 57844

[startup+1182.3 s]
/proc/loadavg: 3.01 3.21 3.31 4/184 3945
/proc/meminfo: memFree=13966560/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=57844 CPUtime=1182.34 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 30243 0 0 0 118229 5 0 0 25 0 1 0 544332151 59232256 13951 33554432000 134512640 134829744 4289608720 18446744073709551615 134719366 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 14461 13951 280 78 0 13747 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 57844

[startup+1242.3 s]
/proc/loadavg: 3.12 3.20 3.30 4/184 3946
/proc/meminfo: memFree=13959972/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=57844 CPUtime=1242.34 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 30243 0 0 0 124229 5 0 0 25 0 1 0 544332151 59232256 13951 33554432000 134512640 134829744 4289608720 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 14461 13951 280 78 0 13747 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 57844



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.76 3.10 3.26 4/178 3966
/proc/meminfo: memFree=14184508/32950928 swapFree=67111524/67111528
[pid=3831] ppid=3829 vsize=57844 CPUtime=1300.05 cores=5,7
/proc/3831/stat : 3831 (MPhaseSAT_M) R 3829 3831 3565 0 -1 4202496 30249 0 0 0 130000 5 0 0 25 0 1 0 544332151 59232256 13957 33554432000 134512640 134829744 4289608720 18446744073709551615 134678931 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/3831/statm: 14461 13957 280 78 0 13747 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 57844

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.01
CPU time (s): 1300.06
CPU user time (s): 1300.01
CPU system time (s): 0.053991
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 57844

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

runsolver used 2.05269 second user time and 5.04823 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-23 08:43:35
IDJOB=3250434
IDBENCH=83254
IDSOLVER=1522
FILE ID=node115/3250434-1303541015
RUNJOBID= node115-1303539687-3589
PBS_JOBID= 13143123
Free space on /tmp= 72392 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4232.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250434-1303541015/watcher-3250434-1303541015 -o /tmp/evaluation-result-3250434-1303541015/solver-3250434-1303541015 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3250434-1303541015.cnf

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=1946445017

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.811
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.77
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.811
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.74
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.811
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13907664 kB
Buffers:       2273308 kB
Cached:       15857116 kB
SwapCached:          4 kB
Active:        7591192 kB
Inactive:     10900640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13907664 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           25652 kB
Writeback:           0 kB
AnonPages:      361444 kB
Mapped:          16392 kB
Slab:           486392 kB
PageTables:       5784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   564124 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= 72440 MiB
End job on node115 at 2011-04-23 09:05:17