Trace number 3251533

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
MD5SUMdda220d08783aabf4e7a9e99eeeccae6
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 variables2444
Number of clauses498568
Sum of the clauses size999480
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2498518
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3251533-1303583196/watcher-3251533-1303583196 -o /tmp/evaluation-result-3251533-1303583196/solver-3251533-1303583196 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3251533-1303583196.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: 3.84 3.95 3.81 5/189 21040
/proc/meminfo: memFree=21147392/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=2928 CPUtime=0 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 236 0 0 0 0 0 0 0 21 0 1 0 202510844 2998272 177 33554432000 134512640 134761588 4292567344 18446744073709551615 4159942655 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21040/statm: 732 183 160 61 0 35 0

[startup+0.030392 s]
/proc/loadavg: 3.84 3.95 3.81 5/189 21040
/proc/meminfo: memFree=21147392/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=10860 CPUtime=0.02 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 457 0 0 0 2 0 0 0 21 0 1 0 202510844 11120640 398 33554432000 134512640 134761588 4292567344 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 2715 398 225 61 0 2018 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10860

[startup+0.100368 s]
/proc/loadavg: 3.84 3.95 3.81 5/189 21040
/proc/meminfo: memFree=21147392/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=10860 CPUtime=0.09 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 874 0 0 0 9 0 0 0 21 0 1 0 202510844 11120640 815 33554432000 134512640 134761588 4292567344 18446744073709551615 5307938 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 2715 815 225 61 0 2018 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10860

[startup+0.300339 s]
/proc/loadavg: 3.84 3.95 3.81 5/189 21040
/proc/meminfo: memFree=21147392/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=16712 CPUtime=0.28 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 3262 0 0 0 28 0 0 0 22 0 1 0 202510844 17113088 3202 33554432000 134512640 134761588 4292567344 18446744073709551615 134559319 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 4178 3202 232 61 0 3481 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16712

[startup+0.700268 s]
/proc/loadavg: 3.84 3.95 3.81 5/189 21040
/proc/meminfo: memFree=21147392/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=28168 CPUtime=0.68 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 13086 0 0 0 67 1 0 0 23 0 1 0 202510844 28844032 5058 33554432000 134512640 134761588 4292567344 18446744073709551615 5440263 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 7042 5084 265 61 0 6345 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 28168

[startup+1.50013 s]
/proc/loadavg: 3.84 3.95 3.81 5/190 21041
/proc/meminfo: memFree=21106348/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=28680 CPUtime=1.48 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 14739 0 0 0 147 1 0 0 25 0 1 0 202510844 29368320 6711 33554432000 134512640 134761588 4292567344 18446744073709551615 134617960 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 7170 6711 265 61 0 6473 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28680

[startup+3.10084 s]
/proc/loadavg: 3.84 3.95 3.81 5/190 21041
/proc/meminfo: memFree=21100276/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=29592 CPUtime=3.08 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 14972 0 0 0 307 1 0 0 25 0 1 0 202510844 30302208 6944 33554432000 134512640 134761588 4292567344 18446744073709551615 134748086 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 7398 6944 270 61 0 6701 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29592

[startup+6.30028 s]
/proc/loadavg: 3.85 3.95 3.81 5/190 21041
/proc/meminfo: memFree=21092828/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=34352 CPUtime=6.29 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 18866 0 0 0 627 2 0 0 25 0 1 0 202510844 35176448 8118 33554432000 134512640 134761588 4292567344 18446744073709551615 134614427 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 8588 8118 270 61 0 7891 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34352

[startup+12.7002 s]
/proc/loadavg: 3.86 3.95 3.81 5/190 21042
/proc/meminfo: memFree=21086900/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=34280 CPUtime=12.68 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 22163 0 0 0 1266 2 0 0 25 0 1 0 202510844 35102720 8132 33554432000 134512640 134761588 4292567344 18446744073709551615 134748129 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 8570 8132 270 61 0 7873 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34280

[startup+25.5009 s]
/proc/loadavg: 3.89 3.96 3.81 5/190 21042
/proc/meminfo: memFree=21072580/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=39708 CPUtime=25.49 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 30335 0 0 0 2546 3 0 0 25 0 1 0 202510844 40660992 9489 33554432000 134512640 134761588 4292567344 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 9927 9489 270 61 0 9230 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39708

[startup+51.1004 s]
/proc/loadavg: 3.93 3.96 3.82 5/190 21043
/proc/meminfo: memFree=21084916/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=21660 CPUtime=51.09 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 42023 0 0 0 5104 5 0 0 25 0 1 0 202510844 22179840 4963 33554432000 134512640 134761588 4292567344 18446744073709551615 134536623 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 5415 4963 272 61 0 4718 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 21660

[startup+102.306 s]
/proc/loadavg: 3.97 3.96 3.82 5/190 21044
/proc/meminfo: memFree=20994008/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=57840 CPUtime=102.29 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 79296 0 0 0 10219 10 0 0 25 0 1 0 202510844 59228160 13907 33554432000 134512640 134761588 4292567344 18446744073709551615 134635947 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 14460 13907 275 61 0 13763 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 57840

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.83 5/190 21073
/proc/meminfo: memFree=20952916/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=77632 CPUtime=162.29 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 95222 0 0 0 16217 12 0 0 25 0 1 0 202510844 79495168 18823 33554432000 134512640 134761588 4292567344 18446744073709551615 134635850 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 19408 18823 275 61 0 18711 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77632

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.84 5/190 21074
/proc/meminfo: memFree=20907496/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=106032 CPUtime=222.29 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 114963 0 0 0 22215 14 0 0 25 0 1 0 202510844 108576768 25955 33554432000 134512640 134761588 4292567344 18446744073709551615 134636034 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 26508 25955 275 61 0 25811 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 106032

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.84 5/190 21076
/proc/meminfo: memFree=20872136/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=117776 CPUtime=282.29 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 133586 0 0 0 28212 17 0 0 25 0 1 0 202510844 120602624 28861 33554432000 134512640 134761588 4292567344 18446744073709551615 134636034 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 29444 28861 275 61 0 28747 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 117776

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.85 5/190 21077
/proc/meminfo: memFree=20883988/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=119040 CPUtime=342.3 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 157872 0 0 0 34209 21 0 0 25 0 1 0 202510844 121896960 29171 33554432000 134512640 134761588 4292567344 18446744073709551615 134636053 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 29760 29171 275 61 0 29063 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 119040

[startup+402.301 s]
/proc/loadavg: 4.03 3.99 3.86 5/190 21079
/proc/meminfo: memFree=20874392/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=108124 CPUtime=402.3 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 173482 0 0 0 40207 23 0 0 25 0 1 0 202510844 110718976 26595 33554432000 134512640 134761588 4292567344 18446744073709551615 134636053 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 27031 26595 275 61 0 26334 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 108124

[startup+462.301 s]
/proc/loadavg: 4.09 4.02 3.87 5/190 21081
/proc/meminfo: memFree=20854748/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=138832 CPUtime=462.29 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 191164 0 0 0 46204 25 0 0 25 0 1 0 202510844 142163968 34270 33554432000 134512640 134761588 4292567344 18446744073709551615 134635879 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 34708 34270 275 61 0 34011 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 138832

[startup+522.301 s]
/proc/loadavg: 4.03 4.01 3.88 5/190 21082
/proc/meminfo: memFree=20855816/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=130640 CPUtime=522.3 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 201148 0 0 0 52203 27 0 0 25 0 1 0 202510844 133775360 32222 33554432000 134512640 134761588 4292567344 18446744073709551615 134635877 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 32660 32222 275 61 0 31963 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 130640

[startup+582.301 s]
/proc/loadavg: 4.01 4.00 3.89 5/190 21084
/proc/meminfo: memFree=20842892/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=142404 CPUtime=582.29 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 212796 0 0 0 58201 28 0 0 25 0 1 0 202510844 145821696 35163 33554432000 134512640 134761588 4292567344 18446744073709551615 134635906 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 35601 35163 275 61 0 34904 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 142404

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 21085
/proc/meminfo: memFree=20878784/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=126364 CPUtime=642.3 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 225267 0 0 0 64200 30 0 0 25 0 1 0 202510844 129396736 31121 33554432000 134512640 134761588 4292567344 18446744073709551615 134635860 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 31591 31121 275 61 0 30894 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 126364

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 21087
/proc/meminfo: memFree=20864592/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=112780 CPUtime=702.3 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 239700 0 0 0 70198 32 0 0 25 0 1 0 202510844 115486720 27725 33554432000 134512640 134761588 4292567344 18446744073709551615 134651696 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 28195 27725 275 61 0 27498 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 112780

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 21089
/proc/meminfo: memFree=20872976/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=109660 CPUtime=762.31 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 251382 0 0 0 76197 34 0 0 25 0 1 0 202510844 112291840 26945 33554432000 134512640 134761588 4292567344 18446744073709551615 134748088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 27415 26945 275 61 0 26718 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 109660

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 21090
/proc/meminfo: memFree=20888296/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=118828 CPUtime=822.3 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 271096 0 0 0 82193 37 0 0 25 0 1 0 202510844 121679872 29237 33554432000 134512640 134761588 4292567344 18446744073709551615 134748113 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 29707 29237 275 61 0 29010 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 118828

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 21092
/proc/meminfo: memFree=20872888/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=109580 CPUtime=882.3 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 284410 0 0 0 88191 39 0 0 25 0 1 0 202510844 112209920 26925 33554432000 134512640 134761588 4292567344 18446744073709551615 134747225 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 27395 26925 275 61 0 26698 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 109580

[startup+942.301 s]
/proc/loadavg: 4.05 4.01 3.91 5/190 21093
/proc/meminfo: memFree=20856604/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=124924 CPUtime=942.31 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 303867 0 0 0 94189 42 0 0 25 0 1 0 202510844 127922176 30761 33554432000 134512640 134761588 4292567344 18446744073709551615 134726252 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 31231 30761 275 61 0 30534 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 124924

[startup+1002.3 s]
/proc/loadavg: 4.18 4.06 3.93 5/190 21095
/proc/meminfo: memFree=20762292/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=178168 CPUtime=1002.31 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 329724 0 0 0 100186 45 0 0 25 0 1 0 202510844 182444032 44072 33554432000 134512640 134761588 4292567344 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 44542 44072 275 61 0 43845 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 178168

[startup+1062.3 s]
/proc/loadavg: 4.07 4.04 3.93 5/190 21097
/proc/meminfo: memFree=20868148/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=124404 CPUtime=1062.31 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 341637 0 0 0 106184 47 0 0 25 0 1 0 202510844 127389696 30639 33554432000 134512640 134761588 4292567344 18446744073709551615 134614436 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 31101 30639 275 61 0 30404 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 124404

[startup+1122.3 s]
/proc/loadavg: 4.02 4.03 3.93 5/190 21098
/proc/meminfo: memFree=20841924/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=118768 CPUtime=1122.31 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 357510 0 0 0 112182 49 0 0 25 0 1 0 202510844 121618432 29230 33554432000 134512640 134761588 4292567344 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 29692 29230 275 61 0 28995 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 118768

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/190 21100
/proc/meminfo: memFree=20854784/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=115696 CPUtime=1182.31 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 377992 0 0 0 118179 52 0 0 25 0 1 0 202510844 118472704 28462 33554432000 134512640 134761588 4292567344 18446744073709551615 134747206 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 28924 28462 275 61 0 28227 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 115696

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.93 5/190 21101
/proc/meminfo: memFree=20849656/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=118768 CPUtime=1242.31 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 388233 0 0 0 124178 53 0 0 25 0 1 0 202510844 121618432 29230 33554432000 134512640 134761588 4292567344 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 29692 29230 275 61 0 28995 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 118768



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 4.00 3.93 3/187 21105
/proc/meminfo: memFree=21017024/32951124 swapFree=67111528/67111528
[pid=21040] ppid=21038 vsize=126960 CPUtime=1300.02 cores=5,7
/proc/21040/stat : 21040 (MPhaseSAT64) R 21038 21040 20833 0 -1 4202496 406154 0 0 0 129946 56 0 0 25 0 1 0 202510844 130007040 31278 33554432000 134512640 134761588 4292567344 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/21040/statm: 31740 31278 275 61 0 31043 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 126960

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.04
CPU user time (s): 1299.47
CPU system time (s): 0.571913
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 178168

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

runsolver used 2.09168 second user time and 4.96225 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-23 20:26:36
IDJOB=3251533
IDBENCH=88226
IDSOLVER=1521
FILE ID=node107/3251533-1303583196
RUNJOBID= node107-1303581892-20854
PBS_JOBID= 13150353
Free space on /tmp= 71708 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251533-1303583196/watcher-3251533-1303583196 -o /tmp/evaluation-result-3251533-1303583196/solver-3251533-1303583196 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3251533-1303583196.cnf

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

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
RANDOM SEED=1125458644

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.75
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.829
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:      21147548 kB
Buffers:       2012644 kB
Cached:        9228708 kB
SwapCached:          0 kB
Active:        7622220 kB
Inactive:      3704788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21147548 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14592 kB
Writeback:           0 kB
AnonPages:       84844 kB
Mapped:          16332 kB
Slab:           413904 kB
PageTables:       5008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   272380 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= 71716 MiB
End job on node107 at 2011-04-23 20:48:18