Trace number 3373475

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-R4095-patched (fixed)UNSAT 948.411 239.713

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.878
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...420335/instance-3373475-1305420335.cnf
1.29/1.37	c Solving...
948.23/239.69	s UNSATISFIABLE
948.23/239.69	
948.23/239.69	c Models        : 0     
948.23/239.69	c Time          : 239.628s (Solving: 238.26s 1st Model: 0.00s Unsat: 238.26s)
948.23/239.69	c CPU Time      : 948.330s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3373475-1305420335/watcher-3373475-1305420335 -o /tmp/evaluation-result-3373475-1305420335/solver-3373475-1305420335 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373475-1305420335.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 9.04 8.63 8.07 5/358 15511
/proc/meminfo: memFree=21568580/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=26200 CPUtime=0 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 2001 0 0 0 0 0 0 0 22 0 1 0 653633156 26828800 1741 33554432000 4194304 4964800 140736406825552 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15511/statm: 6550 1742 385 189 0 1424 0

[startup+0.079563 s]
/proc/loadavg: 9.04 8.63 8.07 5/358 15511
/proc/meminfo: memFree=21568580/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=38004 CPUtime=0.07 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 6051 0 0 0 7 0 0 0 22 0 1 0 653633156 38916096 4641 33554432000 4194304 4964800 140736406825552 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15511/statm: 9501 4642 385 189 0 4375 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38004

[startup+0.100558 s]
/proc/loadavg: 9.04 8.63 8.07 5/358 15511
/proc/meminfo: memFree=21568580/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=41728 CPUtime=0.09 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 7416 0 0 0 9 0 0 0 22 0 1 0 653633156 42729472 5398 33554432000 4194304 4964800 140736406825552 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15511/statm: 10432 5398 385 189 0 5306 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41728

[startup+0.300555 s]
/proc/loadavg: 9.04 8.63 8.07 5/358 15511
/proc/meminfo: memFree=21568580/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=75952 CPUtime=0.29 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 17947 0 0 0 27 2 0 0 23 0 1 0 653633156 77774848 13412 33554432000 4194304 4964800 140736406825552 18446744073709551615 210646807237 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15511/statm: 18988 13413 398 189 0 13862 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75952

[startup+0.700488 s]
/proc/loadavg: 9.04 8.63 8.07 5/358 15511
/proc/meminfo: memFree=21568580/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=82516 CPUtime=0.69 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 19357 0 0 0 67 2 0 0 25 0 1 0 653633156 84496384 14822 33554432000 4194304 4964800 140736406825552 18446744073709551615 4607585 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/15511/statm: 20629 14822 402 189 0 15503 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82516

[startup+1.50028 s]
/proc/loadavg: 8.80 8.59 8.06 7/359 15512
/proc/meminfo: memFree=21509804/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=224360 CPUtime=1.72 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 23965 0 0 0 169 3 0 0 25 0 4 0 653633156 229744640 17643 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670264 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 56090 17643 454 189 0 50439 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 224360

[startup+3.10102 s]
/proc/loadavg: 8.80 8.59 8.06 12/362 15515
/proc/meminfo: memFree=21494936/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=289896 CPUtime=6.35 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 27108 0 0 0 619 16 0 0 25 0 4 0 653633156 296853504 20786 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670077 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 72474 20786 458 189 0 66823 0
[pid=15511/tid=15513] ppid=15509 vsize=289896 CPUtime=0.25 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 353 0 0 0 23 2 0 0 25 0 4 0 653633294 296853504 20786 33554432000 4194304 4964800 140736406825552 18446744073709551615 4668689 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=289896 CPUtime=1.58 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 2791 0 0 0 153 5 0 0 19 0 4 0 653633294 296853504 20786 33554432000 4194304 4964800 140736406825552 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=289896 CPUtime=1.49 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 2962 0 0 0 149 0 0 0 19 0 4 0 653633294 296853504 20786 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 289896

[startup+6.30048 s]
/proc/loadavg: 8.80 8.59 8.06 9/362 15515
/proc/meminfo: memFree=21472984/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=289896 CPUtime=17.8 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 31973 0 0 0 1760 20 0 0 25 0 4 0 653633156 296853504 25651 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670180 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 72474 25651 458 189 0 66823 0
[pid=15511/tid=15513] ppid=15509 vsize=289896 CPUtime=2.72 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 1267 0 0 0 269 3 0 0 25 0 4 0 653633294 296853504 25651 33554432000 4194304 4964800 140736406825552 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=289896 CPUtime=4.78 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 4358 0 0 0 471 7 0 0 25 0 4 0 653633294 296853504 25651 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=289896 CPUtime=4.14 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 4245 0 0 0 413 1 0 0 25 0 4 0 653633294 296853504 25651 33554432000 4194304 4964800 140736406825552 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.8
Current children cumulated vsize (KiB) 289896

[startup+12.7004 s]
/proc/loadavg: 8.75 8.59 8.07 9/362 15515
/proc/meminfo: memFree=21414832/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=289896 CPUtime=43.32 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 45613 0 0 0 4304 28 0 0 25 0 4 0 653633156 296853504 39291 33554432000 4194304 4964800 140736406825552 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 72474 39291 458 189 0 66823 0
[pid=15511/tid=15513] ppid=15509 vsize=289896 CPUtime=9.11 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 2039 0 0 0 908 3 0 0 25 0 4 0 653633294 296853504 39291 33554432000 4194304 4964800 140736406825552 18446744073709551615 4669509 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=289896 CPUtime=11.17 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 12234 0 0 0 1106 11 0 0 25 0 4 0 653633294 296853504 39291 33554432000 4194304 4964800 140736406825552 18446744073709551615 4627263 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=289896 CPUtime=10.54 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 7325 0 0 0 1051 3 0 0 25 0 4 0 653633294 296853504 39291 33554432000 4194304 4964800 140736406825552 18446744073709551615 4627293 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.32
Current children cumulated vsize (KiB) 289896

[startup+25.5002 s]
/proc/loadavg: 8.73 8.58 8.07 9/362 15545
/proc/meminfo: memFree=21228196/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=312508 CPUtime=94.36 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 71121 0 0 0 9384 52 0 0 25 0 4 0 653633156 320008192 64799 33554432000 4194304 4964800 140736406825552 18446744073709551615 4668689 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 78127 64799 460 189 0 72476 0
[pid=15511/tid=15513] ppid=15509 vsize=312508 CPUtime=21.9 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 3651 0 0 0 2185 5 0 0 25 0 4 0 653633294 320008192 64799 33554432000 4194304 4964800 140736406825552 18446744073709551615 4652167 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=312508 CPUtime=23.96 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 21944 0 0 0 2376 20 0 0 25 0 4 0 653633294 320008192 64799 33554432000 4194304 4964800 140736406825552 18446744073709551615 4669093 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=312508 CPUtime=23.33 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 16389 0 0 0 2324 9 0 0 25 0 4 0 653633294 320008192 64799 33554432000 4194304 4964800 140736406825552 18446744073709551615 4668998 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 94.36
Current children cumulated vsize (KiB) 312508

[startup+51.1009 s]
/proc/loadavg: 8.50 8.54 8.07 9/362 15576
/proc/meminfo: memFree=21236872/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=545244 CPUtime=196.46 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 108614 0 0 0 19565 81 0 0 25 0 4 0 653633156 558329856 102292 33554432000 4194304 4964800 140736406825552 18446744073709551615 4668987 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 136311 102292 460 189 0 130660 0
[pid=15511/tid=15513] ppid=15509 vsize=545244 CPUtime=47.51 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 7303 0 0 0 4743 8 0 0 25 0 4 0 653633294 558329856 102292 33554432000 4194304 4964800 140736406825552 18446744073709551615 4342941 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=545244 CPUtime=49.55 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 36007 0 0 0 4922 33 0 0 25 0 4 0 653633294 558329856 102292 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=545244 CPUtime=48.92 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 27867 0 0 0 4878 14 0 0 25 0 4 0 653633294 558329856 102292 33554432000 4194304 4964800 140736406825552 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 196.46
Current children cumulated vsize (KiB) 545244

[startup+102.313 s]
/proc/loadavg: 8.25 8.47 8.07 9/362 15577
/proc/meminfo: memFree=21020256/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=632620 CPUtime=400.7 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 142836 0 0 0 39968 102 0 0 25 0 4 0 653633156 647802880 136514 33554432000 4194304 4964800 140736406825552 18446744073709551615 4669131 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 158155 136514 460 189 0 152504 0
[pid=15511/tid=15513] ppid=15509 vsize=632620 CPUtime=98.71 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 10755 0 0 0 9861 10 0 0 25 0 4 0 653633294 647802880 136514 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670349 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=632620 CPUtime=100.77 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 51112 0 0 0 10035 42 0 0 25 0 4 0 653633294 647802880 136514 33554432000 4194304 4964800 140736406825552 18446744073709551615 4660130 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=632620 CPUtime=100.12 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 36957 0 0 0 9991 21 0 0 25 0 4 0 653633294 647802880 136514 33554432000 4194304 4964800 140736406825552 18446744073709551615 4668763 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 400.7
Current children cumulated vsize (KiB) 632620

[startup+162.3 s]
/proc/loadavg: 8.25 8.43 8.08 9/362 15579
/proc/meminfo: memFree=20916820/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=698156 CPUtime=639.95 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 158457 0 0 0 63878 117 0 0 25 0 4 0 653633156 714911744 152135 33554432000 4194304 4964800 140736406825552 18446744073709551615 4342167 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 174539 152135 460 189 0 168888 0
[pid=15511/tid=15513] ppid=15509 vsize=698156 CPUtime=158.67 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 11862 0 0 0 15855 12 0 0 25 0 4 0 653633294 714911744 152135 33554432000 4194304 4964800 140736406825552 18446744073709551615 4370224 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=698156 CPUtime=160.75 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 61858 0 0 0 16024 51 0 0 25 0 4 0 653633294 714911744 152135 33554432000 4194304 4964800 140736406825552 18446744073709551615 4669131 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=698156 CPUtime=160.09 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 38120 0 0 0 15987 22 0 0 25 0 4 0 653633294 714911744 152135 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670670 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 639.95
Current children cumulated vsize (KiB) 698156

[startup+222.301 s]
/proc/loadavg: 8.12 8.36 8.08 9/362 15581
/proc/meminfo: memFree=20821824/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=775528 CPUtime=879.23 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 175675 0 0 0 87790 133 0 0 25 0 4 0 653633156 794140672 169276 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 193882 169276 460 189 0 188231 0
[pid=15511/tid=15513] ppid=15509 vsize=775528 CPUtime=218.66 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 14770 0 0 0 21851 15 0 0 25 0 4 0 653633294 794140672 169276 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=775528 CPUtime=220.74 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 73115 0 0 0 22014 60 0 0 25 0 4 0 653633294 794140672 169276 33554432000 4194304 4964800 140736406825552 18446744073709551615 4627269 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=775528 CPUtime=220.07 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 39710 0 0 0 21982 25 0 0 25 0 4 0 653633294 794140672 169276 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 879.23
Current children cumulated vsize (KiB) 775528

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

[startup+230.301 s]
/proc/loadavg: 8.11 8.35 8.08 9/362 15581
/proc/meminfo: memFree=20821572/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=775528 CPUtime=911.14 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 175683 0 0 0 90981 133 0 0 25 0 4 0 653633156 794140672 169283 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670190 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 193882 169283 460 189 0 188231 0
[pid=15511/tid=15513] ppid=15509 vsize=775528 CPUtime=226.66 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 14772 0 0 0 22650 16 0 0 25 0 4 0 653633294 794140672 169283 33554432000 4194304 4964800 140736406825552 18446744073709551615 4332341 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=775528 CPUtime=228.74 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 73121 0 0 0 22814 60 0 0 25 0 4 0 653633294 794140672 169283 33554432000 4194304 4964800 140736406825552 18446744073709551615 4320963 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=775528 CPUtime=228.06 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 39710 0 0 0 22781 25 0 0 25 0 4 0 653633294 794140672 169283 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 911.14
Current children cumulated vsize (KiB) 775528

[startup+236.701 s]
/proc/loadavg: 8.10 8.34 8.08 9/362 15581
/proc/meminfo: memFree=20821064/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=775528 CPUtime=936.66 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 175844 0 0 0 93532 134 0 0 25 0 4 0 653633156 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 193882 169444 460 189 0 188231 0
[pid=15511/tid=15513] ppid=15509 vsize=775528 CPUtime=233.05 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 14783 0 0 0 23289 16 0 0 25 0 4 0 653633294 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4669574 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=775528 CPUtime=235.14 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 73270 0 0 0 23454 60 0 0 25 0 4 0 653633294 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670332 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=775528 CPUtime=234.46 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 39711 0 0 0 23421 25 0 0 25 0 4 0 653633294 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 936.66
Current children cumulated vsize (KiB) 775528

[startup+238.3 s]
/proc/loadavg: 8.10 8.34 8.08 9/362 15581
/proc/meminfo: memFree=20820940/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=775528 CPUtime=943.05 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 175844 0 0 0 94171 134 0 0 25 0 4 0 653633156 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 193882 169444 460 189 0 188231 0
[pid=15511/tid=15513] ppid=15509 vsize=775528 CPUtime=234.65 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 14783 0 0 0 23449 16 0 0 25 0 4 0 653633294 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4629954 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=775528 CPUtime=236.74 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 73270 0 0 0 23614 60 0 0 25 0 4 0 653633294 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4313751 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=775528 CPUtime=236.06 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 39711 0 0 0 23581 25 0 0 25 0 4 0 653633294 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 943.05
Current children cumulated vsize (KiB) 775528

[startup+239.1 s]
/proc/loadavg: 8.10 8.34 8.08 9/362 15581
/proc/meminfo: memFree=20820940/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=775528 CPUtime=946.23 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 175844 0 0 0 94489 134 0 0 25 0 4 0 653633156 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 193882 169444 460 189 0 188231 0
[pid=15511/tid=15513] ppid=15509 vsize=775528 CPUtime=235.45 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 14783 0 0 0 23529 16 0 0 25 0 4 0 653633294 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4321182 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=775528 CPUtime=237.54 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 73270 0 0 0 23694 60 0 0 25 0 4 0 653633294 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4644900 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=775528 CPUtime=236.86 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 39711 0 0 0 23661 25 0 0 25 0 4 0 653633294 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4668715 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 946.23
Current children cumulated vsize (KiB) 775528

[startup+239.5 s]
/proc/loadavg: 8.10 8.34 8.08 9/362 15581
/proc/meminfo: memFree=20820940/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=775528 CPUtime=947.83 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) R 15509 15511 14801 0 -1 4202496 175844 0 0 0 94649 134 0 0 25 0 4 0 653633156 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/15511/statm: 193882 169444 460 189 0 188231 0
[pid=15511/tid=15513] ppid=15509 vsize=775528 CPUtime=235.85 cores=0,2,4,6
/proc/15511/task/15513/stat : 15513 (claspmt) R 15509 15511 14801 0 -1 4202560 14783 0 0 0 23569 16 0 0 25 0 4 0 653633294 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4678032 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=15511/tid=15514] ppid=15509 vsize=775528 CPUtime=237.93 cores=0,2,4,6
/proc/15511/task/15514/stat : 15514 (claspmt) R 15509 15511 14801 0 -1 4202560 73270 0 0 0 23733 60 0 0 18 0 4 0 653633294 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4660298 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=15511/tid=15515] ppid=15509 vsize=775528 CPUtime=237.26 cores=0,2,4,6
/proc/15511/task/15515/stat : 15515 (claspmt) R 15509 15511 14801 0 -1 4202560 39711 0 0 0 23701 25 0 0 25 0 4 0 653633294 794140672 169444 33554432000 4194304 4964800 140736406825552 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 947.83
Current children cumulated vsize (KiB) 775528

[startup+239.7 s]
/proc/loadavg: 8.10 8.34 8.08 6/359 15581
/proc/meminfo: memFree=21428688/32951132 swapFree=64495980/67111528
[pid=15511] ppid=15509 vsize=0 CPUtime=948.4 cores=0,2,4,6
/proc/15511/stat : 15511 (claspmt) Z 15509 15511 14801 0 -1 4202524 175856 0 0 0 94703 137 0 0 25 0 1 0 653633156 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/15511/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 948.4
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 239.713
CPU time (s): 948.411
CPU user time (s): 947.039
CPU system time (s): 1.37179
CPU usage (%): 395.644
Max. virtual memory (cumulated for all children) (KiB): 775528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 947.039
system time used= 1.37179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175856
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= 4357
involuntary context switches= 4588

runsolver used 0.762884 second user time and 1.91371 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 02:45:35
IDJOB=3373475
IDBENCH=71743
IDSOLVER=1853
FILE ID=node129/3373475-1305420335
RUNJOBID= node129-1305418886-15267
PBS_JOBID= 13324559
Free space on /tmp= 73348 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.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-3373475-1305420335/watcher-3373475-1305420335 -o /tmp/evaluation-result-3373475-1305420335/solver-3373475-1305420335 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373475-1305420335.cnf

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=754231212

node129.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.831
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.831
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.831
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.75
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.831
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.82
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.831
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.831
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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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:     32951132 kB
MemFree:      21568984 kB
Buffers:        248044 kB
Cached:        5821988 kB
SwapCached:      52668 kB
Active:        3052900 kB
Inactive:      8108208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21568984 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:           13900 kB
Writeback:           0 kB
AnonPages:     5047264 kB
Mapped:          17960 kB
Slab:           119636 kB
PageTables:      38092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 79912560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73348 MiB
End job on node129 at 2011-05-15 02:49:35