Trace number 4398327

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 NameAnswerobjective functionCPU timeWall clock time
cosoco 2.O parallelOPT32 444.307 55.6456

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-11.xml
MD5SUM797e5cb3172be67eb960f2d678910748
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark15.2862
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints134
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":55},{"size":9,"count":55}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":55},{"degree":7,"count":4},{"degree":8,"count":24},{"degree":10,"count":27}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":55},{"arity":3,"count":24},{"arity":4,"count":4},{"arity":6,"count":24},{"arity":9,"count":27}]
Number of extensional constraints79
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":79},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.03	c
0.00/0.03	c This is cosoco 2.00 --  
0.00/0.03	c
0.00/0.03	c command line: cosoco -model -nbcores=8 HOME/instance-4398327-1568597935.xml 
0.00/0.03	c enable optimization
0.00/0.03	c ========================================[ Problem Statistics ]===========================================
0.00/0.03	c |                                                                                                       
0.00/0.03	c |  Parse time        :         0.01 s 
0.00/0.03	c |
0.00/0.03	c |               Variables: 110
0.00/0.03	c |            Domain Sizes: 2..9
0.00/0.03	c |
0.00/0.03	c |             Constraints: 135
0.00/0.03	c |                   Arity: 2..55  -- Binary: 55  -- Ternary: 24
0.00/0.03	c | 
0.00/0.03	c |                   Types: 
0.00/0.03	c |                          Extension: 79  (nb tuples: 1..10) -- (shared: 592)
0.00/0.03	c |                          Sum: 56
0.00/0.03	c |                          
0.00/0.03	c |               Objective: Maximize Sum
0.00/0.03	
0.00/0.03	c =========================================================================================================
0.00/0.03	c Parallel mode: Portfolio
0.00/0.03	c [pFactory][Group N°0] created (threads:8).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.03	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.03	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.03	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.03	c [pFactory][Group N°0] task 7 launched on thread 0.
0.00/0.03	c [pFactory][Group N°0] task 6 launched on thread 5.
0.00/0.03	c [pFactory][Group N°0] task 5 launched on thread 1.
0.00/0.03	c [pFactory][Group N°0] task 4 launched on thread 4.
0.00/0.03	c [pFactory][Group N°0] task 3 launched on thread 3.
0.00/0.03	c [pFactory][Group N°0] task 2 launched on thread 6.
0.00/0.03	c [pFactory][Group N°0] task 1 launched on thread 7.
0.00/0.03	c [pFactory][Group N°0] task 0 launched on thread 2.
0.00/0.03	o 0
0.00/0.03	o 18
0.00/0.03	o 19
0.00/0.03	o 24
0.00/0.03	o 27
0.71/0.13	o 28
1.58/0.28	o 29
2.37/0.40	o 30
105.26/13.29	o 32
443.95/55.64	c [pFactory][Group N°0] concurent mode: thread 0 has won with the task 7.
443.95/55.64	c [pFactory][Group N°0] Thread N°0 is joined.
443.95/55.64	c [pFactory][Group N°0] Thread N°1 is joined.
443.95/55.64	c [pFactory][Group N°0] Thread N°2 is joined.
443.95/55.64	c [pFactory][Group N°0] Thread N°3 is joined.
443.95/55.64	c [pFactory][Group N°0] Thread N°4 is joined.
443.95/55.64	c [pFactory][Group N°0] Thread N°5 is joined.
443.95/55.64	c [pFactory][Group N°0] Thread N°6 is joined.
443.95/55.64	c [pFactory][Group N°0] Thread N°7 is joined.
443.95/55.64	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°0)
443.95/55.64	s OPTIMUM FOUND
443.95/55.64	c call to solver        : 10
443.95/55.64	c
443.95/55.64	c restarts              : 61304       
443.95/55.64	c conflicts             : 540025       (1215 /sec)
443.95/55.64	c decisions             : 3497088      (7871 /sec)
443.95/55.64	c propagations          : 51434657    (115766 /sec)
443.95/55.64	c root propagations     : 92          
443.95/55.64	c filter calls          : 74191458       (166986 /sec)
443.95/55.64	c useless filter calls  : 46251463       (62 %)
443.95/55.64	c Memory used           : 572.15 MB
443.95/55.64	c Best bound time (wc)  : 13.2835 s
443.95/55.64	c CPU time              : 444.298 s
443.95/55.64	c real time             : 55.6384 s
443.95/55.64	
443.95/55.64	
443.95/55.64	v <instantiation type='solution' cost='32'>
443.95/55.64	v <list>s[0][0] s[0][10] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[1][0] s[1][10] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[2][0] s[2][10] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[3][0] s[3][10] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[4][0] s[4][10] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] x[0][0] x[0][10] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][10] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][10] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][10] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][10] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] </list>
443.95/55.64	v <values>3 3 3 4 3 3 4 3 3 4 3 3 3 3 4 3 3 4 3 3 4 3 4 4 4 4 4 4 4 4 4 4 4 3 3 3 4 3 3 4 3 3 4 3 3 3 3 4 3 3 4 3 3 4 3 1 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 </values>
443.95/55.64	v </instantiation>
443.95/55.64	

Verifier Data

OK	32

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 (14940 MiB free)
  memory of node 1: 16384 MiB (15632 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398327-1568597935/watcher-4398327-1568597935 -o /tmp/evaluation-result-4398327-1568597935/solver-4398327-1568597935 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568597898-3256 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4398327-1568597935.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=3273, runsolver pid=3270
Current StackSize limit: 8192 KiB


[startup+0.100311 s]*
/proc/loadavg: 1.37 1.09 1.16 9/200 3282
/proc/meminfo: memFree=31304784/32770624 swapFree=67004296/67108860
[pid=3273] ppid=3270 vsize=618664 memory=5472 CPUtime=0.71 cores=0-7
/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 1741 0 0 0 71 0 0 0 20 0 9 0 435955069 633511936 1368 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1368 876 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=576460756329955530 CPUtime=0.08 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083466566672 5156880 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=0 CPUtime=0.08 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 20 0 0 0 8 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083458173968 5389823 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=140378144607619 CPUtime=0.08 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083449781088 5250463 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=0 CPUtime=0.08 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 17 0 0 0 8 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083441388816 5250272 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3279] ppid=3270 vsize=618664 memory=0 CPUtime=0.08 cores=0-7
/proc/3273/task/3279/stat : 3279 (cosoco) R 3270 3273 3228 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083432996112 5250450 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3280] ppid=3270 vsize=618664 memory=0 CPUtime=0.08 cores=0-7
/proc/3273/task/3280/stat : 3280 (cosoco) R 3270 3273 3228 0 -1 4202560 20 0 0 0 8 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083424603408 5033942 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3281] ppid=3270 vsize=618664 memory=-1 CPUtime=0.08 cores=0-7
/proc/3273/task/3281/stat : 3281 (cosoco) R 3270 3273 3228 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083416210704 5156699 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3282] ppid=3270 vsize=618664 memory=0 CPUtime=0.08 cores=0-7
/proc/3273/task/3282/stat : 3282 (cosoco) R 3270 3273 3228 0 -1 4202560 20 0 0 0 8 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083407818000 5149212 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 618664 KiB
Current children cumulated memory: 5472 KiB

[startup+0.21031 s]*
/proc/loadavg: 1.37 1.09 1.16 9/200 3282
/proc/meminfo: memFree=31304784/32770624 swapFree=67004296/67108860
[pid=3273] ppid=3270 vsize=618664 memory=5472 CPUtime=1.58 cores=0-7
/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 1741 0 0 0 158 0 0 0 20 0 9 0 435955069 633511936 1368 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1368 876 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 29 0 0 0 19 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083466566928 5250272 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=14965 CPUtime=0.19 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 20 0 0 0 19 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083458174224 5250289 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=140378144613677 CPUtime=0.19 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 22 0 0 0 19 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083449781088 5156914 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=-1 CPUtime=0.19 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 17 0 0 0 19 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083441388816 5250251 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3279] ppid=3270 vsize=618664 memory=0 CPUtime=0.18 cores=0-7
/proc/3273/task/3279/stat : 3279 (cosoco) R 3270 3273 3228 0 -1 4202560 22 0 0 0 18 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083432996112 5017377 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3280] ppid=3270 vsize=618664 memory=0 CPUtime=0.19 cores=0-7
/proc/3273/task/3280/stat : 3280 (cosoco) R 3270 3273 3228 0 -1 4202560 20 0 0 0 19 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083424603408 5155341 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3281] ppid=3270 vsize=618664 memory=-1 CPUtime=0.19 cores=0-7
/proc/3273/task/3281/stat : 3281 (cosoco) R 3270 3273 3228 0 -1 4202560 21 0 0 0 19 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083416210704 5397226 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3282] ppid=3270 vsize=618664 memory=0 CPUtime=0.19 cores=0-7
/proc/3273/task/3282/stat : 3282 (cosoco) R 3270 3273 3228 0 -1 4202560 20 0 0 0 19 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083407818000 5250461 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 618664 KiB
Current children cumulated memory: 5472 KiB

[startup+0.310309 s]*
/proc/loadavg: 1.37 1.09 1.16 9/200 3282
/proc/meminfo: memFree=31304784/32770624 swapFree=67004296/67108860
[pid=3273] ppid=3270 vsize=618664 memory=5472 CPUtime=2.37 cores=0-7
/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 1744 0 0 0 237 0 0 0 20 0 9 0 435955069 633511936 1368 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1368 876 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 29 0 0 0 29 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083466566928 5250293 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=0 CPUtime=0.29 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 22 0 0 0 29 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083458174224 5149686 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=0 CPUtime=0.29 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 22 0 0 0 29 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083449781088 5408351 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=6944656592455359580 CPUtime=0.29 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 17 0 0 0 29 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083441388816 5148707 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3279] ppid=3270 vsize=618664 memory=0 CPUtime=0.27 cores=0-7
/proc/3273/task/3279/stat : 3279 (cosoco) R 3270 3273 3228 0 -1 4202560 22 0 0 0 27 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083432996112 5155511 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3280] ppid=3270 vsize=618664 memory=0 CPUtime=0.29 cores=0-7
/proc/3273/task/3280/stat : 3280 (cosoco) R 3270 3273 3228 0 -1 4202560 20 0 0 0 29 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083424603408 5158146 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3281] ppid=3270 vsize=618664 memory=0 CPUtime=0.29 cores=0-7
/proc/3273/task/3281/stat : 3281 (cosoco) R 3270 3273 3228 0 -1 4202560 21 0 0 0 29 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083416210704 5148850 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3282] ppid=3270 vsize=618664 memory=0 CPUtime=0.29 cores=0-7
/proc/3273/task/3282/stat : 3282 (cosoco) R 3270 3273 3228 0 -1 4202560 21 0 0 0 29 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083407818000 5156256 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 618664 KiB
Current children cumulated memory: 5472 KiB

[startup+0.70131 s]
/proc/loadavg: 1.37 1.09 1.16 9/200 3282
/proc/meminfo: memFree=31304784/32770624 swapFree=67004296/67108860
[pid=3273] ppid=3270 vsize=618664 memory=5472 CPUtime=5.42 cores=0-7
/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 1745 0 0 0 542 0 0 0 20 0 9 0 435955069 633511936 1368 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1368 876 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=22184 CPUtime=0.68 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 29 0 0 0 68 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083466566928 5150189 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=14068 CPUtime=0.68 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 22 0 0 0 68 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083458174224 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=2120 CPUtime=0.68 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 22 0 0 0 68 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083449781088 5149266 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=504 CPUtime=0.68 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 17 0 0 0 68 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083441388816 5250234 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3279] ppid=3270 vsize=618664 memory=1560 CPUtime=0.63 cores=0-7
/proc/3273/task/3279/stat : 3279 (cosoco) R 3270 3273 3228 0 -1 4202560 23 0 0 0 63 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083432996112 5250467 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3280] ppid=3270 vsize=618664 memory=924 CPUtime=0.68 cores=0-7
/proc/3273/task/3280/stat : 3280 (cosoco) R 3270 3273 3228 0 -1 4202560 20 0 0 0 68 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083424603408 5008912 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3281] ppid=3270 vsize=618664 memory=1692 CPUtime=0.68 cores=0-7
/proc/3273/task/3281/stat : 3281 (cosoco) R 3270 3273 3228 0 -1 4202560 21 0 0 0 68 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083416210704 5250272 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3282] ppid=3270 vsize=618664 memory=792 CPUtime=0.68 cores=0-7
/proc/3273/task/3282/stat : 3282 (cosoco) R 3270 3273 3228 0 -1 4202560 21 0 0 0 68 0 0 0 20 0 9 0 435955071 633511936 1368 33554432000 4194304 6211092 140727334578496 140083407818000 5250453 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
Current children cumulated CPU time: 5.42 s
Current children cumulated vsize: 618664 KiB
Current children cumulated memory: 5472 KiB

[startup+1.50131 s]
/proc/loadavg: 1.37 1.09 1.16 9/200 3282
/proc/meminfo: memFree=31304660/32770624 swapFree=67004296/67108860
[pid=3273] ppid=3270 vsize=618664 memory=6172 CPUtime=11.81 cores=0-7
/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 2395 0 0 0 1181 0 0 0 20 0 9 0 435955069 633511936 1543 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1543 884 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=0 CPUtime=1.48 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 107 0 0 0 148 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083466566928 5148955 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=8243114992657236051 CPUtime=1.48 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 72 0 0 0 148 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083458174224 5250234 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=0 CPUtime=1.48 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 83 0 0 0 148 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083449781520 5150130 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=0 CPUtime=1.48 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 129 0 0 0 148 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083441388816 5156491 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3279] ppid=3270 vsize=618664 memory=0 CPUtime=1.42 cores=0-7
/proc/3273/task/3279/stat : 3279 (cosoco) R 3270 3273 3228 0 -1 4202560 80 0 0 0 142 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083432996112 5250298 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3280] ppid=3270 vsize=618664 memory=-7035114785800479027 CPUtime=1.48 cores=0-7
/proc/3273/task/3280/stat : 3280 (cosoco) R 3270 3273 3228 0 -1 4202560 144 0 0 0 148 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083424603408 5150587 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3281] ppid=3270 vsize=618664 memory=1052 CPUtime=1.48 cores=0-7
/proc/3273/task/3281/stat : 3281 (cosoco) R 3270 3273 3228 0 -1 4202560 131 0 0 0 148 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083416210704 5156517 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3282] ppid=3270 vsize=618664 memory=81 CPUtime=1.48 cores=0-7
/proc/3273/task/3282/stat : 3282 (cosoco) R 3270 3273 3228 0 -1 4202560 79 0 0 0 148 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083407818000 5148679 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
Current children cumulated CPU time: 11.81 s
Current children cumulated vsize: 618664 KiB
Current children cumulated memory: 6172 KiB

[startup+3.10931 s]
/proc/loadavg: 1.82 1.19 1.19 10/200 3282
/proc/meminfo: memFree=31304168/32770624 swapFree=67004296/67108860
[pid=3273] ppid=3270 vsize=618664 memory=6172 CPUtime=24.65 cores=0-7
/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 3014 0 0 0 2465 0 0 0 20 0 9 0 435955069 633511936 1543 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1543 884 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=6172 CPUtime=3.08 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 186 0 0 0 308 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083466566928 5149442 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=0 CPUtime=3.08 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 162 0 0 0 308 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083458174224 5149700 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=28183575402912 CPUtime=3.08 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 136 0 0 0 308 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083449781520 5193708 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=140377986300328 CPUtime=3.08 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 200 0 0 0 308 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083441388816 5148858 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3279] ppid=3270 vsize=618664 memory=0 CPUtime=3 cores=0-7
/proc/3273/task/3279/stat : 3279 (cosoco) R 3270 3273 3228 0 -1 4202560 157 0 0 0 300 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083432996112 5156517 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3280] ppid=3270 vsize=618664 memory=-6237260532469557610 CPUtime=3.09 cores=0-7
/proc/3273/task/3280/stat : 3280 (cosoco) R 3270 3273 3228 0 -1 4202560 226 0 0 0 309 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083424603408 5151017 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3281] ppid=3270 vsize=618664 memory=-3123010188551861097 CPUtime=3.08 cores=0-7
/proc/3273/task/3281/stat : 3281 (cosoco) R 3270 3273 3228 0 -1 4202560 215 0 0 0 308 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083416210704 5389444 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3282] ppid=3270 vsize=618664 memory=1414353297708861353 CPUtime=3.08 cores=0-7
/proc/3273/task/3282/stat : 3282 (cosoco) R 3270 3273 3228 0 -1 4202560 162 0 0 0 308 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083407818000 5390011 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
Current children cumulated CPU time: 24.65 s
Current children cumulated vsize: 618664 KiB
Current children cumulated memory: 6172 KiB

[startup+6.30131 s]
/proc/loadavg: 1.82 1.19 1.19 10/200 3282
/proc/meminfo: memFree=31304556/32770624 swapFree=67004296/67108860
[pid=3273] ppid=3270 vsize=618664 memory=6172 CPUtime=50.14 cores=0-7
/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 3675 0 0 0 5014 0 0 0 20 0 9 0 435955069 633511936 1543 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1543 884 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=6172 CPUtime=6.28 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 280 0 0 0 628 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083466566928 5392078 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=28183575402912 CPUtime=6.28 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 234 0 0 0 628 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083458174224 5148944 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=140377986300328 CPUtime=6.28 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 210 0 0 0 628 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083449781520 5149136 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=6172 CPUtime=6.28 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 272 0 0 0 628 0 0 0 20 0 9 0 435955071 633511936 1543 33554432000 4194304 6211092 140727334578496 140083441388816 5148864 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0

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

/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 7632 0 0 0 40806 0 0 0 20 0 9 0 435955069 633511936 1546 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1546 884 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=6184 CPUtime=51.09 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 775 0 0 0 5109 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083466566928 5250224 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=1278 CPUtime=51.09 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 686 0 0 0 5109 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083458174224 5155655 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=6184 CPUtime=51.08 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 659 0 0 0 5108 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083449781520 5150894 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=33 CPUtime=51.07 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 770 0 0 0 5107 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083441388560 5017418 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3279] ppid=3270 vsize=618664 memory=0 CPUtime=50.43 cores=0-7
/proc/3273/task/3279/stat : 3279 (cosoco) R 3270 3273 3228 0 -1 4202560 722 0 0 0 5043 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083432995856 5150179 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3280] ppid=3270 vsize=618664 memory=7156871063736963120 CPUtime=51.09 cores=0-7
/proc/3273/task/3280/stat : 3280 (cosoco) R 3270 3273 3228 0 -1 4202560 846 0 0 0 5109 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083424603408 5148679 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3281] ppid=3270 vsize=618664 memory=6184 CPUtime=51.07 cores=0-7
/proc/3273/task/3281/stat : 3281 (cosoco) R 3270 3273 3228 0 -1 4202560 855 0 0 0 5107 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083416210704 5397382 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3282] ppid=3270 vsize=618664 memory=1416 CPUtime=51.08 cores=0-7
/proc/3273/task/3282/stat : 3282 (cosoco) R 3270 3273 3228 0 -1 4202560 749 0 0 0 5108 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083407818000 5250284 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
Current children cumulated CPU time: 408.06 s
Current children cumulated vsize: 618664 KiB
Current children cumulated memory: 6184 KiB

[startup+55.6455 s]
# the end of solver process 3273 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=444.298 s, system=0.008997 s

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

[startup+51.2013 s]
/proc/loadavg: 5.33 2.22 1.54 9/199 3285
/proc/meminfo: memFree=31304364/32770624 swapFree=67004296/67108860
[pid=3273] ppid=3270 vsize=618664 memory=6184 CPUtime=408.8 cores=0-7
/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 7632 0 0 0 40880 0 0 0 20 0 9 0 435955069 633511936 1546 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1546 884 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=6184 CPUtime=51.18 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 775 0 0 0 5118 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083466566928 5149648 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=6184 CPUtime=51.18 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 686 0 0 0 5118 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083458174224 5149221 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=45296 CPUtime=51.17 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 659 0 0 0 5117 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083449781520 5158176 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=0 CPUtime=51.17 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 770 0 0 0 5117 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083441388560 5148684 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3279] ppid=3270 vsize=618664 memory=154421254163657 CPUtime=50.52 cores=0-7
/proc/3273/task/3279/stat : 3279 (cosoco) R 3270 3273 3228 0 -1 4202560 722 0 0 0 5052 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083432995856 5156440 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3280] ppid=3270 vsize=618664 memory=55 CPUtime=51.18 cores=0-7
/proc/3273/task/3280/stat : 3280 (cosoco) R 3270 3273 3228 0 -1 4202560 846 0 0 0 5118 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083424603408 5148955 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3281] ppid=3270 vsize=618664 memory=6655300316396806240 CPUtime=51.17 cores=0-7
/proc/3273/task/3281/stat : 3281 (cosoco) R 3270 3273 3228 0 -1 4202560 855 0 0 0 5117 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083416210704 5156452 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3282] ppid=3270 vsize=618664 memory=6184 CPUtime=51.18 cores=0-7
/proc/3273/task/3282/stat : 3282 (cosoco) R 3270 3273 3228 0 -1 4202560 749 0 0 0 5118 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083407818000 5149679 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
Current children cumulated CPU time: 408.8 s
Current children cumulated vsize: 618664 KiB
Current children cumulated memory: 6184 KiB

[startup+52.8013 s]
/proc/loadavg: 5.54 2.32 1.58 9/199 3285
/proc/meminfo: memFree=31304364/32770624 swapFree=67004296/67108860
[pid=3273] ppid=3270 vsize=618664 memory=6184 CPUtime=421.58 cores=0-7
/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 7633 0 0 0 42158 0 0 0 20 0 9 0 435955069 633511936 1546 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1546 884 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=6184 CPUtime=52.78 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 776 0 0 0 5278 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083466566928 5250224 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=6184 CPUtime=52.78 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 686 0 0 0 5278 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083458174224 5148651 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=984 CPUtime=52.77 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 659 0 0 0 5277 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083449781520 5250450 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=-7035114785800479027 CPUtime=52.77 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 770 0 0 0 5277 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083441388560 5148864 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3279] ppid=3270 vsize=618664 memory=7594568046000630888 CPUtime=52.11 cores=0-7
/proc/3273/task/3279/stat : 3279 (cosoco) R 3270 3273 3228 0 -1 4202560 722 0 0 0 5211 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083432995856 5149217 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3280] ppid=3270 vsize=618664 memory=7594568046000630888 CPUtime=52.78 cores=0-7
/proc/3273/task/3280/stat : 3280 (cosoco) R 3270 3273 3228 0 -1 4202560 846 0 0 0 5278 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083424603408 5250450 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3281] ppid=3270 vsize=618664 memory=-7035114785800479027 CPUtime=52.77 cores=0-7
/proc/3273/task/3281/stat : 3281 (cosoco) R 3270 3273 3228 0 -1 4202560 855 0 0 0 5277 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083416210704 5156256 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3282] ppid=3270 vsize=618664 memory=1808 CPUtime=52.78 cores=0-7
/proc/3273/task/3282/stat : 3282 (cosoco) R 3270 3273 3228 0 -1 4202560 749 0 0 0 5278 0 0 0 20 0 9 0 435955071 633511936 1546 33554432000 4194304 6211092 140727334578496 140083407818000 5250272 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
Current children cumulated CPU time: 421.58 s
Current children cumulated vsize: 618664 KiB
Current children cumulated memory: 6184 KiB

[startup+54.4013 s]
/proc/loadavg: 5.54 2.32 1.58 9/199 3285
/proc/meminfo: memFree=31304364/32770624 swapFree=67004296/67108860
[pid=3273] ppid=3270 vsize=618664 memory=6188 CPUtime=434.36 cores=0-7
/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 8283 0 0 0 43436 0 0 0 20 0 9 0 435955069 633511936 1547 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1547 884 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=6184 CPUtime=54.38 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 867 0 0 0 5438 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083466566928 5250272 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=3588 CPUtime=54.38 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 771 0 0 0 5438 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083458174224 5250224 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=3588 CPUtime=54.37 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 744 0 0 0 5437 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083449781520 5250279 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=45296 CPUtime=54.37 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 860 0 0 0 5437 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083441388560 5155341 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3279] ppid=3270 vsize=618664 memory=6184 CPUtime=53.69 cores=0-7
/proc/3273/task/3279/stat : 3279 (cosoco) R 3270 3273 3228 0 -1 4202560 786 0 0 0 5369 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083432995856 5149234 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3280] ppid=3270 vsize=618664 memory=920 CPUtime=54.38 cores=0-7
/proc/3273/task/3280/stat : 3280 (cosoco) R 3270 3273 3228 0 -1 4202560 924 0 0 0 5438 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083424603408 5250293 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3281] ppid=3270 vsize=618664 memory=3908 CPUtime=54.37 cores=0-7
/proc/3273/task/3281/stat : 3281 (cosoco) R 3270 3273 3228 0 -1 4202560 933 0 0 0 5437 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083416210704 5148684 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3282] ppid=3270 vsize=618664 memory=55 CPUtime=54.38 cores=0-7
/proc/3273/task/3282/stat : 3282 (cosoco) R 3270 3273 3228 0 -1 4202560 828 0 0 0 5438 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083407818000 5409453 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
Current children cumulated CPU time: 434.36 s
Current children cumulated vsize: 618664 KiB
Current children cumulated memory: 6188 KiB

[startup+55.2013 s]
/proc/loadavg: 5.54 2.32 1.58 9/199 3285
/proc/meminfo: memFree=31304488/32770624 swapFree=67004296/67108860
[pid=3273] ppid=3270 vsize=618664 memory=6188 CPUtime=440.75 cores=0-7
/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 8298 0 0 0 44075 0 0 0 20 0 9 0 435955069 633511936 1547 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1547 884 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=-7035114785800479027 CPUtime=55.18 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 867 0 0 0 5518 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083466566928 5155345 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=1556 CPUtime=55.18 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 773 0 0 0 5518 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083458174224 5396400 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=740 CPUtime=55.17 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 747 0 0 0 5517 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083449781520 5250275 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=6184 CPUtime=55.17 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 861 0 0 0 5517 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083441388560 5250241 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3279] ppid=3270 vsize=618664 memory=1556 CPUtime=54.48 cores=0-7
/proc/3273/task/3279/stat : 3279 (cosoco) R 3270 3273 3228 0 -1 4202560 791 0 0 0 5448 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083432995856 5250284 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3280] ppid=3270 vsize=618664 memory=740 CPUtime=55.18 cores=0-7
/proc/3273/task/3280/stat : 3280 (cosoco) R 3270 3273 3228 0 -1 4202560 925 0 0 0 5518 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083424603408 5250224 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3281] ppid=3270 vsize=618664 memory=1052 CPUtime=55.17 cores=0-7
/proc/3273/task/3281/stat : 3281 (cosoco) R 3270 3273 3228 0 -1 4202560 934 0 0 0 5517 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083416210704 5250279 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3282] ppid=3270 vsize=618664 memory=7548 CPUtime=55.18 cores=0-7
/proc/3273/task/3282/stat : 3282 (cosoco) R 3270 3273 3228 0 -1 4202560 830 0 0 0 5518 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083407818000 5156853 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
Current children cumulated CPU time: 440.75 s
Current children cumulated vsize: 618664 KiB
Current children cumulated memory: 6188 KiB

[startup+55.6013 s]
/proc/loadavg: 5.54 2.32 1.58 9/199 3285
/proc/meminfo: memFree=31304488/32770624 swapFree=67004296/67108860
[pid=3273] ppid=3270 vsize=618664 memory=6188 CPUtime=443.95 cores=0-7
/proc/3273/stat : 3273 (cosoco) S 3270 3273 3228 0 -1 1077944320 8301 0 0 0 44395 0 0 0 20 0 9 0 435955069 633511936 1547 33554432000 4194304 6211092 140727334578496 140727334576752 140083489709815 0 0 4096 8405026 18446744073709551615 0 0 17 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
/proc/3273/statm: 154666 1547 884 493 0 147971 0
[pid=3273/tid=3275] ppid=3270 vsize=618664 memory=45296 CPUtime=55.58 cores=0-7
/proc/3273/task/3275/stat : 3275 (cosoco) R 3270 3273 3228 0 -1 4202560 868 0 0 0 5558 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083466566928 5250298 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3276] ppid=3270 vsize=618664 memory=984 CPUtime=55.58 cores=0-7
/proc/3273/task/3276/stat : 3276 (cosoco) R 3270 3273 3228 0 -1 4202560 774 0 0 0 5558 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083458174224 5409453 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3277] ppid=3270 vsize=618664 memory=1940 CPUtime=55.57 cores=0-7
/proc/3273/task/3277/stat : 3277 (cosoco) R 3270 3273 3228 0 -1 4202560 747 0 0 0 5557 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083449781520 5250450 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3278] ppid=3270 vsize=618664 memory=1416 CPUtime=55.57 cores=0-7
/proc/3273/task/3278/stat : 3278 (cosoco) R 3270 3273 3228 0 -1 4202560 861 0 0 0 5557 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083441388560 5250272 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3279] ppid=3270 vsize=618664 memory=-7035114785800479027 CPUtime=54.88 cores=0-7
/proc/3273/task/3279/stat : 3279 (cosoco) R 3270 3273 3228 0 -1 4202560 791 0 0 0 5488 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083432995856 5149700 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3280] ppid=3270 vsize=618664 memory=2120 CPUtime=55.58 cores=0-7
/proc/3273/task/3280/stat : 3280 (cosoco) R 3270 3273 3228 0 -1 4202560 926 0 0 0 5558 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083424603408 5156928 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3281] ppid=3270 vsize=618664 memory=504 CPUtime=55.57 cores=0-7
/proc/3273/task/3281/stat : 3281 (cosoco) R 3270 3273 3228 0 -1 4202560 934 0 0 0 5557 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083416210704 5155341 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
[pid=3273/tid=3282] ppid=3270 vsize=618664 memory=1560 CPUtime=55.58 cores=0-7
/proc/3273/task/3282/stat : 3282 (cosoco) R 3270 3273 3228 0 -1 4202560 830 0 0 0 5558 0 0 0 20 0 9 0 435955071 633511936 1547 33554432000 4194304 6211092 140727334578496 140083407818000 5155525 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 10637312 140727334585361 140727334585453 140727334585453 140727334588366 0
Current children cumulated CPU time: 443.95 s
Current children cumulated vsize: 618664 KiB
Current children cumulated memory: 6188 KiB

Child status: 0
Real time (s): 55.6456
CPU time (s): 444.307
CPU user time (s): 444.298
CPU system time (s): 0.008997
CPU usage (%): 798.459
Max. virtual memory (cumulated for all children) (KiB): 618664
Max. memory (cumulated for all children) (KiB): 6188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 444.298
system time used= 0.008997
maximum resident set size= 6388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8392
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= 91
involuntary context switches= 3658


# summary of solver processes directly reported to runsolver:
#   pid: 3273
#   total CPU time (s): 444.307
#   total CPU user time (s): 444.298
#   total CPU system time (s): 0.008997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.277362 second user time and 0.444236 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-16 03:38:18
IDJOB=4398327
IDBENCH=115972
IDSOLVER=2851
FILE ID=node148/4398327-1568597935
RUNJOBID= node148-1568597898-3256
PBS_JOBID= 21703413
Free space on /tmp= 61308 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-11.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398327-1568597935/watcher-4398327-1568597935 -o /tmp/evaluation-result-4398327-1568597935/solver-4398327-1568597935 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568597898-3256 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4398327-1568597935.xml

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

MD5SUM BENCH= 797e5cb3172be67eb960f2d678910748
RANDOM SEED=2106536591

node148.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.13
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.13
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.13
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.13
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:        31306956 kB
MemAvailable:   31903440 kB
Buffers:          125668 kB
Cached:           774316 kB
SwapCached:         3748 kB
Active:           414068 kB
Inactive:         493636 kB
Active(anon):       4528 kB
Inactive(anon):    52452 kB
Active(file):     409540 kB
Inactive(file):   441184 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       67004296 kB
Dirty:              2788 kB
Writeback:             0 kB
AnonPages:        112936 kB
Mapped:            46136 kB
Shmem:             40640 kB
Slab:             151564 kB
SReclaimable:     123192 kB
SUnreclaim:        28372 kB
KernelStack:        3440 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505932 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:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61308 MiB
End job on node148 at 2019-09-16 03:39:14