Trace number 3095820

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT_M 2011-02-16? (TO) 1300 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S560963242-048.UNKNOWN.cnf
MD5SUM3be09135963d2d9a560d20860022864d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

136.09/136.17	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
136.09/136.17	c input CNF file=HOME/instance-3095820-1301759798.cnf 
136.09/136.17	c Clause#=6230  var#=70  ratio=89 
136.09/136.17	c Simplified clause#=6230 
136.09/136.17	c XOR_varElimination deleted var#=0 clauses#=6230 
136.09/136.17	c inative var#=0 
136.09/136.17	c free var#=70  
136.09/136.17	c local search on 
136.09/136.17	c height=23 age=47 
136.09/136.17	c hybrid solving ... 
136.09/136.17	c switch to march 
136.09/136.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
136.09/136.17	c stat :: sign balance is biased by 0.005
136.09/136.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
136.09/136.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
136.09/136.17	c longest clause has size 7
136.09/136.17	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
136.09/136.17	c number of free variables = 70
136.09/136.17	c dynamic_preselect_setsize :: off
136.19/136.21	c 0 / 999 NodeCount: 166 
136.19/136.30	c 1 / 999 NodeCount: 561 
136.89/136.92	c 2 / 999 NodeCount: 3808 
140.49/140.50	c 3 / 999 NodeCount: 22831 
156.39/156.43	c 4 / 999 NodeCount: 105612 
211.99/212.03	c 5 / 999 NodeCount: 381620 
436.09/436.17	c 6 / 999 NodeCount: 1098113 
1144.78/1144.82	c 7 / 999 NodeCount: 2569806 

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.07 4.03 4.00 4/193 16166
/proc/meminfo: memFree=22540160/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=3288 CPUtime=0 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 340 0 0 0 0 0 0 0 25 0 1 0 287577687 3366912 280 33554432000 134512640 134829744 4292704192 18446744073709551615 134531753 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 822 280 225 78 0 108 0

[startup+0.099345 s]
/proc/loadavg: 4.07 4.03 4.00 4/193 16166
/proc/meminfo: memFree=22540160/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=4456 CPUtime=0.09 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 767 0 0 0 9 0 0 0 25 0 1 0 287577687 4562944 640 33554432000 134512640 134829744 4292704192 18446744073709551615 134623589 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 1114 640 270 78 0 400 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4456

[startup+0.100346 s]
/proc/loadavg: 4.07 4.03 4.00 4/193 16166
/proc/meminfo: memFree=22540160/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=4456 CPUtime=0.09 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 767 0 0 0 9 0 0 0 25 0 1 0 287577687 4562944 640 33554432000 134512640 134829744 4292704192 18446744073709551615 134661457 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 1114 640 270 78 0 400 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4456

[startup+0.300307 s]
/proc/loadavg: 4.07 4.03 4.00 4/193 16166
/proc/meminfo: memFree=22540160/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=4720 CPUtime=0.29 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 826 0 0 0 29 0 0 0 25 0 1 0 287577687 4833280 699 33554432000 134512640 134829744 4292704192 18446744073709551615 134614879 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 1180 699 270 78 0 466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4720

[startup+0.700237 s]
/proc/loadavg: 4.07 4.03 4.00 4/193 16166
/proc/meminfo: memFree=22540160/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=4984 CPUtime=0.69 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 909 0 0 0 69 0 0 0 25 0 1 0 287577687 5103616 782 33554432000 134512640 134829744 4292704192 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 1246 782 270 78 0 532 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4984

[startup+1.50109 s]
/proc/loadavg: 4.07 4.03 4.00 5/194 16167
/proc/meminfo: memFree=22537308/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=5384 CPUtime=1.49 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 988 0 0 0 149 0 0 0 25 0 1 0 287577687 5513216 861 33554432000 134512640 134829744 4292704192 18446744073709551615 134605936 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 1346 861 273 78 0 632 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5384

[startup+3.10081 s]
/proc/loadavg: 4.07 4.03 4.00 5/194 16167
/proc/meminfo: memFree=22536688/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=5384 CPUtime=3.09 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 988 0 0 0 309 0 0 0 25 0 1 0 287577687 5513216 861 33554432000 134512640 134829744 4292704192 18446744073709551615 134605480 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 1346 861 273 78 0 632 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5384

[startup+6.30022 s]
/proc/loadavg: 4.06 4.03 4.00 5/194 16167
/proc/meminfo: memFree=22536468/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=5384 CPUtime=6.29 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 988 0 0 0 629 0 0 0 25 0 1 0 287577687 5513216 861 33554432000 134512640 134829744 4292704192 18446744073709551615 134606064 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 1346 861 273 78 0 632 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5384

[startup+12.7011 s]
/proc/loadavg: 4.06 4.03 4.00 5/194 16167
/proc/meminfo: memFree=22535584/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=5384 CPUtime=12.69 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 988 0 0 0 1269 0 0 0 25 0 1 0 287577687 5513216 861 33554432000 134512640 134829744 4292704192 18446744073709551615 134606521 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 1346 861 273 78 0 632 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5384

[startup+25.5007 s]
/proc/loadavg: 4.04 4.02 4.00 5/194 16168
/proc/meminfo: memFree=22534580/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=5384 CPUtime=25.49 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 988 0 0 0 2549 0 0 0 25 0 1 0 287577687 5513216 861 33554432000 134512640 134829744 4292704192 18446744073709551615 134606361 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 1346 861 273 78 0 632 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5384

[startup+51.1011 s]
/proc/loadavg: 4.03 4.02 4.00 5/194 16169
/proc/meminfo: memFree=22531456/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=5384 CPUtime=51.09 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 988 0 0 0 5109 0 0 0 25 0 1 0 287577687 5513216 861 33554432000 134512640 134829744 4292704192 18446744073709551615 134605786 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 1346 861 273 78 0 632 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 5384

[startup+102.306 s]
/proc/loadavg: 4.05 4.03 4.00 5/194 16170
/proc/meminfo: memFree=22525244/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=5688 CPUtime=102.3 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 1044 0 0 0 10230 0 0 0 25 0 1 0 287577687 5824512 917 33554432000 134512640 134829744 4292704192 18446744073709551615 134606469 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 1422 917 274 78 0 708 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 5688

[startup+162.301 s]
/proc/loadavg: 4.02 4.02 4.00 5/194 16171
/proc/meminfo: memFree=22510576/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=10468 CPUtime=162.29 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 2249 0 0 0 16229 0 0 0 25 0 1 0 287577687 10719232 2014 33554432000 134512640 134829744 4292704192 18446744073709551615 134796499 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 2617 2014 304 78 0 1903 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 10468

[startup+222.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/194 16173
/proc/meminfo: memFree=22496376/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=18660 CPUtime=222.29 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 3686 0 0 0 22228 1 0 0 25 0 1 0 287577687 19107840 3451 33554432000 134512640 134829744 4292704192 18446744073709551615 134605208 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 4665 3451 304 78 0 3951 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 18660

[startup+282.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/194 16184
/proc/meminfo: memFree=22482940/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=23348 CPUtime=282.29 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 5193 0 0 0 28228 1 0 0 25 0 1 0 287577687 23908352 4958 33554432000 134512640 134829744 4292704192 18446744073709551615 134768796 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 5837 4958 304 78 0 5123 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 23348

[startup+342.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/194 16185
/proc/meminfo: memFree=22470016/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=28496 CPUtime=342.29 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 6467 0 0 0 34227 2 0 0 25 0 1 0 287577687 29179904 6232 33554432000 134512640 134829744 4292704192 18446744073709551615 134768762 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 7124 6232 304 78 0 6410 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 28496

[startup+402.3 s]
/proc/loadavg: 4.03 4.02 4.00 5/194 16187
/proc/meminfo: memFree=22458684/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=33180 CPUtime=402.29 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 7601 0 0 0 40227 2 0 0 25 0 1 0 287577687 33976320 7366 33554432000 134512640 134829744 4292704192 18446744073709551615 134748264 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 8295 7366 304 78 0 7581 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 33180

[startup+462.3 s]
/proc/loadavg: 4.01 4.01 4.00 5/194 16190
/proc/meminfo: memFree=22446144/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=37868 CPUtime=462.28 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 8738 0 0 0 46226 2 0 0 25 0 1 0 287577687 38776832 8503 33554432000 134512640 134829744 4292704192 18446744073709551615 134796490 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 9467 8503 304 78 0 8753 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 37868

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/194 16193
/proc/meminfo: memFree=22435200/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=43012 CPUtime=522.28 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 9900 0 0 0 52226 2 0 0 25 0 1 0 287577687 44044288 9665 33554432000 134512640 134829744 4292704192 18446744073709551615 134769148 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 10753 9665 304 78 0 10039 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 43012

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/194 16195
/proc/meminfo: memFree=22424768/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=47700 CPUtime=582.29 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 10665 0 0 0 58226 3 0 0 25 0 1 0 287577687 48844800 10430 33554432000 134512640 134829744 4292704192 18446744073709551615 134605901 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 11925 10430 304 78 0 11211 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 47700

[startup+642.301 s]
/proc/loadavg: 4.06 4.01 4.00 5/194 16196
/proc/meminfo: memFree=22413692/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=52388 CPUtime=642.29 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 11669 0 0 0 64226 3 0 0 25 0 1 0 287577687 53645312 11434 33554432000 134512640 134829744 4292704192 18446744073709551615 134788940 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 13097 11434 304 78 0 12383 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 52388

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 4.00 5/194 16198
/proc/meminfo: memFree=22402144/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=52388 CPUtime=702.28 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 12350 0 0 0 70225 3 0 0 25 0 1 0 287577687 53645312 12115 33554432000 134512640 134829744 4292704192 18446744073709551615 134768864 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 13097 12115 304 78 0 12383 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 52388

[startup+762.307 s]
/proc/loadavg: 4.05 4.02 4.00 5/194 16199
/proc/meminfo: memFree=22393444/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=57076 CPUtime=762.29 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 12769 0 0 0 76226 3 0 0 25 0 1 0 287577687 58445824 12534 33554432000 134512640 134829744 4292704192 18446744073709551615 134606348 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 14269 12534 304 78 0 13555 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 57076

[startup+822.301 s]
/proc/loadavg: 4.07 4.03 4.00 5/194 16201
/proc/meminfo: memFree=22385600/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=57076 CPUtime=822.28 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 13165 0 0 0 82225 3 0 0 25 0 1 0 287577687 58445824 12930 33554432000 134512640 134829744 4292704192 18446744073709551615 134768864 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 14269 12930 304 78 0 13555 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 57076

[startup+882.301 s]
/proc/loadavg: 4.17 4.06 4.01 5/194 16203
/proc/meminfo: memFree=22375176/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=61764 CPUtime=882.28 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 14070 0 0 0 88225 3 0 0 25 0 1 0 287577687 63246336 13835 33554432000 134512640 134829744 4292704192 18446744073709551615 134605891 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 15441 13835 304 78 0 14727 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 61764

[startup+942.301 s]
/proc/loadavg: 4.06 4.04 4.00 5/194 16204
/proc/meminfo: memFree=22361884/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=61764 CPUtime=942.28 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 14931 0 0 0 94225 3 0 0 25 0 1 0 287577687 63246336 14696 33554432000 134512640 134829744 4292704192 18446744073709551615 134748313 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 15441 14696 304 78 0 14727 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 61764

[startup+1002.3 s]
/proc/loadavg: 3.58 3.92 3.96 4/188 16224
/proc/meminfo: memFree=22373444/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=67364 CPUtime=1002.28 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 15669 0 0 0 100225 3 0 0 25 0 1 0 287577687 68980736 15434 33554432000 134512640 134829744 4292704192 18446744073709551615 134605217 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 16841 15434 304 78 0 16127 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 67364

[startup+1062.3 s]
/proc/loadavg: 3.21 3.75 3.90 4/188 16225
/proc/meminfo: memFree=22364492/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=67364 CPUtime=1062.28 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 16068 0 0 0 106224 4 0 0 25 0 1 0 287577687 68980736 15833 33554432000 134512640 134829744 4292704192 18446744073709551615 134605132 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 16841 15833 304 78 0 16127 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 67364

[startup+1122.3 s]
/proc/loadavg: 3.08 3.61 3.84 4/188 16227
/proc/meminfo: memFree=22354168/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=72048 CPUtime=1122.28 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 16478 0 0 0 112224 4 0 0 25 0 1 0 287577687 73777152 16243 33554432000 134512640 134829744 4292704192 18446744073709551615 134606109 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 18012 16243 304 78 0 17298 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 72048

[startup+1182.3 s]
/proc/loadavg: 2.88 3.47 3.78 3/182 16247
/proc/meminfo: memFree=22461980/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=76736 CPUtime=1182.28 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 17783 0 0 0 118224 4 0 0 25 0 1 0 287577687 78577664 17548 33554432000 134512640 134829744 4292704192 18446744073709551615 134822483 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 19184 17548 304 78 0 18470 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 76736

[startup+1242.3 s]
/proc/loadavg: 2.32 3.20 3.66 3/182 16248
/proc/meminfo: memFree=22457832/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=76736 CPUtime=1242.28 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 18587 0 0 0 124224 4 0 0 25 0 1 0 287577687 78577664 18352 33554432000 134512640 134829744 4292704192 18446744073709551615 134606100 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 19184 18352 304 78 0 18470 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 76736



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.72 2.88 3.52 2/176 16268
/proc/meminfo: memFree=22495480/32951124 swapFree=67111528/67111528
[pid=16166] ppid=16164 vsize=81424 CPUtime=1299.98 cores=1,3
/proc/16166/stat : 16166 (MPhaseSAT_M) R 16164 16166 14702 0 -1 4202496 18991 0 0 0 129994 4 0 0 25 0 1 0 287577687 83378176 18756 33554432000 134512640 134829744 4292704192 18446744073709551615 134768868 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/16166/statm: 20356 18756 304 78 0 19642 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 81424

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300
CPU user time (s): 1299.95
CPU system time (s): 0.050992
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 81424

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

runsolver used 1.82972 second user time and 4.09138 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-02 17:56:38
IDJOB=3095820
IDBENCH=83102
IDSOLVER=1522
FILE ID=node133/3095820-1301759798
RUNJOBID= node133-1301757027-14722
PBS_JOBID= 12841071
Free space on /tmp= 72184 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S560963242-048.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3095820-1301759798/watcher-3095820-1301759798 -o /tmp/evaluation-result-3095820-1301759798/solver-3095820-1301759798 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3095820-1301759798.cnf

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

MD5SUM BENCH= 3be09135963d2d9a560d20860022864d
RANDOM SEED=1936485508

node133.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.834
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      22540316 kB
Buffers:        350004 kB
Cached:        9721000 kB
SwapCached:          0 kB
Active:        7317436 kB
Inactive:      2845104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22540316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             984 kB
Writeback:           0 kB
AnonPages:       91036 kB
Mapped:          17156 kB
Slab:           186468 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   281644 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72184 MiB
End job on node133 at 2011-04-02 18:18:20