Trace number 3321550

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 161.354 26.353

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-11.cnf
MD5SUM06568f445121c7d3cc3b96042d85c719
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.7682
Satisfiable
(Un)Satisfiability was proved
Number of variables96526
Number of clauses325263
Sum of the clauses size848701
Maximum clause length1316
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2139068
Number of clauses of size 3177302
Number of clauses of size 48172
Number of clauses of size 5192
Number of clauses of size over 5528

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...359572/instance-3321550-1304359572.cnf
0.69/0.72	c Solving...
161.30/26.34	s UNSATISFIABLE
161.30/26.34	
161.30/26.34	c Models        : 0     
161.30/26.34	c Time          : 26.237s (Solving: 25.51s 1st Model: 0.00s Unsat: 25.51s)
161.30/26.34	c CPU Time      : 161.240s

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-3321550-1304359572/watcher-3321550-1304359572 -o /tmp/evaluation-result-3321550-1304359572/solver-3321550-1304359572 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321550-1304359572.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: 8.97 8.15 8.28 2/281 29759
/proc/meminfo: memFree=21334440/32951124 swapFree=66735616/67111528
[pid=29759] ppid=29757 vsize=33100 CPUtime=0 cores=0-7
/proc/29759/stat : 29759 (claspmt) R 29757 29759 27951 0 -1 4202496 2735 0 0 0 0 0 0 0 21 0 1 0 626187684 33894400 2664 33554432000 4194304 4964704 140734188583504 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29759/statm: 8275 2671 376 189 0 3149 0

[startup+0.0333989 s]
/proc/loadavg: 8.97 8.15 8.28 2/281 29759
/proc/meminfo: memFree=21334440/32951124 swapFree=66735616/67111528
[pid=29759] ppid=29757 vsize=42424 CPUtime=0.02 cores=0-7
/proc/29759/stat : 29759 (claspmt) R 29757 29759 27951 0 -1 4202496 6699 0 0 0 2 0 0 0 21 0 1 0 626187684 43442176 5703 33554432000 4194304 4964704 140734188583504 18446744073709551615 252457726661 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29759/statm: 10606 5705 389 189 0 5480 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 42424

[startup+0.1004 s]
/proc/loadavg: 8.97 8.15 8.28 2/281 29759
/proc/meminfo: memFree=21334440/32951124 swapFree=66735616/67111528
[pid=29759] ppid=29757 vsize=53216 CPUtime=0.09 cores=0-7
/proc/29759/stat : 29759 (claspmt) R 29757 29759 27951 0 -1 4202496 10311 0 0 0 8 1 0 0 21 0 1 0 626187684 54493184 8336 33554432000 4194304 4964704 140734188583504 18446744073709551615 252457727009 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29759/statm: 13304 8337 389 189 0 8178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53216

[startup+0.30035 s]
/proc/loadavg: 8.97 8.15 8.28 2/281 29759
/proc/meminfo: memFree=21334440/32951124 swapFree=66735616/67111528
[pid=29759] ppid=29757 vsize=72692 CPUtime=0.29 cores=0-7
/proc/29759/stat : 29759 (claspmt) R 29757 29759 27951 0 -1 4202496 16394 0 0 0 27 2 0 0 22 0 1 0 626187684 74436608 12869 33554432000 4194304 4964704 140734188583504 18446744073709551615 252457726661 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29759/statm: 18173 12869 404 189 0 13047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72692

[startup+0.700278 s]
/proc/loadavg: 8.97 8.15 8.28 2/281 29759
/proc/meminfo: memFree=21334440/32951124 swapFree=66735616/67111528
[pid=29759] ppid=29757 vsize=80464 CPUtime=0.69 cores=0-7
/proc/29759/stat : 29759 (claspmt) R 29757 29759 27951 0 -1 4202496 18333 0 0 0 67 2 0 0 25 0 1 0 626187684 82395136 14808 33554432000 4194304 4964704 140734188583504 18446744073709551615 4678907 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29759/statm: 20116 14808 406 189 0 14990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 80464

[startup+1.50113 s]
/proc/loadavg: 8.97 8.15 8.28 3/289 29767
/proc/meminfo: memFree=21192024/32951124 swapFree=66735616/67111528
[pid=29759] ppid=29757 vsize=404632 CPUtime=1.6 cores=0-7
/proc/29759/stat : 29759 (claspmt) S 29757 29759 27951 0 -1 4202496 46251 0 0 0 149 11 0 0 25 0 8 0 626187684 414343168 35876 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29759/statm: 101158 35876 443 189 0 95507 0
[pid=29759/tid=29761] ppid=29757 vsize=404632 CPUtime=0.01 cores=0-7
/proc/29759/task/29761/stat : 29761 (claspmt) S 29757 29759 27951 0 -1 4202560 3337 0 0 0 0 1 0 0 18 0 8 0 626187757 414343168 35876 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446604450332099520 0 0 -1 2 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=404632 CPUtime=0.02 cores=0-7
/proc/29759/task/29762/stat : 29762 (claspmt) S 29757 29759 27951 0 -1 4202560 4493 0 0 0 1 1 0 0 18 0 8 0 626187757 414343168 35876 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446604450332099520 0 0 -1 4 0 0 0
[pid=29759/tid=29763] ppid=29757 vsize=404632 CPUtime=0.01 cores=0-7
/proc/29759/task/29763/stat : 29763 (claspmt) S 29757 29759 27951 0 -1 4202560 3830 0 0 0 1 0 0 0 18 0 8 0 626187757 414343168 35876 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446604450332099520 0 0 -1 6 0 0 0
[pid=29759/tid=29764] ppid=29757 vsize=404632 CPUtime=0.01 cores=0-7
/proc/29759/task/29764/stat : 29764 (claspmt) S 29757 29759 27951 0 -1 4202560 3596 0 0 0 0 1 0 0 18 0 8 0 626187757 414343168 35876 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446604450332099520 0 0 -1 6 0 0 0
[pid=29759/tid=29765] ppid=29757 vsize=404632 CPUtime=0.7 cores=0-7
/proc/29759/task/29765/stat : 29765 (claspmt) R 29757 29759 27951 0 -1 4202560 4311 0 0 0 69 1 0 0 18 0 8 0 626187757 414343168 35876 33554432000 4194304 4964704 140734188583504 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29759/tid=29766] ppid=29757 vsize=404632 CPUtime=0.02 cores=0-7
/proc/29759/task/29766/stat : 29766 (claspmt) S 29757 29759 27951 0 -1 4202560 4348 0 0 0 2 0 0 0 18 0 8 0 626187757 414343168 35876 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446604450332099520 0 0 -1 0 0 0 0
[pid=29759/tid=29767] ppid=29757 vsize=404632 CPUtime=0.02 cores=0-7
/proc/29759/task/29767/stat : 29767 (claspmt) S 29757 29759 27951 0 -1 4202560 3789 0 0 0 2 0 0 0 18 0 8 0 626187757 414343168 35876 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446604450332099520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 404632

[startup+3.10083 s]
/proc/loadavg: 8.42 8.05 8.24 3/289 29767
/proc/meminfo: memFree=21191404/32951124 swapFree=66735616/67111528
[pid=29759] ppid=29757 vsize=404632 CPUtime=3.2 cores=0-7
/proc/29759/stat : 29759 (claspmt) S 29757 29759 27951 0 -1 4202496 46298 0 0 0 309 11 0 0 25 0 8 0 626187684 414343168 35923 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/29759/statm: 101158 35923 443 189 0 95507 0
[pid=29759/tid=29761] ppid=29757 vsize=404632 CPUtime=0.01 cores=0-7
/proc/29759/task/29761/stat : 29761 (claspmt) S 29757 29759 27951 0 -1 4202560 3337 0 0 0 0 1 0 0 18 0 8 0 626187757 414343168 35923 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446604450332099520 0 0 -1 2 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=404632 CPUtime=0.02 cores=0-7
/proc/29759/task/29762/stat : 29762 (claspmt) S 29757 29759 27951 0 -1 4202560 4493 0 0 0 1 1 0 0 18 0 8 0 626187757 414343168 35923 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446604450332099520 0 0 -1 4 0 0 0
[pid=29759/tid=29763] ppid=29757 vsize=404632 CPUtime=0.01 cores=0-7
/proc/29759/task/29763/stat : 29763 (claspmt) S 29757 29759 27951 0 -1 4202560 3830 0 0 0 1 0 0 0 18 0 8 0 626187757 414343168 35923 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446604450332099520 0 0 -1 6 0 0 0
[pid=29759/tid=29764] ppid=29757 vsize=404632 CPUtime=0.01 cores=0-7
/proc/29759/task/29764/stat : 29764 (claspmt) S 29757 29759 27951 0 -1 4202560 3596 0 0 0 0 1 0 0 18 0 8 0 626187757 414343168 35923 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446604450332099520 0 0 -1 6 0 0 0
[pid=29759/tid=29765] ppid=29757 vsize=404632 CPUtime=2.3 cores=0-7
/proc/29759/task/29765/stat : 29765 (claspmt) R 29757 29759 27951 0 -1 4202560 4358 0 0 0 229 1 0 0 21 0 8 0 626187757 414343168 35923 33554432000 4194304 4964704 140734188583504 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29759/tid=29766] ppid=29757 vsize=404632 CPUtime=0.02 cores=0-7
/proc/29759/task/29766/stat : 29766 (claspmt) S 29757 29759 27951 0 -1 4202560 4348 0 0 0 2 0 0 0 18 0 8 0 626187757 414343168 35923 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446604450332099520 0 0 -1 0 0 0 0
[pid=29759/tid=29767] ppid=29757 vsize=404632 CPUtime=0.02 cores=0-7
/proc/29759/task/29767/stat : 29767 (claspmt) S 29757 29759 27951 0 -1 4202560 3789 0 0 0 2 0 0 0 18 0 8 0 626187757 414343168 35923 33554432000 4194304 4964704 140734188583504 18446744073709551615 252469881753 0 0 4096 18946 18446604450332099520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 404632

[startup+6.3012 s]
/proc/loadavg: 8.42 8.05 8.24 10/289 29767
/proc/meminfo: memFree=21187484/32951124 swapFree=66735616/67111528
[pid=29759] ppid=29757 vsize=404632 CPUtime=21.9 cores=0-7
/proc/29759/stat : 29759 (claspmt) R 29757 29759 27951 0 -1 4202496 47664 0 0 0 2179 11 0 0 22 0 8 0 626187684 414343168 37288 33554432000 4194304 4964704 140734188583504 18446744073709551615 4669270 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/29759/statm: 101158 37288 464 189 0 95507 0
[pid=29759/tid=29761] ppid=29757 vsize=404632 CPUtime=2.59 cores=0-7
/proc/29759/task/29761/stat : 29761 (claspmt) R 29757 29759 27951 0 -1 4202560 3456 0 0 0 258 1 0 0 22 0 8 0 626187757 414343168 37288 33554432000 4194304 4964704 140734188583504 18446744073709551615 4669196 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=404632 CPUtime=2.6 cores=0-7
/proc/29759/task/29762/stat : 29762 (claspmt) R 29757 29759 27951 0 -1 4202560 4769 0 0 0 259 1 0 0 23 0 8 0 626187757 414343168 37288 33554432000 4194304 4964704 140734188583504 18446744073709551615 4677981 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29759/tid=29763] ppid=29757 vsize=404632 CPUtime=1.7 cores=0-7
/proc/29759/task/29763/stat : 29763 (claspmt) R 29757 29759 27951 0 -1 4202560 3975 0 0 0 169 1 0 0 20 0 8 0 626187757 414343168 37288 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29759/tid=29764] ppid=29757 vsize=404632 CPUtime=2.58 cores=0-7
/proc/29759/task/29764/stat : 29764 (claspmt) R 29757 29759 27951 0 -1 4202560 3713 0 0 0 257 1 0 0 22 0 8 0 626187757 414343168 37288 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29759/tid=29765] ppid=29757 vsize=404632 CPUtime=3.82 cores=0-7
/proc/29759/task/29765/stat : 29765 (claspmt) R 29757 29759 27951 0 -1 4202560 4419 0 0 0 381 1 0 0 25 0 8 0 626187757 414343168 37288 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29759/tid=29766] ppid=29757 vsize=404632 CPUtime=2.61 cores=0-7
/proc/29759/task/29766/stat : 29766 (claspmt) R 29757 29759 27951 0 -1 4202560 4404 0 0 0 261 0 0 0 23 0 8 0 626187757 414343168 37288 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670080 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29759/tid=29767] ppid=29757 vsize=404632 CPUtime=2.62 cores=0-7
/proc/29759/task/29767/stat : 29767 (claspmt) R 29757 29759 27951 0 -1 4202560 4275 0 0 0 261 1 0 0 22 0 8 0 626187757 414343168 37288 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 21.9
Current children cumulated vsize (KiB) 404632

[startup+12.701 s]
/proc/loadavg: 8.51 8.08 8.25 10/289 29767
/proc/meminfo: memFree=21172504/32951124 swapFree=66735616/67111528
[pid=29759] ppid=29757 vsize=405064 CPUtime=66.64 cores=0-7
/proc/29759/stat : 29759 (claspmt) R 29757 29759 27951 0 -1 4202496 51527 0 0 0 6649 15 0 0 25 0 8 0 626187684 414785536 41151 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670100 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/29759/statm: 101266 41151 464 189 0 95615 0
[pid=29759/tid=29761] ppid=29757 vsize=405064 CPUtime=8.98 cores=0-7
/proc/29759/task/29761/stat : 29761 (claspmt) R 29757 29759 27951 0 -1 4202560 3627 0 0 0 897 1 0 0 25 0 8 0 626187757 414785536 41151 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=405064 CPUtime=9 cores=0-7
/proc/29759/task/29762/stat : 29762 (claspmt) R 29757 29759 27951 0 -1 4202560 5873 0 0 0 898 2 0 0 25 0 8 0 626187757 414785536 41151 33554432000 4194304 4964704 140734188583504 18446744073709551615 4668618 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29759/tid=29763] ppid=29757 vsize=405064 CPUtime=4.7 cores=0-7
/proc/29759/task/29763/stat : 29763 (claspmt) R 29757 29759 27951 0 -1 4202560 4349 0 0 0 469 1 0 0 25 0 8 0 626187757 414785536 41151 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29759/tid=29764] ppid=29757 vsize=405064 CPUtime=8.92 cores=0-7
/proc/29759/task/29764/stat : 29764 (claspmt) R 29757 29759 27951 0 -1 4202560 4007 0 0 0 891 1 0 0 25 0 8 0 626187757 414785536 41151 33554432000 4194304 4964704 140734188583504 18446744073709551615 4660050 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29759/tid=29765] ppid=29757 vsize=405064 CPUtime=7.22 cores=0-7
/proc/29759/task/29765/stat : 29765 (claspmt) R 29757 29759 27951 0 -1 4202560 4425 0 0 0 721 1 0 0 25 0 8 0 626187757 414785536 41151 33554432000 4194304 4964704 140734188583504 18446744073709551615 4677956 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29759/tid=29766] ppid=29757 vsize=405064 CPUtime=9.01 cores=0-7
/proc/29759/task/29766/stat : 29766 (claspmt) R 29757 29759 27951 0 -1 4202560 4934 0 0 0 900 1 0 0 25 0 8 0 626187757 414785536 41151 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29759/tid=29767] ppid=29757 vsize=405064 CPUtime=9.02 cores=0-7
/proc/29759/task/29767/stat : 29767 (claspmt) R 29757 29759 27951 0 -1 4202560 5379 0 0 0 900 2 0 0 25 0 8 0 626187757 414785536 41151 33554432000 4194304 4964704 140734188583504 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 66.64
Current children cumulated vsize (KiB) 405064

[startup+25.5006 s]
/proc/loadavg: 8.58 8.11 8.26 10/289 29768
/proc/meminfo: memFree=21145688/32951124 swapFree=66735616/67111528
[pid=29759] ppid=29757 vsize=410320 CPUtime=156.13 cores=0-7
/proc/29759/stat : 29759 (claspmt) R 29757 29759 27951 0 -1 4202496 58122 0 0 0 15592 21 0 0 25 0 8 0 626187684 420167680 47746 33554432000 4194304 4964704 140734188583504 18446744073709551615 4370224 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/29759/statm: 102580 47746 464 189 0 96929 0
[pid=29759/tid=29761] ppid=29757 vsize=410320 CPUtime=21.78 cores=0-7
/proc/29759/task/29761/stat : 29761 (claspmt) R 29757 29759 27951 0 -1 4202560 3870 0 0 0 2177 1 0 0 25 0 8 0 626187757 420167680 47746 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=410320 CPUtime=21.8 cores=0-7
/proc/29759/task/29762/stat : 29762 (claspmt) R 29757 29759 27951 0 -1 4202560 7265 0 0 0 2177 3 0 0 25 0 8 0 626187757 420167680 47746 33554432000 4194304 4964704 140734188583504 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29759/tid=29763] ppid=29757 vsize=410320 CPUtime=10.92 cores=0-7
/proc/29759/task/29763/stat : 29763 (claspmt) R 29757 29759 27951 0 -1 4202560 4765 0 0 0 1091 1 0 0 25 0 8 0 626187757 420167680 47746 33554432000 4194304 4964704 140734188583504 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29759/tid=29764] ppid=29757 vsize=410320 CPUtime=21.6 cores=0-7
/proc/29759/task/29764/stat : 29764 (claspmt) R 29757 29759 27951 0 -1 4202560 4701 0 0 0 2158 2 0 0 25 0 8 0 626187757 420167680 47746 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29759/tid=29765] ppid=29757 vsize=410320 CPUtime=13.79 cores=0-7
/proc/29759/task/29765/stat : 29765 (claspmt) R 29757 29759 27951 0 -1 4202560 4443 0 0 0 1378 1 0 0 25 0 8 0 626187757 420167680 47746 33554432000 4194304 4964704 140734188583504 18446744073709551615 4399313 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29759/tid=29766] ppid=29757 vsize=410320 CPUtime=21.81 cores=0-7
/proc/29759/task/29766/stat : 29766 (claspmt) R 29757 29759 27951 0 -1 4202560 5884 0 0 0 2179 2 0 0 25 0 8 0 626187757 420167680 47746 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29759/tid=29767] ppid=29757 vsize=410320 CPUtime=21.82 cores=0-7
/proc/29759/task/29767/stat : 29767 (claspmt) R 29757 29759 27951 0 -1 4202560 8012 0 0 0 2178 4 0 0 25 0 8 0 626187757 420167680 47746 33554432000 4194304 4964704 140734188583504 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 156.13
Current children cumulated vsize (KiB) 410320

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

[startup+25.9006 s]
/proc/loadavg: 8.58 8.11 8.26 10/289 29768
/proc/meminfo: memFree=21145688/32951124 swapFree=66735616/67111528
[pid=29759] ppid=29757 vsize=410320 CPUtime=158.92 cores=0-7
/proc/29759/stat : 29759 (claspmt) R 29757 29759 27951 0 -1 4202496 58123 0 0 0 15871 21 0 0 25 0 8 0 626187684 420167680 47747 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670100 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/29759/statm: 102580 47747 464 189 0 96929 0
[pid=29759/tid=29761] ppid=29757 vsize=410320 CPUtime=22.18 cores=0-7
/proc/29759/task/29761/stat : 29761 (claspmt) R 29757 29759 27951 0 -1 4202560 3870 0 0 0 2217 1 0 0 25 0 8 0 626187757 420167680 47747 33554432000 4194304 4964704 140734188583504 18446744073709551615 4677965 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=29759/tid=29762] ppid=29757 vsize=410320 CPUtime=22.2 cores=0-7
/proc/29759/task/29762/stat : 29762 (claspmt) R 29757 29759 27951 0 -1 4202560 7265 0 0 0 2217 3 0 0 25 0 8 0 626187757 420167680 47747 33554432000 4194304 4964704 140734188583504 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=29759/tid=29763] ppid=29757 vsize=410320 CPUtime=11.12 cores=0-7
/proc/29759/task/29763/stat : 29763 (claspmt) R 29757 29759 27951 0 -1 4202560 4765 0 0 0 1111 1 0 0 25 0 8 0 626187757 420167680 47747 33554432000 4194304 4964704 140734188583504 18446744073709551615 4669377 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29759/tid=29764] ppid=29757 vsize=410320 CPUtime=22 cores=0-7
/proc/29759/task/29764/stat : 29764 (claspmt) R 29757 29759 27951 0 -1 4202560 4701 0 0 0 2198 2 0 0 25 0 8 0 626187757 420167680 47747 33554432000 4194304 4964704 140734188583504 18446744073709551615 4370242 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=29759/tid=29765] ppid=29757 vsize=410320 CPUtime=13.99 cores=0-7
/proc/29759/task/29765/stat : 29765 (claspmt) R 29757 29759 27951 0 -1 4202560 4444 0 0 0 1398 1 0 0 25 0 8 0 626187757 420167680 47747 33554432000 4194304 4964704 140734188583504 18446744073709551615 4668840 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=29759/tid=29766] ppid=29757 vsize=410320 CPUtime=22.21 cores=0-7
/proc/29759/task/29766/stat : 29766 (claspmt) R 29757 29759 27951 0 -1 4202560 5884 0 0 0 2219 2 0 0 25 0 8 0 626187757 420167680 47747 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=29759/tid=29767] ppid=29757 vsize=410320 CPUtime=22.22 cores=0-7
/proc/29759/task/29767/stat : 29767 (claspmt) R 29757 29759 27951 0 -1 4202560 8012 0 0 0 2218 4 0 0 25 0 8 0 626187757 420167680 47747 33554432000 4194304 4964704 140734188583504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 158.92
Current children cumulated vsize (KiB) 410320

[startup+26.3005 s]
/proc/loadavg: 8.58 8.11 8.26 3/282 29768
/proc/meminfo: memFree=21161740/32951124 swapFree=66735616/67111528
[pid=29759] ppid=29757 vsize=389196 CPUtime=161.3 cores=0-7
/proc/29759/stat : 29759 (claspmt) R 29757 29759 27951 0 -1 4202496 58134 0 0 0 16108 22 0 0 25 0 1 0 626187684 398536704 42472 33554432000 4194304 4964704 140734188583504 18446744073709551615 4401092 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/29759/statm: 97299 42472 474 189 0 91648 0
Current children cumulated CPU time (s) 161.3
Current children cumulated vsize (KiB) 389196

Child status: 20
Real time (s): 26.353
CPU time (s): 161.354
CPU user time (s): 161.124
CPU system time (s): 0.230964
CPU usage (%): 612.282
Max. virtual memory (cumulated for all children) (KiB): 410320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.124
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58135
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= 12505
involuntary context switches= 1497

runsolver used 0.06099 second user time and 0.187971 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-02 20:06:12
IDJOB=3321550
IDBENCH=82357
IDSOLVER=1711
FILE ID=node111/3321550-1304359572
RUNJOBID= node111-1304335887-27965
PBS_JOBID= 13178022
Free space on /tmp= 72992 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-11.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-3321550-1304359572/watcher-3321550-1304359572 -o /tmp/evaluation-result-3321550-1304359572/solver-3321550-1304359572 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321550-1304359572.cnf

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

MD5SUM BENCH= 06568f445121c7d3cc3b96042d85c719
RANDOM SEED=91813830

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:      21334844 kB
Buffers:        294380 kB
Cached:        1613340 kB
SwapCached:      22560 kB
Active:        6444808 kB
Inactive:      4787080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21334844 kB
SwapTotal:    67111528 kB
SwapFree:     66735616 kB
Dirty:            6516 kB
Writeback:           0 kB
AnonPages:     9305584 kB
Mapped:          24204 kB
Slab:           287784 kB
PageTables:      31580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41684804 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:06:39