Trace number 3095237

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.01 1300.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
MD5SUM07407a86c8d0f1e46c34022f68908549
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark606.272
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
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 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3095237-1301748573/watcher-3095237-1301748573 -o /tmp/evaluation-result-3095237-1301748573/solver-3095237-1301748573 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3095237-1301748573.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.16 0.17 1.33 3/184 16920
/proc/meminfo: memFree=20896568/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=5440 CPUtime=0 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 286457021 5570560 274 33554432000 134512640 134829744 4290245632 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 1360 274 225 78 0 646 0

[startup+0.0794641 s]
/proc/loadavg: 0.16 0.17 1.33 3/184 16920
/proc/meminfo: memFree=20896568/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=5440 CPUtime=0.07 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 706 0 0 0 7 0 0 0 21 0 1 0 286457021 5570560 646 33554432000 134512640 134829744 4290245632 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 1360 646 225 78 0 646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5440

[startup+0.100459 s]
/proc/loadavg: 0.16 0.17 1.33 3/184 16920
/proc/meminfo: memFree=20896568/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=5440 CPUtime=0.09 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 812 0 0 0 9 0 0 0 21 0 1 0 286457021 5570560 752 33554432000 134512640 134829744 4290245632 18446744073709551615 8033544 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 1360 752 225 78 0 646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5440

[startup+0.300425 s]
/proc/loadavg: 0.16 0.17 1.33 3/184 16920
/proc/meminfo: memFree=20896568/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=24464 CPUtime=0.29 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 9939 0 0 0 28 1 0 0 22 0 1 0 286457021 25051136 5248 33554432000 134512640 134829744 4290245632 18446744073709551615 8283644 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 6116 5249 315 78 0 5402 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24464

[startup+0.700349 s]
/proc/loadavg: 0.16 0.17 1.33 3/184 16920
/proc/meminfo: memFree=20896568/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=32528 CPUtime=0.69 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 12667 0 0 0 68 1 0 0 24 0 1 0 286457021 33308672 7221 33554432000 134512640 134829744 4290245632 18446744073709551615 134712901 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 8132 7221 332 78 0 7418 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32528

[startup+1.50026 s]
/proc/loadavg: 0.16 0.17 1.33 5/190 16931
/proc/meminfo: memFree=20839860/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=32528 CPUtime=1.49 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 12678 0 0 0 148 1 0 0 25 0 1 0 286457021 33308672 7231 33554432000 134512640 134829744 4290245632 18446744073709551615 134614879 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 8132 7231 341 78 0 7418 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32528

[startup+3.10089 s]
/proc/loadavg: 0.16 0.17 1.33 5/190 16931
/proc/meminfo: memFree=20824980/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=33720 CPUtime=3.09 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 12964 0 0 0 308 1 0 0 25 0 1 0 286457021 34529280 7517 33554432000 134512640 134829744 4290245632 18446744073709551615 134662059 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 8430 7517 341 78 0 7716 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33720

[startup+6.30028 s]
/proc/loadavg: 0.47 0.23 1.34 5/190 16931
/proc/meminfo: memFree=20817512/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=41604 CPUtime=6.29 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 14922 0 0 0 627 2 0 0 25 0 1 0 286457021 42602496 9475 33554432000 134512640 134829744 4290245632 18446744073709551615 134723544 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 10401 9475 341 78 0 9687 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41604

[startup+12.7011 s]
/proc/loadavg: 0.75 0.29 1.35 5/190 16931
/proc/meminfo: memFree=20791052/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=52368 CPUtime=12.69 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 17639 0 0 0 1266 3 0 0 25 0 1 0 286457021 53624832 12192 33554432000 134512640 134829744 4290245632 18446744073709551615 134661457 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 13092 12192 341 78 0 12378 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52368

[startup+25.5006 s]
/proc/loadavg: 1.47 0.47 1.40 5/190 16932
/proc/meminfo: memFree=20771436/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=53568 CPUtime=25.49 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 17922 0 0 0 2545 4 0 0 25 0 1 0 286457021 54853632 12475 33554432000 134512640 134829744 4290245632 18446744073709551615 134623352 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 13392 12475 341 78 0 12678 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53568

[startup+51.1007 s]
/proc/loadavg: 2.33 0.76 1.46 5/190 16932
/proc/meminfo: memFree=20811704/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=42076 CPUtime=51.09 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 42612 0 0 0 5102 7 0 0 25 0 1 0 286457021 43085824 9428 33554432000 134512640 134829744 4290245632 18446744073709551615 8023958 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 10519 9428 344 78 0 9805 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 42076

[startup+102.307 s]
/proc/loadavg: 3.35 1.27 1.60 5/190 16961
/proc/meminfo: memFree=20721028/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=70324 CPUtime=102.3 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 50918 0 0 0 10221 9 0 0 25 0 1 0 286457021 72011776 16546 33554432000 134512640 134829744 4290245632 18446744073709551615 8023811 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 17581 16546 344 78 0 16867 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70324

[startup+162.301 s]
/proc/loadavg: 3.76 1.76 1.75 5/190 17016
/proc/meminfo: memFree=20681164/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=74740 CPUtime=162.29 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 53062 0 0 0 16220 9 0 0 25 0 1 0 286457021 76533760 17682 33554432000 134512640 134829744 4290245632 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 18685 17682 344 78 0 17971 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 74740

[startup+222.301 s]
/proc/loadavg: 3.91 2.17 1.89 5/190 17018
/proc/meminfo: memFree=20668056/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=82088 CPUtime=222.29 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 54814 0 0 0 22219 10 0 0 25 0 1 0 286457021 84058112 19434 33554432000 134512640 134829744 4290245632 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 20522 19434 344 78 0 19808 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 82088

[startup+282.301 s]
/proc/loadavg: 3.96 2.50 2.02 5/190 17019
/proc/meminfo: memFree=20656620/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=82088 CPUtime=282.29 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 54814 0 0 0 28219 10 0 0 25 0 1 0 286457021 84058112 19434 33554432000 134512640 134829744 4290245632 18446744073709551615 134678644 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 20522 19434 344 78 0 19808 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 82088

[startup+342.3 s]
/proc/loadavg: 3.98 2.77 2.14 5/190 17021
/proc/meminfo: memFree=20640472/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=90996 CPUtime=342.29 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 57033 0 0 0 34218 11 0 0 25 0 1 0 286457021 93179904 21653 33554432000 134512640 134829744 4290245632 18446744073709551615 134614874 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 22749 21653 344 78 0 22035 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 90996

[startup+402.301 s]
/proc/loadavg: 3.99 2.99 2.25 5/190 17023
/proc/meminfo: memFree=20639080/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=88532 CPUtime=402.3 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 57033 0 0 0 40219 11 0 0 25 0 1 0 286457021 90656768 21131 33554432000 134512640 134829744 4290245632 18446744073709551615 134614864 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 22133 21131 344 78 0 21419 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 88532

[startup+462.3 s]
/proc/loadavg: 3.99 3.17 2.36 5/190 17024
/proc/meminfo: memFree=20630876/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=88532 CPUtime=462.3 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 57033 0 0 0 46219 11 0 0 25 0 1 0 286457021 90656768 21131 33554432000 134512640 134829744 4290245632 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 22133 21131 344 78 0 21419 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 88532

[startup+522.301 s]
/proc/loadavg: 4.04 3.34 2.46 5/190 17026
/proc/meminfo: memFree=20617076/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=104288 CPUtime=522.3 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 60942 0 0 0 52218 12 0 0 25 0 1 0 286457021 106790912 25040 33554432000 134512640 134829744 4290245632 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 26072 25040 344 78 0 25358 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 104288

[startup+582.3 s]
/proc/loadavg: 4.01 3.45 2.56 5/190 17027
/proc/meminfo: memFree=20602916/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=106328 CPUtime=582.29 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 62569 0 0 0 58217 12 0 0 25 0 1 0 286457021 108879872 25580 33554432000 134512640 134829744 4290245632 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 26582 25580 344 78 0 25868 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 106328

[startup+642.301 s]
/proc/loadavg: 4.05 3.57 2.65 5/190 17029
/proc/meminfo: memFree=20602512/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=106328 CPUtime=642.3 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 62569 0 0 0 64218 12 0 0 25 0 1 0 286457021 108879872 25580 33554432000 134512640 134829744 4290245632 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 26582 25580 344 78 0 25868 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 106328

[startup+702.301 s]
/proc/loadavg: 4.02 3.64 2.73 5/190 17040
/proc/meminfo: memFree=20591008/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=106328 CPUtime=702.29 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 62569 0 0 0 70217 12 0 0 25 0 1 0 286457021 108879872 25580 33554432000 134512640 134829744 4290245632 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 26582 25580 344 78 0 25868 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 106328

[startup+762.306 s]
/proc/loadavg: 4.00 3.70 2.81 5/190 17041
/proc/meminfo: memFree=20556040/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=109784 CPUtime=762.3 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 63427 0 0 0 76217 13 0 0 25 0 1 0 286457021 112418816 26438 33554432000 134512640 134829744 4290245632 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 27446 26438 344 78 0 26732 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 109784

[startup+822.301 s]
/proc/loadavg: 4.00 3.75 2.88 5/190 17043
/proc/meminfo: memFree=20544224/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=109784 CPUtime=822.3 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 63427 0 0 0 82217 13 0 0 25 0 1 0 286457021 112418816 26438 33554432000 134512640 134829744 4290245632 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 27446 26438 344 78 0 26732 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 109784

[startup+882.3 s]
/proc/loadavg: 4.00 3.80 2.95 5/190 17047
/proc/meminfo: memFree=20547520/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=109784 CPUtime=882.3 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 63427 0 0 0 88217 13 0 0 25 0 1 0 286457021 112418816 26438 33554432000 134512640 134829744 4290245632 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 27446 26438 344 78 0 26732 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 109784

[startup+942.301 s]
/proc/loadavg: 4.00 3.83 3.01 5/190 17049
/proc/meminfo: memFree=20533780/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=109784 CPUtime=942.3 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 63427 0 0 0 94217 13 0 0 25 0 1 0 286457021 112418816 26438 33554432000 134512640 134829744 4290245632 18446744073709551615 134661415 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 27446 26438 344 78 0 26732 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 109784

[startup+1002.3 s]
/proc/loadavg: 4.07 3.88 3.07 5/190 17051
/proc/meminfo: memFree=20492968/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=150128 CPUtime=1002.3 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 73683 0 0 0 100214 16 0 0 25 0 1 0 286457021 153731072 36496 33554432000 134512640 134829744 4290245632 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 37532 36496 344 78 0 36818 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 150128

[startup+1062.3 s]
/proc/loadavg: 4.08 3.91 3.13 5/190 17052
/proc/meminfo: memFree=20492684/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=150128 CPUtime=1062.29 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 73684 0 0 0 106213 16 0 0 25 0 1 0 286457021 153731072 36497 33554432000 134512640 134829744 4290245632 18446744073709551615 134661654 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 37532 36497 344 78 0 36818 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 150128

[startup+1122.3 s]
/proc/loadavg: 4.03 3.92 3.19 5/190 17054
/proc/meminfo: memFree=20492524/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=150128 CPUtime=1122.29 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 73684 0 0 0 112213 16 0 0 25 0 1 0 286457021 153731072 36497 33554432000 134512640 134829744 4290245632 18446744073709551615 134725750 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 37532 36497 344 78 0 36818 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 150128

[startup+1182.3 s]
/proc/loadavg: 4.01 3.94 3.23 5/190 17055
/proc/meminfo: memFree=20492480/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=150128 CPUtime=1182.29 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 73684 0 0 0 118213 16 0 0 25 0 1 0 286457021 153731072 36497 33554432000 134512640 134829744 4290245632 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 37532 36497 344 78 0 36818 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 150128

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 3.28 5/190 17057
/proc/meminfo: memFree=20491964/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=150128 CPUtime=1242.29 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 73684 0 0 0 124213 16 0 0 25 0 1 0 286457021 153731072 36497 33554432000 134512640 134829744 4290245632 18446744073709551615 8023938 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 37532 36497 344 78 0 36818 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 150128



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.93 3.31 5/190 17087
/proc/meminfo: memFree=20504324/32950928 swapFree=67111528/67111528
[pid=16920] ppid=16918 vsize=150128 CPUtime=1300 cores=1,3
/proc/16920/stat : 16920 (MPhaseSAT_M) R 16918 16920 16870 0 -1 4202496 73684 0 0 0 129984 16 0 0 25 0 1 0 286457021 153731072 36497 33554432000 134512640 134829744 4290245632 18446744073709551615 134722641 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16920/statm: 37532 36497 344 78 0 36818 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 150128

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.01
CPU user time (s): 1299.84
CPU system time (s): 0.172973
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 150920

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

runsolver used 2.10568 second user time and 4.99824 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-02 14:49:34
IDJOB=3095237
IDBENCH=82519
IDSOLVER=1522
FILE ID=node127/3095237-1301748573
RUNJOBID= node127-1301748569-16890
PBS_JOBID= 12841010
Free space on /tmp= 71340 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3095237-1301748573/watcher-3095237-1301748573 -o /tmp/evaluation-result-3095237-1301748573/solver-3095237-1301748573 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3095237-1301748573.cnf

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

MD5SUM BENCH= 07407a86c8d0f1e46c34022f68908549
RANDOM SEED=512806760

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20896848 kB
Buffers:        352460 kB
Cached:       11350728 kB
SwapCached:          0 kB
Active:        6582940 kB
Inactive:      5196112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20896848 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5336 kB
Writeback:           0 kB
AnonPages:       76012 kB
Mapped:          16524 kB
Slab:           213096 kB
PageTables:       4940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   240456 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= 71332 MiB
End job on node127 at 2011-04-02 15:11:16