Trace number 3321331

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
claspmt 2.0-R4095UNSAT 109.27 17.2514

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.0941
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...336036/instance-3321331-1304336036.cnf
2.99/3.08	c Solving...
109.21/17.24	s UNSATISFIABLE
109.21/17.24	
109.21/17.24	c Models        : 0     
109.21/17.24	c Time          : 16.730s (Solving: 13.65s 1st Model: 0.00s Unsat: 13.65s)
109.21/17.24	c CPU Time      : 108.750s

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: 935)

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-3321331-1304336036/watcher-3321331-1304336036 -o /tmp/evaluation-result-3321331-1304336036/solver-3321331-1304336036 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321331-1304336036.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.12 6.20 7.17 1/264 16010
/proc/meminfo: memFree=16737888/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=54276 CPUtime=0 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 1819 0 0 0 0 0 0 0 21 0 1 0 623834303 55578624 1748 33554432000 4194304 4964704 140737405005648 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/16010/statm: 13569 1756 376 189 0 8443 0

[startup+0.0876659 s]
/proc/loadavg: 3.12 6.20 7.17 1/264 16010
/proc/meminfo: memFree=16737888/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=79960 CPUtime=0.07 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 17723 0 0 0 5 2 0 0 21 0 1 0 623834303 81879040 14853 33554432000 4194304 4964704 140737405005648 18446744073709551615 216734839493 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/16010/statm: 19990 14855 386 189 0 14864 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 79960

[startup+0.100663 s]
/proc/loadavg: 3.12 6.20 7.17 1/264 16010
/proc/meminfo: memFree=16737888/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=81808 CPUtime=0.09 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 18261 0 0 0 7 2 0 0 21 0 1 0 623834303 83771392 15391 33554432000 4194304 4964704 140737405005648 18446744073709551615 216734839493 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/16010/statm: 20452 15392 386 189 0 15326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 81808

[startup+0.300639 s]
/proc/loadavg: 3.12 6.20 7.17 1/264 16010
/proc/meminfo: memFree=16737888/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=123016 CPUtime=0.29 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 33945 0 0 0 25 4 0 0 22 0 1 0 623834303 125968384 25148 33554432000 4194304 4964704 140737405005648 18446744073709551615 216734845879 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/16010/statm: 30754 25149 399 189 0 25628 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 123016

[startup+0.700558 s]
/proc/loadavg: 3.12 6.20 7.17 1/264 16010
/proc/meminfo: memFree=16737888/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=153136 CPUtime=0.69 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 41184 0 0 0 64 5 0 0 23 0 1 0 623834303 156811264 32387 33554432000 4194304 4964704 140737405005648 18446744073709551615 4600360 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/16010/statm: 38284 32388 404 189 0 33158 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 153136

[startup+1.50043 s]
/proc/loadavg: 3.12 6.20 7.17 2/265 16011
/proc/meminfo: memFree=16601116/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=170164 CPUtime=1.49 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 45453 0 0 0 144 5 0 0 25 0 1 0 623834303 174247936 36656 33554432000 4194304 4964704 140737405005648 18446744073709551615 4600360 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/16010/statm: 42541 36657 404 189 0 37415 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 170164

[startup+3.10015 s]
/proc/loadavg: 3.12 6.20 7.17 2/265 16011
/proc/meminfo: memFree=16586360/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=477336 CPUtime=3.16 cores=0-7
/proc/16010/stat : 16010 (claspmt) S 16008 16010 15926 0 -1 4202496 66631 0 0 0 304 12 0 0 25 0 8 0 623834303 488792064 49231 33554432000 4194304 4964704 140737405005648 18446744073709551615 216746994585 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/16010/statm: 119334 49259 432 189 0 113683 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 477336

[startup+6.30055 s]
/proc/loadavg: 2.95 6.11 7.14 11/272 16018
/proc/meminfo: memFree=16363724/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=692500 CPUtime=25.44 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 122642 0 0 0 2506 38 0 0 25 0 8 0 623834303 709120000 94737 33554432000 4194304 4964704 140737405005648 18446744073709551615 4370264 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/16010/statm: 173125 94737 464 189 0 167474 0
[pid=16010/tid=16012] ppid=16008 vsize=692500 CPUtime=2.75 cores=0-7
/proc/16010/task/16012/stat : 16012 (claspmt) R 16008 16010 15926 0 -1 4202560 8752 0 0 0 273 2 0 0 19 0 8 0 623834611 709120000 94737 33554432000 4194304 4964704 140737405005648 18446744073709551615 4342186 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=16010/tid=16013] ppid=16008 vsize=692500 CPUtime=2.77 cores=0-7
/proc/16010/task/16013/stat : 16013 (claspmt) R 16008 16010 15926 0 -1 4202560 11343 0 0 0 273 4 0 0 19 0 8 0 623834611 709120000 94737 33554432000 4194304 4964704 140737405005648 18446744073709551615 4379596 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=16010/tid=16014] ppid=16008 vsize=692500 CPUtime=2.74 cores=0-7
/proc/16010/task/16014/stat : 16014 (claspmt) R 16008 16010 15926 0 -1 4202560 10846 0 0 0 269 5 0 0 19 0 8 0 623834611 709120000 94737 33554432000 4194304 4964704 140737405005648 18446744073709551615 216734839493 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=16010/tid=16015] ppid=16008 vsize=692500 CPUtime=2.73 cores=0-7
/proc/16010/task/16015/stat : 16015 (claspmt) R 16008 16010 15926 0 -1 4202560 8663 0 0 0 270 3 0 0 19 0 8 0 623834611 709120000 94737 33554432000 4194304 4964704 140737405005648 18446744073709551615 4370288 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=16010/tid=16016] ppid=16008 vsize=692500 CPUtime=3.1 cores=0-7
/proc/16010/task/16016/stat : 16016 (claspmt) R 16008 16010 15926 0 -1 4202560 9592 0 0 0 306 4 0 0 25 0 8 0 623834611 709120000 94737 33554432000 4194304 4964704 140737405005648 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=16010/tid=16017] ppid=16008 vsize=692500 CPUtime=2.73 cores=0-7
/proc/16010/task/16017/stat : 16017 (claspmt) R 16008 16010 15926 0 -1 4202560 12115 0 0 0 268 5 0 0 19 0 8 0 623834611 709120000 94737 33554432000 4194304 4964704 140737405005648 18446744073709551615 4379614 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=16010/tid=16018] ppid=16008 vsize=692500 CPUtime=2.79 cores=0-7
/proc/16010/task/16018/stat : 16018 (claspmt) R 16008 16010 15926 0 -1 4202560 10521 0 0 0 275 4 0 0 19 0 8 0 623834611 709120000 94737 33554432000 4194304 4964704 140737405005648 18446744073709551615 4670598 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 692500

[startup+12.7004 s]
/proc/loadavg: 3.36 6.15 7.14 9/272 16018
/proc/meminfo: memFree=16340304/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=692500 CPUtime=76.57 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 129728 0 0 0 7614 43 0 0 25 0 8 0 623834303 709120000 101823 33554432000 4194304 4964704 140737405005648 18446744073709551615 4342199 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/16010/statm: 173125 101823 464 189 0 167474 0
[pid=16010/tid=16012] ppid=16008 vsize=692500 CPUtime=9.15 cores=0-7
/proc/16010/task/16012/stat : 16012 (claspmt) R 16008 16010 15926 0 -1 4202560 8808 0 0 0 913 2 0 0 25 0 8 0 623834611 709120000 101823 33554432000 4194304 4964704 140737405005648 18446744073709551615 4669214 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=16010/tid=16013] ppid=16008 vsize=692500 CPUtime=9.17 cores=0-7
/proc/16010/task/16013/stat : 16013 (claspmt) R 16008 16010 15926 0 -1 4202560 13458 0 0 0 911 6 0 0 25 0 8 0 623834611 709120000 101823 33554432000 4194304 4964704 140737405005648 18446744073709551615 4362960 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=16010/tid=16014] ppid=16008 vsize=692500 CPUtime=9.14 cores=0-7
/proc/16010/task/16014/stat : 16014 (claspmt) R 16008 16010 15926 0 -1 4202560 12561 0 0 0 908 6 0 0 25 0 8 0 623834611 709120000 101823 33554432000 4194304 4964704 140737405005648 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=16010/tid=16015] ppid=16008 vsize=692500 CPUtime=9.08 cores=0-7
/proc/16010/task/16015/stat : 16015 (claspmt) R 16008 16010 15926 0 -1 4202560 8779 0 0 0 905 3 0 0 25 0 8 0 623834611 709120000 101824 33554432000 4194304 4964704 140737405005648 18446744073709551615 4380216 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=16010/tid=16016] ppid=16008 vsize=692500 CPUtime=9.5 cores=0-7
/proc/16010/task/16016/stat : 16016 (claspmt) R 16008 16010 15926 0 -1 4202560 9599 0 0 0 946 4 0 0 25 0 8 0 623834611 709120000 101824 33554432000 4194304 4964704 140737405005648 18446744073709551615 4399504 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=16010/tid=16017] ppid=16008 vsize=692500 CPUtime=9.13 cores=0-7
/proc/16010/task/16017/stat : 16017 (claspmt) R 16008 16010 15926 0 -1 4202560 13714 0 0 0 906 7 0 0 25 0 8 0 623834611 709120000 101824 33554432000 4194304 4964704 140737405005648 18446744073709551615 216734839841 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=16010/tid=16018] ppid=16008 vsize=692500 CPUtime=9.19 cores=0-7
/proc/16010/task/16018/stat : 16018 (claspmt) R 16008 16010 15926 0 -1 4202560 11822 0 0 0 914 5 0 0 25 0 8 0 623834611 709120000 101824 33554432000 4194304 4964704 140737405005648 18446744073709551615 4670140 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 76.57
Current children cumulated vsize (KiB) 692500

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

[startup+14.3101 s]
/proc/loadavg: 3.73 6.18 7.14 9/272 16018
/proc/meminfo: memFree=16328656/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=692500 CPUtime=89.44 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 131665 0 0 0 8899 45 0 0 25 0 8 0 623834303 709120000 103760 33554432000 4194304 4964704 140737405005648 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/16010/statm: 173125 103761 464 189 0 167474 0
[pid=16010/tid=16012] ppid=16008 vsize=692500 CPUtime=10.76 cores=0-7
/proc/16010/task/16012/stat : 16012 (claspmt) R 16008 16010 15926 0 -1 4202560 8816 0 0 0 1074 2 0 0 25 0 8 0 623834611 709120000 103761 33554432000 4194304 4964704 140737405005648 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=16010/tid=16013] ppid=16008 vsize=692500 CPUtime=10.78 cores=0-7
/proc/16010/task/16013/stat : 16013 (claspmt) R 16008 16010 15926 0 -1 4202560 14014 0 0 0 1071 7 0 0 25 0 8 0 623834611 709120000 103761 33554432000 4194304 4964704 140737405005648 18446744073709551615 216734839841 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=16010/tid=16014] ppid=16008 vsize=692500 CPUtime=10.75 cores=0-7
/proc/16010/task/16014/stat : 16014 (claspmt) R 16008 16010 15926 0 -1 4202560 13003 0 0 0 1069 6 0 0 25 0 8 0 623834611 709120000 103761 33554432000 4194304 4964704 140737405005648 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=16010/tid=16015] ppid=16008 vsize=692500 CPUtime=10.67 cores=0-7
/proc/16010/task/16015/stat : 16015 (claspmt) R 16008 16010 15926 0 -1 4202560 8801 0 0 0 1064 3 0 0 25 0 8 0 623834611 709120000 103761 33554432000 4194304 4964704 140737405005648 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=16010/tid=16016] ppid=16008 vsize=692500 CPUtime=11.11 cores=0-7
/proc/16010/task/16016/stat : 16016 (claspmt) R 16008 16010 15926 0 -1 4202560 9606 0 0 0 1107 4 0 0 25 0 8 0 623834611 709120000 103761 33554432000 4194304 4964704 140737405005648 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=16010/tid=16017] ppid=16008 vsize=692500 CPUtime=10.74 cores=0-7
/proc/16010/task/16017/stat : 16017 (claspmt) R 16008 16010 15926 0 -1 4202560 14034 0 0 0 1067 7 0 0 25 0 8 0 623834611 709120000 103761 33554432000 4194304 4964704 140737405005648 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=16010/tid=16018] ppid=16008 vsize=692500 CPUtime=10.8 cores=0-7
/proc/16010/task/16018/stat : 16018 (claspmt) R 16008 16010 15926 0 -1 4202560 12397 0 0 0 1075 5 0 0 25 0 8 0 623834611 709120000 103761 33554432000 4194304 4964704 140737405005648 18446744073709551615 4321016 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 89.44
Current children cumulated vsize (KiB) 692500

[startup+15.9009 s]
/proc/loadavg: 3.73 6.18 7.14 9/272 16019
/proc/meminfo: memFree=16323944/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=692500 CPUtime=102.15 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 133317 0 0 0 10169 46 0 0 25 0 8 0 623834303 709120000 105412 33554432000 4194304 4964704 140737405005648 18446744073709551615 4370462 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/16010/statm: 173125 105412 464 189 0 167474 0
[pid=16010/tid=16012] ppid=16008 vsize=692500 CPUtime=12.35 cores=0-7
/proc/16010/task/16012/stat : 16012 (claspmt) R 16008 16010 15926 0 -1 4202560 8824 0 0 0 1233 2 0 0 25 0 8 0 623834611 709120000 105412 33554432000 4194304 4964704 140737405005648 18446744073709551615 4370224 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=16010/tid=16013] ppid=16008 vsize=692500 CPUtime=12.37 cores=0-7
/proc/16010/task/16013/stat : 16013 (claspmt) R 16008 16010 15926 0 -1 4202560 14066 0 0 0 1230 7 0 0 25 0 8 0 623834611 709120000 105412 33554432000 4194304 4964704 140737405005648 18446744073709551615 4361365 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=16010/tid=16014] ppid=16008 vsize=692500 CPUtime=12.34 cores=0-7
/proc/16010/task/16014/stat : 16014 (claspmt) R 16008 16010 15926 0 -1 4202560 13191 0 0 0 1228 6 0 0 25 0 8 0 623834611 709120000 105412 33554432000 4194304 4964704 140737405005648 18446744073709551615 4660218 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=16010/tid=16015] ppid=16008 vsize=692500 CPUtime=12.25 cores=0-7
/proc/16010/task/16015/stat : 16015 (claspmt) R 16008 16010 15926 0 -1 4202560 8810 0 0 0 1222 3 0 0 25 0 8 0 623834611 709120000 105412 33554432000 4194304 4964704 140737405005648 18446744073709551615 4370224 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=16010/tid=16016] ppid=16008 vsize=692500 CPUtime=12.7 cores=0-7
/proc/16010/task/16016/stat : 16016 (claspmt) R 16008 16010 15926 0 -1 4202560 9606 0 0 0 1266 4 0 0 25 0 8 0 623834611 709120000 105412 33554432000 4194304 4964704 140737405005648 18446744073709551615 4668668 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=16010/tid=16017] ppid=16008 vsize=692500 CPUtime=12.33 cores=0-7
/proc/16010/task/16017/stat : 16017 (claspmt) R 16008 16010 15926 0 -1 4202560 14288 0 0 0 1226 7 0 0 25 0 8 0 623834611 709120000 105412 33554432000 4194304 4964704 140737405005648 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=16010/tid=16018] ppid=16008 vsize=692500 CPUtime=12.39 cores=0-7
/proc/16010/task/16018/stat : 16018 (claspmt) R 16008 16010 15926 0 -1 4202560 13527 0 0 0 1233 6 0 0 25 0 8 0 623834611 709120000 105412 33554432000 4194304 4964704 140737405005648 18446744073709551615 4670017 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 692500

[startup+16.7007 s]
/proc/loadavg: 3.73 6.18 7.14 9/272 16019
/proc/meminfo: memFree=16321380/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=692500 CPUtime=108.54 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 133462 0 0 0 10808 46 0 0 25 0 8 0 623834303 709120000 105557 33554432000 4194304 4964704 140737405005648 18446744073709551615 4629451 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/16010/statm: 173125 105557 464 189 0 167474 0
[pid=16010/tid=16012] ppid=16008 vsize=692500 CPUtime=13.15 cores=0-7
/proc/16010/task/16012/stat : 16012 (claspmt) R 16008 16010 15926 0 -1 4202560 8824 0 0 0 1313 2 0 0 25 0 8 0 623834611 709120000 105557 33554432000 4194304 4964704 140737405005648 18446744073709551615 4370229 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=16010/tid=16013] ppid=16008 vsize=692500 CPUtime=13.17 cores=0-7
/proc/16010/task/16013/stat : 16013 (claspmt) R 16008 16010 15926 0 -1 4202560 14112 0 0 0 1310 7 0 0 25 0 8 0 623834611 709120000 105557 33554432000 4194304 4964704 140737405005648 18446744073709551615 4647727 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=16010/tid=16014] ppid=16008 vsize=692500 CPUtime=13.14 cores=0-7
/proc/16010/task/16014/stat : 16014 (claspmt) R 16008 16010 15926 0 -1 4202560 13210 0 0 0 1308 6 0 0 25 0 8 0 623834611 709120000 105557 33554432000 4194304 4964704 140737405005648 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=16010/tid=16015] ppid=16008 vsize=692500 CPUtime=13.04 cores=0-7
/proc/16010/task/16015/stat : 16015 (claspmt) R 16008 16010 15926 0 -1 4202560 8810 0 0 0 1301 3 0 0 25 0 8 0 623834611 709120000 105557 33554432000 4194304 4964704 140737405005648 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=16010/tid=16016] ppid=16008 vsize=692500 CPUtime=13.5 cores=0-7
/proc/16010/task/16016/stat : 16016 (claspmt) R 16008 16010 15926 0 -1 4202560 9606 0 0 0 1346 4 0 0 25 0 8 0 623834611 709120000 105557 33554432000 4194304 4964704 140737405005648 18446744073709551615 4670080 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=16010/tid=16017] ppid=16008 vsize=692500 CPUtime=13.13 cores=0-7
/proc/16010/task/16017/stat : 16017 (claspmt) R 16008 16010 15926 0 -1 4202560 14307 0 0 0 1306 7 0 0 25 0 8 0 623834611 709120000 105557 33554432000 4194304 4964704 140737405005648 18446744073709551615 4684652 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=16010/tid=16018] ppid=16008 vsize=692500 CPUtime=13.19 cores=0-7
/proc/16010/task/16018/stat : 16018 (claspmt) R 16008 16010 15926 0 -1 4202560 13588 0 0 0 1313 6 0 0 25 0 8 0 623834611 709120000 105557 33554432000 4194304 4964704 140737405005648 18446744073709551615 4647742 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 108.54
Current children cumulated vsize (KiB) 692500

[startup+17.1007 s]
/proc/loadavg: 3.73 6.18 7.14 9/272 16019
/proc/meminfo: memFree=16321380/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=634696 CPUtime=109.11 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 133472 0 0 0 10864 47 0 0 25 0 1 0 623834303 649928704 91055 33554432000 4194304 4964704 140737405005648 18446744073709551615 216734827608 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/16010/statm: 158674 91055 474 189 0 153023 0
Current children cumulated CPU time (s) 109.11
Current children cumulated vsize (KiB) 634696

[startup+17.2007 s]
/proc/loadavg: 3.73 6.18 7.14 9/272 16019
/proc/meminfo: memFree=16321380/32951124 swapFree=67102140/67111528
[pid=16010] ppid=16008 vsize=585368 CPUtime=109.21 cores=0-7
/proc/16010/stat : 16010 (claspmt) R 16008 16010 15926 0 -1 4202496 133472 0 0 0 10874 47 0 0 25 0 1 0 623834303 599416832 77230 33554432000 4194304 4964704 140737405005648 18446744073709551615 216734836498 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/16010/statm: 146342 77230 474 189 0 140691 0
Current children cumulated CPU time (s) 109.21
Current children cumulated vsize (KiB) 585368

Child status: 20
Real time (s): 17.2514
CPU time (s): 109.27
CPU user time (s): 108.773
CPU system time (s): 0.496924
CPU usage (%): 633.401
Max. virtual memory (cumulated for all children) (KiB): 692500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.773
system time used= 0.496924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133473
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= 22175
involuntary context switches= 499

runsolver used 0.051992 second user time and 0.092985 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-02 13:33:56
IDJOB=3321331
IDBENCH=20495
IDSOLVER=1711
FILE ID=node119/3321331-1304336036
RUNJOBID= node119-1304335968-15940
PBS_JOBID= 13178026
Free space on /tmp= 73492 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT07/industrial/manolios/manol-pipe-f7idw.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321331-1304336036/watcher-3321331-1304336036 -o /tmp/evaluation-result-3321331-1304336036/solver-3321331-1304336036 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321331-1304336036.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=1109795370

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.83
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.815
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.67
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.815
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.815
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16738044 kB
Buffers:       1978364 kB
Cached:        6958212 kB
SwapCached:       3704 kB
Active:        7648864 kB
Inactive:      7951100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16738044 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           14764 kB
Writeback:           4 kB
AnonPages:     6663964 kB
Mapped:          23844 kB
Slab:           516736 kB
PageTables:      29184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53937628 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= 73492 MiB
End job on node119 at 2011-05-02 13:34:14