Trace number 3263327

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-03-03? (TO) 1300.06 1300.01

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses58376
Sum of the clauses size583480
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 556
Number of clauses of size over 558320

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263327-1303549009/watcher-3263327-1303549009 -o /tmp/evaluation-result-3263327-1303549009/solver-3263327-1303549009 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3263327-1303549009.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.61 4/189 4888
/proc/meminfo: memFree=14231120/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=4672 CPUtime=0 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 335 0 0 0 0 0 0 0 22 0 1 0 545131546 4784128 277 33554432000 134512640 134761588 4287512544 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 1168 277 225 61 0 471 0

[startup+0.0937819 s]
/proc/loadavg: 1.00 1.02 1.61 4/189 4888
/proc/meminfo: memFree=14231120/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=5252 CPUtime=0.09 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 837 0 0 0 9 0 0 0 22 0 1 0 545131546 5378048 779 33554432000 134512640 134761588 4287512544 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 1313 779 226 61 0 616 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5252

[startup+0.100769 s]
/proc/loadavg: 1.00 1.02 1.61 4/189 4888
/proc/meminfo: memFree=14231120/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=5396 CPUtime=0.09 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 877 0 0 0 9 0 0 0 22 0 1 0 545131546 5525504 819 33554432000 134512640 134761588 4287512544 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 1349 819 226 61 0 652 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5396

[startup+0.300727 s]
/proc/loadavg: 1.00 1.02 1.61 4/189 4888
/proc/meminfo: memFree=14231120/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=12556 CPUtime=0.29 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 5449 0 0 0 29 0 0 0 23 0 1 0 545131546 12857344 2654 33554432000 134512640 134761588 4287512544 18446744073709551615 134632841 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 3139 2654 254 61 0 2442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12556

[startup+0.700658 s]
/proc/loadavg: 1.00 1.02 1.61 4/189 4888
/proc/meminfo: memFree=14231120/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=19412 CPUtime=0.68 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 7261 0 0 0 68 0 0 0 25 0 1 0 545131546 19877888 4410 33554432000 134512640 134761588 4287512544 18446744073709551615 134614427 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 4853 4410 264 61 0 4156 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 19412

[startup+1.5005 s]
/proc/loadavg: 1.24 1.07 1.63 5/190 4889
/proc/meminfo: memFree=14208800/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=19412 CPUtime=1.48 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 7261 0 0 0 148 0 0 0 25 0 1 0 545131546 19877888 4410 33554432000 134512640 134761588 4287512544 18446744073709551615 134614392 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 4853 4410 264 61 0 4156 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 19412

[startup+3.1002 s]
/proc/loadavg: 1.24 1.07 1.63 5/190 4889
/proc/meminfo: memFree=14200740/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=19756 CPUtime=3.09 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 7501 0 0 0 308 1 0 0 25 0 1 0 545131546 20230144 4501 33554432000 134512640 134761588 4287512544 18446744073709551615 134747267 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 4939 4501 269 61 0 4242 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19756

[startup+6.3006 s]
/proc/loadavg: 1.46 1.12 1.64 5/190 4889
/proc/meminfo: memFree=14194912/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=18748 CPUtime=6.29 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 8194 0 0 0 628 1 0 0 25 0 1 0 545131546 19197952 4217 33554432000 134512640 134761588 4287512544 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 4687 4217 269 61 0 3990 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18748

[startup+12.7004 s]
/proc/loadavg: 1.66 1.17 1.65 5/190 4890
/proc/meminfo: memFree=14194144/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=16880 CPUtime=12.69 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 19051 0 0 0 1267 2 0 0 25 0 1 0 545131546 17285120 3789 33554432000 134512640 134761588 4287512544 18446744073709551615 134614442 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 4220 3789 276 61 0 3523 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16880

[startup+25.501 s]
/proc/loadavg: 2.18 1.31 1.69 5/190 4890
/proc/meminfo: memFree=14184356/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=18108 CPUtime=25.49 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 20294 0 0 0 2547 2 0 0 25 0 1 0 545131546 18542592 3996 33554432000 134512640 134761588 4287512544 18446744073709551615 134635845 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 4527 3996 276 61 0 3830 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18108

[startup+51.1011 s]
/proc/loadavg: 2.80 1.52 1.75 5/190 4891
/proc/meminfo: memFree=14161508/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=22892 CPUtime=51.09 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 24825 0 0 0 5106 3 0 0 25 0 1 0 545131546 23441408 5209 33554432000 134512640 134761588 4287512544 18446744073709551615 134635912 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 5723 5209 276 61 0 5026 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22892

[startup+102.306 s]
/proc/loadavg: 3.48 1.90 1.86 5/190 4892
/proc/meminfo: memFree=14157756/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=24296 CPUtime=102.3 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 28003 0 0 0 10227 3 0 0 25 0 1 0 545131546 24879104 5608 33554432000 134512640 134761588 4287512544 18446744073709551615 134636057 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6074 5608 276 61 0 5377 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 24296

[startup+162.301 s]
/proc/loadavg: 3.81 2.28 1.99 5/190 4894
/proc/meminfo: memFree=14153636/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=24956 CPUtime=162.3 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 30412 0 0 0 16226 4 0 0 25 0 1 0 545131546 25554944 5817 33554432000 134512640 134761588 4287512544 18446744073709551615 134636060 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6239 5817 284 61 0 5542 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 24956

[startup+222.301 s]
/proc/loadavg: 3.93 2.59 2.12 5/190 4895
/proc/meminfo: memFree=14154716/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=26256 CPUtime=222.3 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 31541 0 0 0 22226 4 0 0 25 0 1 0 545131546 26886144 6142 33554432000 134512640 134761588 4287512544 18446744073709551615 134635866 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6564 6142 284 61 0 5867 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 26256

[startup+282.3 s]
/proc/loadavg: 3.97 2.85 2.23 5/190 4906
/proc/meminfo: memFree=14152180/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=30336 CPUtime=282.3 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 33045 0 0 0 28226 4 0 0 25 0 1 0 545131546 31064064 7162 33554432000 134512640 134761588 4287512544 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 7584 7162 284 61 0 6887 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 30336

[startup+342.301 s]
/proc/loadavg: 3.99 3.05 2.34 5/190 4907
/proc/meminfo: memFree=14149508/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=29748 CPUtime=342.3 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 33881 0 0 0 34226 4 0 0 25 0 1 0 545131546 30461952 7015 33554432000 134512640 134761588 4287512544 18446744073709551615 134635900 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 7437 7015 284 61 0 6740 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 29748

[startup+402.301 s]
/proc/loadavg: 4.05 3.24 2.45 5/190 4909
/proc/meminfo: memFree=14148604/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=29544 CPUtime=402.3 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 34617 0 0 0 40226 4 0 0 25 0 1 0 545131546 30253056 6964 33554432000 134512640 134761588 4287512544 18446744073709551615 134635896 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 7386 6964 284 61 0 6689 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 29544

[startup+462.3 s]
/proc/loadavg: 4.06 3.39 2.55 5/190 4911
/proc/meminfo: memFree=14143352/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=26900 CPUtime=462.3 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 40213 0 0 0 46225 5 0 0 25 0 1 0 545131546 27545600 6294 33554432000 134512640 134761588 4287512544 18446744073709551615 134614602 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6725 6294 284 61 0 6028 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 26900

[startup+522.301 s]
/proc/loadavg: 4.15 3.53 2.64 5/190 4912
/proc/meminfo: memFree=14156820/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=25160 CPUtime=522.31 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 42004 0 0 0 52225 6 0 0 25 0 1 0 545131546 25763840 5868 33554432000 134512640 134761588 4287512544 18446744073709551615 134635896 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6290 5868 284 61 0 5593 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 25160

[startup+582.3 s]
/proc/loadavg: 4.06 3.61 2.73 5/190 4914
/proc/meminfo: memFree=14148464/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=25092 CPUtime=582.31 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 49531 0 0 0 58224 7 0 0 25 0 1 0 545131546 25694208 5851 33554432000 134512640 134761588 4287512544 18446744073709551615 134748062 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6273 5851 284 61 0 5576 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 25092

[startup+642.301 s]
/proc/loadavg: 4.02 3.68 2.80 5/190 4915
/proc/meminfo: memFree=14159332/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=24332 CPUtime=642.32 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 53050 0 0 0 64224 8 0 0 25 0 1 0 545131546 24915968 5661 33554432000 134512640 134761588 4287512544 18446744073709551615 134635860 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6083 5661 284 61 0 5386 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 24332

[startup+702.301 s]
/proc/loadavg: 4.00 3.74 2.87 5/190 4917
/proc/meminfo: memFree=14162152/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=24788 CPUtime=702.32 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 53600 0 0 0 70224 8 0 0 25 0 1 0 545131546 25382912 5775 33554432000 134512640 134761588 4287512544 18446744073709551615 134635995 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6197 5775 284 61 0 5500 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 24788

[startup+762.306 s]
/proc/loadavg: 4.00 3.78 2.94 5/190 4919
/proc/meminfo: memFree=14150588/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=24256 CPUtime=762.33 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 55837 0 0 0 76225 8 0 0 25 0 1 0 545131546 24838144 5642 33554432000 134512640 134761588 4287512544 18446744073709551615 134635893 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6064 5642 284 61 0 5367 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 24256

[startup+822.301 s]
/proc/loadavg: 4.00 3.82 3.01 5/190 4920
/proc/meminfo: memFree=14165196/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=24844 CPUtime=822.32 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 57504 0 0 0 82224 8 0 0 25 0 1 0 545131546 25440256 5789 33554432000 134512640 134761588 4287512544 18446744073709551615 134635888 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6211 5789 284 61 0 5514 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 24844

[startup+882.3 s]
/proc/loadavg: 4.00 3.85 3.06 5/190 4922
/proc/meminfo: memFree=14145560/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=25496 CPUtime=882.32 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 58316 0 0 0 88224 8 0 0 25 0 1 0 545131546 26107904 5952 33554432000 134512640 134761588 4287512544 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6374 5952 284 61 0 5677 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 25496

[startup+942.301 s]
/proc/loadavg: 4.00 3.87 3.12 5/190 4923
/proc/meminfo: memFree=14150500/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=29576 CPUtime=942.32 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 59852 0 0 0 94224 8 0 0 25 0 1 0 545131546 30285824 6972 33554432000 134512640 134761588 4287512544 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 7394 6972 284 61 0 6697 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 29576

[startup+1002.3 s]
/proc/loadavg: 4.00 3.89 3.17 5/190 4925
/proc/meminfo: memFree=14158012/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=29364 CPUtime=1002.33 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 60498 0 0 0 100224 9 0 0 25 0 1 0 545131546 30068736 6919 33554432000 134512640 134761588 4287512544 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 7341 6919 284 61 0 6644 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 29364

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 3.22 5/190 4927
/proc/meminfo: memFree=14144228/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=25092 CPUtime=1062.33 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 64274 0 0 0 106224 9 0 0 25 0 1 0 545131546 25694208 5851 33554432000 134512640 134761588 4287512544 18446744073709551615 134635790 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6273 5851 284 61 0 5576 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 25092

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 3.27 5/190 4928
/proc/meminfo: memFree=14160916/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=24660 CPUtime=1122.33 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 64701 0 0 0 112224 9 0 0 25 0 1 0 545131546 25251840 5743 33554432000 134512640 134761588 4287512544 18446744073709551615 134636037 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6165 5743 284 61 0 5468 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 24660

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 3.31 5/190 4930
/proc/meminfo: memFree=14150092/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=29492 CPUtime=1182.33 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 65982 0 0 0 118224 9 0 0 25 0 1 0 545131546 30199808 6951 33554432000 134512640 134761588 4287512544 18446744073709551615 134635858 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 7373 6951 284 61 0 6676 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 29492

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 3.35 5/190 4931
/proc/meminfo: memFree=14157240/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=25124 CPUtime=1242.34 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 68243 0 0 0 124224 10 0 0 25 0 1 0 545131546 25726976 5859 33554432000 134512640 134761588 4287512544 18446744073709551615 134655600 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6281 5859 284 61 0 5584 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 25124



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.76 3.90 3.37 2/184 4936
/proc/meminfo: memFree=14211048/32950928 swapFree=67111524/67111528
[pid=4888] ppid=4886 vsize=25516 CPUtime=1300.04 cores=5,7
/proc/4888/stat : 4888 (MPhaseSAT64) R 4886 4888 3565 0 -1 4202496 70078 0 0 0 129994 10 0 0 25 0 1 0 545131546 26128384 5957 33554432000 134512640 134761588 4287512544 18446744073709551615 134635983 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/4888/statm: 6379 5957 284 61 0 5682 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 25516

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1299.95
CPU system time (s): 0.108983
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 31760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70078
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2005

runsolver used 2.11168 second user time and 4.98024 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-23 10:56:49
IDJOB=3263327
IDBENCH=83965
IDSOLVER=1521
FILE ID=node115/3263327-1303549009
RUNJOBID= node115-1303549008-4849
PBS_JOBID= 13143123
Free space on /tmp= 72436 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263327-1303549009/watcher-3263327-1303549009 -o /tmp/evaluation-result-3263327-1303549009/solver-3263327-1303549009 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3263327-1303549009.cnf

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=2091851904

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14231400 kB
Buffers:       2274968 kB
Cached:       15819600 kB
SwapCached:          4 kB
Active:        7266952 kB
Inactive:     10901124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14231400 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4696 kB
Writeback:           0 kB
AnonPages:       72844 kB
Mapped:          16048 kB
Slab:           486988 kB
PageTables:       5372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   258840 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72440 MiB
End job on node115 at 2011-04-23 11:18:31