Trace number 3321720

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
claspmt 2.0-R4095UNSAT 1030.37 139.925

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.934
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
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 ...366480/instance-3321720-1304366480.cnf
2.09/2.20	c Solving...
1030.34/139.92	s UNSATISFIABLE
1030.34/139.92	
1030.34/139.92	c Models        : 0     
1030.34/139.92	c Time          : 139.747s (Solving: 137.55s 1st Model: 0.00s Unsat: 137.55s)
1030.34/139.92	c CPU Time      : 1030.190s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321720-1304366480/watcher-3321720-1304366480 -o /tmp/evaluation-result-3321720-1304366480/solver-3321720-1304366480 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321720-1304366480.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: 0.30 0.06 0.19 1/245 2424
/proc/meminfo: memFree=27951696/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=25044 CPUtime=0 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 529 0 0 0 0 0 0 0 21 0 1 0 548247692 25645056 458 33554432000 4194304 4964704 140734560031440 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/2424/statm: 6261 465 376 189 0 1135 0

[startup+0.0351411 s]
/proc/loadavg: 0.30 0.06 0.19 1/245 2424
/proc/meminfo: memFree=27951696/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=31864 CPUtime=0.02 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 3782 0 0 0 2 0 0 0 21 0 1 0 548247692 32628736 3159 33554432000 4194304 4964704 140734560031440 18446744073709551615 210647146240 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/2424/statm: 7966 3161 386 189 0 2840 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 31864

[startup+0.101124 s]
/proc/loadavg: 0.30 0.06 0.19 1/245 2424
/proc/meminfo: memFree=27951696/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=42548 CPUtime=0.09 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 7269 0 0 0 8 1 0 0 21 0 1 0 548247692 43569152 5788 33554432000 4194304 4964704 140734560031440 18446744073709551615 4583534 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/2424/statm: 10637 5790 386 189 0 5511 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42548

[startup+0.301078 s]
/proc/loadavg: 0.30 0.06 0.19 1/245 2424
/proc/meminfo: memFree=27951696/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=78524 CPUtime=0.29 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 18882 0 0 0 26 3 0 0 22 0 1 0 548247692 80408576 14188 33554432000 4194304 4964704 140734560031440 18446744073709551615 4625044 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/2424/statm: 19631 14188 398 189 0 14505 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78524

[startup+0.701012 s]
/proc/loadavg: 0.30 0.06 0.19 1/245 2424
/proc/meminfo: memFree=27951696/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=97124 CPUtime=0.69 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 23315 0 0 0 66 3 0 0 23 0 1 0 548247692 99454976 18621 33554432000 4194304 4964704 140734560031440 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/2424/statm: 24281 18621 402 189 0 19155 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97124

[startup+1.5009 s]
/proc/loadavg: 0.30 0.06 0.19 2/246 2425
/proc/meminfo: memFree=27878660/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=97124 CPUtime=1.49 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 23316 0 0 0 146 3 0 0 25 0 1 0 548247692 99454976 18622 33554432000 4194304 4964704 140734560031440 18446744073709551615 4607562 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/2424/statm: 24281 18622 402 189 0 19155 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97124

[startup+3.10062 s]
/proc/loadavg: 0.30 0.06 0.19 2/246 2425
/proc/meminfo: memFree=27874064/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=617908 CPUtime=3.57 cores=0-7
/proc/2424/stat : 2424 (claspmt) S 2422 2424 2328 0 -1 4202496 87930 0 0 0 303 54 0 0 25 0 8 0 548247692 632737792 80925 33554432000 4194304 4964704 140734560031440 18446744073709551615 210658962329 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2424/statm: 154477 80925 442 189 0 148826 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 617908

[startup+6.30107 s]
/proc/loadavg: 0.52 0.11 0.21 2/253 2432
/proc/meminfo: memFree=27626340/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=617908 CPUtime=6.77 cores=0-7
/proc/2424/stat : 2424 (claspmt) S 2422 2424 2328 0 -1 4202496 88592 0 0 0 623 54 0 0 25 0 8 0 548247692 632737792 81587 33554432000 4194304 4964704 140734560031440 18446744073709551615 210658962329 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2424/statm: 154477 81587 442 189 0 148826 0
[pid=2424/tid=2426] ppid=2422 vsize=617908 CPUtime=0.12 cores=0-7
/proc/2424/task/2426/stat : 2426 (claspmt) S 2422 2424 2328 0 -1 4202560 7822 0 0 0 6 6 0 0 16 0 8 0 548247913 632737792 81587 33554432000 4194304 4964704 140734560031440 18446744073709551615 210658962329 0 0 4096 18946 18446604453868602304 0 0 -1 6 0 0 0
[pid=2424/tid=2427] ppid=2422 vsize=617908 CPUtime=0.12 cores=0-7
/proc/2424/task/2427/stat : 2427 (claspmt) S 2422 2424 2328 0 -1 4202560 9004 0 0 0 5 7 0 0 16 0 8 0 548247913 632737792 81587 33554432000 4194304 4964704 140734560031440 18446744073709551615 210658962329 0 0 4096 18946 18446604453868602304 0 0 -1 2 0 0 0
[pid=2424/tid=2428] ppid=2422 vsize=617908 CPUtime=0.16 cores=0-7
/proc/2424/task/2428/stat : 2428 (claspmt) S 2422 2424 2328 0 -1 4202560 7960 0 0 0 9 7 0 0 17 0 8 0 548247913 632737792 81587 33554432000 4194304 4964704 140734560031440 18446744073709551615 210658962329 0 0 4096 18946 18446604453868602304 0 0 -1 3 0 0 0
[pid=2424/tid=2429] ppid=2422 vsize=617908 CPUtime=0.11 cores=0-7
/proc/2424/task/2429/stat : 2429 (claspmt) S 2422 2424 2328 0 -1 4202560 8859 0 0 0 5 6 0 0 16 0 8 0 548247913 632737792 81587 33554432000 4194304 4964704 140734560031440 18446744073709551615 210658962329 0 0 4096 18946 18446604453868602304 0 0 -1 6 0 0 0
[pid=2424/tid=2430] ppid=2422 vsize=617908 CPUtime=3.72 cores=0-7
/proc/2424/task/2430/stat : 2430 (claspmt) R 2422 2424 2328 0 -1 4202560 11861 0 0 0 363 9 0 0 24 0 8 0 548247913 632737792 81587 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2424/tid=2431] ppid=2422 vsize=617908 CPUtime=0.13 cores=0-7
/proc/2424/task/2431/stat : 2431 (claspmt) S 2422 2424 2328 0 -1 4202560 8312 0 0 0 7 6 0 0 16 0 8 0 548247913 632737792 81587 33554432000 4194304 4964704 140734560031440 18446744073709551615 210658962329 0 0 4096 18946 18446604453868602304 0 0 -1 4 0 0 0
[pid=2424/tid=2432] ppid=2422 vsize=617908 CPUtime=0.15 cores=0-7
/proc/2424/task/2432/stat : 2432 (claspmt) S 2422 2424 2328 0 -1 4202560 8254 0 0 0 9 6 0 0 17 0 8 0 548247913 632737792 81587 33554432000 4194304 4964704 140734560031440 18446744073709551615 210658962329 0 0 4096 18946 18446604453868602304 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 617908

[startup+12.701 s]
/proc/loadavg: 0.72 0.16 0.22 2/253 2432
/proc/meminfo: memFree=27627236/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=617908 CPUtime=15.37 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 93058 0 0 0 1478 59 0 0 18 0 8 0 548247692 632737792 86052 33554432000 4194304 4964704 140734560031440 18446744073709551615 4660755 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2424/statm: 154477 86052 461 189 0 148826 0
[pid=2424/tid=2426] ppid=2422 vsize=617908 CPUtime=0.43 cores=0-7
/proc/2424/task/2426/stat : 2426 (claspmt) R 2422 2424 2328 0 -1 4202560 8383 0 0 0 37 6 0 0 16 0 8 0 548247913 632737792 86052 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2424/tid=2427] ppid=2422 vsize=617908 CPUtime=0.44 cores=0-7
/proc/2424/task/2427/stat : 2427 (claspmt) R 2422 2424 2328 0 -1 4202560 9733 0 0 0 37 7 0 0 16 0 8 0 548247913 632737792 86052 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2424/tid=2428] ppid=2422 vsize=617908 CPUtime=0.47 cores=0-7
/proc/2424/task/2428/stat : 2428 (claspmt) R 2422 2424 2328 0 -1 4202560 8637 0 0 0 40 7 0 0 16 0 8 0 548247913 632737792 86052 33554432000 4194304 4964704 140734560031440 18446744073709551615 4668657 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=2424/tid=2429] ppid=2422 vsize=617908 CPUtime=0.43 cores=0-7
/proc/2424/task/2429/stat : 2429 (claspmt) R 2422 2424 2328 0 -1 4202560 9569 0 0 0 36 7 0 0 16 0 8 0 548247913 632737792 86052 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2424/tid=2430] ppid=2422 vsize=617908 CPUtime=10.09 cores=0-7
/proc/2424/task/2430/stat : 2430 (claspmt) R 2422 2424 2328 0 -1 4202560 11871 0 0 0 1000 9 0 0 25 0 8 0 548247913 632737792 86052 33554432000 4194304 4964704 140734560031440 18446744073709551615 4668931 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2424/tid=2431] ppid=2422 vsize=617908 CPUtime=0.45 cores=0-7
/proc/2424/task/2431/stat : 2431 (claspmt) R 2422 2424 2328 0 -1 4202560 8736 0 0 0 38 7 0 0 16 0 8 0 548247913 632737792 86052 33554432000 4194304 4964704 140734560031440 18446744073709551615 4313632 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2424/tid=2432] ppid=2422 vsize=617908 CPUtime=0.48 cores=0-7
/proc/2424/task/2432/stat : 2432 (claspmt) R 2422 2424 2328 0 -1 4202560 8864 0 0 0 41 7 0 0 16 0 8 0 548247913 632737792 86052 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15.37
Current children cumulated vsize (KiB) 617908

[startup+25.5008 s]
/proc/loadavg: 2.40 0.56 0.35 9/253 2432
/proc/meminfo: memFree=27582108/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=618308 CPUtime=117.58 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 100681 0 0 0 11689 69 0 0 25 0 8 0 548247692 633147392 93675 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670277 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2424/statm: 154577 93675 464 189 0 148926 0
[pid=2424/tid=2426] ppid=2422 vsize=618308 CPUtime=13.23 cores=0-7
/proc/2424/task/2426/stat : 2426 (claspmt) R 2422 2424 2328 0 -1 4202560 9286 0 0 0 1316 7 0 0 25 0 8 0 548247913 633147392 93675 33554432000 4194304 4964704 140734560031440 18446744073709551615 4668654 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2424/tid=2427] ppid=2422 vsize=618308 CPUtime=13.24 cores=0-7
/proc/2424/task/2427/stat : 2427 (claspmt) R 2422 2424 2328 0 -1 4202560 11413 0 0 0 1315 9 0 0 25 0 8 0 548247913 633147392 93675 33554432000 4194304 4964704 140734560031440 18446744073709551615 4668609 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2424/tid=2428] ppid=2422 vsize=618308 CPUtime=13.24 cores=0-7
/proc/2424/task/2428/stat : 2428 (claspmt) R 2422 2424 2328 0 -1 4202560 9181 0 0 0 1316 8 0 0 25 0 8 0 548247913 633147392 93675 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2424/tid=2429] ppid=2422 vsize=618308 CPUtime=13.18 cores=0-7
/proc/2424/task/2429/stat : 2429 (claspmt) R 2422 2424 2328 0 -1 4202560 10517 0 0 0 1309 9 0 0 25 0 8 0 548247913 633147392 93675 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670263 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2424/tid=2430] ppid=2422 vsize=618308 CPUtime=22.85 cores=0-7
/proc/2424/task/2430/stat : 2430 (claspmt) R 2422 2424 2328 0 -1 4202560 11950 0 0 0 2276 9 0 0 25 0 8 0 548247913 633147392 93675 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670184 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2424/tid=2431] ppid=2422 vsize=618308 CPUtime=13.25 cores=0-7
/proc/2424/task/2431/stat : 2431 (claspmt) R 2422 2424 2328 0 -1 4202560 10183 0 0 0 1316 9 0 0 25 0 8 0 548247913 633147392 93675 33554432000 4194304 4964704 140734560031440 18446744073709551615 4668673 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2424/tid=2432] ppid=2422 vsize=618308 CPUtime=13.21 cores=0-7
/proc/2424/task/2432/stat : 2432 (claspmt) R 2422 2424 2328 0 -1 4202560 10466 0 0 0 1312 9 0 0 25 0 8 0 548247913 633147392 93675 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670277 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 117.58
Current children cumulated vsize (KiB) 618308

[startup+51.1005 s]
/proc/loadavg: 4.38 1.17 0.56 9/253 2433
/proc/meminfo: memFree=27528600/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=626432 CPUtime=322.16 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 114098 0 0 0 32130 86 0 0 25 0 8 0 548247692 641466368 107092 33554432000 4194304 4964704 140734560031440 18446744073709551615 4668907 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2424/statm: 156608 107092 466 189 0 150957 0
[pid=2424/tid=2426] ppid=2422 vsize=626432 CPUtime=38.83 cores=0-7
/proc/2424/task/2426/stat : 2426 (claspmt) R 2422 2424 2328 0 -1 4202560 9799 0 0 0 3875 8 0 0 25 0 8 0 548247913 641466368 107092 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670032 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2424/tid=2427] ppid=2422 vsize=626432 CPUtime=38.83 cores=0-7
/proc/2424/task/2427/stat : 2427 (claspmt) R 2422 2424 2328 0 -1 4202560 14302 0 0 0 3872 11 0 0 25 0 8 0 548247913 641466368 107092 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2424/tid=2428] ppid=2422 vsize=626432 CPUtime=38.84 cores=0-7
/proc/2424/task/2428/stat : 2428 (claspmt) R 2422 2424 2328 0 -1 4202560 11096 0 0 0 3874 10 0 0 25 0 8 0 548247913 641466368 107092 33554432000 4194304 4964704 140734560031440 18446744073709551615 4321042 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2424/tid=2429] ppid=2422 vsize=626432 CPUtime=38.78 cores=0-7
/proc/2424/task/2429/stat : 2429 (claspmt) R 2422 2424 2328 0 -1 4202560 12421 0 0 0 3867 11 0 0 25 0 8 0 548247913 641466368 107092 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2424/tid=2430] ppid=2422 vsize=626432 CPUtime=48.27 cores=0-7
/proc/2424/task/2430/stat : 2430 (claspmt) R 2422 2424 2328 0 -1 4202560 14160 0 0 0 4814 13 0 0 25 0 8 0 548247913 641466368 107092 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2424/tid=2431] ppid=2422 vsize=626432 CPUtime=38.84 cores=0-7
/proc/2424/task/2431/stat : 2431 (claspmt) R 2422 2424 2328 0 -1 4202560 10852 0 0 0 3875 9 0 0 25 0 8 0 548247913 641466368 107092 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2424/tid=2432] ppid=2422 vsize=626432 CPUtime=38.79 cores=0-7
/proc/2424/task/2432/stat : 2432 (claspmt) R 2422 2424 2328 0 -1 4202560 12982 0 0 0 3866 13 0 0 25 0 8 0 548247913 641466368 107092 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670354 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 322.16
Current children cumulated vsize (KiB) 626432

[startup+102.31 s]
/proc/loadavg: 6.51 2.24 0.95 9/253 2434
/proc/meminfo: memFree=27450260/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=636192 CPUtime=731.42 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 133390 0 0 0 73032 110 0 0 25 0 8 0 548247692 651460608 126384 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670230 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2424/statm: 159048 126384 466 189 0 153397 0
[pid=2424/tid=2426] ppid=2422 vsize=636192 CPUtime=90.03 cores=0-7
/proc/2424/task/2426/stat : 2426 (claspmt) R 2422 2424 2328 0 -1 4202560 10570 0 0 0 8993 10 0 0 25 0 8 0 548247913 651460608 126384 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2424/tid=2427] ppid=2422 vsize=636192 CPUtime=90.05 cores=0-7
/proc/2424/task/2427/stat : 2427 (claspmt) R 2422 2424 2328 0 -1 4202560 17419 0 0 0 8991 14 0 0 25 0 8 0 548247913 651460608 126384 33554432000 4194304 4964704 140734560031440 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2424/tid=2428] ppid=2422 vsize=636192 CPUtime=90.05 cores=0-7
/proc/2424/task/2428/stat : 2428 (claspmt) R 2422 2424 2328 0 -1 4202560 13934 0 0 0 8991 14 0 0 25 0 8 0 548247913 651460608 126384 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2424/tid=2429] ppid=2422 vsize=636192 CPUtime=89.99 cores=0-7
/proc/2424/task/2429/stat : 2429 (claspmt) R 2422 2424 2328 0 -1 4202560 14915 0 0 0 8985 14 0 0 25 0 8 0 548247913 651460608 126384 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2424/tid=2430] ppid=2422 vsize=636192 CPUtime=99.1 cores=0-7
/proc/2424/task/2430/stat : 2430 (claspmt) R 2422 2424 2328 0 -1 4202560 17880 0 0 0 9893 17 0 0 25 0 8 0 548247913 651460608 126384 33554432000 4194304 4964704 140734560031440 18446744073709551615 4660077 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2424/tid=2431] ppid=2422 vsize=636192 CPUtime=90.06 cores=0-7
/proc/2424/task/2431/stat : 2431 (claspmt) R 2422 2424 2328 0 -1 4202560 12348 0 0 0 8995 11 0 0 25 0 8 0 548247913 651460608 126384 33554432000 4194304 4964704 140734560031440 18446744073709551615 4321105 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2424/tid=2432] ppid=2422 vsize=636192 CPUtime=89.98 cores=0-7
/proc/2424/task/2432/stat : 2432 (claspmt) R 2422 2424 2328 0 -1 4202560 16870 0 0 0 8979 19 0 0 25 0 8 0 548247913 651460608 126384 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 731.42
Current children cumulated vsize (KiB) 636192

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

[startup+115.101 s]
/proc/loadavg: 6.84 2.52 1.07 9/253 2435
/proc/meminfo: memFree=27436484/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=638452 CPUtime=833.64 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 137000 0 0 0 83248 116 0 0 25 0 8 0 548247692 653774848 129994 33554432000 4194304 4964704 140734560031440 18446744073709551615 210646807237 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2424/statm: 159613 129994 466 189 0 153962 0
[pid=2424/tid=2426] ppid=2422 vsize=638452 CPUtime=102.81 cores=0-7
/proc/2424/task/2426/stat : 2426 (claspmt) R 2422 2424 2328 0 -1 4202560 10628 0 0 0 10271 10 0 0 25 0 8 0 548247913 653774848 129994 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2424/tid=2427] ppid=2422 vsize=638452 CPUtime=102.83 cores=0-7
/proc/2424/task/2427/stat : 2427 (claspmt) R 2422 2424 2328 0 -1 4202560 17984 0 0 0 10268 15 0 0 25 0 8 0 548247913 653774848 129994 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2424/tid=2428] ppid=2422 vsize=638452 CPUtime=102.85 cores=0-7
/proc/2424/task/2428/stat : 2428 (claspmt) R 2422 2424 2328 0 -1 4202560 14172 0 0 0 10270 15 0 0 25 0 8 0 548247913 653774848 129994 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2424/tid=2429] ppid=2422 vsize=638452 CPUtime=102.77 cores=0-7
/proc/2424/task/2429/stat : 2429 (claspmt) R 2422 2424 2328 0 -1 4202560 15479 0 0 0 10263 14 0 0 25 0 8 0 548247913 653774848 129994 33554432000 4194304 4964704 140734560031440 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2424/tid=2430] ppid=2422 vsize=638452 CPUtime=111.8 cores=0-7
/proc/2424/task/2430/stat : 2430 (claspmt) R 2422 2424 2328 0 -1 4202560 18300 0 0 0 11162 18 0 0 25 0 8 0 548247913 653774848 129994 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670269 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2424/tid=2431] ppid=2422 vsize=638452 CPUtime=102.85 cores=0-7
/proc/2424/task/2431/stat : 2431 (claspmt) R 2422 2424 2328 0 -1 4202560 12411 0 0 0 10274 11 0 0 25 0 8 0 548247913 653774848 129994 33554432000 4194304 4964704 140734560031440 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2424/tid=2432] ppid=2422 vsize=638452 CPUtime=102.75 cores=0-7
/proc/2424/task/2432/stat : 2432 (claspmt) R 2422 2424 2328 0 -1 4202560 18390 0 0 0 10253 22 0 0 25 0 8 0 548247913 653774848 129994 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 833.64
Current children cumulated vsize (KiB) 638452

[startup+127.901 s]
/proc/loadavg: 7.02 2.70 1.14 9/253 2435
/proc/meminfo: memFree=27418748/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=704652 CPUtime=935.94 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 141276 0 0 0 93473 121 0 0 25 0 8 0 548247692 721563648 134270 33554432000 4194304 4964704 140734560031440 18446744073709551615 4668907 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2424/statm: 176163 134270 466 189 0 170512 0
[pid=2424/tid=2426] ppid=2422 vsize=704652 CPUtime=115.61 cores=0-7
/proc/2424/task/2426/stat : 2426 (claspmt) R 2422 2424 2328 0 -1 4202560 10685 0 0 0 11551 10 0 0 25 0 8 0 548247913 721563648 134270 33554432000 4194304 4964704 140734560031440 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2424/tid=2427] ppid=2422 vsize=704652 CPUtime=115.64 cores=0-7
/proc/2424/task/2427/stat : 2427 (claspmt) R 2422 2424 2328 0 -1 4202560 18653 0 0 0 11548 16 0 0 25 0 8 0 548247913 721563648 134270 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670327 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2424/tid=2428] ppid=2422 vsize=704652 CPUtime=115.65 cores=0-7
/proc/2424/task/2428/stat : 2428 (claspmt) R 2422 2424 2328 0 -1 4202560 14177 0 0 0 11550 15 0 0 25 0 8 0 548247913 721563648 134270 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2424/tid=2429] ppid=2422 vsize=704652 CPUtime=115.58 cores=0-7
/proc/2424/task/2429/stat : 2429 (claspmt) R 2422 2424 2328 0 -1 4202560 15805 0 0 0 11543 15 0 0 25 0 8 0 548247913 721563648 134270 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2424/tid=2430] ppid=2422 vsize=704652 CPUtime=124.5 cores=0-7
/proc/2424/task/2430/stat : 2430 (claspmt) R 2422 2424 2328 0 -1 4202560 18478 0 0 0 12432 18 0 0 25 0 8 0 548247913 721563648 134270 33554432000 4194304 4964704 140734560031440 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2424/tid=2431] ppid=2422 vsize=704652 CPUtime=115.64 cores=0-7
/proc/2424/task/2431/stat : 2431 (claspmt) R 2422 2424 2328 0 -1 4202560 13149 0 0 0 11553 11 0 0 25 0 8 0 548247913 721563648 134270 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2424/tid=2432] ppid=2422 vsize=704652 CPUtime=115.55 cores=0-7
/proc/2424/task/2432/stat : 2432 (claspmt) R 2422 2424 2328 0 -1 4202560 20362 0 0 0 11530 25 0 0 25 0 8 0 548247913 721563648 134270 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 935.94
Current children cumulated vsize (KiB) 704652

[startup+134.3 s]
/proc/loadavg: 7.17 2.88 1.21 9/253 2435
/proc/meminfo: memFree=27417504/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=704652 CPUtime=987.07 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 141484 0 0 0 98585 122 0 0 25 0 8 0 548247692 721563648 134478 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2424/statm: 176163 134478 466 189 0 170512 0
[pid=2424/tid=2426] ppid=2422 vsize=704652 CPUtime=122.01 cores=0-7
/proc/2424/task/2426/stat : 2426 (claspmt) R 2422 2424 2328 0 -1 4202560 10719 0 0 0 12190 11 0 0 25 0 8 0 548247913 721563648 134478 33554432000 4194304 4964704 140734560031440 18446744073709551615 4370377 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2424/tid=2427] ppid=2422 vsize=704652 CPUtime=122.04 cores=0-7
/proc/2424/task/2427/stat : 2427 (claspmt) R 2422 2424 2328 0 -1 4202560 18673 0 0 0 12188 16 0 0 25 0 8 0 548247913 721563648 134478 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2424/tid=2428] ppid=2422 vsize=704652 CPUtime=122.04 cores=0-7
/proc/2424/task/2428/stat : 2428 (claspmt) R 2422 2424 2328 0 -1 4202560 14199 0 0 0 12189 15 0 0 25 0 8 0 548247913 721563648 134478 33554432000 4194304 4964704 140734560031440 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2424/tid=2429] ppid=2422 vsize=704652 CPUtime=121.98 cores=0-7
/proc/2424/task/2429/stat : 2429 (claspmt) R 2422 2424 2328 0 -1 4202560 15820 0 0 0 12183 15 0 0 25 0 8 0 548247913 721563648 134478 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2424/tid=2430] ppid=2422 vsize=704652 CPUtime=130.85 cores=0-7
/proc/2424/task/2430/stat : 2430 (claspmt) R 2422 2424 2328 0 -1 4202560 18567 0 0 0 13067 18 0 0 25 0 8 0 548247913 721563648 134478 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2424/tid=2431] ppid=2422 vsize=704652 CPUtime=122.04 cores=0-7
/proc/2424/task/2431/stat : 2431 (claspmt) R 2422 2424 2328 0 -1 4202560 13159 0 0 0 12193 11 0 0 25 0 8 0 548247913 721563648 134478 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2424/tid=2432] ppid=2422 vsize=704652 CPUtime=121.95 cores=0-7
/proc/2424/task/2432/stat : 2432 (claspmt) R 2422 2424 2328 0 -1 4202560 20380 0 0 0 12169 26 0 0 21 0 8 0 548247913 721563648 134478 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 987.07
Current children cumulated vsize (KiB) 704652

[startup+137.509 s]
/proc/loadavg: 7.17 2.88 1.21 9/253 2435
/proc/meminfo: memFree=27417372/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=704652 CPUtime=1012.71 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 141507 0 0 0 101149 122 0 0 25 0 8 0 548247692 721563648 134501 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670230 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2424/statm: 176163 134501 466 189 0 170512 0
[pid=2424/tid=2426] ppid=2422 vsize=704652 CPUtime=125.22 cores=0-7
/proc/2424/task/2426/stat : 2426 (claspmt) R 2422 2424 2328 0 -1 4202560 10719 0 0 0 12511 11 0 0 25 0 8 0 548247913 721563648 134501 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2424/tid=2427] ppid=2422 vsize=704652 CPUtime=125.25 cores=0-7
/proc/2424/task/2427/stat : 2427 (claspmt) R 2422 2424 2328 0 -1 4202560 18695 0 0 0 12509 16 0 0 25 0 8 0 548247913 721563648 134501 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2424/tid=2428] ppid=2422 vsize=704652 CPUtime=125.25 cores=0-7
/proc/2424/task/2428/stat : 2428 (claspmt) R 2422 2424 2328 0 -1 4202560 14199 0 0 0 12510 15 0 0 25 0 8 0 548247913 721563648 134501 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2424/tid=2429] ppid=2422 vsize=704652 CPUtime=125.19 cores=0-7
/proc/2424/task/2429/stat : 2429 (claspmt) R 2422 2424 2328 0 -1 4202560 15820 0 0 0 12504 15 0 0 25 0 8 0 548247913 721563648 134501 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2424/tid=2430] ppid=2422 vsize=704652 CPUtime=134.03 cores=0-7
/proc/2424/task/2430/stat : 2430 (claspmt) R 2422 2424 2328 0 -1 4202560 18568 0 0 0 13385 18 0 0 25 0 8 0 548247913 721563648 134501 33554432000 4194304 4964704 140734560031440 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2424/tid=2431] ppid=2422 vsize=704652 CPUtime=125.25 cores=0-7
/proc/2424/task/2431/stat : 2431 (claspmt) R 2422 2424 2328 0 -1 4202560 13159 0 0 0 12514 11 0 0 25 0 8 0 548247913 721563648 134501 33554432000 4194304 4964704 140734560031440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2424/tid=2432] ppid=2422 vsize=704652 CPUtime=125.16 cores=0-7
/proc/2424/task/2432/stat : 2432 (claspmt) R 2422 2424 2328 0 -1 4202560 20380 0 0 0 12490 26 0 0 25 0 8 0 548247913 721563648 134501 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670281 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1012.71
Current children cumulated vsize (KiB) 704652

[startup+139.101 s]
/proc/loadavg: 7.23 2.96 1.25 9/253 2435
/proc/meminfo: memFree=27417372/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=704652 CPUtime=1025.44 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 141509 0 0 0 102422 122 0 0 25 0 8 0 548247692 721563648 134503 33554432000 4194304 4964704 140734560031440 18446744073709551615 4320883 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2424/statm: 176163 134503 466 189 0 170512 0
[pid=2424/tid=2426] ppid=2422 vsize=704652 CPUtime=126.81 cores=0-7
/proc/2424/task/2426/stat : 2426 (claspmt) R 2422 2424 2328 0 -1 4202560 10719 0 0 0 12670 11 0 0 25 0 8 0 548247913 721563648 134503 33554432000 4194304 4964704 140734560031440 18446744073709551615 4371537 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2424/tid=2427] ppid=2422 vsize=704652 CPUtime=126.84 cores=0-7
/proc/2424/task/2427/stat : 2427 (claspmt) R 2422 2424 2328 0 -1 4202560 18697 0 0 0 12668 16 0 0 25 0 8 0 548247913 721563648 134503 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2424/tid=2428] ppid=2422 vsize=704652 CPUtime=126.84 cores=0-7
/proc/2424/task/2428/stat : 2428 (claspmt) R 2422 2424 2328 0 -1 4202560 14199 0 0 0 12669 15 0 0 25 0 8 0 548247913 721563648 134503 33554432000 4194304 4964704 140734560031440 18446744073709551615 4669399 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2424/tid=2429] ppid=2422 vsize=704652 CPUtime=126.78 cores=0-7
/proc/2424/task/2429/stat : 2429 (claspmt) R 2422 2424 2328 0 -1 4202560 15820 0 0 0 12663 15 0 0 25 0 8 0 548247913 721563648 134503 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2424/tid=2430] ppid=2422 vsize=704652 CPUtime=135.62 cores=0-7
/proc/2424/task/2430/stat : 2430 (claspmt) R 2422 2424 2328 0 -1 4202560 18568 0 0 0 13544 18 0 0 25 0 8 0 548247913 721563648 134503 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2424/tid=2431] ppid=2422 vsize=704652 CPUtime=126.84 cores=0-7
/proc/2424/task/2431/stat : 2431 (claspmt) R 2422 2424 2328 0 -1 4202560 13159 0 0 0 12673 11 0 0 25 0 8 0 548247913 721563648 134503 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2424/tid=2432] ppid=2422 vsize=704652 CPUtime=126.75 cores=0-7
/proc/2424/task/2432/stat : 2432 (claspmt) R 2422 2424 2328 0 -1 4202560 20380 0 0 0 12649 26 0 0 25 0 8 0 548247913 721563648 134503 33554432000 4194304 4964704 140734560031440 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1025.44
Current children cumulated vsize (KiB) 704652

[startup+139.501 s]
/proc/loadavg: 7.23 2.96 1.25 9/253 2435
/proc/meminfo: memFree=27417372/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=704652 CPUtime=1028.63 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 141509 0 0 0 102741 122 0 0 25 0 8 0 548247692 721563648 134498 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670219 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/2424/statm: 176163 134498 466 189 0 170512 0
[pid=2424/tid=2426] ppid=2422 vsize=704652 CPUtime=127.21 cores=0-7
/proc/2424/task/2426/stat : 2426 (claspmt) R 2422 2424 2328 0 -1 4202560 10719 0 0 0 12710 11 0 0 25 0 8 0 548247913 721563648 134498 33554432000 4194304 4964704 140734560031440 18446744073709551615 4684627 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=2424/tid=2427] ppid=2422 vsize=704652 CPUtime=127.24 cores=0-7
/proc/2424/task/2427/stat : 2427 (claspmt) R 2422 2424 2328 0 -1 4202560 18697 0 0 0 12708 16 0 0 25 0 8 0 548247913 721563648 134498 33554432000 4194304 4964704 140734560031440 18446744073709551615 4313616 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=2424/tid=2428] ppid=2422 vsize=704652 CPUtime=127.24 cores=0-7
/proc/2424/task/2428/stat : 2428 (claspmt) R 2422 2424 2328 0 -1 4202560 14199 0 0 0 12709 15 0 0 25 0 8 0 548247913 721563648 134498 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=2424/tid=2429] ppid=2422 vsize=704652 CPUtime=127.18 cores=0-7
/proc/2424/task/2429/stat : 2429 (claspmt) R 2422 2424 2328 0 -1 4202560 15820 0 0 0 12703 15 0 0 25 0 8 0 548247913 721563648 134498 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670454 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=2424/tid=2430] ppid=2422 vsize=704652 CPUtime=136.02 cores=0-7
/proc/2424/task/2430/stat : 2430 (claspmt) R 2422 2424 2328 0 -1 4202560 18568 0 0 0 13584 18 0 0 25 0 8 0 548247913 721563648 134498 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670230 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=2424/tid=2431] ppid=2422 vsize=704652 CPUtime=127.24 cores=0-7
/proc/2424/task/2431/stat : 2431 (claspmt) R 2422 2424 2328 0 -1 4202560 13159 0 0 0 12713 11 0 0 25 0 8 0 548247913 721563648 134498 33554432000 4194304 4964704 140734560031440 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=2424/tid=2432] ppid=2422 vsize=704652 CPUtime=127.15 cores=0-7
/proc/2424/task/2432/stat : 2432 (claspmt) R 2422 2424 2328 0 -1 4202560 20380 0 0 0 12689 26 0 0 25 0 8 0 548247913 721563648 134498 33554432000 4194304 4964704 140734560031440 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1028.63
Current children cumulated vsize (KiB) 704652

[startup+139.901 s]
/proc/loadavg: 7.23 2.96 1.25 9/253 2435
/proc/meminfo: memFree=27417492/32951132 swapFree=65145212/67111528
[pid=2424] ppid=2422 vsize=634948 CPUtime=1030.34 cores=0-7
/proc/2424/stat : 2424 (claspmt) R 2422 2424 2328 0 -1 4202496 141519 0 0 0 102911 123 0 0 17 0 1 0 548247692 650186752 113991 33554432000 4194304 4964704 140734560031440 18446744073709551615 210647189863 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/2424/statm: 158737 113991 476 189 0 153086 0
Current children cumulated CPU time (s) 1030.34
Current children cumulated vsize (KiB) 634948

Child status: 20
Real time (s): 139.925
CPU time (s): 1030.37
CPU user time (s): 1029.11
CPU system time (s): 1.25881
CPU usage (%): 736.372
Max. virtual memory (cumulated for all children) (KiB): 704652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1029.11
system time used= 1.25881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141520
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= 59565
involuntary context switches= 6236

runsolver used 0.295955 second user time and 0.730888 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-02 22:01:21
IDJOB=3321720
IDBENCH=82500
IDSOLVER=1711
FILE ID=node129/3321720-1304366480
RUNJOBID= node129-1304366466-2342
PBS_JOBID= 13181742
Free space on /tmp= 67568 MiB

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

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=744712392

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      27952100 kB
Buffers:         54704 kB
Cached:        1082276 kB
SwapCached:      38568 kB
Active:        3937600 kB
Inactive:       895628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      27952100 kB
SwapTotal:    67111528 kB
SwapFree:     65145212 kB
Dirty:           20116 kB
Writeback:           0 kB
AnonPages:     3667444 kB
Mapped:          10128 kB
Slab:            80216 kB
PageTables:      22064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 33997752 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67564 MiB
End job on node129 at 2011-05-02 22:03:41