Trace number 3375897

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)UNSAT 729.109 729.105

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

729.10/729.10	c MPhaseSAT64 version 514 by Jingchao Chen,  May 13,2011
729.10/729.10	c input CNF file=HOME/instance-3375897-1305447875.cnf 
729.10/729.10	c Clause#=466691  var#=156058  ratio=2 
729.10/729.10	c phase 1 
729.10/729.10	c height=127 
729.10/729.10	c eliminated 133930 out of 156056 variables 
729.10/729.10	c Simplified clause#=112260 
729.10/729.10	c XOR_varElimination deleted var#=250 clauses#=112535 
729.10/729.10	c inative var#=0 
729.10/729.10	c free var#=14417  
729.10/729.10	c solve by multiple heuristics 
729.10/729.10	c 
729.10/729.10	s UNSATISFIABLE
729.10/729.10	c 
729.10/729.10	c  Running time=729.106160 

Verifier Data

No possible verification on an UNSAT instance

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-3375897-1305447875/watcher-3375897-1305447875 -o /tmp/evaluation-result-3375897-1305447875/solver-3375897-1305447875 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3375897-1305447875.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.23 2.47 3.08 4/329 18940
/proc/meminfo: memFree=23700268/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=20988 CPUtime=0 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 457 0 0 0 0 0 0 0 21 0 1 0 656389902 21491712 398 33554432000 4194304 4479436 140733591449312 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 5247 398 267 70 0 2367 0

[startup+0.0307469 s]
/proc/loadavg: 1.23 2.47 3.08 4/329 18940
/proc/meminfo: memFree=23700268/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=20988 CPUtime=0.02 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 625 0 0 0 2 0 0 0 21 0 1 0 656389902 21491712 566 33554432000 4194304 4479436 140733591449312 18446744073709551615 212435550841 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 5247 566 267 70 0 2367 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20988

[startup+0.100761 s]
/proc/loadavg: 1.23 2.47 3.08 4/329 18940
/proc/meminfo: memFree=23700268/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=20988 CPUtime=0.09 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 1230 0 0 0 9 0 0 0 21 0 1 0 656389902 21491712 1171 33554432000 4194304 4479436 140733591449312 18446744073709551615 212436016896 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 5247 1172 267 70 0 2367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20988

[startup+0.300723 s]
/proc/loadavg: 1.23 2.47 3.08 4/329 18940
/proc/meminfo: memFree=23700268/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=31940 CPUtime=0.29 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 6767 0 0 0 28 1 0 0 22 0 1 0 656389902 32706560 3968 33554432000 4194304 4479436 140733591449312 18446744073709551615 4244160 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 7985 3968 580 70 0 5105 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31940

[startup+0.700623 s]
/proc/loadavg: 1.23 2.47 3.08 4/329 18940
/proc/meminfo: memFree=23700268/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=50852 CPUtime=0.69 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 26272 0 0 0 66 3 0 0 24 0 1 0 656389902 52072448 10109 33554432000 4194304 4479436 140733591449312 18446744073709551615 4339100 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 12713 10109 597 70 0 9833 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50852

[startup+1.5005 s]
/proc/loadavg: 1.45 2.50 3.09 5/330 18941
/proc/meminfo: memFree=23642608/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=63028 CPUtime=1.49 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 32263 0 0 0 145 4 0 0 25 0 1 0 656389902 64540672 13129 33554432000 4194304 4479436 140733591449312 18446744073709551615 4308878 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 15757 13129 605 70 0 12877 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63028

[startup+3.10017 s]
/proc/loadavg: 1.45 2.50 3.09 5/330 18941
/proc/meminfo: memFree=23620536/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=56104 CPUtime=3.09 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 34229 0 0 0 305 4 0 0 25 0 1 0 656389902 57450496 11415 33554432000 4194304 4479436 140733591449312 18446744073709551615 4327640 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 14026 11415 616 70 0 11146 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56104

[startup+6.30058 s]
/proc/loadavg: 1.45 2.50 3.09 5/330 18968
/proc/meminfo: memFree=23527208/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=74204 CPUtime=6.29 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 38499 0 0 0 625 4 0 0 25 0 1 0 656389902 75984896 15685 33554432000 4194304 4479436 140733591449312 18446744073709551615 4410912 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 18551 15685 616 70 0 15671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74204

[startup+12.7004 s]
/proc/loadavg: 1.84 2.55 3.10 6/330 18996
/proc/meminfo: memFree=23540148/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=44648 CPUtime=12.69 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 38502 0 0 0 1265 4 0 0 25 0 1 0 656389902 45719552 8586 33554432000 4194304 4479436 140733591449312 18446744073709551615 4450956 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 11162 8586 619 70 0 8282 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44648

[startup+25.5009 s]
/proc/loadavg: 2.18 2.59 3.11 5/330 18996
/proc/meminfo: memFree=23534268/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=37812 CPUtime=25.49 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 42631 0 0 0 2544 5 0 0 25 0 1 0 656389902 38719488 5620 33554432000 4194304 4479436 140733591449312 18446744073709551615 4267380 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 9453 5620 460 70 0 6573 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37812

[startup+51.1011 s]
/proc/loadavg: 2.91 2.74 3.14 5/330 18997
/proc/meminfo: memFree=23530272/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=47504 CPUtime=51.09 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 44795 0 0 0 5104 5 0 0 25 0 1 0 656389902 48644096 7784 33554432000 4194304 4479436 140733591449312 18446744073709551615 4382436 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 11876 7784 465 70 0 8996 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47504

[startup+102.312 s]
/proc/loadavg: 3.56 2.95 3.19 5/330 18998
/proc/meminfo: memFree=23514592/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=47504 CPUtime=102.3 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 44795 0 0 0 10225 5 0 0 25 0 1 0 656389902 48644096 7784 33554432000 4194304 4479436 140733591449312 18446744073709551615 4451962 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 11876 7784 465 70 0 8996 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 47504

[startup+162.301 s]
/proc/loadavg: 3.92 3.15 3.24 5/330 19000
/proc/meminfo: memFree=23508656/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=55700 CPUtime=162.3 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 48892 0 0 0 16224 6 0 0 25 0 1 0 656389902 57036800 9833 33554432000 4194304 4479436 140733591449312 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 13925 9833 465 70 0 11045 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 55700

[startup+222.301 s]
/proc/loadavg: 4.04 3.32 3.29 5/330 19001
/proc/meminfo: memFree=23446592/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=55700 CPUtime=222.29 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 50940 0 0 0 22223 6 0 0 25 0 1 0 656389902 57036800 9833 33554432000 4194304 4479436 140733591449312 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 13925 9833 465 70 0 11045 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 55700

[startup+282.3 s]
/proc/loadavg: 4.01 3.44 3.33 5/330 19003
/proc/meminfo: memFree=23428936/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=55700 CPUtime=282.29 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 52988 0 0 0 28223 6 0 0 25 0 1 0 656389902 57036800 9833 33554432000 4194304 4479436 140733591449312 18446744073709551615 4451909 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 13925 9833 465 70 0 11045 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 55700

[startup+342.301 s]
/proc/loadavg: 4.00 3.54 3.37 5/330 19004
/proc/meminfo: memFree=23432580/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=55700 CPUtime=342.29 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 55036 0 0 0 34223 6 0 0 25 0 1 0 656389902 57036800 9833 33554432000 4194304 4479436 140733591449312 18446744073709551615 4452004 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 13925 9833 465 70 0 11045 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 55700

[startup+402.301 s]
/proc/loadavg: 4.15 3.65 3.42 5/330 19006
/proc/meminfo: memFree=23428428/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=55700 CPUtime=402.29 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 57084 0 0 0 40223 6 0 0 25 0 1 0 656389902 57036800 9833 33554432000 4194304 4479436 140733591449312 18446744073709551615 4330591 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 13925 9833 465 70 0 11045 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 55700

[startup+462.3 s]
/proc/loadavg: 4.05 3.71 3.45 5/330 19008
/proc/meminfo: memFree=23429104/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=55700 CPUtime=462.29 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 59132 0 0 0 46223 6 0 0 25 0 1 0 656389902 57036800 9833 33554432000 4194304 4479436 140733591449312 18446744073709551615 4455937 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 13925 9833 465 70 0 11045 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 55700

[startup+522.301 s]
/proc/loadavg: 4.02 3.76 3.48 5/330 19009
/proc/meminfo: memFree=23424336/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=57148 CPUtime=522.29 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 62358 0 0 0 52223 6 0 0 25 0 1 0 656389902 58519552 11011 33554432000 4194304 4479436 140733591449312 18446744073709551615 4455824 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 14287 11011 465 70 0 11407 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 57148

[startup+582.301 s]
/proc/loadavg: 4.00 3.80 3.51 5/330 19038
/proc/meminfo: memFree=23558040/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=57148 CPUtime=582.3 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 64406 0 0 0 58223 7 0 0 25 0 1 0 656389902 58519552 11011 33554432000 4194304 4479436 140733591449312 18446744073709551615 4380541 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 14287 11011 465 70 0 11407 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 57148

[startup+642.3 s]
/proc/loadavg: 4.03 3.85 3.55 5/330 19066
/proc/meminfo: memFree=23635392/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=65340 CPUtime=642.3 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 68502 0 0 0 64223 7 0 0 25 0 1 0 656389902 66908160 13059 33554432000 4194304 4479436 140733591449312 18446744073709551615 4452440 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 16335 13059 465 70 0 13455 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 65340

[startup+702.301 s]
/proc/loadavg: 4.01 3.87 3.57 5/330 19068
/proc/meminfo: memFree=23631116/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=65340 CPUtime=702.3 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 70550 0 0 0 70222 8 0 0 25 0 1 0 656389902 66908160 13059 33554432000 4194304 4479436 140733591449312 18446744073709551615 4450969 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 16335 13059 465 70 0 13455 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 65340

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

[startup+703.901 s]
/proc/loadavg: 4.01 3.87 3.57 5/330 19068
/proc/meminfo: memFree=23634092/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=65340 CPUtime=703.91 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 70550 0 0 0 70383 8 0 0 25 0 1 0 656389902 66908160 13059 33554432000 4194304 4479436 140733591449312 18446744073709551615 4330316 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 16335 13059 465 70 0 13455 0
Current children cumulated CPU time (s) 703.91
Current children cumulated vsize (KiB) 65340

[startup+716.701 s]
/proc/loadavg: 4.01 3.88 3.58 5/330 19068
/proc/meminfo: memFree=23629236/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=65340 CPUtime=716.7 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 70550 0 0 0 71662 8 0 0 25 0 1 0 656389902 66908160 13059 33554432000 4194304 4479436 140733591449312 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 16335 13059 465 70 0 13455 0
Current children cumulated CPU time (s) 716.7
Current children cumulated vsize (KiB) 65340

[startup+723.101 s]
/proc/loadavg: 4.09 3.90 3.58 5/330 19069
/proc/meminfo: memFree=23633576/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=65340 CPUtime=723.1 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 70550 0 0 0 72302 8 0 0 25 0 1 0 656389902 66908160 13059 33554432000 4194304 4479436 140733591449312 18446744073709551615 4451168 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 16335 13059 465 70 0 13455 0
Current children cumulated CPU time (s) 723.1
Current children cumulated vsize (KiB) 65340

[startup+726.3 s]
/proc/loadavg: 4.08 3.90 3.58 5/330 19069
/proc/meminfo: memFree=23646208/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=65340 CPUtime=726.3 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 70550 0 0 0 72622 8 0 0 25 0 1 0 656389902 66908160 13059 33554432000 4194304 4479436 140733591449312 18446744073709551615 4307253 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 16335 13059 465 70 0 13455 0
Current children cumulated CPU time (s) 726.3
Current children cumulated vsize (KiB) 65340

[startup+727.901 s]
/proc/loadavg: 4.08 3.90 3.58 5/330 19069
/proc/meminfo: memFree=23646084/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=65340 CPUtime=727.9 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 70550 0 0 0 72782 8 0 0 25 0 1 0 656389902 66908160 13059 33554432000 4194304 4479436 140733591449312 18446744073709551615 4451876 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 16335 13059 465 70 0 13455 0
Current children cumulated CPU time (s) 727.9
Current children cumulated vsize (KiB) 65340

[startup+728.701 s]
/proc/loadavg: 4.08 3.90 3.58 5/330 19069
/proc/meminfo: memFree=23629712/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=65340 CPUtime=728.7 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 70550 0 0 0 72862 8 0 0 25 0 1 0 656389902 66908160 13059 33554432000 4194304 4479436 140733591449312 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 16335 13059 465 70 0 13455 0
Current children cumulated CPU time (s) 728.7
Current children cumulated vsize (KiB) 65340

[startup+729.101 s]
/proc/loadavg: 4.08 3.90 3.58 5/330 19069
/proc/meminfo: memFree=23629712/32951124 swapFree=57331800/67111528
[pid=18940] ppid=18938 vsize=65340 CPUtime=729.1 cores=4,6
/proc/18940/stat : 18940 (MPhaseSAT64) R 18938 18940 18433 0 -1 4202496 70550 0 0 0 72902 8 0 0 25 0 1 0 656389902 66908160 13059 33554432000 4194304 4479436 140733591449312 18446744073709551615 4453594 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18940/statm: 16335 13059 465 70 0 13455 0
Current children cumulated CPU time (s) 729.1
Current children cumulated vsize (KiB) 65340

Child status: 20
Real time (s): 729.105
CPU time (s): 729.109
CPU user time (s): 729.025
CPU system time (s): 0.083987
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 74204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 729.025
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70557
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= 6
involuntary context switches= 2128

runsolver used 2.29565 second user time and 5.01024 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 10:24:36
IDJOB=3375897
IDBENCH=82488
IDSOLVER=1855
FILE ID=node102/3375897-1305447875
RUNJOBID= node102-1305447873-18872
PBS_JOBID= 13324852
Free space on /tmp= 73636 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375897-1305447875/watcher-3375897-1305447875 -o /tmp/evaluation-result-3375897-1305447875/solver-3375897-1305447875 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375897-1305447875.cnf

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=1009520922

node102.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.828
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.828
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.828
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.828
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.828
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.82
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.828
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.828
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.828
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:      23700548 kB
Buffers:          8688 kB
Cached:         212484 kB
SwapCached:      89756 kB
Active:         185356 kB
Inactive:      8893148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23700548 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:           26064 kB
Writeback:           0 kB
AnonPages:     8778452 kB
Mapped:          12812 kB
Slab:            55324 kB
PageTables:      53796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59195504 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= 73644 MiB
End job on node102 at 2011-05-15 10:36:45