Trace number 3321525

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 116.446 17.5832

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.3553
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...359241/instance-3321525-1304359241.cnf
0.49/0.55	c Solving...
116.36/17.58	s UNSATISFIABLE
116.36/17.58	
116.36/17.58	c Models        : 0     
116.36/17.58	c Time          : 17.527s (Solving: 16.97s 1st Model: 0.00s Unsat: 16.97s)
116.36/17.58	c CPU Time      : 116.380s

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-3321525-1304359241/watcher-3321525-1304359241 -o /tmp/evaluation-result-3321525-1304359241/solver-3321525-1304359241 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321525-1304359241.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: 4.04 6.81 8.08 2/281 29571
/proc/meminfo: memFree=21347928/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=25044 CPUtime=0 cores=0-7
/proc/29571/stat : 29571 (claspmt) R 29569 29571 27951 0 -1 4202496 1677 0 0 0 0 0 0 0 22 0 1 0 626154552 25645056 1469 33554432000 4194304 4964704 140736837823440 18446744073709551615 4599599 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29571/statm: 6261 1469 386 189 0 1135 0

[startup+0.017087 s]
/proc/loadavg: 4.04 6.81 8.08 2/281 29571
/proc/meminfo: memFree=21347928/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=26280 CPUtime=0.01 cores=0-7
/proc/29571/stat : 29571 (claspmt) R 29569 29571 27951 0 -1 4202496 2060 0 0 0 1 0 0 0 22 0 1 0 626154552 26910720 1762 33554432000 4194304 4964704 140736837823440 18446744073709551615 252457726661 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29571/statm: 6570 1763 386 189 0 1444 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 26280

[startup+0.101054 s]
/proc/loadavg: 4.04 6.81 8.08 2/281 29571
/proc/meminfo: memFree=21347928/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=39952 CPUtime=0.09 cores=0-7
/proc/29571/stat : 29571 (claspmt) R 29569 29571 27951 0 -1 4202496 6688 0 0 0 8 1 0 0 22 0 1 0 626154552 40910848 5158 33554432000 4194304 4964704 140736837823440 18446744073709551615 4616076 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29571/statm: 9988 5159 399 189 0 4862 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39952

[startup+0.301028 s]
/proc/loadavg: 4.04 6.81 8.08 2/281 29571
/proc/meminfo: memFree=21347928/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=46220 CPUtime=0.29 cores=0-7
/proc/29571/stat : 29571 (claspmt) R 29569 29571 27951 0 -1 4202496 8301 0 0 0 28 1 0 0 23 0 1 0 626154552 47329280 6771 33554432000 4194304 4964704 140736837823440 18446744073709551615 4607575 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29571/statm: 11555 6771 403 189 0 6429 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46220

[startup+0.700944 s]
/proc/loadavg: 4.04 6.81 8.08 2/281 29571
/proc/meminfo: memFree=21347928/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=414376 CPUtime=0.74 cores=0-7
/proc/29571/stat : 29571 (claspmt) S 29569 29571 27951 0 -1 4202496 15685 0 0 0 71 3 0 0 25 0 8 0 626154552 424321024 12730 33554432000 4194304 4964704 140736837823440 18446744073709551615 252469881753 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/29571/statm: 103594 12730 443 189 0 97943 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 414376

[startup+1.50076 s]
/proc/loadavg: 4.04 6.81 8.08 3/289 29579
/proc/meminfo: memFree=21299008/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=414376 CPUtime=3.02 cores=0-7
/proc/29571/stat : 29571 (claspmt) R 29569 29571 27951 0 -1 4202496 16924 0 0 0 298 4 0 0 19 0 8 0 626154552 424321024 13969 33554432000 4194304 4964704 140736837823440 18446744073709551615 4370352 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/29571/statm: 103594 13969 464 189 0 97943 0
[pid=29571/tid=29573] ppid=29569 vsize=414376 CPUtime=0.09 cores=0-7
/proc/29571/task/29573/stat : 29573 (claspmt) R 29569 29571 27951 0 -1 4202560 408 0 0 0 9 0 0 0 16 0 8 0 626154608 424321024 13969 33554432000 4194304 4964704 140736837823440 18446744073709551615 252458170862 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29571/tid=29574] ppid=29569 vsize=414376 CPUtime=0.25 cores=0-7
/proc/29571/task/29574/stat : 29574 (claspmt) R 29569 29571 27951 0 -1 4202560 1365 0 0 0 25 0 0 0 16 0 8 0 626154608 424321024 13969 33554432000 4194304 4964704 140736837823440 18446744073709551615 4669005 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29571/tid=29575] ppid=29569 vsize=414376 CPUtime=0.25 cores=0-7
/proc/29571/task/29575/stat : 29575 (claspmt) R 29569 29571 27951 0 -1 4202560 1177 0 0 0 25 0 0 0 16 0 8 0 626154608 424321024 13969 33554432000 4194304 4964704 140736837823440 18446744073709551615 4684027 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29571/tid=29576] ppid=29569 vsize=414376 CPUtime=0.25 cores=0-7
/proc/29571/task/29576/stat : 29576 (claspmt) R 29569 29571 27951 0 -1 4202560 1049 0 0 0 25 0 0 0 16 0 8 0 626154608 424321024 13969 33554432000 4194304 4964704 140736837823440 18446744073709551615 4627290 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29571/tid=29577] ppid=29569 vsize=414376 CPUtime=0.91 cores=0-7
/proc/29571/task/29577/stat : 29577 (claspmt) R 29569 29571 27951 0 -1 4202560 1148 0 0 0 91 0 0 0 19 0 8 0 626154608 424321024 13969 33554432000 4194304 4964704 140736837823440 18446744073709551615 4668472 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29571/tid=29578] ppid=29569 vsize=414376 CPUtime=0.26 cores=0-7
/proc/29571/task/29578/stat : 29578 (claspmt) R 29569 29571 27951 0 -1 4202560 1194 0 0 0 26 0 0 0 16 0 8 0 626154608 424321024 13969 33554432000 4194304 4964704 140736837823440 18446744073709551615 252457727009 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29571/tid=29579] ppid=29569 vsize=414376 CPUtime=0.17 cores=0-7
/proc/29571/task/29579/stat : 29579 (claspmt) R 29569 29571 27951 0 -1 4202560 875 0 0 0 17 0 0 0 16 0 8 0 626154609 424321024 13969 33554432000 4194304 4964704 140736837823440 18446744073709551615 252458170911 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 414376

[startup+3.10047 s]
/proc/loadavg: 4.04 6.81 8.08 10/289 29579
/proc/meminfo: memFree=21283756/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=414672 CPUtime=14.23 cores=0-7
/proc/29571/stat : 29571 (claspmt) R 29569 29571 27951 0 -1 4202496 21616 0 0 0 1416 7 0 0 23 0 8 0 626154552 424624128 18661 33554432000 4194304 4964704 140736837823440 18446744073709551615 4668512 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/29571/statm: 103668 18661 464 189 0 98017 0
[pid=29571/tid=29573] ppid=29569 vsize=414672 CPUtime=1.33 cores=0-7
/proc/29571/task/29573/stat : 29573 (claspmt) R 29569 29571 27951 0 -1 4202560 759 0 0 0 133 0 0 0 16 0 8 0 626154608 424624128 18661 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29571/tid=29574] ppid=29569 vsize=414672 CPUtime=1.85 cores=0-7
/proc/29571/task/29574/stat : 29574 (claspmt) R 29569 29571 27951 0 -1 4202560 2122 0 0 0 185 0 0 0 17 0 8 0 626154608 424624128 18661 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29571/tid=29575] ppid=29569 vsize=414672 CPUtime=1.84 cores=0-7
/proc/29571/task/29575/stat : 29575 (claspmt) R 29569 29571 27951 0 -1 4202560 2348 0 0 0 183 1 0 0 17 0 8 0 626154608 424624128 18661 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29571/tid=29576] ppid=29569 vsize=414672 CPUtime=1.67 cores=0-7
/proc/29571/task/29576/stat : 29576 (claspmt) R 29569 29571 27951 0 -1 4202560 1418 0 0 0 167 0 0 0 17 0 8 0 626154608 424624128 18661 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670032 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29571/tid=29577] ppid=29569 vsize=414672 CPUtime=2.51 cores=0-7
/proc/29571/task/29577/stat : 29577 (claspmt) R 29569 29571 27951 0 -1 4202560 1150 0 0 0 251 0 0 0 22 0 8 0 626154608 424624128 18661 33554432000 4194304 4964704 140736837823440 18446744073709551615 4668820 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29571/tid=29578] ppid=29569 vsize=414672 CPUtime=1.01 cores=0-7
/proc/29571/task/29578/stat : 29578 (claspmt) R 29569 29571 27951 0 -1 4202560 1631 0 0 0 101 0 0 0 17 0 8 0 626154608 424624128 18661 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29571/tid=29579] ppid=29569 vsize=414672 CPUtime=1.58 cores=0-7
/proc/29571/task/29579/stat : 29579 (claspmt) R 29569 29571 27951 0 -1 4202560 1986 0 0 0 157 1 0 0 17 0 8 0 626154609 424624128 18661 33554432000 4194304 4964704 140736837823440 18446744073709551615 4320916 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 414672

[startup+6.30087 s]
/proc/loadavg: 4.60 6.87 8.10 10/289 29579
/proc/meminfo: memFree=21255680/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=415672 CPUtime=38.11 cores=0-7
/proc/29571/stat : 29571 (claspmt) R 29569 29571 27951 0 -1 4202496 28954 0 0 0 3797 14 0 0 20 0 8 0 626154552 425648128 25999 33554432000 4194304 4964704 140736837823440 18446744073709551615 4342204 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/29571/statm: 103918 25999 464 189 0 98267 0
[pid=29571/tid=29573] ppid=29569 vsize=415672 CPUtime=4.54 cores=0-7
/proc/29571/task/29573/stat : 29573 (claspmt) R 29569 29571 27951 0 -1 4202560 1200 0 0 0 453 1 0 0 22 0 8 0 626154608 425648128 25999 33554432000 4194304 4964704 140736837823440 18446744073709551615 4669472 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29571/tid=29574] ppid=29569 vsize=415672 CPUtime=4.24 cores=0-7
/proc/29571/task/29574/stat : 29574 (claspmt) R 29569 29571 27951 0 -1 4202560 3017 0 0 0 423 1 0 0 22 0 8 0 626154608 425648128 25999 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29571/tid=29575] ppid=29569 vsize=415672 CPUtime=5.04 cores=0-7
/proc/29571/task/29575/stat : 29575 (claspmt) R 29569 29571 27951 0 -1 4202560 3747 0 0 0 502 2 0 0 25 0 8 0 626154608 425648128 25999 33554432000 4194304 4964704 140736837823440 18446744073709551615 4653244 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29571/tid=29576] ppid=29569 vsize=415672 CPUtime=4.19 cores=0-7
/proc/29571/task/29576/stat : 29576 (claspmt) R 29569 29571 27951 0 -1 4202560 1862 0 0 0 418 1 0 0 20 0 8 0 626154608 425648128 25999 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29571/tid=29577] ppid=29569 vsize=415672 CPUtime=5.71 cores=0-7
/proc/29571/task/29577/stat : 29577 (claspmt) R 29569 29571 27951 0 -1 4202560 1156 0 0 0 571 0 0 0 25 0 8 0 626154608 425648128 26000 33554432000 4194304 4964704 140736837823440 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29571/tid=29578] ppid=29569 vsize=415672 CPUtime=4.21 cores=0-7
/proc/29571/task/29578/stat : 29578 (claspmt) R 29569 29571 27951 0 -1 4202560 2926 0 0 0 420 1 0 0 22 0 8 0 626154608 425648128 26000 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29571/tid=29579] ppid=29569 vsize=415672 CPUtime=4.78 cores=0-7
/proc/29571/task/29579/stat : 29579 (claspmt) R 29569 29571 27951 0 -1 4202560 4215 0 0 0 476 2 0 0 18 0 8 0 626154609 425648128 26000 33554432000 4194304 4964704 140736837823440 18446744073709551615 252457727009 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38.11
Current children cumulated vsize (KiB) 415672

[startup+12.7007 s]
/proc/loadavg: 4.95 6.91 8.10 10/289 29579
/proc/meminfo: memFree=21193580/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=427728 CPUtime=82.8 cores=0-7
/proc/29571/stat : 29571 (claspmt) R 29569 29571 27951 0 -1 4202496 42766 0 0 0 8259 21 0 0 25 0 8 0 626154552 437993472 39811 33554432000 4194304 4964704 140736837823440 18446744073709551615 4627022 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/29571/statm: 106932 39811 466 189 0 101281 0
[pid=29571/tid=29573] ppid=29569 vsize=427728 CPUtime=10.93 cores=0-7
/proc/29571/task/29573/stat : 29573 (claspmt) R 29569 29571 27951 0 -1 4202560 1797 0 0 0 1092 1 0 0 25 0 8 0 626154608 437993472 39811 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29571/tid=29574] ppid=29569 vsize=427728 CPUtime=9.5 cores=0-7
/proc/29571/task/29574/stat : 29574 (claspmt) R 29569 29571 27951 0 -1 4202560 5445 0 0 0 947 3 0 0 23 0 8 0 626154608 437993472 39811 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29571/tid=29575] ppid=29569 vsize=427728 CPUtime=11.22 cores=0-7
/proc/29571/task/29575/stat : 29575 (claspmt) R 29569 29571 27951 0 -1 4202560 6598 0 0 0 1118 4 0 0 25 0 8 0 626154608 437993472 39811 33554432000 4194304 4964704 140736837823440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29571/tid=29576] ppid=29569 vsize=427728 CPUtime=9.29 cores=0-7
/proc/29571/task/29576/stat : 29576 (claspmt) R 29569 29571 27951 0 -1 4202560 2912 0 0 0 928 1 0 0 22 0 8 0 626154608 437993472 39811 33554432000 4194304 4964704 140736837823440 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29571/tid=29577] ppid=29569 vsize=427728 CPUtime=12.11 cores=0-7
/proc/29571/task/29577/stat : 29577 (claspmt) R 29569 29571 27951 0 -1 4202560 1163 0 0 0 1211 0 0 0 25 0 8 0 626154608 437993472 39811 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29571/tid=29578] ppid=29569 vsize=427728 CPUtime=9.48 cores=0-7
/proc/29571/task/29578/stat : 29578 (claspmt) R 29569 29571 27951 0 -1 4202560 4849 0 0 0 946 2 0 0 25 0 8 0 626154608 437993472 39811 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29571/tid=29579] ppid=29569 vsize=427728 CPUtime=9.81 cores=0-7
/proc/29571/task/29579/stat : 29579 (claspmt) R 29569 29571 27951 0 -1 4202560 8745 0 0 0 976 5 0 0 25 0 8 0 626154609 437993472 39811 33554432000 4194304 4964704 140736837823440 18446744073709551615 4668918 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 82.8
Current children cumulated vsize (KiB) 427728

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

[startup+15.9011 s]
/proc/loadavg: 5.36 6.96 8.11 10/289 29579
/proc/meminfo: memFree=21181220/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=428396 CPUtime=105.2 cores=0-7
/proc/29571/stat : 29571 (claspmt) R 29569 29571 27951 0 -1 4202496 45596 0 0 0 10497 23 0 0 25 0 8 0 626154552 438677504 42641 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29571/statm: 107099 42641 466 189 0 101448 0
[pid=29571/tid=29573] ppid=29569 vsize=428396 CPUtime=14.13 cores=0-7
/proc/29571/task/29573/stat : 29573 (claspmt) R 29569 29571 27951 0 -1 4202560 1954 0 0 0 1412 1 0 0 25 0 8 0 626154608 438677504 42641 33554432000 4194304 4964704 140736837823440 18446744073709551615 4370352 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29571/tid=29574] ppid=29569 vsize=428396 CPUtime=12.69 cores=0-7
/proc/29571/task/29574/stat : 29574 (claspmt) R 29569 29571 27951 0 -1 4202560 6019 0 0 0 1266 3 0 0 25 0 8 0 626154608 438677504 42641 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29571/tid=29575] ppid=29569 vsize=428396 CPUtime=14.22 cores=0-7
/proc/29571/task/29575/stat : 29575 (claspmt) R 29569 29571 27951 0 -1 4202560 6694 0 0 0 1418 4 0 0 25 0 8 0 626154608 438677504 42641 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29571/tid=29576] ppid=29569 vsize=428396 CPUtime=11 cores=0-7
/proc/29571/task/29576/stat : 29576 (claspmt) R 29569 29571 27951 0 -1 4202560 2999 0 0 0 1099 1 0 0 25 0 8 0 626154608 438677504 42641 33554432000 4194304 4964704 140736837823440 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29571/tid=29577] ppid=29569 vsize=428396 CPUtime=15.31 cores=0-7
/proc/29571/task/29577/stat : 29577 (claspmt) R 29569 29571 27951 0 -1 4202560 1165 0 0 0 1531 0 0 0 25 0 8 0 626154608 438677504 42641 33554432000 4194304 4964704 140736837823440 18446744073709551615 4399230 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29571/tid=29578] ppid=29569 vsize=428396 CPUtime=12.28 cores=0-7
/proc/29571/task/29578/stat : 29578 (claspmt) R 29569 29571 27951 0 -1 4202560 5116 0 0 0 1226 2 0 0 24 0 8 0 626154608 438677504 42641 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29571/tid=29579] ppid=29569 vsize=428396 CPUtime=13.01 cores=0-7
/proc/29571/task/29579/stat : 29579 (claspmt) R 29569 29571 27951 0 -1 4202560 10305 0 0 0 1295 6 0 0 25 0 8 0 626154609 438677504 42641 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 105.2
Current children cumulated vsize (KiB) 428396

[startup+16.7009 s]
/proc/loadavg: 5.36 6.96 8.11 10/289 29579
/proc/meminfo: memFree=21179112/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=428396 CPUtime=110.8 cores=0-7
/proc/29571/stat : 29571 (claspmt) R 29569 29571 27951 0 -1 4202496 45758 0 0 0 11057 23 0 0 25 0 8 0 626154552 438677504 42803 33554432000 4194304 4964704 140736837823440 18446744073709551615 4668942 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29571/statm: 107099 42803 466 189 0 101448 0
[pid=29571/tid=29573] ppid=29569 vsize=428396 CPUtime=14.93 cores=0-7
/proc/29571/task/29573/stat : 29573 (claspmt) R 29569 29571 27951 0 -1 4202560 1954 0 0 0 1492 1 0 0 25 0 8 0 626154608 438677504 42803 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29571/tid=29574] ppid=29569 vsize=428396 CPUtime=13.49 cores=0-7
/proc/29571/task/29574/stat : 29574 (claspmt) R 29569 29571 27951 0 -1 4202560 6126 0 0 0 1346 3 0 0 25 0 8 0 626154608 438677504 42803 33554432000 4194304 4964704 140736837823440 18446744073709551615 4668904 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29571/tid=29575] ppid=29569 vsize=428396 CPUtime=15.02 cores=0-7
/proc/29571/task/29575/stat : 29575 (claspmt) R 29569 29571 27951 0 -1 4202560 6719 0 0 0 1498 4 0 0 25 0 8 0 626154608 438677504 42803 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29571/tid=29576] ppid=29569 vsize=428396 CPUtime=11.8 cores=0-7
/proc/29571/task/29576/stat : 29576 (claspmt) R 29569 29571 27951 0 -1 4202560 3029 0 0 0 1179 1 0 0 25 0 8 0 626154608 438677504 42803 33554432000 4194304 4964704 140736837823440 18446744073709551615 4668946 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29571/tid=29577] ppid=29569 vsize=428396 CPUtime=16.11 cores=0-7
/proc/29571/task/29577/stat : 29577 (claspmt) R 29569 29571 27951 0 -1 4202560 1165 0 0 0 1611 0 0 0 25 0 8 0 626154608 438677504 42803 33554432000 4194304 4964704 140736837823440 18446744073709551615 4677965 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29571/tid=29578] ppid=29569 vsize=428396 CPUtime=12.68 cores=0-7
/proc/29571/task/29578/stat : 29578 (claspmt) R 29569 29571 27951 0 -1 4202560 5116 0 0 0 1266 2 0 0 25 0 8 0 626154608 438677504 42803 33554432000 4194304 4964704 140736837823440 18446744073709551615 4660364 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29571/tid=29579] ppid=29569 vsize=428396 CPUtime=13.81 cores=0-7
/proc/29571/task/29579/stat : 29579 (claspmt) R 29569 29571 27951 0 -1 4202560 10305 0 0 0 1375 6 0 0 25 0 8 0 626154609 438677504 42803 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 110.8
Current children cumulated vsize (KiB) 428396

[startup+17.1009 s]
/proc/loadavg: 5.36 6.96 8.11 10/289 29579
/proc/meminfo: memFree=21179112/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=428396 CPUtime=113.6 cores=0-7
/proc/29571/stat : 29571 (claspmt) R 29569 29571 27951 0 -1 4202496 45765 0 0 0 11337 23 0 0 25 0 8 0 626154552 438677504 42810 33554432000 4194304 4964704 140736837823440 18446744073709551615 4627204 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29571/statm: 107099 42810 466 189 0 101448 0
[pid=29571/tid=29573] ppid=29569 vsize=428396 CPUtime=15.33 cores=0-7
/proc/29571/task/29573/stat : 29573 (claspmt) R 29569 29571 27951 0 -1 4202560 1955 0 0 0 1532 1 0 0 25 0 8 0 626154608 438677504 42810 33554432000 4194304 4964704 140736837823440 18446744073709551615 4332616 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29571/tid=29574] ppid=29569 vsize=428396 CPUtime=13.89 cores=0-7
/proc/29571/task/29574/stat : 29574 (claspmt) R 29569 29571 27951 0 -1 4202560 6126 0 0 0 1386 3 0 0 25 0 8 0 626154608 438677504 42810 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29571/tid=29575] ppid=29569 vsize=428396 CPUtime=15.42 cores=0-7
/proc/29571/task/29575/stat : 29575 (claspmt) R 29569 29571 27951 0 -1 4202560 6725 0 0 0 1538 4 0 0 25 0 8 0 626154608 438677504 42810 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29571/tid=29576] ppid=29569 vsize=428396 CPUtime=12.2 cores=0-7
/proc/29571/task/29576/stat : 29576 (claspmt) R 29569 29571 27951 0 -1 4202560 3029 0 0 0 1219 1 0 0 25 0 8 0 626154608 438677504 42810 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=29571/tid=29577] ppid=29569 vsize=428396 CPUtime=16.51 cores=0-7
/proc/29571/task/29577/stat : 29577 (claspmt) R 29569 29571 27951 0 -1 4202560 1165 0 0 0 1651 0 0 0 25 0 8 0 626154608 438677504 42810 33554432000 4194304 4964704 140736837823440 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=29571/tid=29578] ppid=29569 vsize=428396 CPUtime=12.88 cores=0-7
/proc/29571/task/29578/stat : 29578 (claspmt) R 29569 29571 27951 0 -1 4202560 5116 0 0 0 1286 2 0 0 25 0 8 0 626154608 438677504 42810 33554432000 4194304 4964704 140736837823440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29571/tid=29579] ppid=29569 vsize=428396 CPUtime=14.21 cores=0-7
/proc/29571/task/29579/stat : 29579 (claspmt) R 29569 29571 27951 0 -1 4202560 10305 0 0 0 1415 6 0 0 25 0 8 0 626154609 438677504 42810 33554432000 4194304 4964704 140736837823440 18446744073709551615 4365732 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 113.6
Current children cumulated vsize (KiB) 428396

[startup+17.5008 s]
/proc/loadavg: 5.36 6.96 8.11 3/284 29579
/proc/meminfo: memFree=21179152/32951124 swapFree=66735616/67111528
[pid=29571] ppid=29569 vsize=428396 CPUtime=116.36 cores=0-7
/proc/29571/stat : 29571 (claspmt) S 29569 29571 27951 0 -1 4202496 45769 0 0 0 11612 24 0 0 25 0 3 0 626154552 438677504 42805 33554432000 4194304 4964704 140736837823440 18446744073709551615 252469868517 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/29571/statm: 107099 42805 467 189 0 101448 0
[pid=29571/tid=29574] ppid=29569 vsize=428396 CPUtime=14.29 cores=0-7
/proc/29571/task/29574/stat : 29574 (claspmt) R 29569 29571 27951 0 -1 4202560 6126 0 0 0 1426 3 0 0 17 0 3 0 626154608 438677504 42805 33554432000 4194304 4964704 140736837823440 18446744073709551615 252458170911 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=29571/tid=29575] ppid=29569 vsize=428396 CPUtime=15.83 cores=0-7
/proc/29571/task/29575/stat : 29575 (claspmt) R 29569 29571 27951 0 -1 4202560 6728 0 0 0 1579 4 0 0 17 0 3 0 626154608 438677504 42805 33554432000 4194304 4964704 140736837823440 18446744073709551615 252458170911 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 116.36
Current children cumulated vsize (KiB) 428396

Child status: 20
Real time (s): 17.5832
CPU time (s): 116.446
CPU user time (s): 116.19
CPU system time (s): 0.255961
CPU usage (%): 662.26
Max. virtual memory (cumulated for all children) (KiB): 428396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.19
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45779
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= 7422
involuntary context switches= 859

runsolver used 0.046992 second user time and 0.121981 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-02 20:00:41
IDJOB=3321525
IDBENCH=71718
IDSOLVER=1711
FILE ID=node111/3321525-1304359241
RUNJOBID= node111-1304335887-27965
PBS_JOBID= 13178022
Free space on /tmp= 72992 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.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-3321525-1304359241/watcher-3321525-1304359241 -o /tmp/evaluation-result-3321525-1304359241/solver-3321525-1304359241 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321525-1304359241.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=1764066668

node111.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.849
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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:      21348216 kB
Buffers:        293904 kB
Cached:        1603060 kB
SwapCached:      22560 kB
Active:        6441108 kB
Inactive:      4776928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21348216 kB
SwapTotal:    67111528 kB
SwapFree:     66735616 kB
Dirty:            6516 kB
Writeback:           0 kB
AnonPages:     9302184 kB
Mapped:          24204 kB
Slab:           287836 kB
PageTables:      31576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41679948 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= 72992 MiB
End job on node111 at 2011-05-02 20:00:58