Trace number 3380927

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 1031.74 136.522

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.463
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...495049/instance-3380927-1305495049.cnf
2.10/2.16	c Solving...
1031.71/136.51	s UNSATISFIABLE
1031.71/136.51	
1031.71/136.51	c Models        : 0     
1031.71/136.51	c Time          : 136.326s (Solving: 134.16s 1st Model: 0.00s Unsat: 134.16s)
1031.71/136.51	c CPU Time      : 1031.540s

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-3380927-1305495049/watcher-3380927-1305495049 -o /tmp/evaluation-result-3380927-1305495049/solver-3380927-1305495049 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380927-1305495049.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: 2.10 5.08 6.80 1/436 7297
/proc/meminfo: memFree=20962376/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=26672 CPUtime=0 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 2122 0 0 0 0 0 0 0 21 0 1 0 661103796 27312128 1850 33554432000 4194304 4964800 140735020339328 18446744073709551615 268272688896 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/7297/statm: 6668 1850 386 189 0 1542 0

[startup+0.0701961 s]
/proc/loadavg: 2.10 5.08 6.80 1/436 7297
/proc/meminfo: memFree=20962376/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=36204 CPUtime=0.06 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 5225 0 0 0 6 0 0 0 21 0 1 0 661103796 37072896 4209 33554432000 4194304 4964800 140735020339328 18446744073709551615 268272688896 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/7297/statm: 9051 4211 386 189 0 3925 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36204

[startup+0.100191 s]
/proc/loadavg: 2.10 5.08 6.80 1/436 7297
/proc/meminfo: memFree=20962376/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=41104 CPUtime=0.08 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 6827 0 0 0 8 0 0 0 21 0 1 0 661103796 42090496 5405 33554432000 4194304 4964800 140735020339328 18446744073709551615 268272347353 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/7297/statm: 10276 5407 386 189 0 5150 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41104

[startup+0.300155 s]
/proc/loadavg: 2.10 5.08 6.80 1/436 7297
/proc/meminfo: memFree=20962376/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=75872 CPUtime=0.29 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 18123 0 0 0 28 1 0 0 22 0 1 0 661103796 77692928 13560 33554432000 4194304 4964800 140735020339328 18446744073709551615 4615610 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/7297/statm: 18968 13561 397 189 0 13842 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75872

[startup+0.700086 s]
/proc/loadavg: 2.10 5.08 6.80 1/436 7297
/proc/meminfo: memFree=20962376/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=93952 CPUtime=0.69 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 22350 0 0 0 67 2 0 0 23 0 1 0 661103796 96206848 17787 33554432000 4194304 4964800 140735020339328 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/7297/statm: 23488 17787 399 189 0 18362 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93952

[startup+1.50094 s]
/proc/loadavg: 2.10 5.08 6.80 2/437 7298
/proc/meminfo: memFree=20892316/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=93952 CPUtime=1.49 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 22351 0 0 0 147 2 0 0 25 0 1 0 661103796 96206848 17788 33554432000 4194304 4964800 140735020339328 18446744073709551615 4607604 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/7297/statm: 23488 17788 399 189 0 18362 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93952

[startup+3.10066 s]
/proc/loadavg: 2.10 5.08 6.80 2/437 7298
/proc/meminfo: memFree=20886496/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=733776 CPUtime=3.8 cores=0-7
/proc/7297/stat : 7297 (claspmt) S 7295 7297 6820 0 -1 4202496 85678 0 0 0 337 43 0 0 18 0 8 0 661103796 751386624 78442 33554432000 4194304 4964800 140735020339328 18446744073709551615 268284504985 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/7297/statm: 183444 78442 443 189 0 177793 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 733776

[startup+6.30116 s]
/proc/loadavg: 2.41 5.10 6.79 2/444 7305
/proc/meminfo: memFree=20650880/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=733776 CPUtime=7 cores=0-7
/proc/7297/stat : 7297 (claspmt) S 7295 7297 6820 0 -1 4202496 85722 0 0 0 657 43 0 0 18 0 8 0 661103796 751386624 78486 33554432000 4194304 4964800 140735020339328 18446744073709551615 268284504985 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/7297/statm: 183444 78486 443 189 0 177793 0
[pid=7297/tid=7299] ppid=7295 vsize=733776 CPUtime=0.17 cores=0-7
/proc/7297/task/7299/stat : 7299 (claspmt) S 7295 7297 6820 0 -1 4202560 7373 0 0 0 13 4 0 0 18 0 8 0 661104013 751386624 78486 33554432000 4194304 4964800 140735020339328 18446744073709551615 268284504985 0 0 4096 18946 18446604440511650816 0 0 -1 1 0 0 0
[pid=7297/tid=7300] ppid=7295 vsize=733776 CPUtime=0.08 cores=0-7
/proc/7297/task/7300/stat : 7300 (claspmt) S 7295 7297 6820 0 -1 4202560 8349 0 0 0 4 4 0 0 16 0 8 0 661104013 751386624 78486 33554432000 4194304 4964800 140735020339328 18446744073709551615 268284504985 0 0 4096 18946 18446604440511650816 0 0 -1 2 0 0 0
[pid=7297/tid=7301] ppid=7295 vsize=733776 CPUtime=0.19 cores=0-7
/proc/7297/task/7301/stat : 7301 (claspmt) S 7295 7297 6820 0 -1 4202560 7417 0 0 0 14 5 0 0 18 0 8 0 661104013 751386624 78486 33554432000 4194304 4964800 140735020339328 18446744073709551615 268284504985 0 0 4096 18946 18446604440511650816 0 0 -1 7 0 0 0
[pid=7297/tid=7302] ppid=7295 vsize=733776 CPUtime=0.09 cores=0-7
/proc/7297/task/7302/stat : 7302 (claspmt) S 7295 7297 6820 0 -1 4202560 8350 0 0 0 5 4 0 0 16 0 8 0 661104013 751386624 78486 33554432000 4194304 4964800 140735020339328 18446744073709551615 268284504985 0 0 4096 18946 18446604440511650816 0 0 -1 4 0 0 0
[pid=7297/tid=7303] ppid=7295 vsize=733776 CPUtime=3.87 cores=0-7
/proc/7297/task/7303/stat : 7303 (claspmt) R 7295 7297 6820 0 -1 4202560 11374 0 0 0 381 6 0 0 22 0 8 0 661104013 751386624 78486 33554432000 4194304 4964800 140735020339328 18446744073709551615 4669272 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=7297/tid=7304] ppid=7295 vsize=733776 CPUtime=0.17 cores=0-7
/proc/7297/task/7304/stat : 7304 (claspmt) S 7295 7297 6820 0 -1 4202560 8914 0 0 0 11 6 0 0 16 0 8 0 661104013 751386624 78486 33554432000 4194304 4964800 140735020339328 18446744073709551615 268284504985 0 0 4096 18946 18446604440511650816 0 0 -1 0 0 0 0
[pid=7297/tid=7305] ppid=7295 vsize=733776 CPUtime=0.2 cores=0-7
/proc/7297/task/7305/stat : 7305 (claspmt) S 7295 7297 6820 0 -1 4202560 9024 0 0 0 12 8 0 0 18 0 8 0 661104013 751386624 78486 33554432000 4194304 4964800 140735020339328 18446744073709551615 268284504985 0 0 4096 18946 18446604440511650816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 733776

[startup+12.701 s]
/proc/loadavg: 2.30 5.03 6.76 9/444 7305
/proc/meminfo: memFree=20612524/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=733776 CPUtime=44.67 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 95832 0 0 0 4414 53 0 0 25 0 8 0 661103796 751386624 88596 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/7297/statm: 183444 88596 464 189 0 177793 0
[pid=7297/tid=7299] ppid=7295 vsize=733776 CPUtime=4.66 cores=0-7
/proc/7297/task/7299/stat : 7299 (claspmt) R 7295 7297 6820 0 -1 4202560 8083 0 0 0 461 5 0 0 23 0 8 0 661104013 751386624 88596 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=7297/tid=7300] ppid=7295 vsize=733776 CPUtime=4.56 cores=0-7
/proc/7297/task/7300/stat : 7300 (claspmt) R 7295 7297 6820 0 -1 4202560 9491 0 0 0 451 5 0 0 23 0 8 0 661104013 751386624 88596 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=7297/tid=7301] ppid=7295 vsize=733776 CPUtime=4.67 cores=0-7
/proc/7297/task/7301/stat : 7301 (claspmt) R 7295 7297 6820 0 -1 4202560 8682 0 0 0 461 6 0 0 25 0 8 0 661104013 751386624 88596 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=7297/tid=7302] ppid=7295 vsize=733776 CPUtime=4.57 cores=0-7
/proc/7297/task/7302/stat : 7302 (claspmt) R 7295 7297 6820 0 -1 4202560 9814 0 0 0 451 6 0 0 23 0 8 0 661104013 751386624 88596 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=7297/tid=7303] ppid=7295 vsize=733776 CPUtime=10.27 cores=0-7
/proc/7297/task/7303/stat : 7303 (claspmt) R 7295 7297 6820 0 -1 4202560 11408 0 0 0 1021 6 0 0 25 0 8 0 661104013 751386624 88596 33554432000 4194304 4964800 140735020339328 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=7297/tid=7304] ppid=7295 vsize=733776 CPUtime=4.66 cores=0-7
/proc/7297/task/7304/stat : 7304 (claspmt) R 7295 7297 6820 0 -1 4202560 11575 0 0 0 457 9 0 0 23 0 8 0 661104013 751386624 88596 33554432000 4194304 4964800 140735020339328 18446744073709551615 4668805 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=7297/tid=7305] ppid=7295 vsize=733776 CPUtime=4.62 cores=0-7
/proc/7297/task/7305/stat : 7305 (claspmt) R 7295 7297 6820 0 -1 4202560 10801 0 0 0 452 10 0 0 25 0 8 0 661104013 751386624 88596 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.67
Current children cumulated vsize (KiB) 733776

[startup+25.5007 s]
/proc/loadavg: 3.56 5.17 6.78 9/444 7306
/proc/meminfo: memFree=20584896/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=733776 CPUtime=146.89 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 102929 0 0 0 14627 62 0 0 25 0 8 0 661103796 751386624 95693 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670321 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/7297/statm: 183444 95693 466 189 0 177793 0
[pid=7297/tid=7299] ppid=7295 vsize=733776 CPUtime=17.46 cores=0-7
/proc/7297/task/7299/stat : 7299 (claspmt) R 7295 7297 6820 0 -1 4202560 8324 0 0 0 1741 5 0 0 25 0 8 0 661104013 751386624 95693 33554432000 4194304 4964800 140735020339328 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=7297/tid=7300] ppid=7295 vsize=733776 CPUtime=17.37 cores=0-7
/proc/7297/task/7300/stat : 7300 (claspmt) R 7295 7297 6820 0 -1 4202560 11224 0 0 0 1729 8 0 0 25 0 8 0 661104013 751386624 95693 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=7297/tid=7301] ppid=7295 vsize=733776 CPUtime=17.47 cores=0-7
/proc/7297/task/7301/stat : 7301 (claspmt) R 7295 7297 6820 0 -1 4202560 9933 0 0 0 1739 8 0 0 25 0 8 0 661104013 751386624 95693 33554432000 4194304 4964800 140735020339328 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=7297/tid=7302] ppid=7295 vsize=733776 CPUtime=17.37 cores=0-7
/proc/7297/task/7302/stat : 7302 (claspmt) R 7295 7297 6820 0 -1 4202560 11356 0 0 0 1730 7 0 0 25 0 8 0 661104013 751386624 95693 33554432000 4194304 4964800 140735020339328 18446744073709551615 4669136 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=7297/tid=7303] ppid=7295 vsize=733776 CPUtime=23.07 cores=0-7
/proc/7297/task/7303/stat : 7303 (claspmt) R 7295 7297 6820 0 -1 4202560 11718 0 0 0 2301 6 0 0 25 0 8 0 661104013 751386624 95693 33554432000 4194304 4964800 140735020339328 18446744073709551615 4668753 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=7297/tid=7304] ppid=7295 vsize=733776 CPUtime=17.46 cores=0-7
/proc/7297/task/7304/stat : 7304 (claspmt) R 7295 7297 6820 0 -1 4202560 11742 0 0 0 1737 9 0 0 25 0 8 0 661104013 751386624 95693 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=7297/tid=7305] ppid=7295 vsize=733776 CPUtime=17.22 cores=0-7
/proc/7297/task/7305/stat : 7305 (claspmt) R 7295 7297 6820 0 -1 4202560 12190 0 0 0 1710 12 0 0 25 0 8 0 661104013 751386624 95693 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 146.89
Current children cumulated vsize (KiB) 733776

[startup+51.1011 s]
/proc/loadavg: 5.07 5.40 6.81 9/444 7306
/proc/meminfo: memFree=20525236/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=733776 CPUtime=351.31 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 118224 0 0 0 35052 79 0 0 25 0 8 0 661103796 751386624 110988 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670343 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/7297/statm: 183444 110988 466 189 0 177793 0
[pid=7297/tid=7299] ppid=7295 vsize=733776 CPUtime=43.06 cores=0-7
/proc/7297/task/7299/stat : 7299 (claspmt) R 7295 7297 6820 0 -1 4202560 9298 0 0 0 4300 6 0 0 25 0 8 0 661104013 751386624 110988 33554432000 4194304 4964800 140735020339328 18446744073709551615 4321097 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=7297/tid=7300] ppid=7295 vsize=733776 CPUtime=42.97 cores=0-7
/proc/7297/task/7300/stat : 7300 (claspmt) R 7295 7297 6820 0 -1 4202560 14251 0 0 0 4286 11 0 0 25 0 8 0 661104013 751386624 110988 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=7297/tid=7301] ppid=7295 vsize=733776 CPUtime=43.08 cores=0-7
/proc/7297/task/7301/stat : 7301 (claspmt) R 7295 7297 6820 0 -1 4202560 12123 0 0 0 4298 10 0 0 25 0 8 0 661104013 751386624 110988 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=7297/tid=7302] ppid=7295 vsize=733776 CPUtime=42.96 cores=0-7
/proc/7297/task/7302/stat : 7302 (claspmt) R 7295 7297 6820 0 -1 4202560 14478 0 0 0 4286 10 0 0 25 0 8 0 661104013 751386624 110988 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=7297/tid=7303] ppid=7295 vsize=733776 CPUtime=48.67 cores=0-7
/proc/7297/task/7303/stat : 7303 (claspmt) R 7295 7297 6820 0 -1 4202560 14893 0 0 0 4858 9 0 0 25 0 8 0 661104013 751386624 110988 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=7297/tid=7304] ppid=7295 vsize=733776 CPUtime=43.05 cores=0-7
/proc/7297/task/7304/stat : 7304 (claspmt) R 7295 7297 6820 0 -1 4202560 12984 0 0 0 4295 10 0 0 25 0 8 0 661104013 751386624 110988 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=7297/tid=7305] ppid=7295 vsize=733776 CPUtime=42.46 cores=0-7
/proc/7297/task/7305/stat : 7305 (claspmt) R 7295 7297 6820 0 -1 4202560 13747 0 0 0 4231 15 0 0 25 0 8 0 661104013 751386624 110988 33554432000 4194304 4964800 140735020339328 18446744073709551615 4668681 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 351.31
Current children cumulated vsize (KiB) 733776

[startup+102.317 s]
/proc/loadavg: 6.73 5.80 6.87 9/444 7308
/proc/meminfo: memFree=20450572/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=733776 CPUtime=760.29 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 136306 0 0 0 75934 95 0 0 25 0 8 0 661103796 751386624 129070 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/7297/statm: 183444 129070 466 189 0 177793 0
[pid=7297/tid=7299] ppid=7295 vsize=733776 CPUtime=94.27 cores=0-7
/proc/7297/task/7299/stat : 7299 (claspmt) R 7295 7297 6820 0 -1 4202560 9720 0 0 0 9421 6 0 0 25 0 8 0 661104013 751386624 129070 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=7297/tid=7300] ppid=7295 vsize=733776 CPUtime=94.19 cores=0-7
/proc/7297/task/7300/stat : 7300 (claspmt) R 7295 7297 6820 0 -1 4202560 17573 0 0 0 9405 14 0 0 25 0 8 0 661104013 751386624 129070 33554432000 4194304 4964800 140735020339328 18446744073709551615 4660488 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=7297/tid=7301] ppid=7295 vsize=733776 CPUtime=94.28 cores=0-7
/proc/7297/task/7301/stat : 7301 (claspmt) R 7295 7297 6820 0 -1 4202560 14868 0 0 0 9416 12 0 0 25 0 8 0 661104013 751386624 129070 33554432000 4194304 4964800 140735020339328 18446744073709551615 4668930 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=7297/tid=7302] ppid=7295 vsize=733776 CPUtime=94.17 cores=0-7
/proc/7297/task/7302/stat : 7302 (claspmt) R 7295 7297 6820 0 -1 4202560 18297 0 0 0 9404 13 0 0 25 0 8 0 661104013 751386624 129070 33554432000 4194304 4964800 140735020339328 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=7297/tid=7303] ppid=7295 vsize=733776 CPUtime=99.89 cores=0-7
/proc/7297/task/7303/stat : 7303 (claspmt) R 7295 7297 6820 0 -1 4202560 18276 0 0 0 9977 12 0 0 25 0 8 0 661104013 751386624 129070 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=7297/tid=7304] ppid=7295 vsize=733776 CPUtime=94.27 cores=0-7
/proc/7297/task/7304/stat : 7304 (claspmt) R 7295 7297 6820 0 -1 4202560 15985 0 0 0 9415 12 0 0 25 0 8 0 661104013 751386624 129070 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=7297/tid=7305] ppid=7295 vsize=733776 CPUtime=92.92 cores=0-7
/proc/7297/task/7305/stat : 7305 (claspmt) R 7295 7297 6820 0 -1 4202560 14865 0 0 0 9275 17 0 0 25 0 8 0 661104013 751386624 129070 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 760.29
Current children cumulated vsize (KiB) 733776

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

[startup+115.101 s]
/proc/loadavg: 7.01 5.90 6.89 9/444 7308
/proc/meminfo: memFree=20446096/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=733776 CPUtime=862.38 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 137414 0 0 0 86140 98 0 0 25 0 8 0 661103796 751386624 130178 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670318 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/7297/statm: 183444 130178 466 189 0 177793 0
[pid=7297/tid=7299] ppid=7295 vsize=733776 CPUtime=107.06 cores=0-7
/proc/7297/task/7299/stat : 7299 (claspmt) R 7295 7297 6820 0 -1 4202560 9730 0 0 0 10699 7 0 0 25 0 8 0 661104013 751386624 130178 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=7297/tid=7300] ppid=7295 vsize=733776 CPUtime=106.97 cores=0-7
/proc/7297/task/7300/stat : 7300 (claspmt) R 7295 7297 6820 0 -1 4202560 17585 0 0 0 10683 14 0 0 25 0 8 0 661104013 751386624 130178 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=7297/tid=7301] ppid=7295 vsize=733776 CPUtime=107.07 cores=0-7
/proc/7297/task/7301/stat : 7301 (claspmt) R 7295 7297 6820 0 -1 4202560 14869 0 0 0 10695 12 0 0 25 0 8 0 661104013 751386624 130178 33554432000 4194304 4964800 140735020339328 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=7297/tid=7302] ppid=7295 vsize=733776 CPUtime=106.95 cores=0-7
/proc/7297/task/7302/stat : 7302 (claspmt) R 7295 7297 6820 0 -1 4202560 18310 0 0 0 10682 13 0 0 25 0 8 0 661104013 751386624 130178 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=7297/tid=7303] ppid=7295 vsize=733776 CPUtime=112.67 cores=0-7
/proc/7297/task/7303/stat : 7303 (claspmt) R 7295 7297 6820 0 -1 4202560 18276 0 0 0 11255 12 0 0 25 0 8 0 661104013 751386624 130178 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=7297/tid=7304] ppid=7295 vsize=733776 CPUtime=107.05 cores=0-7
/proc/7297/task/7304/stat : 7304 (claspmt) R 7295 7297 6820 0 -1 4202560 16052 0 0 0 10693 12 0 0 25 0 8 0 661104013 751386624 130178 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=7297/tid=7305] ppid=7295 vsize=733776 CPUtime=105.53 cores=0-7
/proc/7297/task/7305/stat : 7305 (claspmt) R 7295 7297 6820 0 -1 4202560 15804 0 0 0 10533 20 0 0 25 0 8 0 661104013 751386624 130178 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670412 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 862.38
Current children cumulated vsize (KiB) 733776

[startup+127.9 s]
/proc/loadavg: 7.23 6.01 6.91 9/444 7308
/proc/meminfo: memFree=20439648/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=733776 CPUtime=964.58 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 139194 0 0 0 96357 101 0 0 25 0 8 0 661103796 751386624 131958 33554432000 4194304 4964800 140735020339328 18446744073709551615 4669535 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/7297/statm: 183444 131958 466 189 0 177793 0
[pid=7297/tid=7299] ppid=7295 vsize=733776 CPUtime=119.86 cores=0-7
/proc/7297/task/7299/stat : 7299 (claspmt) R 7295 7297 6820 0 -1 4202560 9836 0 0 0 11979 7 0 0 25 0 8 0 661104013 751386624 131958 33554432000 4194304 4964800 140735020339328 18446744073709551615 4669924 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=7297/tid=7300] ppid=7295 vsize=733776 CPUtime=119.77 cores=0-7
/proc/7297/task/7300/stat : 7300 (claspmt) R 7295 7297 6820 0 -1 4202560 18464 0 0 0 11962 15 0 0 25 0 8 0 661104013 751386624 131958 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=7297/tid=7301] ppid=7295 vsize=733776 CPUtime=119.88 cores=0-7
/proc/7297/task/7301/stat : 7301 (claspmt) R 7295 7297 6820 0 -1 4202560 15008 0 0 0 11975 13 0 0 25 0 8 0 661104013 751386624 131958 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=7297/tid=7302] ppid=7295 vsize=733776 CPUtime=119.74 cores=0-7
/proc/7297/task/7302/stat : 7302 (claspmt) R 7295 7297 6820 0 -1 4202560 18310 0 0 0 11961 13 0 0 25 0 8 0 661104013 751386624 131958 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670361 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=7297/tid=7303] ppid=7295 vsize=733776 CPUtime=125.47 cores=0-7
/proc/7297/task/7303/stat : 7303 (claspmt) R 7295 7297 6820 0 -1 4202560 18377 0 0 0 12535 12 0 0 25 0 8 0 661104013 751386624 131958 33554432000 4194304 4964800 140735020339328 18446744073709551615 4320848 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=7297/tid=7304] ppid=7295 vsize=733776 CPUtime=119.85 cores=0-7
/proc/7297/task/7304/stat : 7304 (claspmt) R 7295 7297 6820 0 -1 4202560 16083 0 0 0 11973 12 0 0 25 0 8 0 661104013 751386624 131958 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=7297/tid=7305] ppid=7295 vsize=733776 CPUtime=118.14 cores=0-7
/proc/7297/task/7305/stat : 7305 (claspmt) R 7295 7297 6820 0 -1 4202560 16328 0 0 0 11793 21 0 0 25 0 8 0 661104013 751386624 131958 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 964.58
Current children cumulated vsize (KiB) 733776

[startup+131.101 s]
/proc/loadavg: 7.23 6.01 6.91 9/444 7308
/proc/meminfo: memFree=20435432/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=733776 CPUtime=990.13 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 140181 0 0 0 98910 103 0 0 25 0 8 0 661103796 751386624 132945 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/7297/statm: 183444 132945 466 189 0 177793 0
[pid=7297/tid=7299] ppid=7295 vsize=733776 CPUtime=123.06 cores=0-7
/proc/7297/task/7299/stat : 7299 (claspmt) R 7295 7297 6820 0 -1 4202560 9836 0 0 0 12299 7 0 0 25 0 8 0 661104013 751386624 132945 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=7297/tid=7300] ppid=7295 vsize=733776 CPUtime=122.98 cores=0-7
/proc/7297/task/7300/stat : 7300 (claspmt) R 7295 7297 6820 0 -1 4202560 18879 0 0 0 12282 16 0 0 25 0 8 0 661104013 751386624 132945 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=7297/tid=7301] ppid=7295 vsize=733776 CPUtime=123.08 cores=0-7
/proc/7297/task/7301/stat : 7301 (claspmt) R 7295 7297 6820 0 -1 4202560 15015 0 0 0 12295 13 0 0 25 0 8 0 661104013 751386624 132945 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=7297/tid=7302] ppid=7295 vsize=733776 CPUtime=122.94 cores=0-7
/proc/7297/task/7302/stat : 7302 (claspmt) R 7295 7297 6820 0 -1 4202560 18310 0 0 0 12281 13 0 0 25 0 8 0 661104013 751386624 132945 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=7297/tid=7303] ppid=7295 vsize=733776 CPUtime=128.67 cores=0-7
/proc/7297/task/7303/stat : 7303 (claspmt) R 7295 7297 6820 0 -1 4202560 18416 0 0 0 12855 12 0 0 25 0 8 0 661104013 751386624 132945 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=7297/tid=7304] ppid=7295 vsize=733776 CPUtime=123.05 cores=0-7
/proc/7297/task/7304/stat : 7304 (claspmt) R 7295 7297 6820 0 -1 4202560 16090 0 0 0 12293 12 0 0 25 0 8 0 661104013 751386624 132945 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=7297/tid=7305] ppid=7295 vsize=733776 CPUtime=121.29 cores=0-7
/proc/7297/task/7305/stat : 7305 (claspmt) R 7295 7297 6820 0 -1 4202560 16841 0 0 0 12106 23 0 0 25 0 8 0 661104013 751386624 132945 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 990.13
Current children cumulated vsize (KiB) 733776

[startup+134.301 s]
/proc/loadavg: 7.29 6.04 6.91 9/444 7309
/proc/meminfo: memFree=20434812/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=733776 CPUtime=1015.68 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 140281 0 0 0 101465 103 0 0 25 0 8 0 661103796 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/7297/statm: 183444 133045 466 189 0 177793 0
[pid=7297/tid=7299] ppid=7295 vsize=733776 CPUtime=126.26 cores=0-7
/proc/7297/task/7299/stat : 7299 (claspmt) R 7295 7297 6820 0 -1 4202560 9836 0 0 0 12619 7 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=7297/tid=7300] ppid=7295 vsize=733776 CPUtime=126.17 cores=0-7
/proc/7297/task/7300/stat : 7300 (claspmt) R 7295 7297 6820 0 -1 4202560 18953 0 0 0 12601 16 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=7297/tid=7301] ppid=7295 vsize=733776 CPUtime=126.28 cores=0-7
/proc/7297/task/7301/stat : 7301 (claspmt) R 7295 7297 6820 0 -1 4202560 15025 0 0 0 12615 13 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=7297/tid=7302] ppid=7295 vsize=733776 CPUtime=126.14 cores=0-7
/proc/7297/task/7302/stat : 7302 (claspmt) R 7295 7297 6820 0 -1 4202560 18310 0 0 0 12601 13 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4669434 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=7297/tid=7303] ppid=7295 vsize=733776 CPUtime=131.87 cores=0-7
/proc/7297/task/7303/stat : 7303 (claspmt) R 7295 7297 6820 0 -1 4202560 18426 0 0 0 13175 12 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=7297/tid=7304] ppid=7295 vsize=733776 CPUtime=126.25 cores=0-7
/proc/7297/task/7304/stat : 7304 (claspmt) R 7295 7297 6820 0 -1 4202560 16091 0 0 0 12613 12 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=7297/tid=7305] ppid=7295 vsize=733776 CPUtime=124.45 cores=0-7
/proc/7297/task/7305/stat : 7305 (claspmt) R 7295 7297 6820 0 -1 4202560 16841 0 0 0 12422 23 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1015.68
Current children cumulated vsize (KiB) 733776

[startup+135.901 s]
/proc/loadavg: 7.29 6.04 6.91 9/444 7309
/proc/meminfo: memFree=20434812/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=733776 CPUtime=1028.46 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 140281 0 0 0 102743 103 0 0 25 0 8 0 661103796 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670440 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/7297/statm: 183444 133045 466 189 0 177793 0
[pid=7297/tid=7299] ppid=7295 vsize=733776 CPUtime=127.86 cores=0-7
/proc/7297/task/7299/stat : 7299 (claspmt) R 7295 7297 6820 0 -1 4202560 9836 0 0 0 12779 7 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=7297/tid=7300] ppid=7295 vsize=733776 CPUtime=127.77 cores=0-7
/proc/7297/task/7300/stat : 7300 (claspmt) R 7295 7297 6820 0 -1 4202560 18953 0 0 0 12761 16 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=7297/tid=7301] ppid=7295 vsize=733776 CPUtime=127.88 cores=0-7
/proc/7297/task/7301/stat : 7301 (claspmt) R 7295 7297 6820 0 -1 4202560 15025 0 0 0 12775 13 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=7297/tid=7302] ppid=7295 vsize=733776 CPUtime=127.74 cores=0-7
/proc/7297/task/7302/stat : 7302 (claspmt) R 7295 7297 6820 0 -1 4202560 18310 0 0 0 12761 13 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670392 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=7297/tid=7303] ppid=7295 vsize=733776 CPUtime=133.47 cores=0-7
/proc/7297/task/7303/stat : 7303 (claspmt) R 7295 7297 6820 0 -1 4202560 18426 0 0 0 13335 12 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=7297/tid=7304] ppid=7295 vsize=733776 CPUtime=127.85 cores=0-7
/proc/7297/task/7304/stat : 7304 (claspmt) R 7295 7297 6820 0 -1 4202560 16091 0 0 0 12773 12 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670403 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=7297/tid=7305] ppid=7295 vsize=733776 CPUtime=126.03 cores=0-7
/proc/7297/task/7305/stat : 7305 (claspmt) R 7295 7297 6820 0 -1 4202560 16841 0 0 0 12580 23 0 0 25 0 8 0 661104013 751386624 133045 33554432000 4194304 4964800 140735020339328 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1028.46
Current children cumulated vsize (KiB) 733776

[startup+136.301 s]
/proc/loadavg: 7.29 6.04 6.91 3/439 7309
/proc/meminfo: memFree=20434604/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=733776 CPUtime=1031.52 cores=0-7
/proc/7297/stat : 7297 (claspmt) S 7295 7297 6820 0 -1 4202496 140282 0 0 0 103048 104 0 0 25 0 2 0 661103796 751386624 133016 33554432000 4194304 4964800 140735020339328 18446744073709551615 268284491749 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/7297/statm: 183444 133016 467 189 0 177793 0
[pid=7297/tid=7304] ppid=7295 vsize=733776 CPUtime=128.26 cores=0-7
/proc/7297/task/7304/stat : 7304 (claspmt) R 7295 7297 6820 0 -1 4202560 16091 0 0 0 12814 12 0 0 25 0 2 0 661104013 751386624 133016 33554432000 4194304 4964800 140735020339328 18446744073709551615 4313678 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1031.52
Current children cumulated vsize (KiB) 733776

[startup+136.501 s]
/proc/loadavg: 7.29 6.04 6.91 3/439 7309
/proc/meminfo: memFree=20434604/32950928 swapFree=60199052/67111528
[pid=7297] ppid=7295 vsize=730516 CPUtime=1031.71 cores=0-7
/proc/7297/stat : 7297 (claspmt) R 7295 7297 6820 0 -1 4202496 140291 0 0 0 103067 104 0 0 25 0 1 0 661103796 748048384 101549 33554432000 4194304 4964800 140735020339328 18446744073709551615 268272732519 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/7297/statm: 182629 101183 476 189 0 176978 0
Current children cumulated CPU time (s) 1031.71
Current children cumulated vsize (KiB) 730516

Child status: 20
Real time (s): 136.522
CPU time (s): 1031.74
CPU user time (s): 1030.68
CPU system time (s): 1.06484
CPU usage (%): 755.734
Max. virtual memory (cumulated for all children) (KiB): 733776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1030.68
system time used= 1.06484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140292
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= 65304
involuntary context switches= 4968

runsolver used 0.507922 second user time and 1.48277 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 23:30:50
IDJOB=3380927
IDBENCH=82501
IDSOLVER=1865
FILE ID=node122/3380927-1305495049
RUNJOBID= node122-1305487598-6834
PBS_JOBID= 13325393
Free space on /tmp= 73388 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_b_unsat.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-3380927-1305495049/watcher-3380927-1305495049 -o /tmp/evaluation-result-3380927-1305495049/solver-3380927-1305495049 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380927-1305495049.cnf

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=1824569962

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20962780 kB
Buffers:        326700 kB
Cached:        4223964 kB
SwapCached:      50128 kB
Active:        7333160 kB
Inactive:      4390720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20962780 kB
SwapTotal:    67111528 kB
SwapFree:     60199052 kB
Dirty:           19412 kB
Writeback:           0 kB
AnonPages:     7133808 kB
Mapped:          26660 kB
Slab:           134528 kB
PageTables:      58728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 123290056 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= 73388 MiB
End job on node122 at 2011-05-15 23:33:07