Trace number 3380917

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 979.411 129.875

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark105.068
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
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 ...494746/instance-3380917-1305494746.cnf
1.89/1.92	c Solving...
979.34/129.86	s UNSATISFIABLE
979.34/129.86	
979.34/129.86	c Models        : 0     
979.34/129.86	c Time          : 129.668s (Solving: 127.75s 1st Model: 0.00s Unsat: 127.75s)
979.34/129.86	c CPU Time      : 979.200s

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-3380917-1305494746/watcher-3380917-1305494746 -o /tmp/evaluation-result-3380917-1305494746/solver-3380917-1305494746 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380917-1305494746.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: 7.81 6.04 4.64 1/321 21240
/proc/meminfo: memFree=8887880/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=28308 CPUtime=0 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 2615 0 0 0 0 0 0 0 21 0 1 0 661074470 28987392 2276 33554432000 4194304 4964800 140735227694960 18446744073709551615 248089359045 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21240/statm: 7077 2277 386 189 0 1951 0

[startup+0.071096 s]
/proc/loadavg: 7.81 6.04 4.64 1/321 21240
/proc/meminfo: memFree=8887880/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=37840 CPUtime=0.06 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 5702 0 0 0 6 0 0 0 21 0 1 0 661074470 38748160 4619 33554432000 4194304 4964800 140735227694960 18446744073709551615 248089359045 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21240/statm: 9460 4620 386 189 0 4334 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 37840

[startup+0.10109 s]
/proc/loadavg: 7.81 6.04 4.64 1/321 21240
/proc/meminfo: memFree=8887880/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=42740 CPUtime=0.09 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 7317 0 0 0 9 0 0 0 21 0 1 0 661074470 43765760 5828 33554432000 4194304 4964800 140735227694960 18446744073709551615 248089359045 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21240/statm: 10685 5830 386 189 0 5559 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42740

[startup+0.301055 s]
/proc/loadavg: 7.81 6.04 4.64 1/321 21240
/proc/meminfo: memFree=8887880/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=78388 CPUtime=0.29 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 18756 0 0 0 28 1 0 0 22 0 1 0 661074470 80269312 14043 33554432000 4194304 4964800 140735227694960 18446744073709551615 4618467 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21240/statm: 19597 14043 397 189 0 14471 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78388

[startup+0.700984 s]
/proc/loadavg: 7.81 6.04 4.64 1/321 21240
/proc/meminfo: memFree=8887880/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=94604 CPUtime=0.69 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 22515 0 0 0 67 2 0 0 23 0 1 0 661074470 96874496 17802 33554432000 4194304 4964800 140735227694960 18446744073709551615 4607575 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21240/statm: 23651 17802 399 189 0 18525 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94604

[startup+1.50092 s]
/proc/loadavg: 7.81 6.04 4.64 3/322 21241
/proc/meminfo: memFree=8818068/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=94604 CPUtime=1.49 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 22516 0 0 0 147 2 0 0 25 0 1 0 661074470 96874496 17803 33554432000 4194304 4964800 140735227694960 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/21240/statm: 23651 17803 399 189 0 18525 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94604

[startup+3.10057 s]
/proc/loadavg: 7.26 5.96 4.62 8/329 21248
/proc/meminfo: memFree=8719556/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=608628 CPUtime=3.6 cores=0-7
/proc/21240/stat : 21240 (claspmt) S 21238 21240 21107 0 -1 4202496 81419 0 0 0 323 37 0 0 25 0 8 0 661074470 623235072 74514 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/21240/statm: 152157 74514 442 189 0 146506 0
[pid=21240/tid=21242] ppid=21238 vsize=608628 CPUtime=0.14 cores=0-7
/proc/21240/task/21242/stat : 21242 (claspmt) S 21238 21240 21107 0 -1 4202560 6684 0 0 0 9 5 0 0 18 0 8 0 661074662 623235072 74514 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446604453836458048 0 0 -1 3 0 0 0
[pid=21240/tid=21243] ppid=21238 vsize=608628 CPUtime=0.11 cores=0-7
/proc/21240/task/21243/stat : 21243 (claspmt) S 21238 21240 21107 0 -1 4202560 8385 0 0 0 6 5 0 0 17 0 8 0 661074662 623235072 74514 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446604453836458048 0 0 -1 6 0 0 0
[pid=21240/tid=21244] ppid=21238 vsize=608628 CPUtime=0.08 cores=0-7
/proc/21240/task/21244/stat : 21244 (claspmt) S 21238 21240 21107 0 -1 4202560 8324 0 0 0 5 3 0 0 17 0 8 0 661074662 623235072 74514 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446604453836458048 0 0 -1 4 0 0 0
[pid=21240/tid=21245] ppid=21238 vsize=608628 CPUtime=0.06 cores=0-7
/proc/21240/task/21245/stat : 21245 (claspmt) S 21238 21240 21107 0 -1 4202560 7416 0 0 0 3 3 0 0 17 0 8 0 661074662 623235072 74514 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446604453836458048 0 0 -1 6 0 0 0
[pid=21240/tid=21246] ppid=21238 vsize=608628 CPUtime=1 cores=0-7
/proc/21240/task/21246/stat : 21246 (claspmt) R 21238 21240 21107 0 -1 4202560 9798 0 0 0 94 6 0 0 19 0 8 0 661074662 623235072 74514 33554432000 4194304 4964800 140735227694960 18446744073709551615 4668732 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21240/tid=21247] ppid=21238 vsize=608628 CPUtime=0.11 cores=0-7
/proc/21240/task/21247/stat : 21247 (claspmt) S 21238 21240 21107 0 -1 4202560 8380 0 0 0 6 5 0 0 17 0 8 0 661074662 623235072 74514 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446604453836458048 0 0 -1 0 0 0 0
[pid=21240/tid=21248] ppid=21238 vsize=608628 CPUtime=0.11 cores=0-7
/proc/21240/task/21248/stat : 21248 (claspmt) S 21238 21240 21107 0 -1 4202560 7983 0 0 0 7 4 0 0 17 0 8 0 661074662 623235072 74514 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446604453836458048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 608628

[startup+6.301 s]
/proc/loadavg: 7.26 5.96 4.62 2/329 21248
/proc/meminfo: memFree=8590204/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=608628 CPUtime=6.8 cores=0-7
/proc/21240/stat : 21240 (claspmt) S 21238 21240 21107 0 -1 4202496 81478 0 0 0 643 37 0 0 25 0 8 0 661074470 623235072 74573 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/21240/statm: 152157 74573 442 189 0 146506 0
[pid=21240/tid=21242] ppid=21238 vsize=608628 CPUtime=0.14 cores=0-7
/proc/21240/task/21242/stat : 21242 (claspmt) S 21238 21240 21107 0 -1 4202560 6684 0 0 0 9 5 0 0 18 0 8 0 661074662 623235072 74573 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446604453836458048 0 0 -1 3 0 0 0
[pid=21240/tid=21243] ppid=21238 vsize=608628 CPUtime=0.11 cores=0-7
/proc/21240/task/21243/stat : 21243 (claspmt) S 21238 21240 21107 0 -1 4202560 8385 0 0 0 6 5 0 0 17 0 8 0 661074662 623235072 74573 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446604453836458048 0 0 -1 6 0 0 0
[pid=21240/tid=21244] ppid=21238 vsize=608628 CPUtime=0.08 cores=0-7
/proc/21240/task/21244/stat : 21244 (claspmt) S 21238 21240 21107 0 -1 4202560 8324 0 0 0 5 3 0 0 17 0 8 0 661074662 623235072 74573 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446604453836458048 0 0 -1 4 0 0 0
[pid=21240/tid=21245] ppid=21238 vsize=608628 CPUtime=0.06 cores=0-7
/proc/21240/task/21245/stat : 21245 (claspmt) S 21238 21240 21107 0 -1 4202560 7416 0 0 0 3 3 0 0 17 0 8 0 661074662 623235072 74573 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446604453836458048 0 0 -1 6 0 0 0
[pid=21240/tid=21246] ppid=21238 vsize=608628 CPUtime=4.2 cores=0-7
/proc/21240/task/21246/stat : 21246 (claspmt) R 21238 21240 21107 0 -1 4202560 9857 0 0 0 414 6 0 0 25 0 8 0 661074662 623235072 74573 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670658 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21240/tid=21247] ppid=21238 vsize=608628 CPUtime=0.11 cores=0-7
/proc/21240/task/21247/stat : 21247 (claspmt) S 21238 21240 21107 0 -1 4202560 8380 0 0 0 6 5 0 0 17 0 8 0 661074662 623235072 74573 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446604453836458048 0 0 -1 0 0 0 0
[pid=21240/tid=21248] ppid=21238 vsize=608628 CPUtime=0.11 cores=0-7
/proc/21240/task/21248/stat : 21248 (claspmt) S 21238 21240 21107 0 -1 4202560 7983 0 0 0 7 4 0 0 17 0 8 0 661074662 623235072 74573 33554432000 4194304 4964800 140735227694960 18446744073709551615 248101514137 0 0 4096 18946 18446604453836458048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 608628

[startup+12.7009 s]
/proc/loadavg: 6.86 5.91 4.62 9/329 21248
/proc/meminfo: memFree=8559048/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=610080 CPUtime=45.13 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 89926 0 0 0 4469 44 0 0 25 0 8 0 661074470 624721920 83021 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21240/statm: 152520 83021 464 189 0 146869 0
[pid=21240/tid=21242] ppid=21238 vsize=610080 CPUtime=4.68 cores=0-7
/proc/21240/task/21242/stat : 21242 (claspmt) R 21238 21240 21107 0 -1 4202560 7694 0 0 0 462 6 0 0 25 0 8 0 661074662 624721920 83021 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21240/tid=21243] ppid=21238 vsize=610080 CPUtime=4.69 cores=0-7
/proc/21240/task/21243/stat : 21243 (claspmt) R 21238 21240 21107 0 -1 4202560 9342 0 0 0 464 5 0 0 23 0 8 0 661074662 624721920 83021 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21240/tid=21244] ppid=21238 vsize=610080 CPUtime=4.65 cores=0-7
/proc/21240/task/21244/stat : 21244 (claspmt) R 21238 21240 21107 0 -1 4202560 9558 0 0 0 461 4 0 0 23 0 8 0 661074662 624721920 83021 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670403 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21240/tid=21245] ppid=21238 vsize=610080 CPUtime=4.62 cores=0-7
/proc/21240/task/21245/stat : 21245 (claspmt) R 21238 21240 21107 0 -1 4202560 8600 0 0 0 458 4 0 0 24 0 8 0 661074662 624721920 83021 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21240/tid=21246] ppid=21238 vsize=610080 CPUtime=10.6 cores=0-7
/proc/21240/task/21246/stat : 21246 (claspmt) R 21238 21240 21107 0 -1 4202560 9892 0 0 0 1054 6 0 0 25 0 8 0 661074662 624721920 83021 33554432000 4194304 4964800 140735227694960 18446744073709551615 4402867 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21240/tid=21247] ppid=21238 vsize=610080 CPUtime=4.68 cores=0-7
/proc/21240/task/21247/stat : 21247 (claspmt) R 21238 21240 21107 0 -1 4202560 10053 0 0 0 461 7 0 0 23 0 8 0 661074662 624721920 83021 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670530 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21240/tid=21248] ppid=21238 vsize=610080 CPUtime=4.66 cores=0-7
/proc/21240/task/21248/stat : 21248 (claspmt) R 21238 21240 21107 0 -1 4202560 9335 0 0 0 461 5 0 0 23 0 8 0 661074662 624721920 83021 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.13
Current children cumulated vsize (KiB) 610080

[startup+25.5006 s]
/proc/loadavg: 7.03 5.98 4.66 9/329 21249
/proc/meminfo: memFree=8532644/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=612436 CPUtime=147.39 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 96651 0 0 0 14687 52 0 0 25 0 8 0 661074470 627134464 89725 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21240/statm: 153109 89725 464 189 0 147458 0
[pid=21240/tid=21242] ppid=21238 vsize=612436 CPUtime=17.35 cores=0-7
/proc/21240/task/21242/stat : 21242 (claspmt) R 21238 21240 21107 0 -1 4202560 7984 0 0 0 1728 7 0 0 25 0 8 0 661074662 627134464 89725 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21240/tid=21243] ppid=21238 vsize=612436 CPUtime=17.5 cores=0-7
/proc/21240/task/21243/stat : 21243 (claspmt) R 21238 21240 21107 0 -1 4202560 10913 0 0 0 1742 8 0 0 25 0 8 0 661074662 627134464 89725 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21240/tid=21244] ppid=21238 vsize=612436 CPUtime=17.45 cores=0-7
/proc/21240/task/21244/stat : 21244 (claspmt) R 21238 21240 21107 0 -1 4202560 10698 0 0 0 1740 5 0 0 25 0 8 0 661074662 627134464 89725 33554432000 4194304 4964800 140735227694960 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21240/tid=21245] ppid=21238 vsize=612436 CPUtime=17.41 cores=0-7
/proc/21240/task/21245/stat : 21245 (claspmt) R 21238 21240 21107 0 -1 4202560 9816 0 0 0 1736 5 0 0 25 0 8 0 661074662 627134464 89725 33554432000 4194304 4964800 140735227694960 18446744073709551615 4668725 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21240/tid=21246] ppid=21238 vsize=612436 CPUtime=23.4 cores=0-7
/proc/21240/task/21246/stat : 21246 (claspmt) R 21238 21240 21107 0 -1 4202560 9921 0 0 0 2334 6 0 0 25 0 8 0 661074662 627134464 89725 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670295 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21240/tid=21247] ppid=21238 vsize=612436 CPUtime=17.47 cores=0-7
/proc/21240/task/21247/stat : 21247 (claspmt) R 21238 21240 21107 0 -1 4202560 10954 0 0 0 1739 8 0 0 25 0 8 0 661074662 627134464 89725 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670338 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21240/tid=21248] ppid=21238 vsize=612436 CPUtime=17.45 cores=0-7
/proc/21240/task/21248/stat : 21248 (claspmt) R 21238 21240 21107 0 -1 4202560 10454 0 0 0 1739 6 0 0 25 0 8 0 661074662 627134464 89725 33554432000 4194304 4964800 140735227694960 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 147.39
Current children cumulated vsize (KiB) 612436

[startup+51.1011 s]
/proc/loadavg: 7.44 6.15 4.75 9/329 21250
/proc/meminfo: memFree=8474032/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=614424 CPUtime=351.92 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 111379 0 0 0 35125 67 0 0 25 0 8 0 661074470 629170176 104453 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21240/statm: 153606 104453 466 189 0 147955 0
[pid=21240/tid=21242] ppid=21238 vsize=614424 CPUtime=42.68 cores=0-7
/proc/21240/task/21242/stat : 21242 (claspmt) R 21238 21240 21107 0 -1 4202560 8241 0 0 0 4261 7 0 0 25 0 8 0 661074662 629170176 104453 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21240/tid=21243] ppid=21238 vsize=614424 CPUtime=43.09 cores=0-7
/proc/21240/task/21243/stat : 21243 (claspmt) R 21238 21240 21107 0 -1 4202560 12972 0 0 0 4300 9 0 0 25 0 8 0 661074662 629170176 104453 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21240/tid=21244] ppid=21238 vsize=614424 CPUtime=43.05 cores=0-7
/proc/21240/task/21244/stat : 21244 (claspmt) R 21238 21240 21107 0 -1 4202560 12512 0 0 0 4298 7 0 0 25 0 8 0 661074662 629170176 104453 33554432000 4194304 4964800 140735227694960 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21240/tid=21245] ppid=21238 vsize=614424 CPUtime=43.01 cores=0-7
/proc/21240/task/21245/stat : 21245 (claspmt) R 21238 21240 21107 0 -1 4202560 12678 0 0 0 4293 8 0 0 25 0 8 0 661074662 629170176 104453 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21240/tid=21246] ppid=21238 vsize=614424 CPUtime=49 cores=0-7
/proc/21240/task/21246/stat : 21246 (claspmt) R 21238 21240 21107 0 -1 4202560 11374 0 0 0 4893 7 0 0 25 0 8 0 661074662 629170176 104453 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21240/tid=21247] ppid=21238 vsize=614424 CPUtime=43.07 cores=0-7
/proc/21240/task/21247/stat : 21247 (claspmt) R 21238 21240 21107 0 -1 4202560 12596 0 0 0 4297 10 0 0 25 0 8 0 661074662 629170176 104453 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21240/tid=21248] ppid=21238 vsize=614424 CPUtime=43.06 cores=0-7
/proc/21240/task/21248/stat : 21248 (claspmt) R 21238 21240 21107 0 -1 4202560 14550 0 0 0 4295 11 0 0 25 0 8 0 661074662 629170176 104453 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 351.92
Current children cumulated vsize (KiB) 614424

[startup+102.313 s]
/proc/loadavg: 7.88 6.49 4.94 9/329 21251
/proc/meminfo: memFree=8387052/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=687064 CPUtime=761.05 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 132703 0 0 0 76016 89 0 0 25 0 8 0 661074470 703553536 125777 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21240/statm: 171766 125777 466 189 0 166115 0
[pid=21240/tid=21242] ppid=21238 vsize=687064 CPUtime=93.34 cores=0-7
/proc/21240/task/21242/stat : 21242 (claspmt) R 21238 21240 21107 0 -1 4202560 9581 0 0 0 9324 10 0 0 25 0 8 0 661074662 703553536 125777 33554432000 4194304 4964800 140735227694960 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21240/tid=21243] ppid=21238 vsize=687064 CPUtime=94.31 cores=0-7
/proc/21240/task/21243/stat : 21243 (claspmt) R 21238 21240 21107 0 -1 4202560 15401 0 0 0 9419 12 0 0 25 0 8 0 661074662 703553536 125777 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21240/tid=21244] ppid=21238 vsize=687064 CPUtime=94.26 cores=0-7
/proc/21240/task/21244/stat : 21244 (claspmt) R 21238 21240 21107 0 -1 4202560 14065 0 0 0 9418 8 0 0 25 0 8 0 661074662 703553536 125777 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21240/tid=21245] ppid=21238 vsize=687064 CPUtime=94.22 cores=0-7
/proc/21240/task/21245/stat : 21245 (claspmt) R 21238 21240 21107 0 -1 4202560 16279 0 0 0 9411 11 0 0 25 0 8 0 661074662 703553536 125777 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21240/tid=21246] ppid=21238 vsize=687064 CPUtime=100.21 cores=0-7
/proc/21240/task/21246/stat : 21246 (claspmt) R 21238 21240 21107 0 -1 4202560 13775 0 0 0 10011 10 0 0 25 0 8 0 661074662 703553536 125777 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21240/tid=21247] ppid=21238 vsize=687064 CPUtime=94.28 cores=0-7
/proc/21240/task/21247/stat : 21247 (claspmt) R 21238 21240 21107 0 -1 4202560 13636 0 0 0 9417 11 0 0 25 0 8 0 661074662 703553536 125777 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21240/tid=21248] ppid=21238 vsize=687064 CPUtime=94.27 cores=0-7
/proc/21240/task/21248/stat : 21248 (claspmt) R 21238 21240 21107 0 -1 4202560 22034 0 0 0 9409 18 0 0 25 0 8 0 661074662 703553536 125777 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 761.05
Current children cumulated vsize (KiB) 687064

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

[startup+115.101 s]
/proc/loadavg: 7.97 6.56 4.98 9/329 21251
/proc/meminfo: memFree=8384260/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=688836 CPUtime=863.22 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 133444 0 0 0 86232 90 0 0 25 0 8 0 661074470 705368064 126518 33554432000 4194304 4964800 140735227694960 18446744073709551615 4653368 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21240/statm: 172209 126518 466 189 0 166558 0
[pid=21240/tid=21242] ppid=21238 vsize=688836 CPUtime=106 cores=0-7
/proc/21240/task/21242/stat : 21242 (claspmt) R 21238 21240 21107 0 -1 4202560 9609 0 0 0 10590 10 0 0 25 0 8 0 661074662 705368064 126518 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21240/tid=21243] ppid=21238 vsize=688836 CPUtime=107.1 cores=0-7
/proc/21240/task/21243/stat : 21243 (claspmt) R 21238 21240 21107 0 -1 4202560 15468 0 0 0 10698 12 0 0 25 0 8 0 661074662 705368064 126518 33554432000 4194304 4964800 140735227694960 18446744073709551615 4654559 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21240/tid=21244] ppid=21238 vsize=688836 CPUtime=107.05 cores=0-7
/proc/21240/task/21244/stat : 21244 (claspmt) R 21238 21240 21107 0 -1 4202560 14066 0 0 0 10697 8 0 0 25 0 8 0 661074662 705368064 126518 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21240/tid=21245] ppid=21238 vsize=688836 CPUtime=107.01 cores=0-7
/proc/21240/task/21245/stat : 21245 (claspmt) R 21238 21240 21107 0 -1 4202560 16507 0 0 0 10690 11 0 0 25 0 8 0 661074662 705368064 126518 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21240/tid=21246] ppid=21238 vsize=688836 CPUtime=113 cores=0-7
/proc/21240/task/21246/stat : 21246 (claspmt) R 21238 21240 21107 0 -1 4202560 14014 0 0 0 11290 10 0 0 25 0 8 0 661074662 705368064 126518 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21240/tid=21247] ppid=21238 vsize=688836 CPUtime=107.06 cores=0-7
/proc/21240/task/21247/stat : 21247 (claspmt) R 21238 21240 21107 0 -1 4202560 13702 0 0 0 10695 11 0 0 25 0 8 0 661074662 705368064 126518 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21240/tid=21248] ppid=21238 vsize=688836 CPUtime=107.06 cores=0-7
/proc/21240/task/21248/stat : 21248 (claspmt) R 21238 21240 21107 0 -1 4202560 22146 0 0 0 10688 18 0 0 25 0 8 0 661074662 705368064 126518 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 863.22
Current children cumulated vsize (KiB) 688836

[startup+121.501 s]
/proc/loadavg: 7.97 6.58 5.00 9/329 21251
/proc/meminfo: memFree=8382704/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=688968 CPUtime=914.35 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 134017 0 0 0 91344 91 0 0 25 0 8 0 661074470 705503232 127091 33554432000 4194304 4964800 140735227694960 18446744073709551615 4668689 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21240/statm: 172242 127091 466 189 0 166591 0
[pid=21240/tid=21242] ppid=21238 vsize=688968 CPUtime=112.32 cores=0-7
/proc/21240/task/21242/stat : 21242 (claspmt) R 21238 21240 21107 0 -1 4202560 9609 0 0 0 11222 10 0 0 25 0 8 0 661074662 705503232 127091 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21240/tid=21243] ppid=21238 vsize=688968 CPUtime=113.5 cores=0-7
/proc/21240/task/21243/stat : 21243 (claspmt) R 21238 21240 21107 0 -1 4202560 15479 0 0 0 11338 12 0 0 25 0 8 0 661074662 705503232 127091 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21240/tid=21244] ppid=21238 vsize=688968 CPUtime=113.45 cores=0-7
/proc/21240/task/21244/stat : 21244 (claspmt) R 21238 21240 21107 0 -1 4202560 14079 0 0 0 11337 8 0 0 25 0 8 0 661074662 705503232 127091 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21240/tid=21245] ppid=21238 vsize=688968 CPUtime=113.41 cores=0-7
/proc/21240/task/21245/stat : 21245 (claspmt) R 21238 21240 21107 0 -1 4202560 16590 0 0 0 11330 11 0 0 25 0 8 0 661074662 705503232 127091 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21240/tid=21246] ppid=21238 vsize=688968 CPUtime=119.4 cores=0-7
/proc/21240/task/21246/stat : 21246 (claspmt) R 21238 21240 21107 0 -1 4202560 14067 0 0 0 11930 10 0 0 25 0 8 0 661074662 705503232 127091 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670332 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21240/tid=21247] ppid=21238 vsize=688968 CPUtime=113.46 cores=0-7
/proc/21240/task/21247/stat : 21247 (claspmt) R 21238 21240 21107 0 -1 4202560 13728 0 0 0 11335 11 0 0 25 0 8 0 661074662 705503232 127091 33554432000 4194304 4964800 140735227694960 18446744073709551615 4684058 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21240/tid=21248] ppid=21238 vsize=688968 CPUtime=113.46 cores=0-7
/proc/21240/task/21248/stat : 21248 (claspmt) R 21238 21240 21107 0 -1 4202560 22528 0 0 0 11327 19 0 0 25 0 8 0 661074662 705503232 127091 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 914.35
Current children cumulated vsize (KiB) 688968

[startup+124.701 s]
/proc/loadavg: 7.98 6.61 5.01 9/329 21251
/proc/meminfo: memFree=8380212/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=690900 CPUtime=939.91 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 134491 0 0 0 93900 91 0 0 25 0 8 0 661074470 707481600 127565 33554432000 4194304 4964800 140735227694960 18446744073709551615 4684058 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21240/statm: 172725 127565 466 189 0 167074 0
[pid=21240/tid=21242] ppid=21238 vsize=690900 CPUtime=115.49 cores=0-7
/proc/21240/task/21242/stat : 21242 (claspmt) R 21238 21240 21107 0 -1 4202560 9614 0 0 0 11539 10 0 0 25 0 8 0 661074662 707481600 127565 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21240/tid=21243] ppid=21238 vsize=690900 CPUtime=116.7 cores=0-7
/proc/21240/task/21243/stat : 21243 (claspmt) R 21238 21240 21107 0 -1 4202560 15485 0 0 0 11658 12 0 0 25 0 8 0 661074662 707481600 127565 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21240/tid=21244] ppid=21238 vsize=690900 CPUtime=116.65 cores=0-7
/proc/21240/task/21244/stat : 21244 (claspmt) R 21238 21240 21107 0 -1 4202560 14079 0 0 0 11657 8 0 0 25 0 8 0 661074662 707481600 127565 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21240/tid=21245] ppid=21238 vsize=690900 CPUtime=116.61 cores=0-7
/proc/21240/task/21245/stat : 21245 (claspmt) R 21238 21240 21107 0 -1 4202560 16598 0 0 0 11650 11 0 0 25 0 8 0 661074662 707481600 127565 33554432000 4194304 4964800 140735227694960 18446744073709551615 4313751 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21240/tid=21246] ppid=21238 vsize=690900 CPUtime=122.6 cores=0-7
/proc/21240/task/21246/stat : 21246 (claspmt) R 21238 21240 21107 0 -1 4202560 14402 0 0 0 12250 10 0 0 25 0 8 0 661074662 707481600 127565 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21240/tid=21247] ppid=21238 vsize=690900 CPUtime=116.65 cores=0-7
/proc/21240/task/21247/stat : 21247 (claspmt) R 21238 21240 21107 0 -1 4202560 13728 0 0 0 11654 11 0 0 25 0 8 0 661074662 707481600 127565 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21240/tid=21248] ppid=21238 vsize=690900 CPUtime=116.66 cores=0-7
/proc/21240/task/21248/stat : 21248 (claspmt) R 21238 21240 21107 0 -1 4202560 22648 0 0 0 11647 19 0 0 25 0 8 0 661074662 707481600 127565 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 939.91
Current children cumulated vsize (KiB) 690900

[startup+127.901 s]
/proc/loadavg: 7.98 6.63 5.03 9/329 21252
/proc/meminfo: memFree=8380296/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=690900 CPUtime=965.47 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 134493 0 0 0 96456 91 0 0 25 0 8 0 661074470 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21240/statm: 172725 127567 466 189 0 167074 0
[pid=21240/tid=21242] ppid=21238 vsize=690900 CPUtime=118.66 cores=0-7
/proc/21240/task/21242/stat : 21242 (claspmt) R 21238 21240 21107 0 -1 4202560 9614 0 0 0 11856 10 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21240/tid=21243] ppid=21238 vsize=690900 CPUtime=119.9 cores=0-7
/proc/21240/task/21243/stat : 21243 (claspmt) R 21238 21240 21107 0 -1 4202560 15485 0 0 0 11978 12 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21240/tid=21244] ppid=21238 vsize=690900 CPUtime=119.85 cores=0-7
/proc/21240/task/21244/stat : 21244 (claspmt) R 21238 21240 21107 0 -1 4202560 14079 0 0 0 11977 8 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21240/tid=21245] ppid=21238 vsize=690900 CPUtime=119.81 cores=0-7
/proc/21240/task/21245/stat : 21245 (claspmt) R 21238 21240 21107 0 -1 4202560 16598 0 0 0 11970 11 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4644832 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21240/tid=21246] ppid=21238 vsize=690900 CPUtime=125.79 cores=0-7
/proc/21240/task/21246/stat : 21246 (claspmt) R 21238 21240 21107 0 -1 4202560 14404 0 0 0 12569 10 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21240/tid=21247] ppid=21238 vsize=690900 CPUtime=119.85 cores=0-7
/proc/21240/task/21247/stat : 21247 (claspmt) R 21238 21240 21107 0 -1 4202560 13728 0 0 0 11974 11 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21240/tid=21248] ppid=21238 vsize=690900 CPUtime=119.86 cores=0-7
/proc/21240/task/21248/stat : 21248 (claspmt) R 21238 21240 21107 0 -1 4202560 22648 0 0 0 11967 19 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 965.47
Current children cumulated vsize (KiB) 690900

[startup+128.712 s]
/proc/loadavg: 7.98 6.63 5.03 9/329 21252
/proc/meminfo: memFree=8380296/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=690900 CPUtime=971.95 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 134493 0 0 0 97104 91 0 0 25 0 8 0 661074470 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670499 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21240/statm: 172725 127567 466 189 0 167074 0
[pid=21240/tid=21242] ppid=21238 vsize=690900 CPUtime=119.46 cores=0-7
/proc/21240/task/21242/stat : 21242 (claspmt) R 21238 21240 21107 0 -1 4202560 9614 0 0 0 11936 10 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21240/tid=21243] ppid=21238 vsize=690900 CPUtime=120.71 cores=0-7
/proc/21240/task/21243/stat : 21243 (claspmt) R 21238 21240 21107 0 -1 4202560 15485 0 0 0 12059 12 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4668698 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21240/tid=21244] ppid=21238 vsize=690900 CPUtime=120.66 cores=0-7
/proc/21240/task/21244/stat : 21244 (claspmt) R 21238 21240 21107 0 -1 4202560 14079 0 0 0 12058 8 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 248089803295 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21240/tid=21245] ppid=21238 vsize=690900 CPUtime=120.62 cores=0-7
/proc/21240/task/21245/stat : 21245 (claspmt) R 21238 21240 21107 0 -1 4202560 16598 0 0 0 12051 11 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 248089803295 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21240/tid=21246] ppid=21238 vsize=690900 CPUtime=126.6 cores=0-7
/proc/21240/task/21246/stat : 21246 (claspmt) R 21238 21240 21107 0 -1 4202560 14404 0 0 0 12650 10 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21240/tid=21247] ppid=21238 vsize=690900 CPUtime=120.66 cores=0-7
/proc/21240/task/21247/stat : 21247 (claspmt) R 21238 21240 21107 0 -1 4202560 13728 0 0 0 12055 11 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21240/tid=21248] ppid=21238 vsize=690900 CPUtime=120.67 cores=0-7
/proc/21240/task/21248/stat : 21248 (claspmt) R 21238 21240 21107 0 -1 4202560 22648 0 0 0 12048 19 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 971.95
Current children cumulated vsize (KiB) 690900

[startup+129.501 s]
/proc/loadavg: 7.98 6.63 5.03 9/329 21252
/proc/meminfo: memFree=8380296/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=690900 CPUtime=978.26 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 134493 0 0 0 97735 91 0 0 25 0 8 0 661074470 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/21240/statm: 172725 127567 466 189 0 167074 0
[pid=21240/tid=21242] ppid=21238 vsize=690900 CPUtime=120.25 cores=0-7
/proc/21240/task/21242/stat : 21242 (claspmt) R 21238 21240 21107 0 -1 4202560 9614 0 0 0 12015 10 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670415 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=21240/tid=21243] ppid=21238 vsize=690900 CPUtime=121.5 cores=0-7
/proc/21240/task/21243/stat : 21243 (claspmt) R 21238 21240 21107 0 -1 4202560 15485 0 0 0 12138 12 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=21240/tid=21244] ppid=21238 vsize=690900 CPUtime=121.45 cores=0-7
/proc/21240/task/21244/stat : 21244 (claspmt) R 21238 21240 21107 0 -1 4202560 14079 0 0 0 12137 8 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=21240/tid=21245] ppid=21238 vsize=690900 CPUtime=121.41 cores=0-7
/proc/21240/task/21245/stat : 21245 (claspmt) R 21238 21240 21107 0 -1 4202560 16598 0 0 0 12130 11 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 248089353419 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=21240/tid=21246] ppid=21238 vsize=690900 CPUtime=127.39 cores=0-7
/proc/21240/task/21246/stat : 21246 (claspmt) R 21238 21240 21107 0 -1 4202560 14404 0 0 0 12729 10 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670403 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=21240/tid=21247] ppid=21238 vsize=690900 CPUtime=121.45 cores=0-7
/proc/21240/task/21247/stat : 21247 (claspmt) R 21238 21240 21107 0 -1 4202560 13728 0 0 0 12134 11 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=21240/tid=21248] ppid=21238 vsize=690900 CPUtime=121.46 cores=0-7
/proc/21240/task/21248/stat : 21248 (claspmt) R 21238 21240 21107 0 -1 4202560 22648 0 0 0 12127 19 0 0 25 0 8 0 661074662 707481600 127567 33554432000 4194304 4964800 140735227694960 18446744073709551615 4669396 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 978.26
Current children cumulated vsize (KiB) 690900

[startup+129.701 s]
/proc/loadavg: 7.98 6.63 5.03 2/322 21252
/proc/meminfo: memFree=8383948/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=686584 CPUtime=979.24 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 134503 0 0 0 97832 92 0 0 17 0 1 0 661074470 703062016 126498 33554432000 4194304 4964800 140735227694960 18446744073709551615 4646559 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21240/statm: 171646 126498 476 189 0 165995 0
Current children cumulated CPU time (s) 979.24
Current children cumulated vsize (KiB) 686584

[startup+129.812 s]
/proc/loadavg: 7.98 6.63 5.03 2/322 21252
/proc/meminfo: memFree=8383948/32950928 swapFree=64721848/67111528
[pid=21240] ppid=21238 vsize=686584 CPUtime=979.34 cores=0-7
/proc/21240/stat : 21240 (claspmt) R 21238 21240 21107 0 -1 4202496 134503 0 0 0 97842 92 0 0 17 0 1 0 661074470 703062016 126145 33554432000 4194304 4964800 140735227694960 18446744073709551615 248089356050 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21240/statm: 171646 126145 476 189 0 165995 0
Current children cumulated CPU time (s) 979.34
Current children cumulated vsize (KiB) 686584

Child status: 20
Real time (s): 129.875
CPU time (s): 979.411
CPU user time (s): 978.458
CPU system time (s): 0.952855
CPU usage (%): 754.118
Max. virtual memory (cumulated for all children) (KiB): 690900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 978.458
system time used= 0.952855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134504
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= 56834
involuntary context switches= 6114

runsolver used 0.374943 second user time and 1.00885 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 23:25:47
IDJOB=3380917
IDBENCH=82496
IDSOLVER=1865
FILE ID=node123/3380917-1305494746
RUNJOBID= node123-1305494455-21121
PBS_JOBID= 13325432
Free space on /tmp= 73388 MiB

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

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1906491374

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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:     32950928 kB
MemFree:       8887788 kB
Buffers:        333568 kB
Cached:        4462960 kB
SwapCached:      10528 kB
Active:       20672000 kB
Inactive:      3087060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8887788 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           17864 kB
Writeback:           0 kB
AnonPages:    18960144 kB
Mapped:          24724 kB
Slab:           180524 kB
PageTables:      59264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69831708 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= 73384 MiB
End job on node123 at 2011-05-15 23:27:57