Trace number 3380562

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 5110.18 646.366

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.277
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
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 ...481458/instance-3380562-1305481458.cnf
5.50/5.58	c Solving...
5110.11/646.34	s UNSATISFIABLE
5110.11/646.34	
5110.11/646.34	c Models        : 0     
5110.11/646.34	c Time          : 645.224s (Solving: 639.64s 1st Model: 0.00s Unsat: 639.64s)
5110.11/646.34	c CPU Time      : 5109.040s

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-3380562-1305481458/watcher-3380562-1305481458 -o /tmp/evaluation-result-3380562-1305481458/solver-3380562-1305481458 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380562-1305481458.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.93 4.38 1.79 2/407 3916
/proc/meminfo: memFree=23001240/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=75928 CPUtime=0 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 1266 0 0 0 0 0 0 0 21 0 1 0 659742606 77750272 1197 33554432000 4194304 4964800 140736795017984 18446744073709551615 4700412 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/3916/statm: 18982 1204 376 189 0 13856 0

[startup+0.050158 s]
/proc/loadavg: 7.93 4.38 1.79 2/407 3916
/proc/meminfo: memFree=23001240/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=101340 CPUtime=0.04 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 17406 0 0 0 3 1 0 0 21 0 1 0 659742606 103772160 16594 33554432000 4194304 4964800 140736795017984 18446744073709551615 4679106 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/3916/statm: 25335 16603 377 189 0 20209 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 101340

[startup+0.101133 s]
/proc/loadavg: 7.93 4.38 1.79 2/407 3916
/proc/meminfo: memFree=23001240/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=111484 CPUtime=0.09 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 26542 0 0 0 7 2 0 0 21 0 1 0 659742606 114159616 22614 33554432000 4194304 4964800 140736795017984 18446744073709551615 254500691712 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/3916/statm: 27871 22615 386 189 0 22745 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 111484

[startup+0.301095 s]
/proc/loadavg: 7.93 4.38 1.79 2/407 3916
/proc/meminfo: memFree=23001240/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=143156 CPUtime=0.29 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 37543 0 0 0 25 4 0 0 22 0 1 0 659742606 146591744 30049 33554432000 4194304 4964800 140736795017984 18446744073709551615 254500353057 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/3916/statm: 35789 30050 386 189 0 30663 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 143156

[startup+0.701003 s]
/proc/loadavg: 7.93 4.38 1.79 2/407 3916
/proc/meminfo: memFree=23001240/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=216508 CPUtime=0.69 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 61833 0 0 0 63 6 0 0 23 0 1 0 659742606 221704192 47948 33554432000 4194304 4964800 140736795017984 18446744073709551615 4615810 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/3916/statm: 54127 47948 399 189 0 49001 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 216508

[startup+1.50084 s]
/proc/loadavg: 7.93 4.38 1.79 2/408 3917
/proc/meminfo: memFree=22793656/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=247156 CPUtime=1.49 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 69280 0 0 0 142 7 0 0 25 0 1 0 659742606 253087744 55395 33554432000 4194304 4964800 140736795017984 18446744073709551615 4600567 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/3916/statm: 61789 55395 404 189 0 56663 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 247156

[startup+3.10053 s]
/proc/loadavg: 7.38 4.32 1.78 2/408 3917
/proc/meminfo: memFree=22767980/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=270788 CPUtime=3.09 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 75195 0 0 0 301 8 0 0 25 0 1 0 659742606 277286912 61310 33554432000 4194304 4964800 140736795017984 18446744073709551615 4600360 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/3916/statm: 67697 61310 404 189 0 62571 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 270788

[startup+6.30089 s]
/proc/loadavg: 7.38 4.32 1.78 2/408 3917
/proc/meminfo: memFree=22735272/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=982580 CPUtime=7.01 cores=0-7
/proc/3916/stat : 3916 (claspmt) S 3914 3916 3793 0 -1 4202496 198975 0 0 0 639 62 0 0 25 0 8 0 659742606 1006161920 154431 33554432000 4194304 4964800 140736795017984 18446744073709551615 254512507801 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/3916/statm: 245645 154431 443 189 0 239994 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 982580

[startup+12.7005 s]
/proc/loadavg: 7.47 4.44 1.85 9/415 3924
/proc/meminfo: memFree=22372052/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=982580 CPUtime=57.88 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 202377 0 0 0 5721 67 0 0 25 0 8 0 659742606 1006161920 157833 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370224 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/3916/statm: 245645 157833 464 189 0 239994 0
[pid=3916/tid=3918] ppid=3914 vsize=982580 CPUtime=6.52 cores=0-7
/proc/3916/task/3918/stat : 3918 (claspmt) R 3914 3916 3793 0 -1 4202560 14520 0 0 0 645 7 0 0 25 0 8 0 659743165 1006161920 157833 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668715 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3916/tid=3919] ppid=3914 vsize=982580 CPUtime=6.47 cores=0-7
/proc/3916/task/3919/stat : 3919 (claspmt) R 3914 3916 3793 0 -1 4202560 17902 0 0 0 640 7 0 0 25 0 8 0 659743165 1006161920 157833 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3916/tid=3920] ppid=3914 vsize=982580 CPUtime=6.54 cores=0-7
/proc/3916/task/3920/stat : 3920 (claspmt) R 3914 3916 3793 0 -1 4202560 18650 0 0 0 648 6 0 0 25 0 8 0 659743165 1006161920 157833 33554432000 4194304 4964800 140736795017984 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3916/tid=3921] ppid=3914 vsize=982580 CPUtime=6.5 cores=0-7
/proc/3916/task/3921/stat : 3921 (claspmt) R 3914 3916 3793 0 -1 4202560 14969 0 0 0 644 6 0 0 25 0 8 0 659743165 1006161920 157833 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=3916/tid=3922] ppid=3914 vsize=982580 CPUtime=6.93 cores=0-7
/proc/3916/task/3922/stat : 3922 (claspmt) R 3914 3916 3793 0 -1 4202560 16813 0 0 0 686 7 0 0 25 0 8 0 659743165 1006161920 157833 33554432000 4194304 4964800 140736795017984 18446744073709551615 4678045 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3916/tid=3923] ppid=3914 vsize=982580 CPUtime=6.5 cores=0-7
/proc/3916/task/3923/stat : 3923 (claspmt) R 3914 3916 3793 0 -1 4202560 19065 0 0 0 640 10 0 0 25 0 8 0 659743165 1006161920 157833 33554432000 4194304 4964800 140736795017984 18446744073709551615 4362944 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3916/tid=3924] ppid=3914 vsize=982580 CPUtime=6.54 cores=0-7
/proc/3916/task/3924/stat : 3924 (claspmt) R 3914 3916 3793 0 -1 4202560 17168 0 0 0 644 10 0 0 25 0 8 0 659743165 1006161920 157833 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668712 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 57.88
Current children cumulated vsize (KiB) 982580

[startup+25.501 s]
/proc/loadavg: 7.55 4.56 1.92 9/415 3925
/proc/meminfo: memFree=22350268/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=982580 CPUtime=160.1 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 208010 0 0 0 15935 75 0 0 25 0 8 0 659742606 1006161920 163466 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370264 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/3916/statm: 245645 163466 464 189 0 239994 0
[pid=3916/tid=3918] ppid=3914 vsize=982580 CPUtime=19.32 cores=0-7
/proc/3916/task/3918/stat : 3918 (claspmt) R 3914 3916 3793 0 -1 4202560 14527 0 0 0 1925 7 0 0 25 0 8 0 659743165 1006161920 163466 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370273 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3916/tid=3919] ppid=3914 vsize=982580 CPUtime=19.28 cores=0-7
/proc/3916/task/3919/stat : 3919 (claspmt) R 3914 3916 3793 0 -1 4202560 20133 0 0 0 1918 10 0 0 25 0 8 0 659743165 1006161920 163466 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3916/tid=3920] ppid=3914 vsize=982580 CPUtime=19.35 cores=0-7
/proc/3916/task/3920/stat : 3920 (claspmt) R 3914 3916 3793 0 -1 4202560 19783 0 0 0 1926 9 0 0 25 0 8 0 659743165 1006161920 163466 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3916/tid=3921] ppid=3914 vsize=982580 CPUtime=19.3 cores=0-7
/proc/3916/task/3921/stat : 3921 (claspmt) R 3914 3916 3793 0 -1 4202560 15023 0 0 0 1924 6 0 0 25 0 8 0 659743165 1006161920 163466 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=3916/tid=3922] ppid=3914 vsize=982580 CPUtime=19.73 cores=0-7
/proc/3916/task/3922/stat : 3922 (claspmt) R 3914 3916 3793 0 -1 4202560 16830 0 0 0 1966 7 0 0 25 0 8 0 659743165 1006161920 163466 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3916/tid=3923] ppid=3914 vsize=982580 CPUtime=19.3 cores=0-7
/proc/3916/task/3923/stat : 3923 (claspmt) R 3914 3916 3793 0 -1 4202560 20360 0 0 0 1918 12 0 0 25 0 8 0 659743165 1006161920 163466 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3916/tid=3924] ppid=3914 vsize=982580 CPUtime=19.34 cores=0-7
/proc/3916/task/3924/stat : 3924 (claspmt) R 3914 3916 3793 0 -1 4202560 17968 0 0 0 1923 11 0 0 25 0 8 0 659743165 1006161920 163466 33554432000 4194304 4964800 140736795017984 18446744073709551615 4669376 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 160.1
Current children cumulated vsize (KiB) 982580

[startup+51.1009 s]
/proc/loadavg: 7.71 4.84 2.08 9/415 3925
/proc/meminfo: memFree=22296976/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=982580 CPUtime=364.54 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 221596 0 0 0 36361 93 0 0 25 0 8 0 659742606 1006161920 177052 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670437 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/3916/statm: 245645 177052 464 189 0 239994 0
[pid=3916/tid=3918] ppid=3914 vsize=982580 CPUtime=44.92 cores=0-7
/proc/3916/task/3918/stat : 3918 (claspmt) R 3914 3916 3793 0 -1 4202560 14567 0 0 0 4485 7 0 0 25 0 8 0 659743165 1006161920 177052 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3916/tid=3919] ppid=3914 vsize=982580 CPUtime=44.87 cores=0-7
/proc/3916/task/3919/stat : 3919 (claspmt) R 3914 3916 3793 0 -1 4202560 25315 0 0 0 4470 17 0 0 25 0 8 0 659743165 1006161920 177052 33554432000 4194304 4964800 140736795017984 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3916/tid=3920] ppid=3914 vsize=982580 CPUtime=44.95 cores=0-7
/proc/3916/task/3920/stat : 3920 (claspmt) R 3914 3916 3793 0 -1 4202560 22338 0 0 0 4483 12 0 0 25 0 8 0 659743165 1006161920 177052 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3916/tid=3921] ppid=3914 vsize=982580 CPUtime=44.9 cores=0-7
/proc/3916/task/3921/stat : 3921 (claspmt) R 3914 3916 3793 0 -1 4202560 15743 0 0 0 4483 7 0 0 25 0 8 0 659743165 1006161920 177052 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=3916/tid=3922] ppid=3914 vsize=982580 CPUtime=45.33 cores=0-7
/proc/3916/task/3922/stat : 3922 (claspmt) R 3914 3916 3793 0 -1 4202560 16966 0 0 0 4526 7 0 0 25 0 8 0 659743165 1006161920 177052 33554432000 4194304 4964800 140736795017984 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3916/tid=3923] ppid=3914 vsize=982580 CPUtime=44.9 cores=0-7
/proc/3916/task/3923/stat : 3923 (claspmt) R 3914 3916 3793 0 -1 4202560 22785 0 0 0 4474 16 0 0 25 0 8 0 659743165 1006161920 177052 33554432000 4194304 4964800 140736795017984 18446744073709551615 4379614 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3916/tid=3924] ppid=3914 vsize=982580 CPUtime=44.93 cores=0-7
/proc/3916/task/3924/stat : 3924 (claspmt) R 3914 3916 3793 0 -1 4202560 20465 0 0 0 4479 14 0 0 25 0 8 0 659743165 1006161920 177052 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 364.54
Current children cumulated vsize (KiB) 982580

[startup+102.316 s]
/proc/loadavg: 7.93 5.38 2.42 9/415 3927
/proc/meminfo: memFree=22238620/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=983688 CPUtime=773.56 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 235876 0 0 0 77246 110 0 0 25 0 8 0 659742606 1007296512 191332 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370269 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/3916/statm: 245922 191332 466 189 0 240271 0
[pid=3916/tid=3918] ppid=3914 vsize=983688 CPUtime=96.13 cores=0-7
/proc/3916/task/3918/stat : 3918 (claspmt) R 3914 3916 3793 0 -1 4202560 14695 0 0 0 9606 7 0 0 25 0 8 0 659743165 1007296512 191332 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3916/tid=3919] ppid=3914 vsize=983688 CPUtime=96.07 cores=0-7
/proc/3916/task/3919/stat : 3919 (claspmt) R 3914 3916 3793 0 -1 4202560 28775 0 0 0 9587 20 0 0 25 0 8 0 659743165 1007296512 191332 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3916/tid=3920] ppid=3914 vsize=983688 CPUtime=96.16 cores=0-7
/proc/3916/task/3920/stat : 3920 (claspmt) R 3914 3916 3793 0 -1 4202560 25090 0 0 0 9600 16 0 0 25 0 8 0 659743165 1007296512 191332 33554432000 4194304 4964800 140736795017984 18446744073709551615 4644138 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3916/tid=3921] ppid=3914 vsize=983688 CPUtime=96.11 cores=0-7
/proc/3916/task/3921/stat : 3921 (claspmt) R 3914 3916 3793 0 -1 4202560 16072 0 0 0 9604 7 0 0 25 0 8 0 659743165 1007296512 191332 33554432000 4194304 4964800 140736795017984 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=3916/tid=3922] ppid=3914 vsize=983688 CPUtime=96.54 cores=0-7
/proc/3916/task/3922/stat : 3922 (claspmt) R 3914 3916 3793 0 -1 4202560 17201 0 0 0 9647 7 0 0 25 0 8 0 659743165 1007296512 191332 33554432000 4194304 4964800 140736795017984 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3916/tid=3923] ppid=3914 vsize=983688 CPUtime=96.11 cores=0-7
/proc/3916/task/3923/stat : 3923 (claspmt) R 3914 3916 3793 0 -1 4202560 26166 0 0 0 9591 20 0 0 25 0 8 0 659743165 1007296512 191332 33554432000 4194304 4964800 140736795017984 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3916/tid=3924] ppid=3914 vsize=983688 CPUtime=96.14 cores=0-7
/proc/3916/task/3924/stat : 3924 (claspmt) R 3914 3916 3793 0 -1 4202560 24391 0 0 0 9596 18 0 0 25 0 8 0 659743165 1007296512 191332 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 773.56
Current children cumulated vsize (KiB) 983688

[startup+162.301 s]
/proc/loadavg: 8.02 5.87 2.77 9/415 3928
/proc/meminfo: memFree=22189992/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=991064 CPUtime=1252.63 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 248102 0 0 0 125140 123 0 0 25 0 8 0 659742606 1014849536 203558 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370301 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/3916/statm: 247766 203558 466 189 0 242115 0
[pid=3916/tid=3918] ppid=3914 vsize=991064 CPUtime=156.12 cores=0-7
/proc/3916/task/3918/stat : 3918 (claspmt) R 3914 3916 3793 0 -1 4202560 14794 0 0 0 15605 7 0 0 25 0 8 0 659743165 1014849536 203558 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3916/tid=3919] ppid=3914 vsize=991064 CPUtime=156.07 cores=0-7
/proc/3916/task/3919/stat : 3919 (claspmt) R 3914 3916 3793 0 -1 4202560 31276 0 0 0 15584 23 0 0 25 0 8 0 659743165 1014849536 203558 33554432000 4194304 4964800 140736795017984 18446744073709551615 4669512 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3916/tid=3920] ppid=3914 vsize=991064 CPUtime=156.14 cores=0-7
/proc/3916/task/3920/stat : 3920 (claspmt) R 3914 3916 3793 0 -1 4202560 27270 0 0 0 15596 18 0 0 25 0 8 0 659743165 1014849536 203558 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3916/tid=3921] ppid=3914 vsize=991064 CPUtime=156.1 cores=0-7
/proc/3916/task/3921/stat : 3921 (claspmt) R 3914 3916 3793 0 -1 4202560 16842 0 0 0 15602 8 0 0 25 0 8 0 659743165 1014849536 203558 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=3916/tid=3922] ppid=3914 vsize=991064 CPUtime=156.54 cores=0-7
/proc/3916/task/3922/stat : 3922 (claspmt) R 3914 3916 3793 0 -1 4202560 17773 0 0 0 15646 8 0 0 25 0 8 0 659743165 1014849536 203558 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370352 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3916/tid=3923] ppid=3914 vsize=991064 CPUtime=156.09 cores=0-7

################
# More data... #
################

/proc/3916/task/3924/stat : 3924 (claspmt) R 3914 3916 3793 0 -1 4202560 52552 0 0 0 39558 48 0 0 25 0 8 0 659743165 1454055424 270696 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3169.36
Current children cumulated vsize (KiB) 1419976

[startup+462.301 s]
/proc/loadavg: 8.01 7.22 4.21 9/415 3936
/proc/meminfo: memFree=21824816/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=1554216 CPUtime=3648.54 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 339579 0 0 0 364627 227 0 0 25 0 8 0 659742606 1591517184 294665 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370273 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/3916/statm: 388554 294665 466 189 0 382903 0
[pid=3916/tid=3918] ppid=3914 vsize=1554216 CPUtime=456.13 cores=0-7
/proc/3916/task/3918/stat : 3918 (claspmt) R 3914 3916 3793 0 -1 4202560 15316 0 0 0 45605 8 0 0 25 0 8 0 659743165 1591517184 294665 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370229 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3916/tid=3919] ppid=3914 vsize=1554216 CPUtime=456.08 cores=0-7
/proc/3916/task/3919/stat : 3919 (claspmt) R 3914 3916 3793 0 -1 4202560 60324 0 0 0 45550 58 0 0 25 0 8 0 659743165 1591517184 294665 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3916/tid=3920] ppid=3914 vsize=1554216 CPUtime=456.16 cores=0-7
/proc/3916/task/3920/stat : 3920 (claspmt) R 3914 3916 3793 0 -1 4202560 33298 0 0 0 45589 27 0 0 25 0 8 0 659743165 1591517184 294665 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3916/tid=3921] ppid=3914 vsize=1554216 CPUtime=456.12 cores=0-7
/proc/3916/task/3921/stat : 3921 (claspmt) R 3914 3916 3793 0 -1 4202560 18550 0 0 0 45602 10 0 0 25 0 8 0 659743165 1591517184 294665 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=3916/tid=3922] ppid=3914 vsize=1554216 CPUtime=456.55 cores=0-7
/proc/3916/task/3922/stat : 3922 (claspmt) R 3914 3916 3793 0 -1 4202560 20762 0 0 0 45644 11 0 0 25 0 8 0 659743165 1591517184 294665 33554432000 4194304 4964800 140736795017984 18446744073709551615 4669509 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3916/tid=3923] ppid=3914 vsize=1554216 CPUtime=456.08 cores=0-7
/proc/3916/task/3923/stat : 3923 (claspmt) R 3914 3916 3793 0 -1 4202560 37640 0 0 0 45574 34 0 0 25 0 8 0 659743165 1591517184 294665 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3916/tid=3924] ppid=3914 vsize=1554216 CPUtime=456.05 cores=0-7
/proc/3916/task/3924/stat : 3924 (claspmt) R 3914 3916 3793 0 -1 4202560 70135 0 0 0 45540 65 0 0 25 0 8 0 659743165 1591517184 294665 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668585 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3648.54
Current children cumulated vsize (KiB) 1554216

[startup+522.301 s]
/proc/loadavg: 8.04 7.36 4.43 9/415 3938
/proc/meminfo: memFree=21791688/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=1570628 CPUtime=4127.73 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 347808 0 0 0 412538 235 0 0 25 0 8 0 659742606 1608323072 302894 33554432000 4194304 4964800 140736795017984 18446744073709551615 4627218 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/3916/statm: 392657 302894 466 189 0 387006 0
[pid=3916/tid=3918] ppid=3914 vsize=1570628 CPUtime=516.14 cores=0-7
/proc/3916/task/3918/stat : 3918 (claspmt) R 3914 3916 3793 0 -1 4202560 15316 0 0 0 51606 8 0 0 25 0 8 0 659743165 1608323072 302894 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3916/tid=3919] ppid=3914 vsize=1570628 CPUtime=516.08 cores=0-7
/proc/3916/task/3919/stat : 3919 (claspmt) R 3914 3916 3793 0 -1 4202560 60624 0 0 0 51550 58 0 0 25 0 8 0 659743165 1608323072 302894 33554432000 4194304 4964800 140736795017984 18446744073709551615 4320916 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3916/tid=3920] ppid=3914 vsize=1570628 CPUtime=516.16 cores=0-7
/proc/3916/task/3920/stat : 3920 (claspmt) R 3914 3916 3793 0 -1 4202560 33424 0 0 0 51589 27 0 0 25 0 8 0 659743165 1608323072 302894 33554432000 4194304 4964800 140736795017984 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3916/tid=3921] ppid=3914 vsize=1570628 CPUtime=516.11 cores=0-7
/proc/3916/task/3921/stat : 3921 (claspmt) R 3914 3916 3793 0 -1 4202560 18694 0 0 0 51601 10 0 0 25 0 8 0 659743165 1608323072 302894 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=3916/tid=3922] ppid=3914 vsize=1570628 CPUtime=516.55 cores=0-7
/proc/3916/task/3922/stat : 3922 (claspmt) R 3914 3916 3793 0 -1 4202560 21372 0 0 0 51643 12 0 0 25 0 8 0 659743165 1608323072 302894 33554432000 4194304 4964800 140736795017984 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3916/tid=3923] ppid=3914 vsize=1570628 CPUtime=516.09 cores=0-7
/proc/3916/task/3923/stat : 3923 (claspmt) R 3914 3916 3793 0 -1 4202560 37754 0 0 0 51574 35 0 0 25 0 8 0 659743165 1608323072 302894 33554432000 4194304 4964800 140736795017984 18446744073709551615 4378536 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3916/tid=3924] ppid=3914 vsize=1570628 CPUtime=516.04 cores=0-7
/proc/3916/task/3924/stat : 3924 (claspmt) R 3914 3916 3793 0 -1 4202560 77070 0 0 0 51533 71 0 0 25 0 8 0 659743165 1608323072 302894 33554432000 4194304 4964800 140736795017984 18446744073709551615 4366013 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4127.73
Current children cumulated vsize (KiB) 1570628

[startup+582.301 s]
/proc/loadavg: 8.11 7.52 4.68 9/415 3940
/proc/meminfo: memFree=21733392/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=1620556 CPUtime=4606.9 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 362310 0 0 0 460447 243 0 0 25 0 8 0 659742606 1659449344 317396 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370269 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/3916/statm: 405139 317396 466 189 0 399488 0
[pid=3916/tid=3918] ppid=3914 vsize=1620556 CPUtime=576.14 cores=0-7
/proc/3916/task/3918/stat : 3918 (claspmt) R 3914 3916 3793 0 -1 4202560 15316 0 0 0 57606 8 0 0 25 0 8 0 659743165 1659449344 317396 33554432000 4194304 4964800 140736795017984 18446744073709551615 4678036 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3916/tid=3919] ppid=3914 vsize=1620556 CPUtime=576.08 cores=0-7
/proc/3916/task/3919/stat : 3919 (claspmt) R 3914 3916 3793 0 -1 4202560 61449 0 0 0 57549 59 0 0 25 0 8 0 659743165 1659449344 317396 33554432000 4194304 4964800 140736795017984 18446744073709551615 4669131 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3916/tid=3920] ppid=3914 vsize=1620556 CPUtime=576.16 cores=0-7
/proc/3916/task/3920/stat : 3920 (claspmt) R 3914 3916 3793 0 -1 4202560 33461 0 0 0 57589 27 0 0 25 0 8 0 659743165 1659449344 317396 33554432000 4194304 4964800 140736795017984 18446744073709551615 4627338 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3916/tid=3921] ppid=3914 vsize=1620556 CPUtime=576.12 cores=0-7
/proc/3916/task/3921/stat : 3921 (claspmt) R 3914 3916 3793 0 -1 4202560 18702 0 0 0 57602 10 0 0 25 0 8 0 659743165 1659449344 317396 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370295 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=3916/tid=3922] ppid=3914 vsize=1620556 CPUtime=576.55 cores=0-7
/proc/3916/task/3922/stat : 3922 (claspmt) R 3914 3916 3793 0 -1 4202560 21386 0 0 0 57643 12 0 0 25 0 8 0 659743165 1659449344 317396 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3916/tid=3923] ppid=3914 vsize=1620556 CPUtime=576.09 cores=0-7
/proc/3916/task/3923/stat : 3923 (claspmt) R 3914 3916 3793 0 -1 4202560 38952 0 0 0 57572 37 0 0 25 0 8 0 659743165 1659449344 317396 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670371 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3916/tid=3924] ppid=3914 vsize=1620556 CPUtime=576.03 cores=0-7
/proc/3916/task/3924/stat : 3924 (claspmt) R 3914 3916 3793 0 -1 4202560 89490 0 0 0 57527 76 0 0 25 0 8 0 659743165 1659449344 317396 33554432000 4194304 4964800 140736795017984 18446744073709551615 4678036 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4606.9
Current children cumulated vsize (KiB) 1620556

[startup+642.301 s]
/proc/loadavg: 8.11 7.62 4.89 9/415 3941
/proc/meminfo: memFree=21733128/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=1620556 CPUtime=5086.15 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 362321 0 0 0 508372 243 0 0 25 0 8 0 659742606 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670437 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/3916/statm: 405139 317407 466 189 0 399488 0
[pid=3916/tid=3918] ppid=3914 vsize=1620556 CPUtime=636.16 cores=0-7
/proc/3916/task/3918/stat : 3918 (claspmt) R 3914 3916 3793 0 -1 4202560 15316 0 0 0 63608 8 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3916/tid=3919] ppid=3914 vsize=1620556 CPUtime=636.1 cores=0-7
/proc/3916/task/3919/stat : 3919 (claspmt) R 3914 3916 3793 0 -1 4202560 61454 0 0 0 63551 59 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3916/tid=3920] ppid=3914 vsize=1620556 CPUtime=636.17 cores=0-7
/proc/3916/task/3920/stat : 3920 (claspmt) R 3914 3916 3793 0 -1 4202560 33462 0 0 0 63590 27 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3916/tid=3921] ppid=3914 vsize=1620556 CPUtime=636.13 cores=0-7
/proc/3916/task/3921/stat : 3921 (claspmt) R 3914 3916 3793 0 -1 4202560 18703 0 0 0 63603 10 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=3916/tid=3922] ppid=3914 vsize=1620556 CPUtime=636.57 cores=0-7
/proc/3916/task/3922/stat : 3922 (claspmt) R 3914 3916 3793 0 -1 4202560 21386 0 0 0 63645 12 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4371537 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3916/tid=3923] ppid=3914 vsize=1620556 CPUtime=636.1 cores=0-7
/proc/3916/task/3923/stat : 3923 (claspmt) R 3914 3916 3793 0 -1 4202560 38954 0 0 0 63573 37 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4669509 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3916/tid=3924] ppid=3914 vsize=1620556 CPUtime=636.04 cores=0-7
/proc/3916/task/3924/stat : 3924 (claspmt) R 3914 3916 3793 0 -1 4202560 89492 0 0 0 63528 76 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5086.15
Current children cumulated vsize (KiB) 1620556

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

[startup+643.101 s]
/proc/loadavg: 8.11 7.62 4.89 9/415 3941
/proc/meminfo: memFree=21733128/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=1620556 CPUtime=5092.48 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 362321 0 0 0 509005 243 0 0 25 0 8 0 659742606 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4370224 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/3916/statm: 405139 317407 466 189 0 399488 0
[pid=3916/tid=3918] ppid=3914 vsize=1620556 CPUtime=636.94 cores=0-7
/proc/3916/task/3918/stat : 3918 (claspmt) R 3914 3916 3793 0 -1 4202560 15316 0 0 0 63686 8 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4372759 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3916/tid=3919] ppid=3914 vsize=1620556 CPUtime=636.89 cores=0-7
/proc/3916/task/3919/stat : 3919 (claspmt) R 3914 3916 3793 0 -1 4202560 61454 0 0 0 63630 59 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3916/tid=3920] ppid=3914 vsize=1620556 CPUtime=636.96 cores=0-7
/proc/3916/task/3920/stat : 3920 (claspmt) R 3914 3916 3793 0 -1 4202560 33462 0 0 0 63669 27 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3916/tid=3921] ppid=3914 vsize=1620556 CPUtime=636.92 cores=0-7
/proc/3916/task/3921/stat : 3921 (claspmt) R 3914 3916 3793 0 -1 4202560 18703 0 0 0 63682 10 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=3916/tid=3922] ppid=3914 vsize=1620556 CPUtime=637.35 cores=0-7
/proc/3916/task/3922/stat : 3922 (claspmt) R 3914 3916 3793 0 -1 4202560 21386 0 0 0 63723 12 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3916/tid=3923] ppid=3914 vsize=1620556 CPUtime=636.89 cores=0-7
/proc/3916/task/3923/stat : 3923 (claspmt) R 3914 3916 3793 0 -1 4202560 38954 0 0 0 63652 37 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=3916/tid=3924] ppid=3914 vsize=1620556 CPUtime=636.82 cores=0-7
/proc/3916/task/3924/stat : 3924 (claspmt) R 3914 3916 3793 0 -1 4202560 89492 0 0 0 63606 76 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5092.48
Current children cumulated vsize (KiB) 1620556

[startup+644.701 s]
/proc/loadavg: 8.11 7.62 4.89 9/415 3941
/proc/meminfo: memFree=21732508/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=1620556 CPUtime=5105.25 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 362321 0 0 0 510282 243 0 0 25 0 8 0 659742606 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 254500350914 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/3916/statm: 405139 317407 466 189 0 399488 0
[pid=3916/tid=3918] ppid=3914 vsize=1620556 CPUtime=638.54 cores=0-7
/proc/3916/task/3918/stat : 3918 (claspmt) R 3914 3916 3793 0 -1 4202560 15316 0 0 0 63846 8 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668709 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=3916/tid=3919] ppid=3914 vsize=1620556 CPUtime=638.49 cores=0-7
/proc/3916/task/3919/stat : 3919 (claspmt) R 3914 3916 3793 0 -1 4202560 61454 0 0 0 63790 59 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4629451 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=3916/tid=3920] ppid=3914 vsize=1620556 CPUtime=638.56 cores=0-7
/proc/3916/task/3920/stat : 3920 (claspmt) R 3914 3916 3793 0 -1 4202560 33462 0 0 0 63829 27 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4644872 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=3916/tid=3921] ppid=3914 vsize=1620556 CPUtime=638.52 cores=0-7
/proc/3916/task/3921/stat : 3921 (claspmt) R 3914 3916 3793 0 -1 4202560 18703 0 0 0 63842 10 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=3916/tid=3922] ppid=3914 vsize=1620556 CPUtime=638.95 cores=0-7
/proc/3916/task/3922/stat : 3922 (claspmt) R 3914 3916 3793 0 -1 4202560 21386 0 0 0 63883 12 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=3916/tid=3923] ppid=3914 vsize=1620556 CPUtime=638.49 cores=0-7
/proc/3916/task/3923/stat : 3923 (claspmt) S 3914 3916 3793 0 -1 4202560 38954 0 0 0 63812 37 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 254500796910 0 0 4096 18946 18446604449117099904 0 0 -1 2 0 0 0
[pid=3916/tid=3924] ppid=3914 vsize=1620556 CPUtime=638.42 cores=0-7
/proc/3916/task/3924/stat : 3924 (claspmt) R 3914 3916 3793 0 -1 4202560 89492 0 0 0 63766 76 0 0 25 0 8 0 659743165 1659449344 317407 33554432000 4194304 4964800 140736795017984 18446744073709551615 4647774 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5105.25
Current children cumulated vsize (KiB) 1620556

[startup+645.501 s]
/proc/loadavg: 8.11 7.62 4.89 9/415 3941
/proc/meminfo: memFree=21732508/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=1565928 CPUtime=5109.31 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 362331 0 0 0 510685 246 0 0 17 0 1 0 659742606 1603510272 303760 33554432000 4194304 4964800 140736795017984 18446744073709551615 254500341128 0 0 4096 18946 0 0 0 17 7 0 0 0
/proc/3916/statm: 391482 303760 476 189 0 385831 0
Current children cumulated CPU time (s) 5109.31
Current children cumulated vsize (KiB) 1565928

[startup+645.901 s]
/proc/loadavg: 8.11 7.62 4.89 2/408 3941
/proc/meminfo: memFree=21786504/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=1525272 CPUtime=5109.71 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 362331 0 0 0 510725 246 0 0 18 0 1 0 659742606 1561878528 293528 33554432000 4194304 4964800 140736795017984 18446744073709551615 254500348465 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/3916/statm: 381318 293528 476 189 0 375667 0
Current children cumulated CPU time (s) 5109.71
Current children cumulated vsize (KiB) 1525272

[startup+646.301 s]
/proc/loadavg: 8.11 7.62 4.89 2/408 3941
/proc/meminfo: memFree=21786504/32950928 swapFree=45937200/67111528
[pid=3916] ppid=3914 vsize=1351424 CPUtime=5110.11 cores=0-7
/proc/3916/stat : 3916 (claspmt) R 3914 3916 3793 0 -1 4202496 362331 0 0 0 510764 247 0 0 18 0 1 0 659742606 1383858176 246073 33554432000 4194304 4964800 140736795017984 18446744073709551615 254500348906 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/3916/statm: 337856 246073 476 189 0 332205 0
Current children cumulated CPU time (s) 5110.11
Current children cumulated vsize (KiB) 1351424

Child status: 20
Real time (s): 646.366
CPU time (s): 5110.18
CPU user time (s): 5107.66
CPU system time (s): 2.51962
CPU usage (%): 790.602
Max. virtual memory (cumulated for all children) (KiB): 1620556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5107.66
system time used= 2.51962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 362332
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= 40395
involuntary context switches= 22995

runsolver used 2.38664 second user time and 6.42402 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 19:44:19
IDJOB=3380562
IDBENCH=69591
IDSOLVER=1865
FILE ID=node149/3380562-1305481458
RUNJOBID= node149-1305481200-3807
PBS_JOBID= 13325331
Free space on /tmp= 73528 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.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-3380562-1305481458/watcher-3380562-1305481458 -o /tmp/evaluation-result-3380562-1305481458/solver-3380562-1305481458 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380562-1305481458.cnf

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1692137610

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23001636 kB
Buffers:        333400 kB
Cached:        4548616 kB
SwapCached:      19976 kB
Active:        7028884 kB
Inactive:      2605688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23001636 kB
SwapTotal:    67111528 kB
SwapFree:     45937200 kB
Dirty:           24364 kB
Writeback:           0 kB
AnonPages:     4745048 kB
Mapped:          21804 kB
Slab:           166440 kB
PageTables:      79172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 120762620 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= 73528 MiB
End job on node149 at 2011-05-15 19:55:06