Trace number 3445804

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.09 4999.92

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
MD5SUM5f29341b29f4bbeb333d68befe08c7ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark949.86
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses56970
Sum of the clauses size569400
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 556910

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

running on 4 cores: 1,3,5,7

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: 2.00 2.03 2.00 2/469 29673
/proc/meminfo: memFree=24479668/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=4600 CPUtime=0.01 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 376 0 0 0 1 0 0 0 25 0 1 0 888329953 4710400 317 33554432000 134512640 134731564 4289883344 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 1150 317 225 54 0 460 0

[startup+0.033994 s]
/proc/loadavg: 2.00 2.03 2.00 2/469 29673
/proc/meminfo: memFree=24479668/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=4600 CPUtime=0.03 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 489 0 0 0 3 0 0 0 25 0 1 0 888329953 4710400 430 33554432000 134512640 134731564 4289883344 18446744073709551615 9908847 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 1150 430 225 54 0 460 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4600

[startup+0.100994 s]
/proc/loadavg: 2.00 2.03 2.00 2/469 29673
/proc/meminfo: memFree=24479668/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=5312 CPUtime=0.09 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 868 0 0 0 9 0 0 0 25 0 1 0 888329953 5439488 809 33554432000 134512640 134731564 4289883344 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 1328 809 226 54 0 638 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5312

[startup+0.300948 s]
/proc/loadavg: 2.00 2.03 2.00 2/469 29673
/proc/meminfo: memFree=24479668/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=12552 CPUtime=0.29 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 5823 0 0 0 28 1 0 0 25 0 1 0 888329953 12853248 2642 33554432000 134512640 134731564 4289883344 18446744073709551615 134667027 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 3138 2642 262 54 0 2448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12552

[startup+0.700883 s]
/proc/loadavg: 2.00 2.03 2.00 2/469 29673
/proc/meminfo: memFree=24479668/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=13760 CPUtime=0.69 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 6119 0 0 0 68 1 0 0 25 0 1 0 888329953 14090240 2938 33554432000 134512640 134731564 4289883344 18446744073709551615 134659323 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 3440 2938 262 54 0 2750 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13760

[startup+1.50072 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 29674
/proc/meminfo: memFree=24467888/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=14184 CPUtime=1.49 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 6221 0 0 0 148 1 0 0 25 0 1 0 888329953 14524416 3040 33554432000 134512640 134731564 4289883344 18446744073709551615 134720319 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 3546 3040 262 54 0 2856 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14184

[startup+3.10043 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 29674
/proc/meminfo: memFree=24466400/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=14588 CPUtime=3.09 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 6325 0 0 0 308 1 0 0 25 0 1 0 888329953 14938112 3144 33554432000 134512640 134731564 4289883344 18446744073709551615 134720157 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 3647 3144 262 54 0 2957 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14588

[startup+6.30083 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 29675
/proc/meminfo: memFree=24465564/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=15424 CPUtime=6.29 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 6518 0 0 0 628 1 0 0 25 0 1 0 888329953 15794176 3337 33554432000 134512640 134731564 4289883344 18446744073709551615 134718339 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 3856 3337 262 54 0 3166 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15424

[startup+12.7006 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 29675
/proc/meminfo: memFree=24460508/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=19236 CPUtime=12.69 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 18739 0 0 0 1267 2 0 0 25 0 1 0 888329953 19697664 4260 33554432000 134512640 134731564 4289883344 18446744073709551615 134719952 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 4809 4260 270 54 0 4119 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19236

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 29675
/proc/meminfo: memFree=24460264/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=18484 CPUtime=25.49 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 19812 0 0 0 2547 2 0 0 25 0 1 0 888329953 18927616 4111 33554432000 134512640 134731564 4289883344 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 4621 4111 270 54 0 3931 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18484

[startup+51.1005 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 29676
/proc/meminfo: memFree=24458860/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=19244 CPUtime=51.09 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 80031 0 0 0 5100 9 0 0 25 0 1 0 888329953 19705856 4330 33554432000 134512640 134731564 4289883344 18446744073709551615 134620749 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 4811 4330 271 54 0 4121 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19244

[startup+102.318 s]
/proc/loadavg: 2.04 2.03 2.00 3/470 29677
/proc/meminfo: memFree=24452020/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=28116 CPUtime=102.31 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 397140 0 0 0 10185 46 0 0 25 0 1 0 888329953 28790784 6453 33554432000 134512640 134731564 4289883344 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7029 6453 271 54 0 6339 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 28116

[startup+162.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/470 29679
/proc/meminfo: memFree=24448880/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=29608 CPUtime=162.29 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 400977 0 0 0 16183 46 0 0 25 0 1 0 888329953 30318592 6852 33554432000 134512640 134731564 4289883344 18446744073709551615 134620761 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7402 6852 272 54 0 6712 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 29608

[startup+222.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/470 29680
/proc/meminfo: memFree=24449460/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=29608 CPUtime=222.3 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 400988 0 0 0 22184 46 0 0 25 0 1 0 888329953 30318592 6863 33554432000 134512640 134731564 4289883344 18446744073709551615 134620770 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7402 6863 272 54 0 6712 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 29608

[startup+282.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/470 29682
/proc/meminfo: memFree=24449420/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=29608 CPUtime=282.3 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 400988 0 0 0 28184 46 0 0 25 0 1 0 888329953 30318592 6863 33554432000 134512640 134731564 4289883344 18446744073709551615 134620715 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7402 6863 272 54 0 6712 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 29608

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/470 29684
/proc/meminfo: memFree=24449636/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=29608 CPUtime=342.3 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 400990 0 0 0 34184 46 0 0 25 0 1 0 888329953 30318592 6865 33554432000 134512640 134731564 4289883344 18446744073709551615 134717132 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7402 6865 272 54 0 6712 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 29608

[startup+402.3 s]
/proc/loadavg: 1.96 2.02 1.99 3/470 29713
/proc/meminfo: memFree=24508216/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=29608 CPUtime=402.3 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 400993 0 0 0 40184 46 0 0 25 0 1 0 888329953 30318592 6868 33554432000 134512640 134731564 4289883344 18446744073709551615 134620770 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7402 6868 272 54 0 6712 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 29608

[startup+462.301 s]
/proc/loadavg: 1.98 2.01 1.99 3/470 29715
/proc/meminfo: memFree=24502084/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=29608 CPUtime=462.3 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 400993 0 0 0 46184 46 0 0 25 0 1 0 888329953 30318592 6868 33554432000 134512640 134731564 4289883344 18446744073709551615 134620664 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7402 6868 272 54 0 6712 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 29608

[startup+522.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/470 29716
/proc/meminfo: memFree=24499656/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=29608 CPUtime=522.31 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 401008 0 0 0 52185 46 0 0 25 0 1 0 888329953 30318592 6883 33554432000 134512640 134731564 4289883344 18446744073709551615 134620738 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7402 6883 272 54 0 6712 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 29608

[startup+582.301 s]
/proc/loadavg: 2.22 2.08 2.01 3/470 29718
/proc/meminfo: memFree=24499608/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=29608 CPUtime=582.31 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 401008 0 0 0 58185 46 0 0 25 0 1 0 888329953 30318592 6883 33554432000 134512640 134731564 4289883344 18446744073709551615 134620740 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7402 6883 272 54 0 6712 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 29608

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/470 29823
/proc/meminfo: memFree=24496560/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=29976 CPUtime=4062.45 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402073 0 0 0 406198 47 0 0 25 0 1 0 888329953 30695424 7007 33554432000 134512640 134731564 4289883344 18446744073709551615 134620766 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7494 7007 272 54 0 6804 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 29976

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 29824
/proc/meminfo: memFree=24497380/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=29976 CPUtime=4122.43 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402073 0 0 0 412196 47 0 0 25 0 1 0 888329953 30695424 7007 33554432000 134512640 134731564 4289883344 18446744073709551615 134720137 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7494 7007 272 54 0 6804 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 29976

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 29826
/proc/meminfo: memFree=24497704/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=29976 CPUtime=4182.43 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402073 0 0 0 418196 47 0 0 25 0 1 0 888329953 30695424 7007 33554432000 134512640 134731564 4289883344 18446744073709551615 134620731 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7494 7007 272 54 0 6804 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 29976

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 29828
/proc/meminfo: memFree=24497668/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=29860 CPUtime=4242.43 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402153 0 0 0 424196 47 0 0 25 0 1 0 888329953 30576640 6990 33554432000 134512640 134731564 4289883344 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7465 6990 272 54 0 6775 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 29860

[startup+4302.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/470 29829
/proc/meminfo: memFree=24497500/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30128 CPUtime=4302.44 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402200 0 0 0 430197 47 0 0 25 0 1 0 888329953 30851072 7037 33554432000 134512640 134731564 4289883344 18446744073709551615 134620768 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7532 7037 272 54 0 6842 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 30128

[startup+4362.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/470 29831
/proc/meminfo: memFree=24497836/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30548 CPUtime=4362.44 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402315 0 0 0 436197 47 0 0 25 0 1 0 888329953 31281152 7152 33554432000 134512640 134731564 4289883344 18446744073709551615 134620994 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7637 7152 272 54 0 6947 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 30548

[startup+4422.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/470 29832
/proc/meminfo: memFree=24496908/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30548 CPUtime=4422.44 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402318 0 0 0 442197 47 0 0 25 0 1 0 888329953 31281152 7155 33554432000 134512640 134731564 4289883344 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7637 7155 272 54 0 6947 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 30548

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/470 29834
/proc/meminfo: memFree=24497116/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30452 CPUtime=4482.44 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402360 0 0 0 448197 47 0 0 25 0 1 0 888329953 31182848 7135 33554432000 134512640 134731564 4289883344 18446744073709551615 134620999 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7613 7135 272 54 0 6923 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 30452

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/470 29836
/proc/meminfo: memFree=24497080/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30452 CPUtime=4542.44 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402360 0 0 0 454197 47 0 0 25 0 1 0 888329953 31182848 7135 33554432000 134512640 134731564 4289883344 18446744073709551615 134620680 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7613 7135 272 54 0 6923 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 30452

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 29837
/proc/meminfo: memFree=24495672/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30452 CPUtime=4602.46 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402541 0 0 0 460199 47 0 0 25 0 1 0 888329953 31182848 7135 33554432000 134512640 134731564 4289883344 18446744073709551615 134620661 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7613 7135 272 54 0 6923 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 30452

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 29839
/proc/meminfo: memFree=24495256/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30452 CPUtime=4662.45 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402542 0 0 0 466198 47 0 0 25 0 1 0 888329953 31182848 7136 33554432000 134512640 134731564 4289883344 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7613 7136 272 54 0 6923 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 30452

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 29840
/proc/meminfo: memFree=24495812/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30452 CPUtime=4722.47 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402542 0 0 0 472200 47 0 0 25 0 1 0 888329953 31182848 7136 33554432000 134512640 134731564 4289883344 18446744073709551615 134719994 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7613 7136 272 54 0 6923 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 30452

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/470 29842
/proc/meminfo: memFree=24496504/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30452 CPUtime=4782.45 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402542 0 0 0 478198 47 0 0 25 0 1 0 888329953 31182848 7136 33554432000 134512640 134731564 4289883344 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7613 7136 272 54 0 6923 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 30452

[startup+4842.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/470 29844
/proc/meminfo: memFree=24496216/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30452 CPUtime=4842.45 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402542 0 0 0 484198 47 0 0 25 0 1 0 888329953 31182848 7136 33554432000 134512640 134731564 4289883344 18446744073709551615 134620977 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7613 7136 272 54 0 6923 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 30452

[startup+4902.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/470 29845
/proc/meminfo: memFree=24496416/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30452 CPUtime=4902.45 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402542 0 0 0 490198 47 0 0 25 0 1 0 888329953 31182848 7136 33554432000 134512640 134731564 4289883344 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7613 7136 272 54 0 6923 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 30452

[startup+4962.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/470 29850
/proc/meminfo: memFree=24494148/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30452 CPUtime=4962.46 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402542 0 0 0 496199 47 0 0 25 0 1 0 888329953 31182848 7136 33554432000 134512640 134731564 4289883344 18446744073709551615 134620742 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7613 7136 272 54 0 6923 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 30452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.04 2.00 3/470 29851
/proc/meminfo: memFree=24494864/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30452 CPUtime=5000.07 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402542 0 0 0 499960 47 0 0 25 0 1 0 888329953 31182848 7136 33554432000 134512640 134731564 4289883344 18446744073709551615 134620664 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7613 7136 272 54 0 6923 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 30452

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.06 2.04 2.00 3/470 29851
/proc/meminfo: memFree=24494864/32951124 swapFree=56297244/67111528
[pid=29673] ppid=29671 vsize=30452 CPUtime=5000.07 cores=1,3,5,7
/proc/29673/stat : 29673 (MPhaseSAT) R 29671 29673 28596 0 -1 4202496 402542 0 0 0 499960 47 0 0 25 0 1 0 888329953 31182848 7136 33554432000 134512640 134731564 4289883344 18446744073709551615 134620664 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/29673/statm: 7613 7136 272 54 0 6923 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 30452

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.09
CPU user time (s): 4999.61
CPU system time (s): 0.478927
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 31316

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

runsolver used 21.8677 second user time and 52.92 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-02 04:16:35
IDJOB=3445804
IDBENCH=83909
IDSOLVER=1941
FILE ID=node111/3445804-1306980995
RUNJOBID= node111-1306970656-28615
PBS_JOBID= 13497691
Free space on /tmp= 73856 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445804-1306980995/watcher-3445804-1306980995 -o /tmp/evaluation-result-3445804-1306980995/solver-3445804-1306980995 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445804-1306980995.cnf

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

MD5SUM BENCH= 5f29341b29f4bbeb333d68befe08c7ae
RANDOM SEED=1645767458

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.849
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.849
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.67
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.849
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:     32951124 kB
MemFree:      24479824 kB
Buffers:        211064 kB
Cached:         530120 kB
SwapCached:      11784 kB
Active:        7672960 kB
Inactive:       532316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24479824 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:            2364 kB
Writeback:           0 kB
AnonPages:     7461556 kB
Mapped:          28580 kB
Slab:           130608 kB
PageTables:      65996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149155448 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= 73852 MiB
End job on node111 at 2011-06-02 05:39:57