Trace number 3393889

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) 5000.09 5000.02

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark201.281
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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-3393889-1306069997/watcher-3393889-1306069997 -o /tmp/evaluation-result-3393889-1306069997/solver-3393889-1306069997 -C 5000 -W 5100 -M 15500 MPhaseSAT64 HOME/instance-3393889-1306069997.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: 0.16 0.03 0.01 3/434 30792
/proc/meminfo: memFree=9273444/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=15128 CPUtime=0.01 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 398 0 0 0 1 0 0 0 21 0 1 0 718599339 15491072 340 33554432000 4194304 4479436 140734757161456 18446744073709551615 4213812 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/30792/statm: 3782 341 267 70 0 902 0

[startup+0.050849 s]
/proc/loadavg: 0.16 0.03 0.01 3/434 30792
/proc/meminfo: memFree=9273444/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=15128 CPUtime=0.04 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 713 0 0 0 4 0 0 0 21 0 1 0 718599339 15491072 655 33554432000 4194304 4479436 140734757161456 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/30792/statm: 3782 655 267 70 0 902 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15128

[startup+0.100854 s]
/proc/loadavg: 0.16 0.03 0.01 3/434 30792
/proc/meminfo: memFree=9273444/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=15664 CPUtime=0.09 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 1285 0 0 0 9 0 0 0 21 0 1 0 718599339 16039936 1162 33554432000 4194304 4479436 140734757161456 18446744073709551615 4261817 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/30792/statm: 3916 1162 297 70 0 1036 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15664

[startup+0.300811 s]
/proc/loadavg: 0.16 0.03 0.01 3/434 30792
/proc/meminfo: memFree=9273444/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=26124 CPUtime=0.29 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 5993 0 0 0 29 0 0 0 22 0 1 0 718599339 26750976 3901 33554432000 4194304 4479436 140734757161456 18446744073709551615 4342108 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/30792/statm: 6531 3901 323 70 0 3651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26124

[startup+0.70074 s]
/proc/loadavg: 0.16 0.03 0.01 3/434 30792
/proc/meminfo: memFree=9273444/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=27192 CPUtime=0.69 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 6876 0 0 0 69 0 0 0 24 0 1 0 718599339 27844608 3922 33554432000 4194304 4479436 140734757161456 18446744073709551615 4397462 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/30792/statm: 6798 3922 332 70 0 3918 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27192

[startup+1.5006 s]
/proc/loadavg: 0.16 0.03 0.01 3/435 30793
/proc/meminfo: memFree=9230048/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=31288 CPUtime=1.49 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 8057 0 0 0 149 0 0 0 25 0 1 0 718599339 32038912 5103 33554432000 4194304 4479436 140734757161456 18446744073709551615 4306752 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/30792/statm: 7822 5103 339 70 0 4942 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31288

[startup+3.10032 s]
/proc/loadavg: 0.16 0.03 0.01 3/435 30793
/proc/meminfo: memFree=9170280/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=32892 CPUtime=3.09 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 8568 0 0 0 308 1 0 0 25 0 1 0 718599339 33681408 5614 33554432000 4194304 4479436 140734757161456 18446744073709551615 4304664 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 8223 5614 339 70 0 5343 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32892

[startup+6.30077 s]
/proc/loadavg: 0.39 0.08 0.03 3/435 30793
/proc/meminfo: memFree=9171920/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=28796 CPUtime=6.29 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 8571 0 0 0 628 1 0 0 25 0 1 0 718599339 29487104 4593 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 7199 4593 342 70 0 4319 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28796

[startup+12.7007 s]
/proc/loadavg: 0.52 0.11 0.04 3/435 30793
/proc/meminfo: memFree=9167304/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=31340 CPUtime=12.69 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 9207 0 0 0 1268 1 0 0 25 0 1 0 718599339 32092160 5229 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 7835 5229 342 70 0 4955 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31340

[startup+25.5005 s]
/proc/loadavg: 0.92 0.22 0.07 3/435 30821
/proc/meminfo: memFree=9164372/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=31340 CPUtime=25.49 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 9207 0 0 0 2548 1 0 0 25 0 1 0 718599339 32092160 5229 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450996 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 7835 5229 342 70 0 4955 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31340

[startup+51.101 s]
/proc/loadavg: 1.29 0.36 0.12 3/435 30822
/proc/meminfo: memFree=9167580/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=35436 CPUtime=51.09 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 10231 0 0 0 5108 1 0 0 25 0 1 0 718599339 36286464 6253 33554432000 4194304 4479436 140734757161456 18446744073709551615 4451962 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 8859 6253 342 70 0 5979 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 35436

[startup+102.316 s]
/proc/loadavg: 1.76 0.64 0.23 3/435 30823
/proc/meminfo: memFree=9132072/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=36192 CPUtime=102.31 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 10420 0 0 0 10229 2 0 0 25 0 1 0 718599339 37060608 6442 33554432000 4194304 4479436 140734757161456 18446744073709551615 4451099 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 9048 6442 342 70 0 6168 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 36192

[startup+162.301 s]
/proc/loadavg: 1.91 0.89 0.34 3/435 30824
/proc/meminfo: memFree=9108232/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=60848 CPUtime=162.29 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 22161 0 0 0 16226 3 0 0 25 0 1 0 718599339 62308352 12614 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450789 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 15212 12614 326 70 0 12332 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 60848

[startup+222.3 s]
/proc/loadavg: 2.06 1.12 0.45 3/435 30826
/proc/meminfo: memFree=9107968/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=60848 CPUtime=222.29 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 22161 0 0 0 22226 3 0 0 25 0 1 0 718599339 62308352 12614 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 15212 12614 326 70 0 12332 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 60848

[startup+282.301 s]
/proc/loadavg: 2.07 1.29 0.55 3/435 30828
/proc/meminfo: memFree=9108952/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=60848 CPUtime=282.29 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 22161 0 0 0 28226 3 0 0 25 0 1 0 718599339 62308352 12614 33554432000 4194304 4479436 140734757161456 18446744073709551615 4451957 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 15212 12614 326 70 0 12332 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 60848

[startup+342.301 s]
/proc/loadavg: 2.02 1.42 0.64 3/435 30829
/proc/meminfo: memFree=9108816/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=60848 CPUtime=342.29 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 22161 0 0 0 34226 3 0 0 25 0 1 0 718599339 62308352 12614 33554432000 4194304 4479436 140734757161456 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 15212 12614 326 70 0 12332 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 60848

[startup+402.301 s]
/proc/loadavg: 2.01 1.52 0.72 3/435 30831
/proc/meminfo: memFree=9109056/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=60848 CPUtime=402.29 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 22161 0 0 0 40226 3 0 0 25 0 1 0 718599339 62308352 12614 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450773 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 15212 12614 326 70 0 12332 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 60848

[startup+462.301 s]
/proc/loadavg: 2.00 1.60 0.80 3/435 30832
/proc/meminfo: memFree=9109296/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=60848 CPUtime=462.29 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 22161 0 0 0 46226 3 0 0 25 0 1 0 718599339 62308352 12614 33554432000 4194304 4479436 140734757161456 18446744073709551615 4451909 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 15212 12614 326 70 0 12332 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 60848

[startup+522.3 s]
/proc/loadavg: 2.00 1.67 0.87 3/435 30834
/proc/meminfo: memFree=9116848/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=52656 CPUtime=522.29 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 22161 0 0 0 52226 3 0 0 25 0 1 0 718599339 53919744 10566 33554432000 4194304 4479436 140734757161456 18446744073709551615 4451962 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 13164 10566 326 70 0 10284 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 52656

[startup+582.301 s]
/proc/loadavg: 2.00 1.73 0.94 3/435 30836
/proc/meminfo: memFree=9116584/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=52656 CPUtime=582.29 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 22161 0 0 0 58226 3 0 0 25 0 1 0 718599339 53919744 10566 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450802 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 13164 10566 326 70 0 10284 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 52656

[startup+642.3 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.10 2.04 2.04 3/435 31183
/proc/meminfo: memFree=8988064/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4062.34 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 406226 8 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4382480 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4062.34
Current children cumulated vsize (KiB) 56592

[startup+4122.3 s]
/proc/loadavg: 2.11 2.06 2.04 3/435 31185
/proc/meminfo: memFree=8988180/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4122.34 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 412226 8 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450912 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4122.34
Current children cumulated vsize (KiB) 56592

[startup+4182.3 s]
/proc/loadavg: 2.07 2.06 2.04 3/435 31187
/proc/meminfo: memFree=8988168/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4182.34 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 418226 8 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450996 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4182.34
Current children cumulated vsize (KiB) 56592

[startup+4242.3 s]
/proc/loadavg: 2.02 2.05 2.04 3/435 31188
/proc/meminfo: memFree=8988032/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4242.35 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 424227 8 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 56592

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 2.03 3/435 31190
/proc/meminfo: memFree=8989140/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4302.35 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 430226 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 56592

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/435 31191
/proc/meminfo: memFree=8989128/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4362.35 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 436226 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450986 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 56592

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/435 31193
/proc/meminfo: memFree=8989240/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4422.35 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 442226 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4453552 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 56592

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/435 31195
/proc/meminfo: memFree=8988984/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4482.37 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 448228 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4451957 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 56592

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/435 31196
/proc/meminfo: memFree=8988716/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4542.35 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 454226 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 56592

[startup+4602.32 s]
/proc/loadavg: 2.08 2.02 2.01 3/435 31198
/proc/meminfo: memFree=8988584/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4602.37 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 460228 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4380809 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 56592

[startup+4662.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/435 31199
/proc/meminfo: memFree=8989316/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4662.36 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 466227 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4451085 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 56592

[startup+4722.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/435 31201
/proc/meminfo: memFree=8989304/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4722.36 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 472227 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4451904 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 56592

[startup+4782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/435 31203
/proc/meminfo: memFree=8989172/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4782.36 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 478227 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450909 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 56592

[startup+4842.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/435 31204
/proc/meminfo: memFree=8988408/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4842.36 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 484227 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450802 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 56592

[startup+4902.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/435 31206
/proc/meminfo: memFree=8988028/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4902.35 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 490226 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4307042 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4902.35
Current children cumulated vsize (KiB) 56592

[startup+4962.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/435 31207
/proc/meminfo: memFree=8978960/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=4962.36 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 496227 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 56592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 31209
/proc/meminfo: memFree=8978952/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=5000.07 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 499998 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4451013 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 56592

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

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

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 31209
/proc/meminfo: memFree=8978952/32951132 swapFree=67093824/67111528
[pid=30792] ppid=30790 vsize=56592 CPUtime=5000.07 cores=0,2,4,6
/proc/30792/stat : 30792 (MPhaseSAT64) R 30790 30792 30754 0 -1 4202496 23145 0 0 0 499998 9 0 0 25 0 1 0 718599339 57950208 11550 33554432000 4194304 4479436 140734757161456 18446744073709551615 4451013 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/30792/statm: 14148 11550 326 70 0 11268 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 56592

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.09
CPU user time (s): 4999.99
CPU system time (s): 0.100984
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 60848

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

runsolver used 47.6548 second user time and 100.271 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-22 15:13:17
IDJOB=3393889
IDBENCH=20521
IDSOLVER=1879
FILE ID=node131/3393889-1306069997
RUNJOBID= node131-1306069996-30772
PBS_JOBID= 13387872
Free space on /tmp= 72960 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3393889-1306069997/watcher-3393889-1306069997 -o /tmp/evaluation-result-3393889-1306069997/solver-3393889-1306069997 -C 5000 -W 5100 -M 15500  MPhaseSAT64 HOME/instance-3393889-1306069997.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=910862082

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       9273608 kB
Buffers:        332352 kB
Cached:        8919132 kB
SwapCached:       1504 kB
Active:       17552508 kB
Inactive:      5819212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       9273608 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           21116 kB
Writeback:           8 kB
AnonPages:    14117752 kB
Mapped:          38212 kB
Slab:           183760 kB
PageTables:      56020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95367680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72948 MiB
End job on node131 at 2011-05-22 16:36:39