Trace number 3445908

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 2011-02-15? (TO) 5000.11 4999.93

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p15-s72490337.cnf
MD5SUMab8e40d31c79e7a71114e3126a46874f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.165974
Satisfiable
(Un)Satisfiability was proved
Number of variables1649
Number of clauses256038
Sum of the clauses size513645
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2255998
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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

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-3445908-1306987057/watcher-3445908-1306987057 -o /tmp/evaluation-result-3445908-1306987057/solver-3445908-1306987057 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445908-1306987057.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 2/478 25987
/proc/meminfo: memFree=27183072/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=7048 CPUtime=0.01 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 384 0 0 0 1 0 0 0 25 0 1 0 810308054 7217152 325 33554432000 134512640 134731564 4294406304 18446744073709551615 10144474 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 1762 325 225 54 0 1072 0

[startup+0.0595601 s]
/proc/loadavg: 1.84 1.97 1.99 2/478 25987
/proc/meminfo: memFree=27183072/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=7048 CPUtime=0.05 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 652 0 0 0 5 0 0 0 25 0 1 0 810308054 7217152 593 33554432000 134512640 134731564 4294406304 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 1762 593 225 54 0 1072 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7048

[startup+0.100551 s]
/proc/loadavg: 1.84 1.97 1.99 2/478 25987
/proc/meminfo: memFree=27183072/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=7048 CPUtime=0.09 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 894 0 0 0 9 0 0 0 25 0 1 0 810308054 7217152 835 33554432000 134512640 134731564 4294406304 18446744073709551615 10132050 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 1762 835 225 54 0 1072 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7048

[startup+0.30052 s]
/proc/loadavg: 1.84 1.97 1.99 2/478 25987
/proc/meminfo: memFree=27183072/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=19436 CPUtime=0.29 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 7456 0 0 0 28 1 0 0 25 0 1 0 810308054 19902464 4384 33554432000 134512640 134731564 4294406304 18446744073709551615 134717330 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 4859 4384 251 54 0 4169 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19436

[startup+0.70044 s]
/proc/loadavg: 1.84 1.97 1.99 2/478 25987
/proc/meminfo: memFree=27183072/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=26464 CPUtime=0.69 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 9256 0 0 0 68 1 0 0 25 0 1 0 810308054 27099136 6157 33554432000 134512640 134731564 4294406304 18446744073709551615 134614655 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 6616 6157 271 54 0 5926 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26464

[startup+1.50029 s]
/proc/loadavg: 1.84 1.97 1.99 3/482 25994
/proc/meminfo: memFree=27151552/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=26464 CPUtime=1.49 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 9256 0 0 0 148 1 0 0 25 0 1 0 810308054 27099136 6157 33554432000 134512640 134731564 4294406304 18446744073709551615 134720889 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 6616 6157 271 54 0 5926 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26464

[startup+3.10099 s]
/proc/loadavg: 1.84 1.97 1.99 3/482 25994
/proc/meminfo: memFree=27148700/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=26464 CPUtime=3.09 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 9256 0 0 0 308 1 0 0 25 0 1 0 810308054 27099136 6157 33554432000 134512640 134731564 4294406304 18446744073709551615 134659726 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 6616 6157 271 54 0 5926 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26464

[startup+6.30038 s]
/proc/loadavg: 1.85 1.97 1.99 3/482 25994
/proc/meminfo: memFree=27144924/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=27872 CPUtime=6.29 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 9623 0 0 0 628 1 0 0 25 0 1 0 810308054 28540928 6524 33554432000 134512640 134731564 4294406304 18446744073709551615 134614650 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 6968 6524 271 54 0 6278 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27872

[startup+12.7002 s]
/proc/loadavg: 1.86 1.97 1.99 3/482 26022
/proc/meminfo: memFree=27124252/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=30560 CPUtime=12.69 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 10302 0 0 0 1268 1 0 0 25 0 1 0 810308054 31293440 7203 33554432000 134512640 134731564 4294406304 18446744073709551615 134717132 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 7640 7203 271 54 0 6950 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30560

[startup+25.5008 s]
/proc/loadavg: 1.89 1.97 1.99 3/482 26022
/proc/meminfo: memFree=27114748/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=34540 CPUtime=25.49 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 11287 0 0 0 2548 1 0 0 25 0 1 0 810308054 35368960 8173 33554432000 134512640 134731564 4294406304 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 8635 8173 271 54 0 7945 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34540

[startup+51.1009 s]
/proc/loadavg: 1.93 1.97 1.99 3/482 26023
/proc/meminfo: memFree=27103392/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=41752 CPUtime=51.09 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 13107 0 0 0 5107 2 0 0 25 0 1 0 810308054 42754048 9993 33554432000 134512640 134731564 4294406304 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 10438 9993 271 54 0 9748 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 41752

[startup+102.318 s]
/proc/loadavg: 2.03 1.99 1.99 3/482 26024
/proc/meminfo: memFree=27111684/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=36592 CPUtime=102.31 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 31686 0 0 0 10227 4 0 0 25 0 1 0 810308054 37470208 8659 33554432000 134512640 134731564 4294406304 18446744073709551615 9998103 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 9148 8659 277 54 0 8458 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 36592

[startup+162.301 s]
/proc/loadavg: 2.01 1.99 1.99 3/482 26026
/proc/meminfo: memFree=27104464/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=42172 CPUtime=162.3 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 33068 0 0 0 16226 4 0 0 25 0 1 0 810308054 43184128 10041 33554432000 134512640 134731564 4294406304 18446744073709551615 9998190 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 10543 10041 277 54 0 9853 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 42172

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/482 26063
/proc/meminfo: memFree=27120936/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=45776 CPUtime=222.3 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 33992 0 0 0 22226 4 0 0 25 0 1 0 810308054 46874624 10965 33554432000 134512640 134731564 4294406304 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 11444 10965 277 54 0 10754 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 45776

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/482 26065
/proc/meminfo: memFree=27098852/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=65360 CPUtime=282.3 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 38887 0 0 0 28225 5 0 0 25 0 1 0 810308054 66928640 15860 33554432000 134512640 134731564 4294406304 18446744073709551615 134659945 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 16340 15860 277 54 0 15650 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 65360

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/482 26066
/proc/meminfo: memFree=27093248/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=64848 CPUtime=342.31 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 38899 0 0 0 34226 5 0 0 25 0 1 0 810308054 66404352 15744 33554432000 134512640 134731564 4294406304 18446744073709551615 134655802 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 16212 15744 277 54 0 15522 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 64848

[startup+402.301 s]
/proc/loadavg: 2.05 2.00 2.00 3/482 26071
/proc/meminfo: memFree=27091228/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=68068 CPUtime=402.3 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 39665 0 0 0 40225 5 0 0 25 0 1 0 810308054 69701632 16510 33554432000 134512640 134731564 4294406304 18446744073709551615 134634442 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 17017 16510 277 54 0 16327 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 68068

[startup+462.3 s]
/proc/loadavg: 2.10 2.02 2.01 3/482 26073
/proc/meminfo: memFree=27087092/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=69464 CPUtime=462.3 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 39992 0 0 0 46225 5 0 0 25 0 1 0 810308054 71131136 16837 33554432000 134512640 134731564 4294406304 18446744073709551615 134668897 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 17366 16837 277 54 0 16676 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 69464

[startup+522.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/482 26074
/proc/meminfo: memFree=27074428/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=76304 CPUtime=522.31 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 41658 0 0 0 52225 6 0 0 25 0 1 0 810308054 78135296 18503 33554432000 134512640 134731564 4294406304 18446744073709551615 134721128 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 19076 18503 277 54 0 18386 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 76304

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/482 26076
/proc/meminfo: memFree=27073796/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=76304 CPUtime=582.31 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 41676 0 0 0 58225 6 0 0 25 0 1 0 810308054 78135296 18521 33554432000 134512640 134731564 4294406304 18446744073709551615 134614650 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 19076 18521 277 54 0 18386 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 76304

[startup+642.3 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 26181
/proc/meminfo: memFree=27002624/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=145460 CPUtime=4062.46 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 61600 0 0 0 406234 12 0 0 25 0 1 0 810308054 148951040 35912 33554432000 134512640 134731564 4294406304 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 36365 35912 277 54 0 35675 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 145460

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 26182
/proc/meminfo: memFree=27002476/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=145460 CPUtime=4122.44 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 61600 0 0 0 412232 12 0 0 25 0 1 0 810308054 148951040 35912 33554432000 134512640 134731564 4294406304 18446744073709551615 134659502 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 36365 35912 277 54 0 35675 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 145460

[startup+4182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/482 26184
/proc/meminfo: memFree=27002584/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=145460 CPUtime=4182.45 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 61600 0 0 0 418233 12 0 0 25 0 1 0 810308054 148951040 35912 33554432000 134512640 134731564 4294406304 18446744073709551615 134659517 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 36365 35912 277 54 0 35675 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 145460

[startup+4242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/482 26185
/proc/meminfo: memFree=26999956/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=147824 CPUtime=4242.45 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 61949 0 0 0 424233 12 0 0 25 0 1 0 810308054 151371776 36261 33554432000 134512640 134731564 4294406304 18446744073709551615 134655619 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 36956 36261 277 54 0 36266 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 147824

[startup+4302.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/482 26187
/proc/meminfo: memFree=26990400/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=157108 CPUtime=4302.45 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 64288 0 0 0 430233 12 0 0 25 0 1 0 810308054 160878592 38600 33554432000 134512640 134731564 4294406304 18446744073709551615 134656000 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 39277 38600 277 54 0 38587 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 157108

[startup+4362.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/482 26189
/proc/meminfo: memFree=26992120/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=157108 CPUtime=4362.45 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 64291 0 0 0 436233 12 0 0 25 0 1 0 810308054 160878592 38603 33554432000 134512640 134731564 4294406304 18446744073709551615 134715469 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 39277 38603 277 54 0 38587 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 157108

[startup+4422.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/482 26190
/proc/meminfo: memFree=26992228/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=157108 CPUtime=4422.45 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 64291 0 0 0 442233 12 0 0 25 0 1 0 810308054 160878592 38603 33554432000 134512640 134731564 4294406304 18446744073709551615 134720360 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 39277 38603 277 54 0 38587 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 157108

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 26192
/proc/meminfo: memFree=26991344/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=157108 CPUtime=4482.45 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 64296 0 0 0 448233 12 0 0 25 0 1 0 810308054 160878592 38608 33554432000 134512640 134731564 4294406304 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 39277 38608 277 54 0 38587 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 157108

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 26193
/proc/meminfo: memFree=26991820/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=157108 CPUtime=4542.46 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 64296 0 0 0 454234 12 0 0 25 0 1 0 810308054 160878592 38608 33554432000 134512640 134731564 4294406304 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 39277 38608 277 54 0 38587 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 157108

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 26195
/proc/meminfo: memFree=26990316/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=157340 CPUtime=4602.47 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 64325 0 0 0 460235 12 0 0 25 0 1 0 810308054 161116160 38637 33554432000 134512640 134731564 4294406304 18446744073709551615 10287068 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 39335 38637 277 54 0 38645 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 157340

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 26197
/proc/meminfo: memFree=26989308/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=158328 CPUtime=4662.46 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 64558 0 0 0 466234 12 0 0 25 0 1 0 810308054 162127872 38870 33554432000 134512640 134731564 4294406304 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 39582 38870 277 54 0 38892 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 158328

[startup+4722.32 s]
/proc/loadavg: 2.14 2.04 2.01 3/482 26198
/proc/meminfo: memFree=26989168/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=158328 CPUtime=4722.48 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 64558 0 0 0 472236 12 0 0 25 0 1 0 810308054 162127872 38870 33554432000 134512640 134731564 4294406304 18446744073709551615 134659726 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 39582 38870 277 54 0 38892 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 158328

[startup+4782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/482 26200
/proc/meminfo: memFree=26988768/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=160120 CPUtime=4782.47 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 64841 0 0 0 478234 13 0 0 25 0 1 0 810308054 163962880 39153 33554432000 134512640 134731564 4294406304 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 40030 39153 277 54 0 39340 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 160120

[startup+4842.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/482 26201
/proc/meminfo: memFree=26987512/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=160632 CPUtime=4842.47 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 64931 0 0 0 484234 13 0 0 25 0 1 0 810308054 164487168 39243 33554432000 134512640 134731564 4294406304 18446744073709551615 134659722 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 40158 39243 277 54 0 39468 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 160632

[startup+4902.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/482 26203
/proc/meminfo: memFree=26988484/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=161784 CPUtime=4902.47 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 65156 0 0 0 490234 13 0 0 25 0 1 0 810308054 165666816 39468 33554432000 134512640 134731564 4294406304 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 40446 39468 277 54 0 39756 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 161784

[startup+4962.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/482 26205
/proc/meminfo: memFree=26987600/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=163192 CPUtime=4962.48 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 65368 0 0 0 496235 13 0 0 25 0 1 0 810308054 167108608 39680 33554432000 134512640 134731564 4294406304 18446744073709551615 134659720 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 40798 39680 277 54 0 40108 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 163192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 26206
/proc/meminfo: memFree=26985976/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=164408 CPUtime=5000.09 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 65607 0 0 0 499996 13 0 0 25 0 1 0 810308054 168353792 39919 33554432000 134512640 134731564 4294406304 18446744073709551615 134668984 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 41102 39919 277 54 0 40412 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 164408

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 26206
/proc/meminfo: memFree=26985976/32951124 swapFree=38422276/67111528
[pid=25987] ppid=25985 vsize=164408 CPUtime=5000.09 cores=0,2,4,6
/proc/25987/stat : 25987 (MPhaseSAT) R 25985 25987 24499 0 -1 4202496 65607 0 0 0 499996 13 0 0 25 0 1 0 810308054 168353792 39919 33554432000 134512640 134731564 4294406304 18446744073709551615 134668984 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25987/statm: 41102 39919 277 54 0 40412 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 164408

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.11
CPU user time (s): 4999.97
CPU system time (s): 0.139978
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 164408

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

runsolver used 24.8812 second user time and 52.441 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-02 05:57:37
IDJOB=3445908
IDBENCH=88223
IDSOLVER=1941
FILE ID=node102/3445908-1306987057
RUNJOBID= node102-1306982055-25772
PBS_JOBID= 13497660
Free space on /tmp= 73820 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p15-s72490337.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445908-1306987057/watcher-3445908-1306987057 -o /tmp/evaluation-result-3445908-1306987057/solver-3445908-1306987057 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445908-1306987057.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ab8e40d31c79e7a71114e3126a46874f
RANDOM SEED=659503543

node102.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.828
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.65
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.828
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.828
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.828
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.828
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.828
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27183600 kB
Buffers:        278360 kB
Cached:        1466856 kB
SwapCached:      86876 kB
Active:         744828 kB
Inactive:      4727340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27183600 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            3516 kB
Writeback:           0 kB
AnonPages:     3662664 kB
Mapped:          13228 kB
Slab:           126100 kB
PageTables:      99860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135458688 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= 73820 MiB
End job on node102 at 2011-06-02 07:20:59