Trace number 4409366

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
cosoco 2.0 parallel? (TO) 19701.7 2520.85

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0450.xml
MD5SUMffc1a166c9e21b9812230f61f9b6f38e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark73.796
Satisfiable
(Un)Satisfiability was proved
Number of variables902
Number of constraints102376
Number of domains1
Minimum domain size202501
Maximum domain size202501
Distribution of domain sizes[{"size":202501,"count":902}]
Minimum variable degree2
Maximum variable degree451
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":449},{"degree":450,"count":449},{"degree":451,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":102376}]
Number of extensional constraints0
Number of intensional constraints102376
Distribution of constraint types[{"type":"intension","count":102376}]
Optimization problemNO
Type of objective

Solver Data

19700.74/2520.02	c
19700.74/2520.02	c This is cosoco 2.00 --  
19700.74/2520.02	c
19700.74/2520.02	c command line: cosoco -model -nbcores=8 HOME/instance-4409366-1569825275.xml 
19700.74/2520.02	c ========================================[ Problem Statistics ]===========================================
19700.74/2520.02	c |                                                                                                       
19700.74/2520.02	c |  Parse time        :        53.91 s 
19700.74/2520.02	c |
19700.74/2520.02	c |               Variables: 902
19700.74/2520.02	c |            Domain Sizes: 202501..202501
19700.74/2520.02	c |
19700.74/2520.02	c |             Constraints: 102376
19700.74/2520.02	c |                   Arity: 2..2  -- Binary: 102376
19700.74/2520.02	c | 
19700.74/2520.02	c |                   Types: 
19700.74/2520.02	c |                          (X -Y <= k): 102376
19700.74/2520.02	c |                          
19700.74/2520.02	c =========================================================================================================
19700.74/2520.02	c Parallel mode: Portfolio
19700.74/2520.02	c [pFactory][Group N°0] created (threads:8).
19700.74/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
19700.74/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
19700.74/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
19700.74/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
19700.74/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
19700.74/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
19700.74/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
19700.74/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
19700.74/2520.02	c [pFactory][Group N°0] concurrent mode: enabled.
19700.74/2520.02	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
19700.74/2520.02	c [pFactory][Group N°0] task 7 launched on thread 2.
19700.74/2520.02	c [pFactory][Group N°0] task 6 launched on thread 0.
19700.74/2520.02	c [pFactory][Group N°0] task 5 launched on thread 1.
19700.74/2520.02	c [pFactory][Group N°0] task 4 launched on thread 5.
19700.74/2520.02	c [pFactory][Group N°0] task 3 launched on thread 6.
19700.74/2520.02	c [pFactory][Group N°0] task 2 launched on thread 7.
19700.74/2520.02	c [pFactory][Group N°0] task 1 launched on thread 3.
19700.74/2520.02	c [pFactory][Group N°0] task 0 launched on thread 4.
19700.74/2520.02	
19700.74/2520.02	c *** INTERRUPTED ***
19700.74/2520.02	c restarts              : 0           
19700.74/2520.02	c conflicts             : 0            (0 /sec)
19700.74/2520.02	c decisions             : 0            (0 /sec)
19700.74/2520.02	c propagations          : 950754      (48 /sec)
19700.74/2520.02	c root propagations     : 0           
19700.74/2520.02	c filter calls          : 1814310        (92 /sec)
19700.74/2520.02	c useless filter calls  : 865490         (47 %)
19700.74/2520.02	c Memory used           : 16240.21 MB
19700.74/2520.02	c CPU time              : 19644.9 s
19700.74/2520.02	c real time             : 2520.02 s
19700.74/2520.02	
19700.74/2520.02	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14856 MiB free)
  memory of node 1: 16384 MiB (14620 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409366-1569825275/watcher-4409366-1569825275 -o /tmp/evaluation-result-4409366-1569825275/solver-4409366-1569825275 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1569817669-3093 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4409366-1569825275.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=4182, runsolver pid=4179
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 1.00 1.93 4.31 2/191 4183
/proc/meminfo: memFree=30030680/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=193680 memory=169744 CPUtime=0.1 cores=0-7
/proc/4182/stat : 4182 (cosoco) R 4179 4182 3066 0 -1 4202496 42604 0 0 0 4 6 0 0 20 0 1 0 558442152 198328320 42436 33554432000 4194304 6211132 140731939305792 140731939302328 5231349 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 48618 42436 751 493 0 41923 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 193680 KiB
Current children cumulated memory: 169744 KiB

[startup+0.209237 s]*
/proc/loadavg: 1.00 1.92 4.29 2/191 4183
/proc/meminfo: memFree=29848152/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=375048 memory=350848 CPUtime=0.21 cores=0-7
/proc/4182/stat : 4182 (cosoco) R 4179 4182 3066 0 -1 4202496 87884 0 0 0 9 12 0 0 20 0 1 0 558442152 384049152 87712 33554432000 4194304 6211132 140731939305792 140731939302328 5231269 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 93762 87712 751 493 0 87067 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 375048 KiB
Current children cumulated memory: 350848 KiB

[startup+0.308612 s]*
/proc/loadavg: 1.00 1.92 4.29 2/191 4183
/proc/meminfo: memFree=29681496/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=542160 memory=517696 CPUtime=0.31 cores=0-7
/proc/4182/stat : 4182 (cosoco) R 4179 4182 3066 0 -1 4202496 129619 0 0 0 14 17 0 0 20 0 1 0 558442152 555171840 129424 33554432000 4194304 6211132 140731939305792 140731939302328 5231349 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 135540 129424 751 493 0 128845 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 542160 KiB
Current children cumulated memory: 517696 KiB

[startup+0.700336 s]
/proc/loadavg: 1.00 1.92 4.29 2/191 4183
/proc/meminfo: memFree=29343596/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=1191732 memory=1167664 CPUtime=0.69 cores=0-7
/proc/4182/stat : 4182 (cosoco) R 4179 4182 3066 0 -1 4202496 292091 0 0 0 33 36 0 0 20 0 1 0 558442152 1220333568 291916 33554432000 4194304 6211132 140731939305792 140731939302328 5231349 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 297933 291916 751 493 0 291238 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1191732 KiB
Current children cumulated memory: 1167664 KiB

[startup+1.50033 s]
/proc/loadavg: 1.00 1.92 4.29 2/191 4183
/proc/meminfo: memFree=28505232/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=2563740 memory=2539672 CPUtime=1.49 cores=0-7
/proc/4182/stat : 4182 (cosoco) R 4179 4182 3066 0 -1 4202496 635135 0 0 0 71 78 0 0 20 0 1 0 558442152 2625269760 634918 33554432000 4194304 6211132 140731939305792 140731939301736 5231572 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 640935 634918 751 493 0 634240 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2563740 KiB
Current children cumulated memory: 2539672 KiB

[startup+3.10857 s]
/proc/loadavg: 1.00 1.92 4.29 2/191 4183
/proc/meminfo: memFree=25059756/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=5329140 memory=5304664 CPUtime=3.09 cores=0-7
/proc/4182/stat : 4182 (cosoco) R 4179 4182 3066 0 -1 4202496 1326550 0 0 0 153 156 0 0 20 0 1 0 558442152 5457039360 1326100 33554432000 4194304 6211132 140731939305792 140731939301736 5231269 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 1332285 1326166 751 493 0 1325590 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 5329140 KiB
Current children cumulated memory: 5304664 KiB

[startup+6.30034 s]
/proc/loadavg: 1.00 1.90 4.28 2/191 4183
/proc/meminfo: memFree=19904320/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=10801464 memory=10777436 CPUtime=6.29 cores=0-7
/proc/4182/stat : 4182 (cosoco) R 4179 4182 3066 0 -1 4202496 2695229 0 0 0 318 311 0 0 20 0 1 0 558442152 11060699136 2694359 33554432000 4194304 6211132 140731939305792 140731939301736 5231269 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 2700564 2694359 751 493 0 2693869 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 10801464 KiB
Current children cumulated memory: 10777436 KiB

[startup+12.7003 s]
/proc/loadavg: 1.00 1.89 4.26 2/192 4185
/proc/meminfo: memFree=18352576/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=11901280 memory=11876528 CPUtime=12.69 cores=0-7
/proc/4182/stat : 4182 (cosoco) R 4179 4182 3066 0 -1 4202496 2971997 0 0 0 927 342 0 0 20 0 1 0 558442152 12186910720 2969132 33554432000 4194304 6211132 140731939305792 140731939300312 139975046732773 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 2975320 2969132 822 493 0 2968625 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 11901280 KiB
Current children cumulated memory: 11876528 KiB

[startup+25.5003 s]
/proc/loadavg: 1.00 1.86 4.22 2/191 4186
/proc/meminfo: memFree=17177812/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=13056820 memory=13032120 CPUtime=25.49 cores=0-7
/proc/4182/stat : 4182 (cosoco) R 4179 4182 3066 0 -1 4202496 3262570 0 0 0 2161 388 0 0 20 0 1 0 558442152 13370183680 3258030 33554432000 4194304 6211132 140731939305792 140731939300312 5453847 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 3264205 3258030 822 493 0 3257510 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 13056820 KiB
Current children cumulated memory: 13032120 KiB

[startup+51.1086 s]
/proc/loadavg: 1.00 1.78 4.12 2/191 4186
/proc/meminfo: memFree=14821748/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=15373860 memory=15347772 CPUtime=51.1 cores=0-7
/proc/4182/stat : 4182 (cosoco) R 4179 4182 3066 0 -1 4202496 3846156 0 0 0 4629 481 0 0 20 0 1 0 558442152 15742832640 3836943 33554432000 4194304 6211132 140731939305792 140731939300312 139975046732773 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 3843465 3836943 822 493 0 3836770 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 15373860 KiB
Current children cumulated memory: 15347772 KiB

[startup+102.301 s]
/proc/loadavg: 4.58 2.59 4.27 9/200 4199
/proc/meminfo: memFree=14140320/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=16629972 memory=16016428 CPUtime=399.9 cores=0-7
/proc/4182/stat : 4182 (cosoco) S 4179 4182 3066 0 -1 1077944320 9170554 0 0 0 38589 1401 0 0 20 0 9 0 558442152 17029091328 4004107 33554432000 4194304 6211132 140731939305792 140731939304048 139975062773495 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 4157493 4004107 863 493 0 4150798 0
[pid=4182/tid=4189] ppid=4179 vsize=16629972 memory=16016428 CPUtime=42.59 cores=0-7
/proc/4182/task/4189/stat : 4189 (cosoco) R 4179 4182 3066 0 -1 4202560 532462 0 0 0 4090 169 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963336785080 5397400 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4190] ppid=4179 vsize=16629972 memory=4240 CPUtime=42.6 cores=0-7
/proc/4182/task/4190/stat : 4190 (cosoco) R 4179 4182 3066 0 -1 4202560 496895 0 0 0 4222 38 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963328392376 5392384 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4191] ppid=4179 vsize=16629972 memory=0 CPUtime=42.59 cores=0-7
/proc/4182/task/4191/stat : 4191 (cosoco) R 4179 4182 3066 0 -1 4202560 531469 0 0 0 4088 171 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963319999672 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4192] ppid=4179 vsize=16629972 memory=0 CPUtime=42.59 cores=0-7
/proc/4182/task/4192/stat : 4192 (cosoco) R 4179 4182 3066 0 -1 4202560 501741 0 0 0 4218 41 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963311606968 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4193] ppid=4179 vsize=16629972 memory=5093831214234 CPUtime=42.57 cores=0-7
/proc/4182/task/4193/stat : 4193 (cosoco) R 4179 4182 3066 0 -1 4202560 497121 0 0 0 4221 36 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963303214264 5393104 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4194] ppid=4179 vsize=16629972 memory=139902396577407 CPUtime=42.61 cores=0-7
/proc/4182/task/4194/stat : 4194 (cosoco) R 4179 4182 3066 0 -1 4202560 501907 0 0 0 4225 36 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963294821560 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4195] ppid=4179 vsize=16629972 memory=668 CPUtime=41.99 cores=0-7
/proc/4182/task/4195/stat : 4195 (cosoco) R 4179 4182 3066 0 -1 4202560 528688 0 0 0 4029 170 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963286428856 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4196] ppid=4179 vsize=16629972 memory=1276 CPUtime=42.61 cores=0-7
/proc/4182/task/4196/stat : 4196 (cosoco) R 4179 4182 3066 0 -1 4202560 531774 0 0 0 4099 162 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963278036152 5392352 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
Current children cumulated CPU time: 399.9 s
Current children cumulated vsize: 16629972 KiB
Current children cumulated memory: 16016428 KiB

[startup+162.301 s]
/proc/loadavg: 7.06 3.66 4.53 9/198 4202
/proc/meminfo: memFree=14140700/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=16629972 memory=16016428 CPUtime=878.75 cores=0-7
/proc/4182/stat : 4182 (cosoco) S 4179 4182 3066 0 -1 1077944320 10805712 0 0 0 86314 1561 0 0 20 0 9 0 558442152 17029091328 4004107 33554432000 4194304 6211132 140731939305792 140731939304048 139975062773495 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 4157493 4004107 863 493 0 4150798 0
[pid=4182/tid=4189] ppid=4179 vsize=16629972 memory=16016428 CPUtime=102.38 cores=0-7
/proc/4182/task/4189/stat : 4189 (cosoco) R 4179 4182 3066 0 -1 4202560 734122 0 0 0 10047 191 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963336785080 5393104 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4190] ppid=4179 vsize=16629972 memory=3504 CPUtime=102.56 cores=0-7
/proc/4182/task/4190/stat : 4190 (cosoco) R 4179 4182 3066 0 -1 4202560 705398 0 0 0 10198 58 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963328392376 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4191] ppid=4179 vsize=16629972 memory=16016428 CPUtime=102.27 cores=0-7
/proc/4182/task/4191/stat : 4191 (cosoco) R 4179 4182 3066 0 -1 4202560 734187 0 0 0 10034 193 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963319999672 5393095 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4192] ppid=4179 vsize=16629972 memory=16016428 CPUtime=102.55 cores=0-7
/proc/4182/task/4192/stat : 4192 (cosoco) R 4179 4182 3066 0 -1 4202560 713239 0 0 0 10195 60 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963311606968 5397400 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4193] ppid=4179 vsize=16629972 memory=16016428 CPUtime=102.53 cores=0-7
/proc/4182/task/4193/stat : 4193 (cosoco) R 4179 4182 3066 0 -1 4202560 700946 0 0 0 10195 58 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963303214264 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4194] ppid=4179 vsize=16629972 memory=16016428 CPUtime=102.43 cores=0-7
/proc/4182/task/4194/stat : 4194 (cosoco) R 4179 4182 3066 0 -1 4202560 708188 0 0 0 10192 51 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963294821560 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4195] ppid=4179 vsize=16629972 memory=16016428 CPUtime=101.71 cores=0-7
/proc/4182/task/4195/stat : 4195 (cosoco) R 4179 4182 3066 0 -1 4202560 725880 0 0 0 9980 191 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963286428856 5393098 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4196] ppid=4179 vsize=16629972 memory=16016428 CPUtime=102.57 cores=0-7
/proc/4182/task/4196/stat : 4196 (cosoco) R 4179 4182 3066 0 -1 4202560 735255 0 0 0 10077 180 0 0 20 0 9 0 558448121 17029091328 4004107 33554432000 4194304 6211132 140731939305792 139963278036152 5392375 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
Current children cumulated CPU time: 878.75 s
Current children cumulated vsize: 16629972 KiB
Current children cumulated memory: 16016428 KiB

[startup+222.301 s]
/proc/loadavg: 8.17 4.58 4.80 9/199 4206
/proc/meminfo: memFree=14139912/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=16629972 memory=16020004 CPUtime=1357.7 cores=0-7
/proc/4182/stat : 4182 (cosoco) S 4179 4182 3066 0 -1 1077944320 13693777 0 0 0 133935 1835 0 0 20 0 9 0 558442152 17029091328 4005001 33554432000 4194304 6211132 140731939305792 140731939304048 139975062773495 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 4157493 4005001 863 493 0 4150798 0
[pid=4182/tid=4189] ppid=4179 vsize=16629972 memory=16019784 CPUtime=162.25 cores=0-7
/proc/4182/task/4189/stat : 4189 (cosoco) R 4179 4182 3066 0 -1 4202560 1099228 0 0 0 15980 245 0 0 20 0 9 0 558448121 17029091328 4005001 33554432000 4194304 6211132 140731939305792 139963336784840 5392375 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4190] ppid=4179 vsize=16629972 memory=1424 CPUtime=162.54 cores=0-7
/proc/4182/task/4190/stat : 4190 (cosoco) R 4179 4182 3066 0 -1 4202560 1063462 0 0 0 16178 76 0 0 20 0 9 0 558448121 17029091328 4005001 33554432000 4194304 6211132 140731939305792 139963328391976 5172248 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4191] ppid=4179 vsize=16629972 memory=16019500 CPUtime=162.25 cores=0-7
/proc/4182/task/4191/stat : 4191 (cosoco) R 4179 4182 3066 0 -1 4202560 1098116 0 0 0 15981 244 0 0 20 0 9 0 558448121 17029091328 4005001 33554432000 4194304 6211132 140731939305792 139963319999432 5392375 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4192] ppid=4179 vsize=16629972 memory=16019428 CPUtime=162.53 cores=0-7
/proc/4182/task/4192/stat : 4192 (cosoco) R 4179 4182 3066 0 -1 4202560 1070883 0 0 0 16175 78 0 0 20 0 9 0 558448121 17029091328 4005001 33554432000 4194304 6211132 140731939305792 139963311606568 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4193] ppid=4179 vsize=16629972 memory=16020004 CPUtime=162.53 cores=0-7
/proc/4182/task/4193/stat : 4193 (cosoco) R 4179 4182 3066 0 -1 4202560 1062737 0 0 0 16174 79 0 0 20 0 9 0 558448121 17029091328 4005001 33554432000 4194304 6211132 140731939305792 139963303213864 5393072 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4194] ppid=4179 vsize=16629972 memory=16019968 CPUtime=162.4 cores=0-7
/proc/4182/task/4194/stat : 4194 (cosoco) R 4179 4182 3066 0 -1 4202560 1062422 0 0 0 16170 70 0 0 20 0 9 0 558448121 17029091328 4005001 33554432000 4194304 6211132 140731939305792 139963294821160 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0

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


[startup+2322.3 s]
/proc/loadavg: 8.06 8.15 7.85 9/200 4392
/proc/meminfo: memFree=13882576/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=16629972 memory=16278856 CPUtime=18122.3 cores=0-7
/proc/4182/stat : 4182 (cosoco) S 4179 4182 3066 0 -1 1077944320 69465053 0 0 0 1806865 5367 0 0 20 0 9 0 558442152 17029091328 4069714 33554432000 4194304 6211132 140731939305792 140731939304048 139975062773495 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 4157493 4069714 863 493 0 4150798 0
[pid=4182/tid=4189] ppid=4179 vsize=16629972 memory=1760 CPUtime=2256.45 cores=0-7
/proc/4182/task/4189/stat : 4189 (cosoco) R 4179 4182 3066 0 -1 4202560 8072404 0 0 0 224863 782 0 0 20 0 9 0 558448121 17029091328 4069714 33554432000 4194304 6211132 140731939305792 139963336784840 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4190] ppid=4179 vsize=16629972 memory=16278800 CPUtime=2261.93 cores=0-7
/proc/4182/task/4190/stat : 4190 (cosoco) R 4179 4182 3066 0 -1 4202560 8035428 0 0 0 225797 396 0 0 20 0 9 0 558448121 17029091328 4069714 33554432000 4194304 6211132 140731939305792 139963328392136 5393091 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4191] ppid=4179 vsize=16629972 memory=3504 CPUtime=2258.73 cores=0-7
/proc/4182/task/4191/stat : 4191 (cosoco) R 4179 4182 3066 0 -1 4202560 8074303 0 0 0 225072 801 0 0 20 0 9 0 558448121 17029091328 4069714 33554432000 4194304 6211132 140731939305792 139963319999432 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4192] ppid=4179 vsize=16629972 memory=2008 CPUtime=2260.71 cores=0-7
/proc/4182/task/4192/stat : 4192 (cosoco) R 4179 4182 3066 0 -1 4202560 8043112 0 0 0 225521 550 0 0 20 0 9 0 558448121 17029091328 4069714 33554432000 4194304 6211132 140731939305792 139963311606728 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4193] ppid=4179 vsize=16629972 memory=16276628 CPUtime=2261.81 cores=0-7
/proc/4182/task/4193/stat : 4193 (cosoco) R 4179 4182 3066 0 -1 4202560 8026433 0 0 0 225778 403 0 0 20 0 9 0 558448121 17029091328 4069714 33554432000 4194304 6211132 140731939305792 139963303214024 5392375 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4194] ppid=4179 vsize=16629972 memory=16276892 CPUtime=2261.77 cores=0-7
/proc/4182/task/4194/stat : 4194 (cosoco) R 4179 4182 3066 0 -1 4202560 8033765 0 0 0 225613 564 0 0 20 0 9 0 558448121 17029091328 4069714 33554432000 4194304 6211132 140731939305792 139963294821224 5172469 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4195] ppid=4179 vsize=16629972 memory=16278584 CPUtime=2246.79 cores=0-7
/proc/4182/task/4195/stat : 4195 (cosoco) R 4179 4182 3066 0 -1 4202560 8059345 0 0 0 224016 663 0 0 20 0 9 0 558448121 17029091328 4069714 33554432000 4194304 6211132 140731939305792 139963286428552 5172252 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4196] ppid=4179 vsize=16629972 memory=16278852 CPUtime=2254.39 cores=0-7
/proc/4182/task/4196/stat : 4196 (cosoco) R 4179 4182 3066 0 -1 4202560 8071812 0 0 0 224808 631 0 0 20 0 9 0 558448121 17029091328 4069714 33554432000 4194304 6211132 140731939305792 139963278035912 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
Current children cumulated CPU time: 18122.3 s
Current children cumulated vsize: 16629972 KiB
Current children cumulated memory: 16278856 KiB

[startup+2382.3 s]
/proc/loadavg: 8.49 8.25 7.90 9/200 4395
/proc/meminfo: memFree=13873956/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=16629972 memory=16287252 CPUtime=18601.3 cores=0-7
/proc/4182/stat : 4182 (cosoco) S 4179 4182 3066 0 -1 1077944320 70907526 0 0 0 1854692 5442 0 0 20 0 9 0 558442152 17029091328 4071813 33554432000 4194304 6211132 140731939305792 140731939304048 139975062773495 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 4157493 4071813 863 493 0 4150798 0
[pid=4182/tid=4189] ppid=4179 vsize=16629972 memory=16286460 CPUtime=2315.55 cores=0-7
/proc/4182/task/4189/stat : 4189 (cosoco) R 4179 4182 3066 0 -1 4202560 8249809 0 0 0 230764 791 0 0 20 0 9 0 558448121 17029091328 4071813 33554432000 4194304 6211132 140731939305792 139963336784840 5193765 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4190] ppid=4179 vsize=16629972 memory=16285204 CPUtime=2321.93 cores=0-7
/proc/4182/task/4190/stat : 4190 (cosoco) R 4179 4182 3066 0 -1 4202560 8212603 0 0 0 231789 404 0 0 20 0 9 0 558448121 17029091328 4071813 33554432000 4194304 6211132 140731939305792 139963328392072 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4191] ppid=4179 vsize=16629972 memory=16283704 CPUtime=2318.72 cores=0-7
/proc/4182/task/4191/stat : 4191 (cosoco) R 4179 4182 3066 0 -1 4202560 8256076 0 0 0 231060 812 0 0 20 0 9 0 558448121 17029091328 4071813 33554432000 4194304 6211132 140731939305792 139963319999336 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4192] ppid=4179 vsize=16629972 memory=16286100 CPUtime=2320.7 cores=0-7
/proc/4182/task/4192/stat : 4192 (cosoco) R 4179 4182 3066 0 -1 4202560 8224955 0 0 0 231512 558 0 0 20 0 9 0 558448121 17029091328 4071813 33554432000 4194304 6211132 140731939305792 139963311606728 5393072 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4193] ppid=4179 vsize=16629972 memory=16285356 CPUtime=2321.79 cores=0-7
/proc/4182/task/4193/stat : 4193 (cosoco) R 4179 4182 3066 0 -1 4202560 8212440 0 0 0 231768 411 0 0 20 0 9 0 558448121 17029091328 4071813 33554432000 4194304 6211132 140731939305792 139963303213960 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4194] ppid=4179 vsize=16629972 memory=16286692 CPUtime=2321.76 cores=0-7
/proc/4182/task/4194/stat : 4194 (cosoco) R 4179 4182 3066 0 -1 4202560 8215435 0 0 0 231604 572 0 0 20 0 9 0 558448121 17029091328 4071813 33554432000 4194304 6211132 140731939305792 139963294821320 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4195] ppid=4179 vsize=16629972 memory=16287252 CPUtime=2306.77 cores=0-7
/proc/4182/task/4195/stat : 4195 (cosoco) R 4179 4182 3066 0 -1 4202560 8242080 0 0 0 230004 673 0 0 20 0 9 0 558448121 17029091328 4071813 33554432000 4194304 6211132 140731939305792 139963286428616 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4196] ppid=4179 vsize=16629972 memory=16287128 CPUtime=2314.35 cores=0-7
/proc/4182/task/4196/stat : 4196 (cosoco) R 4179 4182 3066 0 -1 4202560 8245630 0 0 0 230794 641 0 0 20 0 9 0 558448121 17029091328 4071813 33554432000 4194304 6211132 140731939305792 139963278035912 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
Current children cumulated CPU time: 18601.3 s
Current children cumulated vsize: 16629972 KiB
Current children cumulated memory: 16287252 KiB

[startup+2442.3 s]
/proc/loadavg: 8.73 8.35 7.96 9/201 4400
/proc/meminfo: memFree=13863744/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=16629972 memory=16296300 CPUtime=19080.3 cores=0-7
/proc/4182/stat : 4182 (cosoco) S 4179 4182 3066 0 -1 1077944320 72357091 0 0 0 1902514 5521 0 0 20 0 9 0 558442152 17029091328 4074075 33554432000 4194304 6211132 140731939305792 140731939304048 139975062773495 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 4157493 4074075 863 493 0 4150798 0
[pid=4182/tid=4189] ppid=4179 vsize=16629972 memory=16296236 CPUtime=2374.67 cores=0-7
/proc/4182/task/4189/stat : 4189 (cosoco) R 4179 4182 3066 0 -1 4202560 8436948 0 0 0 236665 802 0 0 20 0 9 0 558448121 17029091328 4074075 33554432000 4194304 6211132 140731939305792 139963336784840 5392384 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4190] ppid=4179 vsize=16629972 memory=16296124 CPUtime=2381.91 cores=0-7
/proc/4182/task/4190/stat : 4190 (cosoco) R 4179 4182 3066 0 -1 4202560 8394204 0 0 0 237779 412 0 0 20 0 9 0 558448121 17029091328 4074075 33554432000 4194304 6211132 140731939305792 139963328392136 5193765 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4191] ppid=4179 vsize=16629972 memory=16295916 CPUtime=2378.72 cores=0-7
/proc/4182/task/4191/stat : 4191 (cosoco) R 4179 4182 3066 0 -1 4202560 8429238 0 0 0 237049 823 0 0 20 0 9 0 558448121 17029091328 4074075 33554432000 4194304 6211132 140731939305792 139963319999336 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4192] ppid=4179 vsize=16629972 memory=16295696 CPUtime=2380.7 cores=0-7
/proc/4182/task/4192/stat : 4192 (cosoco) R 4179 4182 3066 0 -1 4202560 8401131 0 0 0 237503 567 0 0 20 0 9 0 558448121 17029091328 4074075 33554432000 4194304 6211132 140731939305792 139963311606632 5393072 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4193] ppid=4179 vsize=16629972 memory=16290472 CPUtime=2381.74 cores=0-7
/proc/4182/task/4193/stat : 4193 (cosoco) R 4179 4182 3066 0 -1 4202560 8394126 0 0 0 237754 420 0 0 20 0 9 0 558448121 17029091328 4074075 33554432000 4194304 6211132 140731939305792 139963303214024 5393098 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4194] ppid=4179 vsize=16629972 memory=16293144 CPUtime=2381.74 cores=0-7
/proc/4182/task/4194/stat : 4194 (cosoco) R 4179 4182 3066 0 -1 4202560 8402861 0 0 0 237593 581 0 0 20 0 9 0 558448121 17029091328 4074075 33554432000 4194304 6211132 140731939305792 139963294821320 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4195] ppid=4179 vsize=16629972 memory=16294396 CPUtime=2366.76 cores=0-7
/proc/4182/task/4195/stat : 4195 (cosoco) R 4179 4182 3066 0 -1 4202560 8418636 0 0 0 235991 685 0 0 20 0 9 0 558448121 17029091328 4074075 33554432000 4194304 6211132 140731939305792 139963286428616 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4196] ppid=4179 vsize=16629972 memory=16295360 CPUtime=2374.35 cores=0-7
/proc/4182/task/4196/stat : 4196 (cosoco) R 4179 4182 3066 0 -1 4202560 8431449 0 0 0 236783 652 0 0 20 0 9 0 558448121 17029091328 4074075 33554432000 4194304 6211132 140731939305792 139963278035912 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
Current children cumulated CPU time: 19080.4 s
Current children cumulated vsize: 16629972 KiB
Current children cumulated memory: 16296300 KiB

[startup+2502.3 s]
/proc/loadavg: 8.65 8.40 8.00 9/199 4403
/proc/meminfo: memFree=13855288/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=16629972 memory=16304556 CPUtime=19559.4 cores=0-7
/proc/4182/stat : 4182 (cosoco) S 4179 4182 3066 0 -1 1077944320 73807298 0 0 0 1950340 5596 0 0 20 0 9 0 558442152 17029091328 4076139 33554432000 4194304 6211132 140731939305792 140731939304048 139975062773495 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 4157493 4076139 863 493 0 4150798 0
[pid=4182/tid=4189] ppid=4179 vsize=16629972 memory=16303292 CPUtime=2433.81 cores=0-7
/proc/4182/task/4189/stat : 4189 (cosoco) R 4179 4182 3066 0 -1 4202560 8612927 0 0 0 242571 810 0 0 20 0 9 0 558448121 17029091328 4076139 33554432000 4194304 6211132 140731939305792 139963336784776 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4190] ppid=4179 vsize=16629972 memory=16303956 CPUtime=2441.89 cores=0-7
/proc/4182/task/4190/stat : 4190 (cosoco) R 4179 4182 3066 0 -1 4202560 8579959 0 0 0 243769 420 0 0 20 0 9 0 558448121 17029091328 4076139 33554432000 4194304 6211132 140731939305792 139963328392136 5392375 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4191] ppid=4179 vsize=16629972 memory=16297216 CPUtime=2438.72 cores=0-7
/proc/4182/task/4191/stat : 4191 (cosoco) R 4179 4182 3066 0 -1 4202560 8615301 0 0 0 243037 835 0 0 20 0 9 0 558448121 17029091328 4076139 33554432000 4194304 6211132 140731939305792 139963319999368 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4192] ppid=4179 vsize=16629972 memory=1920011 CPUtime=2440.68 cores=0-7
/proc/4182/task/4192/stat : 4192 (cosoco) R 4179 4182 3066 0 -1 4202560 8582692 0 0 0 243493 575 0 0 20 0 9 0 558448121 17029091328 4076139 33554432000 4194304 6211132 140731939305792 139963311606632 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4193] ppid=4179 vsize=16629972 memory=16299828 CPUtime=2441.7 cores=0-7
/proc/4182/task/4193/stat : 4193 (cosoco) R 4179 4182 3066 0 -1 4202560 8567500 0 0 0 243741 429 0 0 20 0 9 0 558448121 17029091328 4076139 33554432000 4194304 6211132 140731939305792 139963303213960 5193765 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4194] ppid=4179 vsize=16629972 memory=16303604 CPUtime=2441.74 cores=0-7
/proc/4182/task/4194/stat : 4194 (cosoco) R 4179 4182 3066 0 -1 4202560 8583229 0 0 0 243584 590 0 0 20 0 9 0 558448121 17029091328 4076139 33554432000 4194304 6211132 140731939305792 139963294821320 5392352 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4195] ppid=4179 vsize=16629972 memory=16304212 CPUtime=2426.73 cores=0-7
/proc/4182/task/4195/stat : 4195 (cosoco) R 4179 4182 3066 0 -1 4202560 8600046 0 0 0 241978 695 0 0 20 0 9 0 558448121 17029091328 4076139 33554432000 4194304 6211132 140731939305792 139963286428616 5172252 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4196] ppid=4179 vsize=16629972 memory=16304448 CPUtime=2434.35 cores=0-7
/proc/4182/task/4196/stat : 4196 (cosoco) R 4179 4182 3066 0 -1 4202560 8617146 0 0 0 242771 664 0 0 20 0 9 0 558448121 17029091328 4076139 33554432000 4194304 6211132 140731939305792 139963278035912 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
Current children cumulated CPU time: 19559.4 s
Current children cumulated vsize: 16629972 KiB
Current children cumulated memory: 16304556 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.51 8.38 8.00 9/199 4403
/proc/meminfo: memFree=13854156/32770624 swapFree=66954180/67108860
[pid=4182] ppid=4179 vsize=16629972 memory=16307072 CPUtime=19700.7 cores=0-7
/proc/4182/stat : 4182 (cosoco) S 4179 4182 3066 0 -1 1077944320 73848443 0 0 0 1964474 5600 0 0 20 0 9 0 558442152 17029091328 4076768 33554432000 4194304 6211132 140731939305792 140731939304048 139975062773495 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
/proc/4182/statm: 4157493 4076768 863 493 0 4150798 0
[pid=4182/tid=4189] ppid=4179 vsize=16629972 memory=1652 CPUtime=2451.26 cores=0-7
/proc/4182/task/4189/stat : 4189 (cosoco) R 4179 4182 3066 0 -1 4202560 8618990 0 0 0 244316 810 0 0 20 0 9 0 558448121 17029091328 4076768 33554432000 4194304 6211132 140731939305792 139963336784840 5172460 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4190] ppid=4179 vsize=16629972 memory=9580 CPUtime=2459.61 cores=0-7
/proc/4182/task/4190/stat : 4190 (cosoco) R 4179 4182 3066 0 -1 4202560 8582210 0 0 0 245540 421 0 0 20 0 9 0 558448121 17029091328 4076768 33554432000 4194304 6211132 140731939305792 139963328392136 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4191] ppid=4179 vsize=16629972 memory=-7003737579269690708 CPUtime=2456.43 cores=0-7
/proc/4182/task/4191/stat : 4191 (cosoco) R 4179 4182 3066 0 -1 4202560 8621357 0 0 0 244807 836 0 0 20 0 9 0 558448121 17029091328 4076768 33554432000 4194304 6211132 140731939305792 139963319999432 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4192] ppid=4179 vsize=16629972 memory=6468 CPUtime=2458.37 cores=0-7
/proc/4182/task/4192/stat : 4192 (cosoco) R 4179 4182 3066 0 -1 4202560 8588815 0 0 0 245262 575 0 0 20 0 9 0 558448121 17029091328 4076768 33554432000 4194304 6211132 140731939305792 139963311606728 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4193] ppid=4179 vsize=16629972 memory=14056 CPUtime=2459.39 cores=0-7
/proc/4182/task/4193/stat : 4193 (cosoco) R 4179 4182 3066 0 -1 4202560 8577887 0 0 0 245510 429 0 0 20 0 9 0 558448121 17029091328 4076768 33554432000 4194304 6211132 140731939305792 139963303213960 5393072 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4194] ppid=4179 vsize=16629972 memory=2116 CPUtime=2459.46 cores=0-7
/proc/4182/task/4194/stat : 4194 (cosoco) R 4179 4182 3066 0 -1 4202560 8585051 0 0 0 245355 591 0 0 20 0 9 0 558448121 17029091328 4076768 33554432000 4194304 6211132 140731939305792 139963294821224 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4195] ppid=4179 vsize=16629972 memory=520 CPUtime=2444.43 cores=0-7
/proc/4182/task/4195/stat : 4195 (cosoco) R 4179 4182 3066 0 -1 4202560 8606562 0 0 0 243747 696 0 0 20 0 9 0 558448121 17029091328 4076768 33554432000 4194304 6211132 140731939305792 139963286428616 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
[pid=4182/tid=4196] ppid=4179 vsize=16629972 memory=16306956 CPUtime=2452.05 cores=0-7
/proc/4182/task/4196/stat : 4196 (cosoco) R 4179 4182 3066 0 -1 4202560 8619073 0 0 0 244541 664 0 0 20 0 9 0 558448121 17029091328 4076768 33554432000 4194304 6211132 140731939305792 139963278035848 5193765 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28008448 140731939312657 140731939312749 140731939312749 140731939315662 0
Current children cumulated CPU time: 19700.7 s
Current children cumulated vsize: 16629972 KiB
Current children cumulated memory: 16307072 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.85 s]
# the end of solver process 4182 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19644.9 s, system=56.8378 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2520.4 s]
/proc/loadavg: 8.51 8.38 8.00 2/192 4403
/proc/meminfo: memFree=18525684/32770624 swapFree=66954180/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+2520.8 s]
/proc/loadavg: 8.51 8.38 8.00 2/192 4403
/proc/meminfo: memFree=18525684/32770624 swapFree=66954180/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 2520.85
CPU time (s): 19701.7
CPU user time (s): 19644.9
CPU system time (s): 56.8378
CPU usage (%): 781.548
Max. virtual memory (cumulated for all children) (KiB): 16629972
Max. memory (cumulated for all children) (KiB): 16307072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19644.9
system time used= 56.8378
maximum resident set size= 16307356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73848492
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= 7902
involuntary context switches= 168111


# summary of solver processes directly reported to runsolver:
#   pid: 4182
#   total CPU time (s): 19701.7
#   total CPU user time (s): 19644.9
#   total CPU system time (s): 56.8378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2432 second user time and 23.2859 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-30 08:33:53
IDJOB=4409366
IDBENCH=126851
IDSOLVER=2877
FILE ID=node119/4409366-1569825275
RUNJOBID= node119-1569817669-3093
PBS_JOBID= 21705918
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0450.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409366-1569825275/watcher-4409366-1569825275 -o /tmp/evaluation-result-4409366-1569825275/solver-4409366-1569825275 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1569817669-3093 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4409366-1569825275.xml

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

MD5SUM BENCH= ffc1a166c9e21b9812230f61f9b6f38e
RANDOM SEED=707219295

node119.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30184024 kB
MemAvailable:   31826756 kB
Buffers:          223780 kB
Cached:          1756880 kB
SwapCached:        46700 kB
Active:          1079052 kB
Inactive:         953120 kB
Active(anon):      16924 kB
Inactive(anon):   116460 kB
Active(file):    1062128 kB
Inactive(file):   836660 kB
Unevictable:      107468 kB
Mlocked:          107468 kB
SwapTotal:      67108860 kB
SwapFree:       66954180 kB
Dirty:              6340 kB
Writeback:             0 kB
AnonPages:        113748 kB
Mapped:            26748 kB
Shmem:             73180 kB
Slab:             148344 kB
SReclaimable:     119560 kB
SUnreclaim:        28784 kB
KernelStack:        3408 kB
PageTables:         5436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     538604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 62024 MiB
End job on node119 at 2019-09-30 09:15:54