Trace number 3095463

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.02 1300.01

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S375894551-007.UNKNOWN.cnf
MD5SUMa88511669158afb29f3ddcebdff7b380
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 variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
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 53195
Number of clauses of size over 50

Solver Data

50.30/50.37	c MPhaseSAT_M version 401 suited for random catagory by Jingchao Chen,  April 1,2011 
50.30/50.37	c input CNF file=HOME/instance-3095463-1301752809.cnf 
50.30/50.37	c Clause#=3195  var#=150  ratio=21 
50.30/50.37	c Simplified clause#=3195 
50.30/50.37	c XOR_varElimination deleted var#=0 clauses#=3195 
50.30/50.37	c inative var#=0 
50.30/50.37	c free var#=150  
50.30/50.37	c local search on 
50.30/50.37	c height=34 age=40 
50.30/50.37	c hybrid solving ... 
50.30/50.37	c switch to march 
50.30/50.37	c simplify_formula():: removed 0 tautological, 0 satisfied and 1 duplicate clauses
50.30/50.37	c stat :: sign balance is biased by 0.032
50.30/50.37	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
50.30/50.37	c simplify_formula():: removed 0 tautological, 0 satisfied and 2 duplicate clauses
50.30/50.37	c longest clause has size 5
50.30/50.37	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
50.30/50.37	c number of free variables = 150
50.30/50.37	c dynamic_preselect_setsize :: off
50.40/50.40	c 0 / 999 NodeCount: 195 
50.40/50.47	c 1 / 999 NodeCount: 1119 
51.40/51.43	c 2 / 999 NodeCount: 12614 
122.49/122.57	c 3 / 999 NodeCount: 112026 
384.19/384.28	c 4 / 999 NodeCount: 752400 
1289.10/1289.11	c 5 / 999 NodeCount: 3965430 

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.99 4.00 3.91 4/189 28594
/proc/meminfo: memFree=20456532/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=3288 CPUtime=0 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 380 0 0 0 0 0 0 0 25 0 1 0 365511556 3366912 318 33554432000 134512640 134829744 4290935296 18446744073709551615 134566448 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 822 318 234 78 0 108 0

[startup+0.103956 s]
/proc/loadavg: 3.99 4.00 3.91 4/189 28594
/proc/meminfo: memFree=20456532/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=3636 CPUtime=0.1 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 511 0 0 0 10 0 0 0 25 0 1 0 365511556 3723264 446 33554432000 134512640 134829744 4290935296 18446744073709551615 134658056 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 909 446 270 78 0 195 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3636

[startup+0.200941 s]
/proc/loadavg: 3.99 4.00 3.91 4/189 28594
/proc/meminfo: memFree=20456532/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=3900 CPUtime=0.19 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 579 0 0 0 19 0 0 0 25 0 1 0 365511556 3993600 514 33554432000 134512640 134829744 4290935296 18446744073709551615 134722768 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 975 514 270 78 0 261 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3900

[startup+0.300924 s]
/proc/loadavg: 3.99 4.00 3.91 4/189 28594
/proc/meminfo: memFree=20456532/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=4164 CPUtime=0.29 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 624 0 0 0 29 0 0 0 25 0 1 0 365511556 4263936 559 33554432000 134512640 134829744 4290935296 18446744073709551615 9993990 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 1041 559 270 78 0 327 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4164

[startup+0.700847 s]
/proc/loadavg: 3.99 4.00 3.91 4/189 28594
/proc/meminfo: memFree=20456532/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=4428 CPUtime=0.69 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 717 0 0 0 69 0 0 0 25 0 1 0 365511556 4534272 652 33554432000 134512640 134829744 4290935296 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 1107 652 270 78 0 393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4428

[startup+1.5007 s]
/proc/loadavg: 3.99 4.00 3.91 5/190 28595
/proc/meminfo: memFree=20454424/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=4696 CPUtime=1.49 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 783 0 0 0 149 0 0 0 25 0 1 0 365511556 4808704 718 33554432000 134512640 134829744 4290935296 18446744073709551615 134606607 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 1174 718 273 78 0 460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4696

[startup+3.1004 s]
/proc/loadavg: 3.99 4.00 3.91 5/190 28595
/proc/meminfo: memFree=20453928/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=4696 CPUtime=3.09 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 783 0 0 0 309 0 0 0 25 0 1 0 365511556 4808704 718 33554432000 134512640 134829744 4290935296 18446744073709551615 134605456 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 1174 718 273 78 0 460 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4696

[startup+6.30079 s]
/proc/loadavg: 3.99 4.00 3.91 5/190 28595
/proc/meminfo: memFree=20454044/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=4696 CPUtime=6.29 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 783 0 0 0 629 0 0 0 25 0 1 0 365511556 4808704 718 33554432000 134512640 134829744 4290935296 18446744073709551615 134606469 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 1174 718 273 78 0 460 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4696

[startup+12.7006 s]
/proc/loadavg: 3.99 4.00 3.91 5/190 28595
/proc/meminfo: memFree=20452936/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=4696 CPUtime=12.69 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 783 0 0 0 1269 0 0 0 25 0 1 0 365511556 4808704 718 33554432000 134512640 134829744 4290935296 18446744073709551615 134606617 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 1174 718 273 78 0 460 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4696

[startup+25.5002 s]
/proc/loadavg: 3.99 4.00 3.91 5/190 28596
/proc/meminfo: memFree=20452692/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=4960 CPUtime=25.49 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 835 0 0 0 2549 0 0 0 25 0 1 0 365511556 5079040 770 33554432000 134512640 134829744 4290935296 18446744073709551615 134605312 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 1240 770 273 78 0 526 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4960

[startup+51.1003 s]
/proc/loadavg: 3.99 4.00 3.91 5/190 28596
/proc/meminfo: memFree=20452296/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=5968 CPUtime=51.1 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 1054 0 0 0 5110 0 0 0 25 0 1 0 365511556 6111232 989 33554432000 134512640 134829744 4290935296 18446744073709551615 134748326 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 1492 989 305 78 0 778 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 5968

[startup+102.301 s]
/proc/loadavg: 3.99 4.00 3.91 5/190 28607
/proc/meminfo: memFree=20447792/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=7964 CPUtime=102.3 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 1503 0 0 0 10230 0 0 0 25 0 1 0 365511556 8155136 1438 33554432000 134512640 134829744 4290935296 18446744073709551615 134605857 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 1991 1438 305 78 0 1277 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 7964

[startup+162.3 s]
/proc/loadavg: 4.07 4.02 3.92 5/190 28608
/proc/meminfo: memFree=20424704/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=11084 CPUtime=162.29 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 2157 0 0 0 16229 0 0 0 25 0 1 0 365511556 11350016 2092 33554432000 134512640 134829744 4290935296 18446744073709551615 134606533 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 2771 2092 305 78 0 2057 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 11084

[startup+222.306 s]
/proc/loadavg: 4.06 4.03 3.93 5/190 28610
/proc/meminfo: memFree=20421816/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=13672 CPUtime=222.29 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 2801 0 0 0 22229 0 0 0 25 0 1 0 365511556 14000128 2736 33554432000 134512640 134829744 4290935296 18446744073709551615 134605222 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 3418 2736 305 78 0 2704 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 13672

[startup+282.301 s]
/proc/loadavg: 4.02 4.02 3.93 5/190 28611
/proc/meminfo: memFree=20417820/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=17796 CPUtime=282.29 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 3720 0 0 0 28228 1 0 0 25 0 1 0 365511556 18223104 3655 33554432000 134512640 134829744 4290935296 18446744073709551615 134605742 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 4449 3655 305 78 0 3735 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 17796

[startup+342.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 28613
/proc/meminfo: memFree=20414184/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=22484 CPUtime=342.29 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 4454 0 0 0 34228 1 0 0 25 0 1 0 365511556 23023616 4389 33554432000 134512640 134829744 4290935296 18446744073709551615 134605480 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 5621 4389 305 78 0 4907 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 22484

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 28615
/proc/meminfo: memFree=20407208/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=27660 CPUtime=402.29 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 5972 0 0 0 40228 1 0 0 25 0 1 0 365511556 28323840 5907 33554432000 134512640 134829744 4290935296 18446744073709551615 134606542 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 6915 5907 305 78 0 6201 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 27660

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 28616
/proc/meminfo: memFree=20393540/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=27660 CPUtime=462.29 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 6374 0 0 0 46228 1 0 0 25 0 1 0 365511556 28323840 6309 33554432000 134512640 134829744 4290935296 18446744073709551615 134605705 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 6915 6309 305 78 0 6201 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 27660

[startup+522.301 s]
/proc/loadavg: 4.03 4.01 3.93 5/190 28618
/proc/meminfo: memFree=20388420/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=32344 CPUtime=522.29 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 7523 0 0 0 52228 1 0 0 25 0 1 0 365511556 33120256 7458 33554432000 134512640 134829744 4290935296 18446744073709551615 134748366 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 8086 7458 305 78 0 7372 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 32344

[startup+582.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 28619
/proc/meminfo: memFree=20383668/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=37032 CPUtime=582.29 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 8358 0 0 0 58228 1 0 0 25 0 1 0 365511556 37920768 8293 33554432000 134512640 134829744 4290935296 18446744073709551615 134822584 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 9258 8293 305 78 0 8544 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 37032

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 28621
/proc/meminfo: memFree=20379296/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=42696 CPUtime=642.3 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 9040 0 0 0 64228 2 0 0 25 0 1 0 365511556 43720704 8975 33554432000 134512640 134829744 4290935296 18446744073709551615 134605868 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 10674 8975 305 78 0 9960 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 42696

[startup+702.301 s]
/proc/loadavg: 4.11 4.03 3.94 5/190 28623
/proc/meminfo: memFree=20372196/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=47384 CPUtime=702.3 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 10150 0 0 0 70228 2 0 0 25 0 1 0 365511556 48521216 10085 33554432000 134512640 134829744 4290935296 18446744073709551615 134748385 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 11846 10085 305 78 0 11132 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 47384

[startup+762.3 s]
/proc/loadavg: 4.03 4.02 3.94 5/190 28624
/proc/meminfo: memFree=20369304/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=47384 CPUtime=762.3 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 10769 0 0 0 76228 2 0 0 25 0 1 0 365511556 48521216 10704 33554432000 134512640 134829744 4290935296 18446744073709551615 134605913 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 11846 10704 305 78 0 11132 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 47384

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 28626
/proc/meminfo: memFree=20360348/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=52072 CPUtime=822.3 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 11649 0 0 0 82228 2 0 0 25 0 1 0 365511556 53321728 11584 33554432000 134512640 134829744 4290935296 18446744073709551615 134606343 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 13018 11584 305 78 0 12304 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 52072

[startup+882.306 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 28627
/proc/meminfo: memFree=20356712/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=52072 CPUtime=882.3 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 12486 0 0 0 88228 2 0 0 25 0 1 0 365511556 53321728 12421 33554432000 134512640 134829744 4290935296 18446744073709551615 134606096 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 13018 12421 305 78 0 12304 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 52072

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 28629
/proc/meminfo: memFree=20348372/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=61448 CPUtime=942.3 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 13738 0 0 0 94227 3 0 0 25 0 1 0 365511556 62922752 13673 33554432000 134512640 134829744 4290935296 18446744073709551615 134796448 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 15362 13673 305 78 0 14648 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 61448

[startup+1002.3 s]
/proc/loadavg: 3.84 3.95 3.93 5/190 28931
/proc/meminfo: memFree=20534512/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=61448 CPUtime=1002.3 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 14414 0 0 0 100227 3 0 0 25 0 1 0 365511556 62922752 14349 33554432000 134512640 134829744 4290935296 18446744073709551615 134824570 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 15362 14349 305 78 0 14648 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 61448

[startup+1062.3 s]
/proc/loadavg: 3.93 3.96 3.93 5/190 28932
/proc/meminfo: memFree=20525432/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=66136 CPUtime=1062.3 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 15189 0 0 0 106227 3 0 0 25 0 1 0 365511556 67723264 15124 33554432000 134512640 134829744 4290935296 18446744073709551615 134605688 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 16534 15124 305 78 0 15820 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 66136

[startup+1122.3 s]
/proc/loadavg: 3.98 3.97 3.93 5/190 28934
/proc/meminfo: memFree=20508056/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=72768 CPUtime=1122.29 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 17160 0 0 0 112226 3 0 0 25 0 1 0 365511556 74514432 17095 33554432000 134512640 134829744 4290935296 18446744073709551615 134758696 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 18192 17095 305 78 0 17478 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 72768

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/190 28935
/proc/meminfo: memFree=20483604/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=86832 CPUtime=1182.3 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 20229 0 0 0 118226 4 0 0 25 0 1 0 365511556 88915968 20164 33554432000 134512640 134829744 4290935296 18446744073709551615 11363369 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 21708 20164 305 78 0 20994 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 86832

[startup+1242.3 s]
/proc/loadavg: 3.99 3.97 3.93 5/190 28937
/proc/meminfo: memFree=20459148/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=96208 CPUtime=1242.3 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 23146 0 0 0 124225 5 0 0 25 0 1 0 365511556 98516992 23081 33554432000 134512640 134829744 4290935296 18446744073709551615 134824577 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 24052 23081 305 78 0 23338 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 96208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.97 3.93 5/190 28939
/proc/meminfo: memFree=20437540/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=105584 CPUtime=1300 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 25827 0 0 0 129995 5 0 0 25 0 1 0 365511556 108118016 25762 33554432000 134512640 134829744 4290935296 18446744073709551615 134768488 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 26396 25762 305 78 0 25682 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 105584

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

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

[startup+1300 s]
/proc/loadavg: 3.99 3.97 3.93 5/190 28939
/proc/meminfo: memFree=20437540/32950928 swapFree=67111528/67111528
[pid=28594] ppid=28592 vsize=105584 CPUtime=1300 cores=5,7
/proc/28594/stat : 28594 (MPhaseSAT_M) R 28592 28594 27938 0 -1 4202496 25827 0 0 0 129995 5 0 0 25 0 1 0 365511556 108118016 25762 33554432000 134512640 134829744 4290935296 18446744073709551615 134768488 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/28594/statm: 26396 25762 305 78 0 25682 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 105584

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.96
CPU system time (s): 0.06099
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 105584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.06099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25827
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= 9
involuntary context switches= 1958

runsolver used 1.89371 second user time and 4.03939 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-02 16:00:09
IDJOB=3095463
IDBENCH=82745
IDSOLVER=1522
FILE ID=node114/3095463-1301752809
RUNJOBID= node114-1301748575-27959
PBS_JOBID= 12841023
Free space on /tmp= 70632 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S375894551-007.UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3095463-1301752809/watcher-3095463-1301752809 -o /tmp/evaluation-result-3095463-1301752809/solver-3095463-1301752809 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3095463-1301752809.cnf

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

MD5SUM BENCH= a88511669158afb29f3ddcebdff7b380
RANDOM SEED=922949589

node114.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.848
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.69
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.848
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.848
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.74
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.848
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.73
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.848
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.75
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.848
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.848
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.848
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:      20456812 kB
Buffers:        378912 kB
Cached:       11605892 kB
SwapCached:          0 kB
Active:        8116740 kB
Inactive:      4070772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20456812 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             516 kB
Writeback:           0 kB
AnonPages:      202636 kB
Mapped:          16744 kB
Slab:           243508 kB
PageTables:       5432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   387196 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= 70636 MiB
End job on node114 at 2011-04-02 16:21:51