Trace number 3445911

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.04 1.94 1.57 2/572 11572
/proc/meminfo: memFree=32106200/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=10832 CPUtime=0.01 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 377 0 0 0 1 0 0 0 25 0 1 0 810315559 11091968 318 33554432000 134512640 134731564 4289542928 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11572/statm: 2708 318 225 54 0 2018 0

[startup+0.106858 s]
/proc/loadavg: 2.04 1.94 1.57 2/572 11572
/proc/meminfo: memFree=32106200/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=10832 CPUtime=0.1 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 931 0 0 0 10 0 0 0 25 0 1 0 810315559 11091968 872 33554432000 134512640 134731564 4289542928 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11572/statm: 2708 872 225 54 0 2018 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10832

[startup+0.200827 s]
/proc/loadavg: 2.04 1.94 1.57 2/572 11572
/proc/meminfo: memFree=32106200/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=10832 CPUtime=0.19 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 1478 0 0 0 19 0 0 0 25 0 1 0 810315559 11091968 1419 33554432000 134512640 134731564 4289542928 18446744073709551615 6482286 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11572/statm: 2708 1419 225 54 0 2018 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10832

[startup+0.300813 s]
/proc/loadavg: 2.04 1.94 1.57 2/572 11572
/proc/meminfo: memFree=32106200/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=10828 CPUtime=0.29 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 3263 0 0 0 29 0 0 0 25 0 1 0 810315559 11087872 1739 33554432000 134512640 134731564 4289542928 18446744073709551615 134572503 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11572/statm: 2707 1739 232 54 0 2017 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10828

[startup+0.700746 s]
/proc/loadavg: 2.04 1.94 1.57 2/572 11572
/proc/meminfo: memFree=32106200/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=34608 CPUtime=0.69 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 14095 0 0 0 68 1 0 0 25 0 1 0 810315559 35438592 8179 33554432000 134512640 134731564 4289542928 18446744073709551615 134722549 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/11572/statm: 8652 8179 255 54 0 7962 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34608

[startup+1.50048 s]
/proc/loadavg: 2.04 1.94 1.57 3/573 11573
/proc/meminfo: memFree=32060692/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=47284 CPUtime=1.49 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 17363 0 0 0 147 2 0 0 25 0 1 0 810315559 48418816 11364 33554432000 134512640 134731564 4289542928 18446744073709551615 134655501 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/11572/statm: 11821 11364 270 54 0 11131 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47284

[startup+3.10032 s]
/proc/loadavg: 2.04 1.94 1.57 3/573 11573
/proc/meminfo: memFree=32059064/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=47284 CPUtime=3.07 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 17363 0 0 0 305 2 0 0 25 0 1 0 810315559 48418816 11364 33554432000 134512640 134731564 4289542928 18446744073709551615 134669331 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 11821 11364 270 54 0 11131 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 47284

[startup+6.30075 s]
/proc/loadavg: 2.03 1.94 1.58 4/573 11573
/proc/meminfo: memFree=32058856/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=47540 CPUtime=6.27 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 17415 0 0 0 625 2 0 0 25 0 1 0 810315559 48680960 11416 33554432000 134512640 134731564 4289542928 18446744073709551615 6257888 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 11885 11416 270 54 0 11195 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 47540

[startup+12.7006 s]
/proc/loadavg: 2.11 1.96 1.58 3/573 11573
/proc/meminfo: memFree=32057020/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=48804 CPUtime=12.67 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 17751 0 0 0 1265 2 0 0 25 0 1 0 810315559 49975296 11752 33554432000 134512640 134731564 4289542928 18446744073709551615 134667941 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 12201 11752 270 54 0 11511 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 48804

[startup+25.5013 s]
/proc/loadavg: 2.08 1.96 1.59 3/573 11573
/proc/meminfo: memFree=32053156/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=52396 CPUtime=25.47 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 18634 0 0 0 2544 3 0 0 25 0 1 0 810315559 53653504 12635 33554432000 134512640 134731564 4289542928 18446744073709551615 134668578 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 13099 12635 270 54 0 12409 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 52396

[startup+51.1008 s]
/proc/loadavg: 2.11 1.97 1.60 3/573 11574
/proc/meminfo: memFree=32047388/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=58460 CPUtime=51.07 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 20176 0 0 0 5104 3 0 0 25 0 1 0 810315559 59863040 14149 33554432000 134512640 134731564 4289542928 18446744073709551615 134667941 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 14615 14149 270 54 0 13925 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58460

[startup+102.301 s]
/proc/loadavg: 2.05 1.97 1.62 3/573 11587
/proc/meminfo: memFree=32082216/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=21960 CPUtime=102.29 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 27406 0 0 0 10224 5 0 0 25 0 1 0 810315559 22487040 5064 33554432000 134512640 134731564 4289542928 18446744073709551615 134536755 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 5490 5064 273 54 0 4800 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 21960

[startup+162.301 s]
/proc/loadavg: 2.02 1.97 1.64 3/573 11589
/proc/meminfo: memFree=32044796/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=57808 CPUtime=162.27 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 58909 0 0 0 16218 9 0 0 25 0 1 0 810315559 59195392 13930 33554432000 134512640 134731564 4289542928 18446744073709551615 134668979 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 14452 13930 276 54 0 13762 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 57808

[startup+222.321 s]
/proc/loadavg: 2.00 1.97 1.66 3/573 11591
/proc/meminfo: memFree=32031608/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=71064 CPUtime=222.29 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 62189 0 0 0 22220 9 0 0 25 0 1 0 810315559 72769536 17210 33554432000 134512640 134731564 4289542928 18446744073709551615 134719833 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 17766 17210 276 54 0 17076 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 71064

[startup+282.301 s]
/proc/loadavg: 2.00 1.97 1.68 3/573 11594
/proc/meminfo: memFree=32026112/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=73452 CPUtime=282.27 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 63392 0 0 0 28217 10 0 0 25 0 1 0 810315559 75214848 17838 33554432000 134512640 134731564 4289542928 18446744073709551615 134670336 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 18363 17838 276 54 0 17673 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 73452

[startup+342.301 s]
/proc/loadavg: 2.00 1.97 1.70 4/573 11597
/proc/meminfo: memFree=32008980/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=90804 CPUtime=342.27 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 67654 0 0 0 34216 11 0 0 25 0 1 0 810315559 92983296 22100 33554432000 134512640 134731564 4289542928 18446744073709551615 134655680 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 22701 22100 276 54 0 22011 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 90804

[startup+402.301 s]
/proc/loadavg: 2.00 1.97 1.71 4/573 11598
/proc/meminfo: memFree=32009316/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=90804 CPUtime=402.28 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 67655 0 0 0 40217 11 0 0 25 0 1 0 810315559 92983296 22101 33554432000 134512640 134731564 4289542928 18446744073709551615 134614650 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 22701 22101 276 54 0 22011 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 90804

[startup+462.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/573 11600
/proc/meminfo: memFree=32000344/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=98740 CPUtime=462.28 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 69630 0 0 0 46217 11 0 0 25 0 1 0 810315559 101109760 24076 33554432000 134512640 134731564 4289542928 18446744073709551615 134719833 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 24685 24076 276 54 0 23995 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 98740

[startup+522.301 s]
/proc/loadavg: 2.15 2.01 1.75 4/573 11602
/proc/meminfo: memFree=31997944/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=99544 CPUtime=522.28 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 69834 0 0 0 52217 11 0 0 25 0 1 0 810315559 101933056 24280 33554432000 134512640 134731564 4289542928 18446744073709551615 134667271 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 24886 24280 276 54 0 24196 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 99544

[startup+582.301 s]
/proc/loadavg: 2.20 2.05 1.78 3/573 11603
/proc/meminfo: memFree=31992812/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=104708 CPUtime=582.28 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 71120 0 0 0 58216 12 0 0 25 0 1 0 810315559 107220992 25566 33554432000 134512640 134731564 4289542928 18446744073709551615 134669560 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 26177 25566 276 54 0 25487 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 104708

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/573 11715
/proc/meminfo: memFree=31801664/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4002.37 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107308 0 0 0 400212 25 0 0 25 0 1 0 810315559 256196608 61754 33554432000 134512640 134731564 4289542928 18446744073709551615 134623128 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61754 276 54 0 61858 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 250192

[startup+4062.3 s]
/proc/loadavg: 2.04 2.05 2.01 4/573 11717
/proc/meminfo: memFree=31797388/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4062.39 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107308 0 0 0 406214 25 0 0 25 0 1 0 810315559 256196608 61754 33554432000 134512640 134731564 4289542928 18446744073709551615 134659744 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61754 276 54 0 61858 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 250192

[startup+4122.3 s]
/proc/loadavg: 2.01 2.04 2.01 4/573 11719
/proc/meminfo: memFree=31797072/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4122.37 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107383 0 0 0 412212 25 0 0 25 0 1 0 810315559 256196608 61829 33554432000 134512640 134731564 4289542928 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61829 276 54 0 61858 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 250192

[startup+4182.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 11720
/proc/meminfo: memFree=31795408/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4182.4 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107383 0 0 0 418215 25 0 0 25 0 1 0 810315559 256196608 61829 33554432000 134512640 134731564 4289542928 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61829 276 54 0 61858 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 250192

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 11722
/proc/meminfo: memFree=31794224/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4242.38 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107383 0 0 0 424213 25 0 0 25 0 1 0 810315559 256196608 61829 33554432000 134512640 134731564 4289542928 18446744073709551615 134669301 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61829 276 54 0 61858 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 250192

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 11723
/proc/meminfo: memFree=31795536/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4302.38 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107383 0 0 0 430213 25 0 0 25 0 1 0 810315559 256196608 61829 33554432000 134512640 134731564 4289542928 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61829 276 54 0 61858 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 250192

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 11725
/proc/meminfo: memFree=31795352/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4362.38 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107387 0 0 0 436213 25 0 0 25 0 1 0 810315559 256196608 61833 33554432000 134512640 134731564 4289542928 18446744073709551615 6344523 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61833 276 54 0 61858 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 250192

[startup+4422.3 s]
/proc/loadavg: 1.56 1.90 1.96 2/567 11745
/proc/meminfo: memFree=31915560/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4422.38 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107387 0 0 0 442213 25 0 0 25 0 1 0 810315559 256196608 61833 33554432000 134512640 134731564 4289542928 18446744073709551615 134719759 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61833 276 54 0 61858 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 250192

[startup+4482.3 s]
/proc/loadavg: 1.31 1.76 1.91 2/567 11746
/proc/meminfo: memFree=31915604/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4482.39 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107387 0 0 0 448213 26 0 0 25 0 1 0 810315559 256196608 61833 33554432000 134512640 134731564 4289542928 18446744073709551615 6605998 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61833 276 54 0 61858 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 250192

[startup+4542.3 s]
/proc/loadavg: 1.16 1.64 1.86 2/567 11748
/proc/meminfo: memFree=31915560/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4542.39 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107387 0 0 0 454213 26 0 0 25 0 1 0 810315559 256196608 61833 33554432000 134512640 134731564 4289542928 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61833 276 54 0 61858 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 250192

[startup+4602.3 s]
/proc/loadavg: 1.06 1.52 1.80 2/567 11749
/proc/meminfo: memFree=31914368/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4602.39 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107387 0 0 0 460213 26 0 0 25 0 1 0 810315559 256196608 61833 33554432000 134512640 134731564 4289542928 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61833 276 54 0 61858 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 250192

[startup+4662.3 s]
/proc/loadavg: 1.02 1.42 1.75 2/567 11751
/proc/meminfo: memFree=31914064/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4662.39 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107387 0 0 0 466213 26 0 0 25 0 1 0 810315559 256196608 61833 33554432000 134512640 134731564 4289542928 18446744073709551615 134659722 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61833 276 54 0 61858 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 250192

[startup+4722.3 s]
/proc/loadavg: 1.00 1.34 1.70 2/567 11753
/proc/meminfo: memFree=31914140/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4722.4 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107387 0 0 0 472214 26 0 0 25 0 1 0 810315559 256196608 61833 33554432000 134512640 134731564 4289542928 18446744073709551615 6345031 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61833 276 54 0 61858 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 250192

[startup+4782.3 s]
/proc/loadavg: 1.00 1.28 1.65 2/567 11754
/proc/meminfo: memFree=31913936/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4782.39 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107406 0 0 0 478213 26 0 0 25 0 1 0 810315559 256196608 61852 33554432000 134512640 134731564 4289542928 18446744073709551615 134634461 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61852 276 54 0 61858 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 250192

[startup+4842.32 s]
/proc/loadavg: 1.00 1.22 1.61 2/567 11756
/proc/meminfo: memFree=31914136/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4842.42 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107406 0 0 0 484215 27 0 0 25 0 1 0 810315559 256196608 61852 33554432000 134512640 134731564 4289542928 18446744073709551615 134667532 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61852 276 54 0 61858 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 250192

[startup+4902.3 s]
/proc/loadavg: 1.00 1.18 1.57 2/567 11757
/proc/meminfo: memFree=31914096/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4902.4 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107406 0 0 0 490213 27 0 0 25 0 1 0 810315559 256196608 61852 33554432000 134512640 134731564 4289542928 18446744073709551615 6345034 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61852 276 54 0 61858 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 250192

[startup+4962.3 s]
/proc/loadavg: 1.00 1.14 1.53 2/567 11759
/proc/meminfo: memFree=31915500/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=4962.4 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107406 0 0 0 496213 27 0 0 25 0 1 0 810315559 256196608 61852 33554432000 134512640 134731564 4289542928 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61852 276 54 0 61858 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 250192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.12 1.50 2/567 11760
/proc/meminfo: memFree=31915356/32950928 swapFree=43925852/67111528
[pid=11572] ppid=11570 vsize=250192 CPUtime=5000.02 cores=0,2,4,6
/proc/11572/stat : 11572 (MPhaseSAT) R 11570 11572 8152 0 -1 4202496 107406 0 0 0 499975 27 0 0 25 0 1 0 810315559 256196608 61852 33554432000 134512640 134731564 4289542928 18446744073709551615 134659554 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/11572/statm: 62548 61852 276 54 0 61858 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 250192

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): 4999.94
CPU time (s): 5000.04
CPU user time (s): 4999.76
CPU system time (s): 0.281957
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 250192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.76
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107406
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 10109

runsolver used 30.0344 second user time and 64.0303 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-02 05:59:28
IDJOB=3445911
IDBENCH=88226
IDSOLVER=1941
FILE ID=node122/3445911-1306987167
RUNJOBID= node122-1306986449-11366
PBS_JOBID= 13497677
Free space on /tmp= 73652 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q1041.25-n50-p15-s99099953.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445911-1306987167/watcher-3445911-1306987167 -o /tmp/evaluation-result-3445911-1306987167/solver-3445911-1306987167 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445911-1306987167.cnf

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

MD5SUM BENCH= dda220d08783aabf4e7a9e99eeeccae6
RANDOM SEED=1887075816

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32106364 kB
Buffers:        206952 kB
Cached:         253028 kB
SwapCached:      16800 kB
Active:         244460 kB
Inactive:       292328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32106364 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:            6616 kB
Writeback:           0 kB
AnonPages:       74288 kB
Mapped:          10552 kB
Slab:           143400 kB
PageTables:      92492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180794200 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= 73656 MiB
End job on node122 at 2011-06-02 07:22:50