Trace number 3375518

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT64 2011-05-14 (fixed)? (TO) 1300.05 1300.01

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g7.cnf
MD5SUMcffaf116c6c0eb21439a109753d19c34
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.284955
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3375518-1305447222/watcher-3375518-1305447222 -o /tmp/evaluation-result-3375518-1305447222/solver-3375518-1305447222 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3375518-1305447222.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: 3.99 3.63 4.24 4/359 25607
/proc/meminfo: memFree=25501688/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=13788 CPUtime=0 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 455 0 0 0 0 0 0 0 22 0 1 0 656322621 14118912 397 33554432000 4194304 4479436 140736149944432 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 3447 397 267 70 0 567 0

[startup+0.0797279 s]
/proc/loadavg: 3.99 3.63 4.24 4/359 25607
/proc/meminfo: memFree=25501688/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=14728 CPUtime=0.07 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 2539 0 0 0 7 0 0 0 22 0 1 0 656322621 15081472 800 33554432000 4194304 4479436 140736149944432 18446744073709551615 4212413 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 3682 800 285 70 0 802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14728

[startup+0.100713 s]
/proc/loadavg: 3.99 3.63 4.24 4/359 25607
/proc/meminfo: memFree=25501688/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=17072 CPUtime=0.09 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 3438 0 0 0 9 0 0 0 22 0 1 0 656322621 17481728 1442 33554432000 4194304 4479436 140736149944432 18446744073709551615 4346484 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4268 1442 308 70 0 1388 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17072

[startup+0.300676 s]
/proc/loadavg: 3.99 3.63 4.24 4/359 25607
/proc/meminfo: memFree=25501688/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=18596 CPUtime=0.29 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 3798 0 0 0 29 0 0 0 23 0 1 0 656322621 19042304 1802 33554432000 4194304 4479436 140736149944432 18446744073709551615 4416177 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4649 1802 319 70 0 1769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18596

[startup+0.700598 s]
/proc/loadavg: 3.99 3.63 4.24 4/359 25607
/proc/meminfo: memFree=25501688/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=19588 CPUtime=0.69 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 3923 0 0 0 69 0 0 0 25 0 1 0 656322621 20058112 1927 33554432000 4194304 4479436 140736149944432 18446744073709551615 4304587 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4897 1927 319 70 0 2017 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19588

[startup+1.50045 s]
/proc/loadavg: 3.99 3.63 4.24 5/360 25608
/proc/meminfo: memFree=25494744/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=21572 CPUtime=1.49 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 4419 0 0 0 149 0 0 0 25 0 1 0 656322621 22089728 2423 33554432000 4194304 4479436 140736149944432 18446744073709551615 4306783 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 5393 2423 319 70 0 2513 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21572

[startup+3.10016 s]
/proc/loadavg: 4.07 3.65 4.25 5/360 25608
/proc/meminfo: memFree=25494992/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=18108 CPUtime=3.09 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 4692 0 0 0 309 0 0 0 25 0 1 0 656322621 18542592 1687 33554432000 4194304 4479436 140736149944432 18446744073709551615 4306787 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4527 1687 326 70 0 1647 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18108

[startup+6.30057 s]
/proc/loadavg: 4.07 3.65 4.25 5/360 25608
/proc/meminfo: memFree=25491024/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=22632 CPUtime=6.29 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 5738 0 0 0 629 0 0 0 25 0 1 0 656322621 23175168 2733 33554432000 4194304 4479436 140736149944432 18446744073709551615 4331451 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 5658 2733 327 70 0 2778 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22632

[startup+12.7004 s]
/proc/loadavg: 4.06 3.66 4.25 5/360 25608
/proc/meminfo: memFree=25483872/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=19268 CPUtime=12.69 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 5994 0 0 0 1269 0 0 0 25 0 1 0 656322621 19730432 1924 33554432000 4194304 4479436 140736149944432 18446744073709551615 4416164 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4817 1924 327 70 0 1937 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19268

[startup+25.5011 s]
/proc/loadavg: 4.05 3.67 4.24 5/360 25608
/proc/meminfo: memFree=25495256/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=19460 CPUtime=25.49 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 9215 0 0 0 2548 1 0 0 25 0 1 0 656322621 19927040 1940 33554432000 4194304 4479436 140736149944432 18446744073709551615 4331474 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4865 1940 327 70 0 1985 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19460

[startup+51.1004 s]
/proc/loadavg: 4.03 3.70 4.23 5/360 25609
/proc/meminfo: memFree=25488160/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=18168 CPUtime=51.09 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 14842 0 0 0 5107 2 0 0 25 0 1 0 656322621 18604032 1687 33554432000 4194304 4479436 140736149944432 18446744073709551615 4307386 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4542 1687 327 70 0 1662 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18168

[startup+102.313 s]
/proc/loadavg: 4.05 3.76 4.22 5/360 25610
/proc/meminfo: memFree=25495960/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=17360 CPUtime=102.31 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 29379 0 0 0 10228 3 0 0 25 0 1 0 656322621 17776640 1422 33554432000 4194304 4479436 140736149944432 18446744073709551615 4304798 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4340 1422 327 70 0 1460 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 17360

[startup+162.301 s]
/proc/loadavg: 4.09 3.83 4.22 5/360 25612
/proc/meminfo: memFree=25490732/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=22228 CPUtime=162.3 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 43697 0 0 0 16225 5 0 0 25 0 1 0 656322621 22761472 2718 33554432000 4194304 4479436 140736149944432 18446744073709551615 4331639 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 5557 2718 327 70 0 2677 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 22228

[startup+222.301 s]
/proc/loadavg: 4.10 3.87 4.20 5/360 25613
/proc/meminfo: memFree=25488364/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=17392 CPUtime=222.29 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 60015 0 0 0 22222 7 0 0 25 0 1 0 656322621 17809408 1428 33554432000 4194304 4479436 140736149944432 18446744073709551615 4304699 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4348 1428 327 70 0 1468 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 17392

[startup+282.301 s]
/proc/loadavg: 4.04 3.89 4.19 5/360 25615
/proc/meminfo: memFree=25493424/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=22364 CPUtime=282.3 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 79776 0 0 0 28220 10 0 0 25 0 1 0 656322621 22900736 2661 33554432000 4194304 4479436 140736149944432 18446744073709551615 4331671 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 5591 2661 327 70 0 2711 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 22364

[startup+342.301 s]
/proc/loadavg: 4.01 3.91 4.17 5/360 25617
/proc/meminfo: memFree=25488952/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=17392 CPUtime=342.3 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 94212 0 0 0 34219 11 0 0 25 0 1 0 656322621 17809408 1427 33554432000 4194304 4479436 140736149944432 18446744073709551615 4307942 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4348 1427 327 70 0 1468 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 17392

[startup+402.301 s]
/proc/loadavg: 4.05 3.94 4.17 5/360 25618
/proc/meminfo: memFree=25500960/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=18868 CPUtime=402.31 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 111410 0 0 0 40216 15 0 0 25 0 1 0 656322621 19320832 1818 33554432000 4194304 4479436 140736149944432 18446744073709551615 4307728 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4717 1818 327 70 0 1837 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 18868

[startup+462.301 s]
/proc/loadavg: 4.02 3.95 4.16 5/360 25620
/proc/meminfo: memFree=25485196/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=22312 CPUtime=462.3 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 127294 0 0 0 46213 17 0 0 25 0 1 0 656322621 22847488 2739 33554432000 4194304 4479436 140736149944432 18446744073709551615 4331474 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 5578 2739 327 70 0 2698 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 22312

[startup+522.301 s]
/proc/loadavg: 4.00 3.95 4.14 5/360 25621
/proc/meminfo: memFree=25488408/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=19828 CPUtime=522.3 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 135274 0 0 0 52212 18 0 0 25 0 1 0 656322621 20303872 2034 33554432000 4194304 4479436 140736149944432 18446744073709551615 4331448 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4957 2034 327 70 0 2077 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 19828

[startup+582.3 s]
/proc/loadavg: 4.06 3.97 4.14 5/360 25623
/proc/meminfo: memFree=25478100/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=18244 CPUtime=582.31 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 142602 0 0 0 58211 20 0 0 25 0 1 0 656322621 18681856 1754 33554432000 4194304 4479436 140736149944432 18446744073709551615 4304374 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4561 1754 327 70 0 1681 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 18244

[startup+642.3 s]
/proc/loadavg: 4.02 3.97 4.13 5/360 25625
/proc/meminfo: memFree=25477952/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=22912 CPUtime=642.32 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 161102 0 0 0 64210 22 0 0 25 0 1 0 656322621 23461888 2802 33554432000 4194304 4479436 140736149944432 18446744073709551615 4331531 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 5728 2802 327 70 0 2848 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 22912

[startup+702.3 s]
/proc/loadavg: 4.06 3.99 4.12 5/360 25653
/proc/meminfo: memFree=25598592/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=23040 CPUtime=702.31 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 176047 0 0 0 70207 24 0 0 25 0 1 0 656322621 23592960 2770 33554432000 4194304 4479436 140736149944432 18446744073709551615 4331531 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 5760 2770 327 70 0 2880 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 23040

[startup+762.313 s]
/proc/loadavg: 4.06 4.00 4.11 5/360 25655
/proc/meminfo: memFree=25598316/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=23992 CPUtime=762.33 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 182203 0 0 0 76208 25 0 0 25 0 1 0 656322621 24567808 3081 33554432000 4194304 4479436 140736149944432 18446744073709551615 4331760 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 5998 3081 327 70 0 3118 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 23992

[startup+822.3 s]
/proc/loadavg: 4.05 4.01 4.11 5/360 25656
/proc/meminfo: memFree=25599536/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=22960 CPUtime=822.32 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 189379 0 0 0 82206 26 0 0 25 0 1 0 656322621 23511040 2822 33554432000 4194304 4479436 140736149944432 18446744073709551615 4331692 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 5740 2822 327 70 0 2860 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 22960

[startup+882.3 s]
/proc/loadavg: 4.08 4.02 4.10 5/360 25658
/proc/meminfo: memFree=25592684/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=22308 CPUtime=882.32 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 202005 0 0 0 88204 28 0 0 25 0 1 0 656322621 22843392 2649 33554432000 4194304 4479436 140736149944432 18446744073709551615 4451917 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 5577 2649 327 70 0 2697 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 22308

[startup+942.3 s]
/proc/loadavg: 4.03 4.02 4.09 5/360 25660
/proc/meminfo: memFree=25595024/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=19300 CPUtime=942.32 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 214041 0 0 0 94203 29 0 0 25 0 1 0 656322621 19763200 1930 33554432000 4194304 4479436 140736149944432 18446744073709551615 4416125 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4825 1930 327 70 0 1945 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 19300

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 4.08 5/360 25661
/proc/meminfo: memFree=25595748/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=19328 CPUtime=1002.32 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 229453 0 0 0 100201 31 0 0 25 0 1 0 656322621 19791872 1832 33554432000 4194304 4479436 140736149944432 18446744073709551615 4304544 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4832 1832 327 70 0 1952 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 19328

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 4.08 5/360 25719
/proc/meminfo: memFree=25679564/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=19400 CPUtime=1062.32 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 245998 0 0 0 106199 33 0 0 25 0 1 0 656322621 19865600 1915 33554432000 4194304 4479436 140736149944432 18446744073709551615 4307935 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4850 1915 327 70 0 1970 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 19400

[startup+1122.3 s]
/proc/loadavg: 4.08 4.02 4.08 5/360 25720
/proc/meminfo: memFree=25675796/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=18260 CPUtime=1122.33 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 261895 0 0 0 112198 35 0 0 25 0 1 0 656322621 18698240 1580 33554432000 4194304 4479436 140736149944432 18446744073709551615 4416527 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4565 1580 327 70 0 1685 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 18260

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 4.07 5/360 25722
/proc/meminfo: memFree=25674668/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=19292 CPUtime=1182.33 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 273907 0 0 0 118196 37 0 0 25 0 1 0 656322621 19755008 1837 33554432000 4194304 4479436 140736149944432 18446744073709551615 4306804 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4823 1837 327 70 0 1943 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 19292

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 4.07 5/360 25724
/proc/meminfo: memFree=25667916/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=18076 CPUtime=1242.33 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 287575 0 0 0 124194 39 0 0 25 0 1 0 656322621 18509824 1680 33554432000 4194304 4479436 140736149944432 18446744073709551615 4304706 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4519 1680 327 70 0 1639 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 18076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.06 5/360 25725
/proc/meminfo: memFree=25670856/32951124 swapFree=40554400/67111528
[pid=25607] ppid=25605 vsize=19316 CPUtime=1300.03 cores=1,3
/proc/25607/stat : 25607 (MPhaseSAT64) R 25605 25607 25236 0 -1 4202496 301876 0 0 0 129963 40 0 0 25 0 1 0 656322621 19779584 1848 33554432000 4194304 4479436 140736149944432 18446744073709551615 4331502 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25607/statm: 4829 1848 327 70 0 1949 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 19316

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

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

runsolver used 4.22936 second user time and 10.0745 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 10:13:42
IDJOB=3375518
IDBENCH=71284
IDSOLVER=1855
FILE ID=node104/3375518-1305447222
RUNJOBID= node104-1305446887-25477
PBS_JOBID= 13324853
Free space on /tmp= 73404 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g7.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375518-1305447222/watcher-3375518-1305447222 -o /tmp/evaluation-result-3375518-1305447222/solver-3375518-1305447222 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375518-1305447222.cnf

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

MD5SUM BENCH= cffaf116c6c0eb21439a109753d19c34
RANDOM SEED=1460527721

node104.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25501720 kB
Buffers:        306928 kB
Cached:        2438472 kB
SwapCached:     122128 kB
Active:        1199252 kB
Inactive:      5979256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25501720 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            1076 kB
Writeback:           0 kB
AnonPages:     4324036 kB
Mapped:          11844 kB
Slab:           118872 kB
PageTables:      85132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75109004 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= 73424 MiB
End job on node104 at 2011-05-15 10:35:24