Trace number 3375789

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT64 2011-05-14 (fixed)? (TO) 1300.08 1300.03

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3375789-1305462455/watcher-3375789-1305462455 -o /tmp/evaluation-result-3375789-1305462455/solver-3375789-1305462455 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3375789-1305462455.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: 4.00 4.05 4.00 5/379 5552
/proc/meminfo: memFree=22982128/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=179108 CPUtime=0 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 423 0 0 0 0 0 0 0 23 0 1 0 657846715 183406592 364 33554432000 4194304 4479436 140734513862336 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 44777 364 267 70 0 41897 0

[startup+0.0829211 s]
/proc/loadavg: 4.00 4.05 4.00 5/379 5552
/proc/meminfo: memFree=22982128/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=179108 CPUtime=0.07 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 1100 0 0 0 7 0 0 0 23 0 1 0 657846715 183406592 1041 33554432000 4194304 4479436 140734513862336 18446744073709551615 244446494049 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 44777 1041 267 70 0 41897 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 179108

[startup+0.100921 s]
/proc/loadavg: 4.00 4.05 4.00 5/379 5552
/proc/meminfo: memFree=22982128/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=179108 CPUtime=0.09 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 1260 0 0 0 9 0 0 0 23 0 1 0 657846715 183406592 1201 33554432000 4194304 4479436 140734513862336 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 44777 1201 267 70 0 41897 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 179108

[startup+0.300882 s]
/proc/loadavg: 4.00 4.05 4.00 5/379 5552
/proc/meminfo: memFree=22982128/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=179108 CPUtime=0.29 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 3027 0 0 0 29 0 0 0 24 0 1 0 657846715 183406592 2968 33554432000 4194304 4479436 140734513862336 18446744073709551615 244446493191 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 44777 2970 267 70 0 41897 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 179108

[startup+0.700807 s]
/proc/loadavg: 4.00 4.05 4.00 5/379 5552
/proc/meminfo: memFree=22982128/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=179108 CPUtime=0.69 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 6553 0 0 0 68 1 0 0 25 0 1 0 657846715 183406592 6494 33554432000 4194304 4479436 140734513862336 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 44777 6494 267 70 0 41897 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 179108

[startup+1.50066 s]
/proc/loadavg: 4.00 4.05 4.00 5/385 5559
/proc/meminfo: memFree=22845188/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=179108 CPUtime=1.49 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 13344 0 0 0 147 2 0 0 25 0 1 0 657846715 183406592 13285 33554432000 4194304 4479436 140734513862336 18446744073709551615 244446945024 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 44777 13285 267 70 0 41897 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 179108

[startup+3.10036 s]
/proc/loadavg: 4.00 4.05 4.00 5/385 5559
/proc/meminfo: memFree=22784056/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=179108 CPUtime=3.09 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 26877 0 0 0 302 7 0 0 25 0 1 0 657846715 183406592 26818 33554432000 4194304 4479436 140734513862336 18446744073709551615 244446945024 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 44777 26818 267 70 0 41897 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 179108

[startup+6.30078 s]
/proc/loadavg: 4.08 4.06 4.00 5/385 5559
/proc/meminfo: memFree=22484976/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=570532 CPUtime=6.29 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 116069 0 0 0 610 19 0 0 25 0 1 0 657846715 584224768 113225 33554432000 4194304 4479436 140734513862336 18446744073709551615 4244440 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 142633 113225 830 70 0 139753 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 570532

[startup+12.7006 s]
/proc/loadavg: 4.07 4.06 4.00 5/385 5559
/proc/meminfo: memFree=22128756/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=604056 CPUtime=12.68 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 183542 0 0 0 1241 27 0 0 25 0 1 0 657846715 618553344 97615 33554432000 4194304 4479436 140734513862336 18446744073709551615 4220254 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 151014 97615 835 70 0 148134 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 604056

[startup+25.5002 s]
/proc/loadavg: 4.06 4.06 4.00 5/385 5559
/proc/meminfo: memFree=22049792/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=620616 CPUtime=25.49 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 478850 0 0 0 2485 64 0 0 25 0 1 0 657846715 635510784 127096 33554432000 4194304 4479436 140734513862336 18446744073709551615 4366306 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 155154 127096 863 70 0 152274 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 620616

[startup+51.1004 s]
/proc/loadavg: 4.04 4.05 4.00 5/385 5560
/proc/meminfo: memFree=21606216/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=644512 CPUtime=51.09 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 504212 0 0 0 5043 66 0 0 25 0 1 0 657846715 659980288 133101 33554432000 4194304 4479436 140734513862336 18446744073709551615 4306752 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 161128 133101 879 70 0 158248 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 644512

[startup+102.315 s]
/proc/loadavg: 4.06 4.06 4.00 5/385 5588
/proc/meminfo: memFree=21593052/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=672560 CPUtime=102.31 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 537034 0 0 0 10161 70 0 0 25 0 1 0 657846715 688701440 140165 33554432000 4194304 4479436 140734513862336 18446744073709551615 4306752 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 168140 140165 879 70 0 165260 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 672560

[startup+162.301 s]
/proc/loadavg: 4.02 4.04 4.00 5/385 5590
/proc/meminfo: memFree=21636784/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=664648 CPUtime=162.3 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 586513 0 0 0 16154 76 0 0 25 0 1 0 657846715 680599552 138187 33554432000 4194304 4479436 140734513862336 18446744073709551615 4455812 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 166162 138187 879 70 0 163282 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 664648

[startup+222.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/385 5592
/proc/meminfo: memFree=21447516/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=755976 CPUtime=222.3 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 617584 0 0 0 22152 78 0 0 25 0 1 0 657846715 774119424 161019 33554432000 4194304 4479436 140734513862336 18446744073709551615 4339117 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 188994 161019 879 70 0 186114 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 755976

[startup+282.3 s]
/proc/loadavg: 4.04 4.04 4.00 5/385 5593
/proc/meminfo: memFree=21502768/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=728200 CPUtime=282.3 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 617584 0 0 0 28152 78 0 0 25 0 1 0 657846715 745676800 154075 33554432000 4194304 4479436 140734513862336 18446744073709551615 4455978 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 182050 154075 879 70 0 179170 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 728200

[startup+342.3 s]
/proc/loadavg: 4.05 4.04 4.00 5/385 5595
/proc/meminfo: memFree=21479688/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=752156 CPUtime=342.3 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 623601 0 0 0 34151 79 0 0 25 0 1 0 657846715 770207744 160064 33554432000 4194304 4479436 140734513862336 18446744073709551615 4304576 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 188039 160064 879 70 0 185159 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 752156

[startup+402.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/385 5596
/proc/meminfo: memFree=21490176/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=725556 CPUtime=402.3 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 623601 0 0 0 40151 79 0 0 25 0 1 0 657846715 742969344 153414 33554432000 4194304 4479436 140734513862336 18446744073709551615 4384979 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 181389 153414 879 70 0 178509 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 725556

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/385 5598
/proc/meminfo: memFree=21475396/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=724944 CPUtime=462.31 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 623601 0 0 0 46152 79 0 0 25 0 1 0 657846715 742342656 153261 33554432000 4194304 4479436 140734513862336 18446744073709551615 4451849 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 181236 153261 879 70 0 178356 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 724944

[startup+522.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/385 5600
/proc/meminfo: memFree=21478556/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=723760 CPUtime=522.31 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 631794 0 0 0 52151 80 0 0 25 0 1 0 657846715 741130240 152965 33554432000 4194304 4479436 140734513862336 18446744073709551615 4380555 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 180940 152965 879 70 0 178060 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 723760

[startup+582.301 s]
/proc/loadavg: 4.18 4.06 4.01 5/385 5601
/proc/meminfo: memFree=21502836/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=677960 CPUtime=582.3 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 644921 0 0 0 58149 81 0 0 25 0 1 0 657846715 694231040 141515 33554432000 4194304 4479436 140734513862336 18446744073709551615 4340390 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 169490 141515 879 70 0 166610 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 677960

[startup+642.301 s]
/proc/loadavg: 4.11 4.06 4.01 5/385 5603
/proc/meminfo: memFree=21547820/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=656796 CPUtime=642.32 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 644921 0 0 0 64150 82 0 0 25 0 1 0 657846715 672559104 136224 33554432000 4194304 4479436 140734513862336 18446744073709551615 4390715 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 164199 136224 879 70 0 161319 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 656796

[startup+702.301 s]
/proc/loadavg: 4.04 4.05 4.01 5/385 5604
/proc/meminfo: memFree=21547924/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=655748 CPUtime=702.31 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 649499 0 0 0 70149 82 0 0 25 0 1 0 657846715 671485952 135962 33554432000 4194304 4479436 140734513862336 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 163937 135962 879 70 0 161057 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 655748

[startup+762.315 s]
/proc/loadavg: 4.01 4.04 4.00 5/385 5606
/proc/meminfo: memFree=21518620/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=672456 CPUtime=762.33 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 653745 0 0 0 76151 82 0 0 25 0 1 0 657846715 688594944 140139 33554432000 4194304 4479436 140734513862336 18446744073709551615 4304576 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 168114 140139 879 70 0 165234 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 672456

[startup+822.3 s]
/proc/loadavg: 4.12 4.06 4.01 5/385 5608
/proc/meminfo: memFree=21582456/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=655136 CPUtime=822.31 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 661938 0 0 0 82148 83 0 0 25 0 1 0 657846715 670859264 135809 33554432000 4194304 4479436 140734513862336 18446744073709551615 4307218 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 163784 135809 879 70 0 160904 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 655136

[startup+882.3 s]
/proc/loadavg: 4.09 4.06 4.01 5/385 5609
/proc/meminfo: memFree=21602988/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=654788 CPUtime=882.31 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 670131 0 0 0 88147 84 0 0 25 0 1 0 657846715 670502912 135722 33554432000 4194304 4479436 140734513862336 18446744073709551615 4382461 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 163697 135722 879 70 0 160817 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 654788

[startup+942.301 s]
/proc/loadavg: 4.03 4.05 4.00 5/385 5611
/proc/meminfo: memFree=21603596/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=670704 CPUtime=942.32 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 674158 0 0 0 94147 85 0 0 25 0 1 0 657846715 686800896 139701 33554432000 4194304 4479436 140734513862336 18446744073709551615 4304576 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 167676 139701 879 70 0 164796 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 670704

[startup+1002.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/385 5612
/proc/meminfo: memFree=21585196/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=670704 CPUtime=1002.32 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 682351 0 0 0 100147 85 0 0 25 0 1 0 657846715 686800896 139701 33554432000 4194304 4479436 140734513862336 18446744073709551615 4451915 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 167676 139701 879 70 0 164796 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 670704

[startup+1062.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/385 5614
/proc/meminfo: memFree=21591376/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=668496 CPUtime=1062.32 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 686102 0 0 0 106146 86 0 0 25 0 1 0 657846715 684539904 139149 33554432000 4194304 4479436 140734513862336 18446744073709551615 4450986 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 167124 139149 879 70 0 164244 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 668496

[startup+1122.3 s]
/proc/loadavg: 4.07 4.04 4.00 5/385 5616
/proc/meminfo: memFree=21589720/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=653204 CPUtime=1122.33 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 686102 0 0 0 112147 86 0 0 25 0 1 0 657846715 668880896 135326 33554432000 4194304 4479436 140734513862336 18446744073709551615 4380323 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 163301 135326 879 70 0 160421 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 653204

[startup+1182.3 s]
/proc/loadavg: 4.06 4.04 4.00 5/385 5617
/proc/meminfo: memFree=21540352/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=653108 CPUtime=1182.33 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 686102 0 0 0 118147 86 0 0 25 0 1 0 657846715 668782592 135302 33554432000 4194304 4479436 140734513862336 18446744073709551615 4382365 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 163277 135302 879 70 0 160397 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 653108

[startup+1242.3 s]
/proc/loadavg: 4.02 4.03 4.00 5/385 5619
/proc/meminfo: memFree=21605176/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=653044 CPUtime=1242.33 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 694295 0 0 0 124146 87 0 0 25 0 1 0 657846715 668717056 135286 33554432000 4194304 4479436 140734513862336 18446744073709551615 4455932 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 163261 135286 879 70 0 160381 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 653044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 4.01 3.99 4/380 5638
/proc/meminfo: memFree=22027896/32951124 swapFree=44485764/67111528
[pid=5552] ppid=5550 vsize=667604 CPUtime=1300.05 cores=5,7
/proc/5552/stat : 5552 (MPhaseSAT64) R 5550 5552 5018 0 -1 4202496 706128 0 0 0 129916 89 0 0 25 0 1 0 657846715 683626496 138926 33554432000 4194304 4479436 140734513862336 18446744073709551615 4308736 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/5552/statm: 166901 138926 879 70 0 164021 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 667604

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.03
CPU time (s): 1300.08
CPU user time (s): 1299.16
CPU system time (s): 0.910861
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 837704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.16
system time used= 0.910861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 706128
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= 5
involuntary context switches= 1993

runsolver used 4.92025 second user time and 11.1863 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 14:27:43
IDJOB=3375789
IDBENCH=88159
IDSOLVER=1855
FILE ID=node105/3375789-1305462455
RUNJOBID= node105-1305462455-5522
PBS_JOBID= 13324905
Free space on /tmp= 73080 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375789-1305462455/watcher-3375789-1305462455 -o /tmp/evaluation-result-3375789-1305462455/solver-3375789-1305462455 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375789-1305462455.cnf

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=1195659654

node105.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.825
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.825
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22982284 kB
Buffers:        305436 kB
Cached:        7261112 kB
SwapCached:      39656 kB
Active:        2158496 kB
Inactive:      7505360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22982284 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:          511276 kB
Writeback:           0 kB
AnonPages:     2065556 kB
Mapped:          16132 kB
Slab:           164612 kB
PageTables:      73680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91634400 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= 73160 MiB
End job on node105 at 2011-05-15 14:49:25