Trace number 4398271

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 parallelOPT1120 10469.7 1310.89

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-lseu.xml
MD5SUMb8e79a81cec6901ac635f2e0750bfcb6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark113.579
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints28
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":89}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":8},{"degree":3,"count":13},{"degree":4,"count":23},{"degree":5,"count":27},{"degree":6,"count":16},{"degree":8,"count":2}]
Minimum constraint arity2
Maximum constraint arity47
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":5},{"arity":4,"count":5},{"arity":5,"count":5},{"arity":7,"count":3},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":30,"count":1},{"arity":33,"count":1},{"arity":47,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":28}]
Optimization problemYES
Type of objectivemin 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.01	c
0.00/0.01	c This is cosoco 2.00 --  
0.00/0.01	c
0.00/0.01	c command line: cosoco -model -nbcores=8 HOME/instance-4398271-1568609577.xml 
0.00/0.01	c enable optimization
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 89
0.00/0.01	c |            Domain Sizes: 2..2
0.00/0.01	c |
0.00/0.01	c |             Constraints: 29
0.00/0.01	c |                   Arity: 2..85  -- Binary: 2  -- Ternary: 5
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          Sum: 29
0.00/0.01	c |                          
0.00/0.01	c |               Objective: Minimize Sum
0.00/0.01	
0.00/0.01	c =========================================================================================================
0.00/0.01	c Parallel mode: Portfolio
0.00/0.01	c [pFactory][Group N°0] created (threads:8).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.01	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.01	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.01	c [pFactory][Group N°0] task 7 launched on thread 2.
0.00/0.01	c [pFactory][Group N°0] task 6 launched on thread 0.
0.00/0.01	c [pFactory][Group N°0] task 5 launched on thread 5.
0.00/0.01	c [pFactory][Group N°0] task 4 launched on thread 3.
0.00/0.01	c [pFactory][Group N°0] task 3 launched on thread 1.
0.00/0.01	c [pFactory][Group N°0] task 2 launched on thread 6.
0.00/0.01	o 6199
0.00/0.02	c [pFactory][Group N°0] task 1 launched on thread 7.
0.00/0.02	c [pFactory][Group N°0] task 0 launched on thread 4.
0.00/0.02	o 3753
0.00/0.02	o 3056
0.00/0.02	o 2197
0.00/0.02	o 2042
0.00/0.02	o 1957
0.00/0.02	o 1862
0.00/0.02	o 1846
0.00/0.02	o 1844
0.00/0.03	o 1836
0.00/0.03	o 1748
0.00/0.09	o 1717
0.77/0.12	o 1660
2.43/0.35	o 1650
2.43/0.36	o 1630
3.22/0.49	o 1617
4.74/0.62	o 1609
5.46/0.79	o 1598
7.06/0.95	o 1564
9.45/1.22	o 1547
11.85/1.53	o 1539
11.85/1.54	o 1532
13.45/1.80	o 1531
18.29/2.33	o 1524
22.23/2.87	o 1446
27.81/3.59	o 1414
32.68/4.12	o 1336
46.19/5.80	o 1282
122.86/15.48	o 1278
328.92/41.24	o 1249
417.57/52.39	o 1247
577.32/72.33	o 1230
759.48/95.18	o 1217
821.71/102.94	o 1153
1114.02/139.54	o 1145
1838.42/230.25	o 1142
2332.89/292.11	o 1120
10469.00/1310.88	c [pFactory][Group N°0] concurent mode: thread 1 has won with the task 3.
10469.00/1310.88	c [pFactory][Group N°0] Thread N°0 is joined.
10469.00/1310.88	c [pFactory][Group N°0] Thread N°1 is joined.
10469.00/1310.88	c [pFactory][Group N°0] Thread N°2 is joined.
10469.00/1310.88	c [pFactory][Group N°0] Thread N°3 is joined.
10469.00/1310.88	c [pFactory][Group N°0] Thread N°4 is joined.
10469.00/1310.88	c [pFactory][Group N°0] Thread N°5 is joined.
10469.00/1310.88	c [pFactory][Group N°0] Thread N°6 is joined.
10469.00/1310.88	c [pFactory][Group N°0] Thread N°7 is joined.
10469.00/1310.88	c [pFactory][Group N°0] Return Code of the winner:3 (Thread N°1)
10469.00/1310.88	s OPTIMUM FOUND
10469.00/1310.88	c call to solver        : 83
10469.00/1310.88	c
10469.00/1310.88	c restarts              : 1520486     
10469.00/1310.88	c conflicts             : 9444832      (902 /sec)
10469.00/1310.88	c decisions             : 71954350     (6873 /sec)
10469.00/1310.88	c propagations          : 379598266   (36257 /sec)
10469.00/1310.88	c root propagations     : 64          
10469.00/1310.88	c filter calls          : 525594272      (50202 /sec)
10469.00/1310.88	c useless filter calls  : 459131627      (87 %)
10469.00/1310.88	c Memory used           : 571.37 MB
10469.00/1310.88	c Best bound time (wc)  : 292.113 s
10469.00/1310.88	c CPU time              : 10469.7 s
10469.00/1310.88	c real time             : 1310.88 s
10469.00/1310.88	
10469.00/1310.88	
10469.00/1310.88	v <instantiation type='solution' cost='1120'>
10469.00/1310.88	v <list>x[0] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[1] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[2] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[3] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[4] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[5] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[6] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[7] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[8] x[9] </list>
10469.00/1310.88	v <values>1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 </values>
10469.00/1310.88	v </instantiation>
10469.00/1310.88	

Verifier Data

OK	1120

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398271-1568609577/watcher-4398271-1568609577 -o /tmp/evaluation-result-4398271-1568609577/solver-4398271-1568609577 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568609536-24685 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4398271-1568609577.xml 

running on 8 cores: 0-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=24702, runsolver pid=24699
Current StackSize limit: 8192 KiB


[startup+0.100717 s]*
/proc/loadavg: 8.08 8.13 8.20 9/200 24711
/proc/meminfo: memFree=30737932/32770688 swapFree=66961184/67108860
[pid=24702] ppid=24699 vsize=617864 memory=4544 CPUtime=0.77 cores=0-7
/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 1435 0 0 0 77 0 0 0 20 0 9 0 436899346 632692736 1136 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1136 868 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467815472312 5250284 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=4872558142750484034 CPUtime=0.09 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467807080032 5250272 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=140593267889792 CPUtime=0.09 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467798687328 5155668 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=0 CPUtime=0.08 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 13 0 0 0 8 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467790294288 5156232 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24708] ppid=24699 vsize=617864 memory=0 CPUtime=0.09 cores=0-7
/proc/24702/task/24708/stat : 24708 (cosoco) R 24699 24702 24658 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467781901584 5250298 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24709] ppid=24699 vsize=617864 memory=0 CPUtime=0.09 cores=0-7
/proc/24702/task/24709/stat : 24709 (cosoco) R 24699 24702 24658 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467773508880 5193754 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24710] ppid=24699 vsize=617864 memory=-1 CPUtime=0.09 cores=0-7
/proc/24702/task/24710/stat : 24710 (cosoco) R 24699 24702 24658 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467765116176 5156232 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24711] ppid=24699 vsize=617864 memory=0 CPUtime=0.09 cores=0-7
/proc/24702/task/24711/stat : 24711 (cosoco) R 24699 24702 24658 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467756723384 5155804 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
Current children cumulated CPU time: 0.77 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4544 KiB

[startup+0.210717 s]*
/proc/loadavg: 8.07 8.12 8.20 9/200 24711
/proc/meminfo: memFree=30737932/32770688 swapFree=66961184/67108860
[pid=24702] ppid=24699 vsize=617864 memory=4544 CPUtime=1.64 cores=0-7
/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 1435 0 0 0 164 0 0 0 20 0 9 0 436899346 632692736 1136 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1136 868 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=8316850467074736180 CPUtime=0.2 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 12 0 0 0 20 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467815472312 5250284 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=9431 CPUtime=0.2 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 11 0 0 0 20 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467807080032 5250463 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=4123529315340932768 CPUtime=0.2 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 16 0 0 0 20 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467798687328 5250272 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=-1 CPUtime=0.18 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 13 0 0 0 18 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467790294288 5158100 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24708] ppid=24699 vsize=617864 memory=0 CPUtime=0.2 cores=0-7
/proc/24702/task/24708/stat : 24708 (cosoco) R 24699 24702 24658 0 -1 4202560 11 0 0 0 20 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467781901584 5390463 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24709] ppid=24699 vsize=617864 memory=0 CPUtime=0.2 cores=0-7
/proc/24702/task/24709/stat : 24709 (cosoco) R 24699 24702 24658 0 -1 4202560 15 0 0 0 20 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467773508880 5155812 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24710] ppid=24699 vsize=617864 memory=-1 CPUtime=0.2 cores=0-7
/proc/24702/task/24710/stat : 24710 (cosoco) R 24699 24702 24658 0 -1 4202560 15 0 0 0 20 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467765116176 5155655 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24711] ppid=24699 vsize=617864 memory=0 CPUtime=0.2 cores=0-7
/proc/24702/task/24711/stat : 24711 (cosoco) R 24699 24702 24658 0 -1 4202560 15 0 0 0 20 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467756723384 5250450 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4544 KiB

[startup+0.310718 s]*
/proc/loadavg: 8.07 8.12 8.20 9/200 24711
/proc/meminfo: memFree=30737932/32770688 swapFree=66961184/67108860
[pid=24702] ppid=24699 vsize=617864 memory=4544 CPUtime=2.43 cores=0-7
/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 1435 0 0 0 243 0 0 0 20 0 9 0 436899346 632692736 1136 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1136 868 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 12 0 0 0 30 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467815472312 5250272 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=4872558044660077418 CPUtime=0.3 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 11 0 0 0 30 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467807080032 5250461 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 16 0 0 0 30 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467798687328 5157540 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=0 CPUtime=0.27 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 13 0 0 0 27 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467790294288 5250289 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24708] ppid=24699 vsize=617864 memory=6656426216303648864 CPUtime=0.3 cores=0-7
/proc/24702/task/24708/stat : 24708 (cosoco) R 24699 24702 24658 0 -1 4202560 11 0 0 0 30 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467781901584 5155982 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24709] ppid=24699 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/24702/task/24709/stat : 24709 (cosoco) R 24699 24702 24658 0 -1 4202560 15 0 0 0 30 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467773508880 5155679 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24710] ppid=24699 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/24702/task/24710/stat : 24710 (cosoco) R 24699 24702 24658 0 -1 4202560 15 0 0 0 30 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467765116176 5155800 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24711] ppid=24699 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/24702/task/24711/stat : 24711 (cosoco) R 24699 24702 24658 0 -1 4202560 15 0 0 0 30 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467756723384 5250289 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4544 KiB

[startup+0.700718 s]
/proc/loadavg: 8.07 8.12 8.20 9/200 24711
/proc/meminfo: memFree=30737932/32770688 swapFree=66961184/67108860
[pid=24702] ppid=24699 vsize=617864 memory=4544 CPUtime=5.46 cores=0-7
/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 1436 0 0 0 546 0 0 0 20 0 9 0 436899346 632692736 1136 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1136 868 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=8560 CPUtime=0.68 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 12 0 0 0 68 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467815472312 5250224 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=14008 CPUtime=0.68 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 11 0 0 0 68 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467807080032 5009192 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=21692 CPUtime=0.68 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 16 0 0 0 68 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467798687328 5250284 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=14068 CPUtime=0.63 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 13 0 0 0 63 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467790294288 5155720 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24708] ppid=24699 vsize=617864 memory=2120 CPUtime=0.68 cores=0-7
/proc/24702/task/24708/stat : 24708 (cosoco) R 24699 24702 24658 0 -1 4202560 12 0 0 0 68 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467781901584 5156232 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24709] ppid=24699 vsize=617864 memory=496 CPUtime=0.68 cores=0-7
/proc/24702/task/24709/stat : 24709 (cosoco) R 24699 24702 24658 0 -1 4202560 15 0 0 0 68 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467773508880 5009214 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24710] ppid=24699 vsize=617864 memory=1556 CPUtime=0.68 cores=0-7
/proc/24702/task/24710/stat : 24710 (cosoco) R 24699 24702 24658 0 -1 4202560 15 0 0 0 68 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467765116176 5409386 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24711] ppid=24699 vsize=617864 memory=928 CPUtime=0.68 cores=0-7
/proc/24702/task/24711/stat : 24711 (cosoco) R 24699 24702 24658 0 -1 4202560 15 0 0 0 68 0 0 0 20 0 9 0 436899347 632692736 1136 33554432000 4194304 6211092 140721096506640 140467756723384 5250467 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4544 KiB

[startup+1.50072 s]
/proc/loadavg: 8.07 8.12 8.20 9/200 24711
/proc/meminfo: memFree=30737932/32770688 swapFree=66961184/67108860
[pid=24702] ppid=24699 vsize=617864 memory=4716 CPUtime=11.85 cores=0-7
/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 1788 0 0 0 1185 0 0 0 20 0 9 0 436899346 632692736 1179 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1179 874 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=0 CPUtime=1.48 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 40 0 0 0 148 0 0 0 20 0 9 0 436899347 632692736 1179 33554432000 4194304 6211092 140721096506640 140467815472312 5193754 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=6944656592455097440 CPUtime=1.48 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 41 0 0 0 148 0 0 0 20 0 9 0 436899347 632692736 1179 33554432000 4194304 6211092 140721096506640 140467807079608 5156853 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=6655300316396806240 CPUtime=1.48 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 44 0 0 0 148 0 0 0 20 0 9 0 436899347 632692736 1179 33554432000 4194304 6211092 140721096506640 140467798686904 5155800 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=5151 CPUtime=1.42 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 43 0 0 0 142 0 0 0 20 0 9 0 436899347 632692736 1179 33554432000 4194304 6211092 140721096506640 140467790294288 5250224 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24708] ppid=24699 vsize=617864 memory=281186274826912 CPUtime=1.48 cores=0-7
/proc/24702/task/24708/stat : 24708 (cosoco) R 24699 24702 24658 0 -1 4202560 76 0 0 0 148 0 0 0 20 0 9 0 436899347 632692736 1179 33554432000 4194304 6211092 140721096506640 140467781901584 5156256 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24709] ppid=24699 vsize=617864 memory=288230617509003574 CPUtime=1.48 cores=0-7
/proc/24702/task/24709/stat : 24709 (cosoco) R 24699 24702 24658 0 -1 4202560 82 0 0 0 148 0 0 0 20 0 9 0 436899347 632692736 1179 33554432000 4194304 6211092 140721096506640 140467773508880 5155807 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24710] ppid=24699 vsize=617864 memory=14409311174527523 CPUtime=1.48 cores=0-7
/proc/24702/task/24710/stat : 24710 (cosoco) R 24699 24702 24658 0 -1 4202560 56 0 0 0 148 0 0 0 20 0 9 0 436899347 632692736 1179 33554432000 4194304 6211092 140721096506640 140467765116176 5404542 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24711] ppid=24699 vsize=617864 memory=4638778402628129104 CPUtime=1.48 cores=0-7
/proc/24702/task/24711/stat : 24711 (cosoco) R 24699 24702 24658 0 -1 4202560 79 0 0 0 148 0 0 0 20 0 9 0 436899347 632692736 1179 33554432000 4194304 6211092 140721096506640 140467756723384 5156649 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
Current children cumulated CPU time: 11.85 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4716 KiB

[startup+3.11072 s]
/proc/loadavg: 8.07 8.12 8.20 9/200 24711
/proc/meminfo: memFree=30738464/32770688 swapFree=66961184/67108860
[pid=24702] ppid=24699 vsize=617864 memory=4940 CPUtime=24.7 cores=0-7
/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 2134 0 0 0 2470 0 0 0 20 0 9 0 436899346 632692736 1235 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1235 880 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=33 CPUtime=3.09 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 77 0 0 0 309 0 0 0 20 0 9 0 436899347 632692736 1235 33554432000 4194304 6211092 140721096506640 140467815472312 5155539 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=140597562857087 CPUtime=3.09 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 60 0 0 0 309 0 0 0 20 0 9 0 436899347 632692736 1235 33554432000 4194304 6211092 140721096506640 140467807079608 5157421 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=6076878065162868073 CPUtime=3.09 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 89 0 0 0 309 0 0 0 20 0 9 0 436899347 632692736 1235 33554432000 4194304 6211092 140721096506640 140467798686904 5156144 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=4638778402627731557 CPUtime=3.01 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 87 0 0 0 301 0 0 0 20 0 9 0 436899347 632692736 1235 33554432000 4194304 6211092 140721096506640 140467790294288 5250234 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24708] ppid=24699 vsize=617864 memory=5151 CPUtime=3.09 cores=0-7
/proc/24702/task/24708/stat : 24708 (cosoco) R 24699 24702 24658 0 -1 4202560 123 0 0 0 309 0 0 0 20 0 9 0 436899347 632692736 1235 33554432000 4194304 6211092 140721096506640 140467781901584 5250450 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24709] ppid=24699 vsize=617864 memory=281186274826912 CPUtime=3.09 cores=0-7
/proc/24702/task/24709/stat : 24709 (cosoco) R 24699 24702 24658 0 -1 4202560 137 0 0 0 309 0 0 0 20 0 9 0 436899347 632692736 1235 33554432000 4194304 6211092 140721096506640 140467773508880 5250272 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24710] ppid=24699 vsize=617864 memory=288230617509003574 CPUtime=3.09 cores=0-7
/proc/24702/task/24710/stat : 24710 (cosoco) R 24699 24702 24658 0 -1 4202560 104 0 0 0 309 0 0 0 20 0 9 0 436899347 632692736 1235 33554432000 4194304 6211092 140721096506640 140467765116176 5250224 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24711] ppid=24699 vsize=617864 memory=14409311174527523 CPUtime=3.09 cores=0-7
/proc/24702/task/24711/stat : 24711 (cosoco) R 24699 24702 24658 0 -1 4202560 130 0 0 0 309 0 0 0 20 0 9 0 436899347 632692736 1235 33554432000 4194304 6211092 140721096506640 140467756723384 5156179 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
Current children cumulated CPU time: 24.7 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4940 KiB

[startup+6.30072 s]
/proc/loadavg: 8.07 8.12 8.20 9/200 24711
/proc/meminfo: memFree=30739064/32770688 swapFree=66961184/67108860
[pid=24702] ppid=24699 vsize=617864 memory=4992 CPUtime=50.18 cores=0-7
/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 2490 0 0 0 5018 0 0 0 20 0 9 0 436899346 632692736 1248 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1248 881 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=56 CPUtime=6.28 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 107 0 0 0 628 0 0 0 20 0 9 0 436899347 632692736 1248 33554432000 4194304 6211092 140721096506640 140467815472312 5250450 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=4940 CPUtime=6.28 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 95 0 0 0 628 0 0 0 20 0 9 0 436899347 632692736 1248 33554432000 4194304 6211092 140721096506640 140467807079608 5250234 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=140597562857087 CPUtime=6.28 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 129 0 0 0 628 0 0 0 20 0 9 0 436899347 632692736 1248 33554432000 4194304 6211092 140721096506640 140467798686904 5250284 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=2044 CPUtime=6.16 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 119 0 0 0 616 0 0 0 20 0 9 0 436899347 632692736 1248 33554432000 4194304 6211092 140721096506640 140467790294288 5250298 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0

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

/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 13010 0 0 0 1040107 3 0 0 20 0 9 0 436899346 632692736 1255 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1255 881 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=5020 CPUtime=1302.19 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 1293 0 0 0 130219 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467815472400 5250459 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=5020 CPUtime=1302.29 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 1371 0 0 0 130229 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467807079440 5391245 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=5020 CPUtime=1302.29 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 1492 0 0 0 130229 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467798686904 5156133 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=5020 CPUtime=1298.07 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 1328 0 0 0 129807 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467790294288 5155974 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24708] ppid=24699 vsize=617864 memory=5020 CPUtime=1302.31 cores=0-7
/proc/24702/task/24708/stat : 24708 (cosoco) R 24699 24702 24658 0 -1 4202560 1749 0 0 0 130231 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467781901328 5390088 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24709] ppid=24699 vsize=617864 memory=5020 CPUtime=1302.27 cores=0-7
/proc/24702/task/24709/stat : 24709 (cosoco) R 24699 24702 24658 0 -1 4202560 1532 0 0 0 130227 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467773508880 5250254 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24710] ppid=24699 vsize=617864 memory=5020 CPUtime=1289.42 cores=0-7
/proc/24702/task/24710/stat : 24710 (cosoco) R 24699 24702 24658 0 -1 4202560 1517 0 0 0 128942 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467765116176 5250241 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24711] ppid=24699 vsize=617864 memory=5020 CPUtime=1302.21 cores=0-7
/proc/24702/task/24711/stat : 24711 (cosoco) R 24699 24702 24658 0 -1 4202560 1401 0 0 0 130220 1 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467756723136 5250241 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
Current children cumulated CPU time: 10401.1 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5020 KiB

[startup+1310.89 s]
# the end of solver process 24702 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10469.7 s, system=0.031986 s

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

[startup+1305.6 s]
/proc/loadavg: 8.47 8.25 8.24 9/200 24830
/proc/meminfo: memFree=30741656/32770688 swapFree=66961184/67108860
[pid=24702] ppid=24699 vsize=617864 memory=5020 CPUtime=10427.5 cores=0-7
/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 13010 0 0 0 1042744 3 0 0 20 0 9 0 436899346 632692736 1255 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1255 881 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=5020 CPUtime=1305.49 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 1293 0 0 0 130549 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467815472400 5156232 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=1388 CPUtime=1305.59 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 1371 0 0 0 130559 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467807079440 5155341 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=5020 CPUtime=1305.59 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 1492 0 0 0 130559 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467798686904 5389987 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=5020 CPUtime=1301.33 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 1328 0 0 0 130133 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467790294288 5155817 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24708] ppid=24699 vsize=617864 memory=5020 CPUtime=1305.61 cores=0-7
/proc/24702/task/24708/stat : 24708 (cosoco) R 24699 24702 24658 0 -1 4202560 1749 0 0 0 130561 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467781901328 5155834 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24709] ppid=24699 vsize=617864 memory=111636 CPUtime=1305.57 cores=0-7
/proc/24702/task/24709/stat : 24709 (cosoco) R 24699 24702 24658 0 -1 4202560 1532 0 0 0 130557 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467773508880 5155804 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24710] ppid=24699 vsize=617864 memory=5020 CPUtime=1292.72 cores=0-7
/proc/24702/task/24710/stat : 24710 (cosoco) R 24699 24702 24658 0 -1 4202560 1517 0 0 0 129272 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467765116176 5158185 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24711] ppid=24699 vsize=617864 memory=5020 CPUtime=1305.51 cores=0-7
/proc/24702/task/24711/stat : 24711 (cosoco) R 24699 24702 24658 0 -1 4202560 1401 0 0 0 130550 1 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467756723136 5250272 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
Current children cumulated CPU time: 10427.5 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5020 KiB

[startup+1308.8 s]
/proc/loadavg: 8.43 8.25 8.24 9/200 24830
/proc/meminfo: memFree=30741820/32770688 swapFree=66961184/67108860
[pid=24702] ppid=24699 vsize=617864 memory=5020 CPUtime=10453 cores=0-7
/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 13010 0 0 0 1045300 3 0 0 20 0 9 0 436899346 632692736 1255 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1255 881 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=5020 CPUtime=1308.7 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 1293 0 0 0 130870 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467815472400 5155679 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=5020 CPUtime=1308.79 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 1371 0 0 0 130879 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467807079440 5157562 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=5020 CPUtime=1308.79 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 1492 0 0 0 130879 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467798686904 5250289 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=5020 CPUtime=1304.49 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 1328 0 0 0 130449 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467790294288 5156133 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24708] ppid=24699 vsize=617864 memory=1708 CPUtime=1308.81 cores=0-7
/proc/24702/task/24708/stat : 24708 (cosoco) R 24699 24702 24658 0 -1 4202560 1749 0 0 0 130881 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467781901328 5155804 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24709] ppid=24699 vsize=617864 memory=5020 CPUtime=1308.77 cores=0-7
/proc/24702/task/24709/stat : 24709 (cosoco) R 24699 24702 24658 0 -1 4202560 1532 0 0 0 130877 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467773508880 5155358 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24710] ppid=24699 vsize=617864 memory=5020 CPUtime=1295.92 cores=0-7
/proc/24702/task/24710/stat : 24710 (cosoco) R 24699 24702 24658 0 -1 4202560 1517 0 0 0 129592 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467765116176 5250289 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24711] ppid=24699 vsize=617864 memory=2832 CPUtime=1308.7 cores=0-7
/proc/24702/task/24711/stat : 24711 (cosoco) R 24699 24702 24658 0 -1 4202560 1401 0 0 0 130869 1 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467756723136 5155944 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
Current children cumulated CPU time: 10453 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5020 KiB

[startup+1309.6 s]
/proc/loadavg: 8.43 8.25 8.24 9/200 24830
/proc/meminfo: memFree=30741820/32770688 swapFree=66961184/67108860
[pid=24702] ppid=24699 vsize=617864 memory=5020 CPUtime=10459.4 cores=0-7
/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 13010 0 0 0 1045939 3 0 0 20 0 9 0 436899346 632692736 1255 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1255 881 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=44508 CPUtime=1309.5 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 1293 0 0 0 130950 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467815472400 5155216 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=984 CPUtime=1309.59 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 1371 0 0 0 130959 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467807079440 5380392 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=2044 CPUtime=1309.59 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 1492 0 0 0 130959 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467798686904 5155829 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=1388 CPUtime=1305.28 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 1328 0 0 0 130528 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467790294288 5250463 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24708] ppid=24699 vsize=617864 memory=1056 CPUtime=1309.61 cores=0-7
/proc/24702/task/24708/stat : 24708 (cosoco) R 24699 24702 24658 0 -1 4202560 1749 0 0 0 130961 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467781901328 5157557 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24709] ppid=24699 vsize=617864 memory=780 CPUtime=1309.57 cores=0-7
/proc/24702/task/24709/stat : 24709 (cosoco) R 24699 24702 24658 0 -1 4202560 1532 0 0 0 130957 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467773508880 5155812 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24710] ppid=24699 vsize=617864 memory=6935054825532540783 CPUtime=1296.72 cores=0-7
/proc/24702/task/24710/stat : 24710 (cosoco) R 24699 24702 24658 0 -1 4202560 1517 0 0 0 129672 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467765116176 5155668 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24711] ppid=24699 vsize=617864 memory=780 CPUtime=1309.5 cores=0-7
/proc/24702/task/24711/stat : 24711 (cosoco) R 24699 24702 24658 0 -1 4202560 1401 0 0 0 130949 1 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467756723136 5155957 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
Current children cumulated CPU time: 10459.4 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5020 KiB

[startup+1310.4 s]
/proc/loadavg: 8.43 8.25 8.24 9/200 24830
/proc/meminfo: memFree=30741820/32770688 swapFree=66961184/67108860
[pid=24702] ppid=24699 vsize=617864 memory=5020 CPUtime=10465.8 cores=0-7
/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 13010 0 0 0 1046577 3 0 0 20 0 9 0 436899346 632692736 1255 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1255 881 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=496 CPUtime=1310.3 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 1293 0 0 0 131030 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467815472400 5250272 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=1388 CPUtime=1310.39 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 1371 0 0 0 131039 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467807079440 5155800 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=1056 CPUtime=1310.39 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 1492 0 0 0 131039 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467798686904 5157737 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=780 CPUtime=1306.07 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 1328 0 0 0 130607 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467790294288 5155337 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24708] ppid=24699 vsize=617864 memory=1708 CPUtime=1310.41 cores=0-7
/proc/24702/task/24708/stat : 24708 (cosoco) R 24699 24702 24658 0 -1 4202560 1749 0 0 0 131041 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467781901328 5250289 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24709] ppid=24699 vsize=617864 memory=1280 CPUtime=1310.37 cores=0-7
/proc/24702/task/24709/stat : 24709 (cosoco) R 24699 24702 24658 0 -1 4202560 1532 0 0 0 131037 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467773508880 5155800 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24710] ppid=24699 vsize=617864 memory=6020 CPUtime=1297.51 cores=0-7
/proc/24702/task/24710/stat : 24710 (cosoco) R 24699 24702 24658 0 -1 4202560 1517 0 0 0 129751 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467765116176 5250234 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24711] ppid=24699 vsize=617864 memory=6935054825532540783 CPUtime=1310.3 cores=0-7
/proc/24702/task/24711/stat : 24711 (cosoco) R 24699 24702 24658 0 -1 4202560 1401 0 0 0 131029 1 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467756723136 5155800 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
Current children cumulated CPU time: 10465.8 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5020 KiB

[startup+1310.8 s]
/proc/loadavg: 8.43 8.25 8.24 9/200 24830
/proc/meminfo: memFree=30741820/32770688 swapFree=66961184/67108860
[pid=24702] ppid=24699 vsize=617864 memory=5020 CPUtime=10469 cores=0-7
/proc/24702/stat : 24702 (cosoco) S 24699 24702 24658 0 -1 1077944320 13011 0 0 0 1046897 3 0 0 20 0 9 0 436899346 632692736 1255 33554432000 4194304 6211092 140721096506640 140721096504896 140467838615287 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
/proc/24702/statm: 154466 1255 881 493 0 147771 0
[pid=24702/tid=24704] ppid=24699 vsize=617864 memory=1280 CPUtime=1310.7 cores=0-7
/proc/24702/task/24704/stat : 24704 (cosoco) R 24699 24702 24658 0 -1 4202560 1293 0 0 0 131070 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467815472400 5389376 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24705] ppid=24699 vsize=617864 memory=6020 CPUtime=1310.79 cores=0-7
/proc/24702/task/24705/stat : 24705 (cosoco) R 24699 24702 24658 0 -1 4202560 1371 0 0 0 131079 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467807079440 5156224 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24706] ppid=24699 vsize=617864 memory=780 CPUtime=1310.79 cores=0-7
/proc/24702/task/24706/stat : 24706 (cosoco) R 24699 24702 24658 0 -1 4202560 1492 0 0 0 131079 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467798686904 5155800 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24707] ppid=24699 vsize=617864 memory=3988 CPUtime=1306.47 cores=0-7
/proc/24702/task/24707/stat : 24707 (cosoco) R 24699 24702 24658 0 -1 4202560 1328 0 0 0 130647 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467790294288 5155679 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24708] ppid=24699 vsize=617864 memory=5020 CPUtime=1310.81 cores=0-7
/proc/24702/task/24708/stat : 24708 (cosoco) R 24699 24702 24658 0 -1 4202560 1750 0 0 0 131081 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467781901328 5156256 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24709] ppid=24699 vsize=617864 memory=1280 CPUtime=1310.77 cores=0-7
/proc/24702/task/24709/stat : 24709 (cosoco) R 24699 24702 24658 0 -1 4202560 1532 0 0 0 131077 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467773508880 5156167 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24710] ppid=24699 vsize=617864 memory=3612 CPUtime=1297.91 cores=0-7
/proc/24702/task/24710/stat : 24710 (cosoco) R 24699 24702 24658 0 -1 4202560 1517 0 0 0 129791 0 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467765116176 5157588 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
[pid=24702/tid=24711] ppid=24699 vsize=617864 memory=44508 CPUtime=1310.7 cores=0-7
/proc/24702/task/24711/stat : 24711 (cosoco) R 24699 24702 24658 0 -1 4202560 1401 0 0 0 131069 1 0 0 20 0 9 0 436899347 632692736 1255 33554432000 4194304 6211092 140721096506640 140467756723136 5158000 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 36618240 140721096508433 140721096508525 140721096508525 140721096511438 0
Current children cumulated CPU time: 10469 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5020 KiB

Child status: 0
Real time (s): 1310.89
CPU time (s): 10469.7
CPU user time (s): 10469.7
CPU system time (s): 0.031986
CPU usage (%): 798.672
Max. virtual memory (cumulated for all children) (KiB): 617864
Max. memory (cumulated for all children) (KiB): 5020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10469.7
system time used= 0.031986
maximum resident set size= 5172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13068
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= 41
involuntary context switches= 87310


# summary of solver processes directly reported to runsolver:
#   pid: 24702
#   total CPU time (s): 10469.7
#   total CPU user time (s): 10469.7
#   total CPU system time (s): 0.031986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.85801 second user time and 10.9349 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-16 06:52:16
IDJOB=4398271
IDBENCH=135459
IDSOLVER=2851
FILE ID=node116/4398271-1568609577
RUNJOBID= node116-1568609536-24685
PBS_JOBID= 21703439
Free space on /tmp= 61232 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-lseu.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398271-1568609577/watcher-4398271-1568609577 -o /tmp/evaluation-result-4398271-1568609577/solver-4398271-1568609577 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568609536-24685 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4398271-1568609577.xml

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

MD5SUM BENCH= b8e79a81cec6901ac635f2e0750bfcb6
RANDOM SEED=506711670

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30738992 kB
MemAvailable:   31845640 kB
Buffers:          122544 kB
Cached:          1278392 kB
SwapCached:        46612 kB
Active:           927360 kB
Inactive:         523684 kB
Active(anon):       3880 kB
Inactive(anon):    95228 kB
Active(file):     923480 kB
Inactive(file):   428456 kB
Unevictable:      110872 kB
Mlocked:          110872 kB
SwapTotal:      67108860 kB
SwapFree:       66961184 kB
Dirty:              2744 kB
Writeback:             0 kB
AnonPages:        114916 kB
Mapped:            46200 kB
Shmem:             40268 kB
Slab:             169484 kB
SReclaimable:     141096 kB
SUnreclaim:        28388 kB
KernelStack:        3296 kB
PageTables:         5564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     505656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61228 MiB
End job on node116 at 2019-09-16 07:14:07