Trace number 3394003

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 1042.67 1042.65

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark335.143
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

1042.61/1042.64	c MPhaseSAT64 version 514 by Jingchao Chen,  May 13,2011
1042.61/1042.64	c input CNF file=HOME/instance-3394003-1306071770.cnf 
1042.61/1042.64	c Clause#=1374599  var#=259616  ratio=5 
1042.61/1042.64	c phase 1 
1042.61/1042.64	c height=304 
1042.61/1042.64	c eliminated 101023 out of 259616 variables 
1042.61/1042.64	c Simplified clause#=1597090 
1042.61/1042.64	c XOR_varElimination deleted var#=2515 clauses#=1592570 
1042.61/1042.64	c free var#=68649  
1042.61/1042.64	c solve by multiple heuristics 
1042.61/1042.64	c 
1042.61/1042.64	s UNSATISFIABLE
1042.61/1042.64	c 
1042.61/1042.64	c  Running time=1042.668491 

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-3394003-1306071770/watcher-3394003-1306071770 -o /tmp/evaluation-result-3394003-1306071770/solver-3394003-1306071770 -C 5000 -W 5100 -M 15500 MPhaseSAT64 HOME/instance-3394003-1306071770.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.06 2.05 1.71 2/473 21988
/proc/meminfo: memFree=13221624/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=38720 CPUtime=0.01 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 463 0 0 0 1 0 0 0 23 0 1 0 718776787 39649280 405 33554432000 4194304 4479436 140736709479824 18446744073709551615 274473967360 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 9680 405 267 70 0 6800 0

[startup+0.105801 s]
/proc/loadavg: 2.06 2.05 1.71 2/473 21988
/proc/meminfo: memFree=13221624/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=38720 CPUtime=0.1 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 1319 0 0 0 10 0 0 0 24 0 1 0 718776787 39649280 1261 33554432000 4194304 4479436 140736709479824 18446744073709551615 274473967360 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 9680 1262 267 70 0 6800 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 38720

[startup+0.200785 s]
/proc/loadavg: 2.06 2.05 1.71 2/473 21988
/proc/meminfo: memFree=13221624/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=38720 CPUtime=0.19 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 2186 0 0 0 19 0 0 0 24 0 1 0 718776787 39649280 2128 33554432000 4194304 4479436 140736709479824 18446744073709551615 274473967360 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 9680 2128 267 70 0 6800 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38720

[startup+0.300764 s]
/proc/loadavg: 2.06 2.05 1.71 2/473 21988
/proc/meminfo: memFree=13221624/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=38720 CPUtime=0.29 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 3088 0 0 0 29 0 0 0 25 0 1 0 718776787 39649280 3030 33554432000 4194304 4479436 140736709479824 18446744073709551615 4213885 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 9680 3030 267 70 0 6800 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38720

[startup+0.700638 s]
/proc/loadavg: 2.06 2.05 1.71 2/473 21988
/proc/meminfo: memFree=13221624/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=46740 CPUtime=0.69 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 8323 0 0 0 67 2 0 0 25 0 1 0 718776787 47861760 8233 33554432000 4194304 4479436 140736709479824 18446744073709551615 4309028 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 11685 8233 492 70 0 8805 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46740

[startup+1.5005 s]
/proc/loadavg: 2.06 2.05 1.71 3/474 21989
/proc/meminfo: memFree=13145116/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=88556 CPUtime=1.49 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 26536 0 0 0 145 4 0 0 25 0 1 0 718776787 90681344 18711 33554432000 4194304 4479436 140736709479824 18446744073709551615 4361426 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 22139 18711 548 70 0 19259 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88556

[startup+3.10021 s]
/proc/loadavg: 2.14 2.07 1.72 3/474 21989
/proc/meminfo: memFree=13132592/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=104400 CPUtime=3.09 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 34618 0 0 0 305 4 0 0 25 0 1 0 718776787 106905600 22690 33554432000 4194304 4479436 140736709479824 18446744073709551615 4329186 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 26100 22690 560 70 0 23220 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104400

[startup+6.30065 s]
/proc/loadavg: 2.14 2.07 1.72 3/474 21989
/proc/meminfo: memFree=13126896/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=107976 CPUtime=6.29 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 35512 0 0 0 625 4 0 0 25 0 1 0 718776787 110567424 23584 33554432000 4194304 4479436 140736709479824 18446744073709551615 4307386 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 26994 23584 560 70 0 24114 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107976

[startup+12.7005 s]
/proc/loadavg: 2.11 2.06 1.72 3/474 21989
/proc/meminfo: memFree=13126356/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=107668 CPUtime=12.69 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 35515 0 0 0 1265 4 0 0 25 0 1 0 718776787 110252032 23510 33554432000 4194304 4479436 140736709479824 18446744073709551615 4307042 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 26917 23510 563 70 0 24037 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107668

[startup+25.5003 s]
/proc/loadavg: 2.10 2.06 1.73 3/474 21990
/proc/meminfo: memFree=13100860/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=127320 CPUtime=25.49 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 41729 0 0 0 2544 5 0 0 25 0 1 0 718776787 130375680 28423 33554432000 4194304 4479436 140736709479824 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 31830 28423 563 70 0 28950 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 127320

[startup+51.1008 s]
/proc/loadavg: 2.06 2.06 1.73 3/474 21990
/proc/meminfo: memFree=13090548/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=134052 CPUtime=51.09 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 50788 0 0 0 5103 6 0 0 25 0 1 0 718776787 137269248 30901 33554432000 4194304 4479436 140736709479824 18446744073709551615 4306795 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 33513 30901 564 70 0 30633 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 134052

[startup+102.301 s]
/proc/loadavg: 2.02 2.04 1.74 3/474 21992
/proc/meminfo: memFree=13045500/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=176624 CPUtime=102.3 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 83457 0 0 0 10220 10 0 0 25 0 1 0 718776787 180862976 41558 33554432000 4194304 4479436 140736709479824 18446744073709551615 4416200 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 44156 41558 325 70 0 41276 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 176624

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 1.75 3/474 21993
/proc/meminfo: memFree=12979372/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=162.3 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 124421 0 0 0 16215 15 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4384793 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 242164

[startup+222.318 s]
/proc/loadavg: 2.00 2.03 1.77 3/474 21995
/proc/meminfo: memFree=12978468/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=222.31 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 124421 0 0 0 22216 15 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4339351 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 242164

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 1.78 3/474 21997
/proc/meminfo: memFree=12978308/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=282.3 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 132614 0 0 0 28214 16 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4364042 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 242164

[startup+342.3 s]
/proc/loadavg: 2.03 2.03 1.80 3/474 21998
/proc/meminfo: memFree=12978408/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=342.3 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 132614 0 0 0 34214 16 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4384834 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 242164

[startup+402.301 s]
/proc/loadavg: 2.01 2.02 1.81 3/474 22000
/proc/meminfo: memFree=12977004/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=402.3 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 132614 0 0 0 40214 16 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4307042 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 242164

[startup+462.3 s]
/proc/loadavg: 2.14 2.05 1.83 3/474 22001
/proc/meminfo: memFree=12987636/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=462.3 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 132614 0 0 0 46214 16 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4382484 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 242164

[startup+522.301 s]
/proc/loadavg: 2.12 2.05 1.84 3/474 22003
/proc/meminfo: memFree=12979912/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=522.3 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 132614 0 0 0 52214 16 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4382477 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 242164

[startup+582.3 s]
/proc/loadavg: 2.04 2.04 1.85 3/474 22005
/proc/meminfo: memFree=12980104/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=582.3 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 132614 0 0 0 58214 16 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4450797 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 242164

[startup+642.301 s]
/proc/loadavg: 2.01 2.03 1.85 3/474 22006
/proc/meminfo: memFree=12973268/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=642.31 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 132614 0 0 0 64215 16 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4451020 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 242164

[startup+702.301 s]
/proc/loadavg: 2.00 2.02 1.86 3/474 22008
/proc/meminfo: memFree=12979436/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=702.31 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 132614 0 0 0 70215 16 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4341216 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 242164

[startup+762.301 s]
/proc/loadavg: 2.00 2.02 1.86 3/474 22009
/proc/meminfo: memFree=12980764/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=762.32 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 132614 0 0 0 76216 16 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4450755 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 242164

[startup+822.301 s]
/proc/loadavg: 2.00 2.01 1.87 3/474 22011
/proc/meminfo: memFree=12979492/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=822.31 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 132614 0 0 0 82215 16 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4385151 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 242164

[startup+882.317 s]
/proc/loadavg: 2.05 2.02 1.88 3/474 22013
/proc/meminfo: memFree=12979452/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=882.33 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 132614 0 0 0 88217 16 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4382493 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 242164

[startup+942.301 s]
/proc/loadavg: 2.02 2.02 1.89 3/474 22014
/proc/meminfo: memFree=12980164/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=942.31 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 132614 0 0 0 94215 16 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 242164

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.89 3/474 22016
/proc/meminfo: memFree=12980748/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=1002.31 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 140807 0 0 0 100214 17 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4339617 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 242164

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

[startup+1024 s]
/proc/loadavg: 2.00 2.01 1.89 3/474 22016
/proc/meminfo: memFree=12977388/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=1024.01 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 140807 0 0 0 102384 17 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 1024.01
Current children cumulated vsize (KiB) 242164

[startup+1030.4 s]
/proc/loadavg: 2.00 2.01 1.89 3/474 22017
/proc/meminfo: memFree=12977628/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=1030.41 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 140807 0 0 0 103024 17 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4340130 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 1030.41
Current children cumulated vsize (KiB) 242164

[startup+1036.8 s]
/proc/loadavg: 2.00 2.01 1.89 3/474 22017
/proc/meminfo: memFree=12977748/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=1036.81 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 140807 0 0 0 103664 17 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 1036.81
Current children cumulated vsize (KiB) 242164

[startup+1040 s]
/proc/loadavg: 2.00 2.01 1.90 3/474 22017
/proc/meminfo: memFree=12979232/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=1040.01 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 140807 0 0 0 103984 17 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4452285 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 1040.01
Current children cumulated vsize (KiB) 242164

[startup+1041.6 s]
/proc/loadavg: 2.00 2.01 1.90 3/474 22017
/proc/meminfo: memFree=12979232/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=1041.61 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 140807 0 0 0 104144 17 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 1041.61
Current children cumulated vsize (KiB) 242164

[startup+1042.4 s]
/proc/loadavg: 2.00 2.01 1.90 3/474 22017
/proc/meminfo: memFree=12979232/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=1042.41 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 140807 0 0 0 104224 17 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4384878 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 1042.41
Current children cumulated vsize (KiB) 242164

[startup+1042.6 s]
/proc/loadavg: 2.00 2.01 1.90 3/474 22017
/proc/meminfo: memFree=12979232/32950928 swapFree=67042944/67111528
[pid=21988] ppid=21986 vsize=242164 CPUtime=1042.61 cores=1,3,5,7
/proc/21988/stat : 21988 (MPhaseSAT64) R 21986 21988 21741 0 -1 4202496 140807 0 0 0 104244 17 0 0 25 0 1 0 718776787 247975936 57943 33554432000 4194304 4479436 140736709479824 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/21988/statm: 60541 57943 325 70 0 57661 0
Current children cumulated CPU time (s) 1042.61
Current children cumulated vsize (KiB) 242164

Child status: 20
Real time (s): 1042.65
CPU time (s): 1042.67
CPU user time (s): 1042.49
CPU system time (s): 0.186971
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 274936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1042.49
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140814
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= 10
involuntary context switches= 1584

runsolver used 4.55731 second user time and 11.2103 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-22 15:42:51
IDJOB=3394003
IDBENCH=71037
IDSOLVER=1879
FILE ID=node125/3394003-1306071770
RUNJOBID= node125-1306069996-21760
PBS_JOBID= 13387878
Free space on /tmp= 73392 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394003-1306071770/watcher-3394003-1306071770 -o /tmp/evaluation-result-3394003-1306071770/solver-3394003-1306071770 -C 5000 -W 5100 -M 15500  MPhaseSAT64 HOME/instance-3394003-1306071770.cnf

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=775815164

node125.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	: 5266.55
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.84
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.74
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.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.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.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.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:     32950928 kB
MemFree:      13221912 kB
Buffers:        284136 kB
Cached:        5406124 kB
SwapCached:      55652 kB
Active:       10640736 kB
Inactive:      8740080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13221912 kB
SwapTotal:    67111528 kB
SwapFree:     67042944 kB
Dirty:           26512 kB
Writeback:           0 kB
AnonPages:    13635020 kB
Mapped:          43824 kB
Slab:           217120 kB
PageTables:      61940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130109940 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= 73392 MiB
End job on node125 at 2011-05-22 16:00:14