Trace number 4398513

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 parallel? (TO) 20118.6 2520.03

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-15-2.xml
MD5SUMba573a75edcb56a5f29535772f8b277a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of constraints495
Number of domains1
Minimum domain size1932
Maximum domain size1932
Distribution of domain sizes[{"size":1932,"count":480}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":450}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":450},{"arity":30,"count":15}]
Number of extensional constraints0
Number of intensional constraints480
Distribution of constraint types[{"type":"intension","count":480},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

20118.49/2520.02	c
20118.49/2520.02	c This is cosoco 2.00 --  
20118.49/2520.02	c
20118.49/2520.02	c command line: cosoco -model -nbcores=8 HOME/instance-4398513-1568595926.xml 
20118.49/2520.02	c enable optimization
20118.49/2520.02	c ========================================[ Problem Statistics ]===========================================
20118.49/2520.02	c |                                                                                                       
20118.49/2520.02	c |  Parse time        :         0.21 s 
20118.49/2520.02	c |
20118.49/2520.02	c |               Variables: 480
20118.49/2520.02	c |            Domain Sizes: 1932..1932
20118.49/2520.02	c |
20118.49/2520.02	c |             Constraints: 7006
20118.49/2520.02	c |                   Arity: 1..30  -- Unary: 30  -- Binary: 6975
20118.49/2520.02	c | 
20118.49/2520.02	c |                   Types: 
20118.49/2520.02	c |                          (X -Y <= k): 420
20118.49/2520.02	c |                          Disjunctive: 6525
20118.49/2520.02	c |                          Intension: 30
20118.49/2520.02	c |                          Max constant: 1
20118.49/2520.02	c |                          Unary: 30
20118.49/2520.02	c |                          
20118.49/2520.02	c |               Objective: Minimize Max constant
20118.49/2520.02	
20118.49/2520.02	c =========================================================================================================
20118.49/2520.02	c Parallel mode: Portfolio
20118.49/2520.02	c [pFactory][Group N°0] created (threads:8).
20118.49/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
20118.49/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
20118.49/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
20118.49/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
20118.49/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
20118.49/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
20118.49/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
20118.49/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
20118.49/2520.02	c [pFactory][Group N°0] concurrent mode: enabled.
20118.49/2520.02	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
20118.49/2520.02	c [pFactory][Group N°0] task 7 launched on thread 0.
20118.49/2520.02	c [pFactory][Group N°0] task 6 launched on thread 2.
20118.49/2520.02	c [pFactory][Group N°0] task 5 launched on thread 6.
20118.49/2520.02	c [pFactory][Group N°0] task 4 launched on thread 7.
20118.49/2520.02	c [pFactory][Group N°0] task 3 launched on thread 1.
20118.49/2520.02	c [pFactory][Group N°0] task 2 launched on thread 4.
20118.49/2520.02	c [pFactory][Group N°0] task 1 launched on thread 3.
20118.49/2520.02	c [pFactory][Group N°0] task 0 launched on thread 5.
20118.49/2520.02	
20118.49/2520.02	c *** INTERRUPTED ***
20118.49/2520.02	c call to solver        : 0
20118.49/2520.02	c
20118.49/2520.02	c restarts              : 131091      
20118.49/2520.02	c conflicts             : 1666072      (83 /sec)
20118.49/2520.02	c decisions             : 3307241      (164 /sec)
20118.49/2520.02	c propagations          : 3454801396  (171732 /sec)
20118.49/2520.02	c root propagations     : 355523      
20118.49/2520.02	c filter calls          : 1395121103     (69349 /sec)
20118.49/2520.02	c useless filter calls  : 1313582993     (94 %)
20118.49/2520.02	c Memory used           : 1061.31 MB
20118.49/2520.02	c Best bound time (wc)  : -1.5686e+09 s
20118.49/2520.02	c CPU time              : 20117.4 s
20118.49/2520.02	c real time             : 2519.99 s
20118.49/2520.02	
20118.49/2520.02	c No Bound found!
20118.49/2520.02	
20118.49/2520.02	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398513-1568595926/watcher-4398513-1568595926 -o /tmp/evaluation-result-4398513-1568595926/solver-4398513-1568595926 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1568596036-1355 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4398513-1568595926.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=1375, runsolver pid=1372
Current StackSize limit: 8192 KiB


[startup+0.100169 s]*
/proc/loadavg: 2.24 2.04 1.89 2/193 1376
/proc/meminfo: memFree=31197548/32770624 swapFree=66920108/67108860
[pid=1375] ppid=1372 vsize=102948 memory=79192 CPUtime=0.06 cores=0-7
/proc/1375/stat : 1375 (cosoco) R 1372 1375 1328 0 -1 4202496 20006 0 1 0 4 2 0 0 20 0 1 0 435861086 105418752 19798 33554432000 4194304 6211092 140731792778688 140731792775224 140299124698085 0 0 4096 8405026 0 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 25737 19798 826 493 0 19042 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 102948 KiB
Current children cumulated memory: 79192 KiB

[startup+0.209949 s]*
/proc/loadavg: 2.24 2.04 1.89 2/193 1376
/proc/meminfo: memFree=31188372/32770624 swapFree=66920108/67108860
[pid=1375] ppid=1372 vsize=112556 memory=88924 CPUtime=0.18 cores=0-7
/proc/1375/stat : 1375 (cosoco) R 1372 1375 1328 0 -1 4202496 22408 0 1 0 15 3 0 0 20 0 1 0 435861086 115257344 22231 33554432000 4194304 6211092 140731792778688 140731792775224 140299124698085 0 0 4096 8405026 0 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 28139 22231 827 493 0 21444 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 112556 KiB
Current children cumulated memory: 88924 KiB

[startup+0.309138 s]*
/proc/loadavg: 2.24 2.04 1.89 2/193 1376
/proc/meminfo: memFree=31065612/32770624 swapFree=66920108/67108860
[pid=1375] ppid=1372 vsize=234744 memory=211156 CPUtime=0.28 cores=0-7
/proc/1375/stat : 1375 (cosoco) R 1372 1375 1328 0 -1 4202496 52990 0 1 0 21 7 0 0 20 0 1 0 435861086 240377856 52789 33554432000 4194304 6211092 140731792778688 140731792775224 5178966 0 0 4096 8405026 0 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 58686 52789 841 493 0 51991 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 234744 KiB
Current children cumulated memory: 211156 KiB

[startup+0.707273 s]
/proc/loadavg: 2.24 2.04 1.89 2/201 1384
/proc/meminfo: memFree=30982600/32770624 swapFree=66920108/67108860
[pid=1375] ppid=1372 vsize=1054004 memory=646404 CPUtime=2.74 cores=0-7
/proc/1375/stat : 1375 (cosoco) S 1372 1375 1328 0 -1 1077944320 101081 0 1 0 247 27 0 0 20 0 9 0 435861086 1079300096 161601 33554432000 4194304 6211092 140731792778688 140731792776944 140299140738807 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 263501 161601 885 493 0 256806 0
[pid=1375/tid=1377] ppid=1372 vsize=1054004 memory=0 CPUtime=0.31 cores=0-7
/proc/1375/task/1377/stat : 1377 (cosoco) R 1372 1375 1328 0 -1 4202560 6100 0 0 0 29 2 0 0 20 0 9 0 435861118 1079300096 161601 33554432000 4194304 6211092 140731792778688 140299117595544 5207518 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1378] ppid=1372 vsize=1054004 memory=7681407940103534239 CPUtime=0.28 cores=0-7
/proc/1375/task/1378/stat : 1378 (cosoco) S 1372 1375 1328 0 -1 1077944384 6106 0 0 0 26 2 0 0 20 0 9 0 435861118 1079300096 161601 33554432000 4194304 6211092 140731792778688 140299109202960 140299140759997 0 0 4096 8405026 18446744071579849748 0 0 -1 4 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1379] ppid=1372 vsize=1054004 memory=-6935123839545469842 CPUtime=0.3 cores=0-7
/proc/1375/task/1379/stat : 1379 (cosoco) R 1372 1375 1328 0 -1 4202560 6095 0 0 0 28 2 0 0 20 0 9 0 435861118 1079300096 161601 33554432000 4194304 6211092 140731792778688 140299100810256 5403682 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1380] ppid=1372 vsize=1054004 memory=-4866526891258710369 CPUtime=0.28 cores=0-7
/proc/1375/task/1380/stat : 1380 (cosoco) R 1372 1375 1328 0 -1 4202560 5638 0 0 0 26 2 0 0 20 0 9 0 435861118 1079300096 161601 33554432000 4194304 6211092 140731792778688 140299092417552 5302326 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1381] ppid=1372 vsize=1054004 memory=2016 CPUtime=0.29 cores=0-7
/proc/1375/task/1381/stat : 1381 (cosoco) R 1372 1375 1328 0 -1 4202560 6087 0 0 0 27 2 0 0 20 0 9 0 435861118 1079300096 162113 33554432000 4194304 6211092 140731792778688 140299084024456 140299125559596 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1382] ppid=1372 vsize=1054004 memory=1428 CPUtime=0.29 cores=0-7
/proc/1375/task/1382/stat : 1382 (cosoco) S 1372 1375 1328 0 -1 1077944384 5831 0 0 0 26 3 0 0 20 0 9 0 435861118 1079300096 162113 33554432000 4194304 6211092 140731792778688 140299075632144 140299140759997 0 0 4096 8405026 18446744071579849748 0 0 -1 6 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1383] ppid=1372 vsize=1054004 memory=10728 CPUtime=0.3 cores=0-7
/proc/1375/task/1383/stat : 1383 (cosoco) R 1372 1375 1328 0 -1 4202560 6094 0 0 0 29 1 0 0 20 0 9 0 435861118 1079300096 162113 33554432000 4194304 6211092 140731792778688 140299067239440 5302272 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1384] ppid=1372 vsize=1054004 memory=1196 CPUtime=0.33 cores=0-7
/proc/1375/task/1384/stat : 1384 (cosoco) R 1372 1375 1328 0 -1 4202560 6095 0 0 0 31 2 0 0 20 0 9 0 435861118 1079300096 162113 33554432000 4194304 6211092 140731792778688 140299058846736 5390160 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 1054004 KiB
Current children cumulated memory: 646404 KiB

[startup+1.50128 s]
/proc/loadavg: 2.38 2.07 1.90 9/201 1384
/proc/meminfo: memFree=30585904/32770624 swapFree=66920108/67108860
[pid=1375] ppid=1372 vsize=1086776 memory=691624 CPUtime=9.03 cores=0-7
/proc/1375/stat : 1375 (cosoco) S 1372 1375 1328 0 -1 1077944320 145223 0 1 0 854 49 0 0 20 0 9 0 435861086 1112858624 172906 33554432000 4194304 6211092 140731792778688 140731792776944 140299140738807 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 271694 172906 887 493 0 264999 0
[pid=1375/tid=1377] ppid=1372 vsize=1086776 memory=4420 CPUtime=1.1 cores=0-7
/proc/1375/task/1377/stat : 1377 (cosoco) R 1372 1375 1328 0 -1 4202560 11740 0 0 0 103 7 0 0 20 0 9 0 435861118 1112858624 172906 33554432000 4194304 6211092 140731792778688 140299117595776 5396404 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1378] ppid=1372 vsize=1086776 memory=6628 CPUtime=1.06 cores=0-7
/proc/1375/task/1378/stat : 1378 (cosoco) R 1372 1375 1328 0 -1 4202560 12332 0 0 0 103 3 0 0 20 0 9 0 435861118 1112858624 172906 33554432000 4194304 6211092 140731792778688 140299109202960 5166571 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1379] ppid=1372 vsize=1086776 memory=8836 CPUtime=1.08 cores=0-7
/proc/1375/task/1379/stat : 1379 (cosoco) R 1372 1375 1328 0 -1 4202560 12101 0 0 0 101 7 0 0 20 0 9 0 435861118 1112858624 172906 33554432000 4194304 6211092 140731792778688 140299100810256 5167901 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1380] ppid=1372 vsize=1086776 memory=139931344483967 CPUtime=1.07 cores=0-7
/proc/1375/task/1380/stat : 1380 (cosoco) R 1372 1375 1328 0 -1 4202560 11480 0 0 0 104 3 0 0 20 0 9 0 435861118 1112858624 172906 33554432000 4194304 6211092 140731792778688 140299092417456 5397368 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1381] ppid=1372 vsize=1086776 memory=-9174445032661854264 CPUtime=1.08 cores=0-7
/proc/1375/task/1381/stat : 1381 (cosoco) R 1372 1375 1328 0 -1 4202560 11521 0 0 0 101 7 0 0 20 0 9 0 435861118 1112858624 172906 33554432000 4194304 6211092 140731792778688 140299084024848 5168363 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1382] ppid=1372 vsize=1086776 memory=-6948614817169703622 CPUtime=1.06 cores=0-7
/proc/1375/task/1382/stat : 1382 (cosoco) R 1372 1375 1328 0 -1 4202560 9728 0 0 0 103 3 0 0 20 0 9 0 435861118 1112858624 172906 33554432000 4194304 6211092 140731792778688 140299075632144 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1383] ppid=1372 vsize=1086776 memory=0 CPUtime=1.1 cores=0-7
/proc/1375/task/1383/stat : 1383 (cosoco) R 1372 1375 1328 0 -1 4202560 11568 0 0 0 108 2 0 0 20 0 9 0 435861118 1112858624 172906 33554432000 4194304 6211092 140731792778688 140299067239440 5393072 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1384] ppid=1372 vsize=1086776 memory=0 CPUtime=1.12 cores=0-7
/proc/1375/task/1384/stat : 1384 (cosoco) R 1372 1375 1328 0 -1 4202560 11827 0 0 0 105 7 0 0 20 0 9 0 435861118 1112858624 172906 33554432000 4194304 6211092 140731792778688 140299058846600 5167187 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
Current children cumulated CPU time: 9.03 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 691624 KiB

[startup+3.11028 s]
/proc/loadavg: 2.38 2.07 1.90 9/201 1384
/proc/meminfo: memFree=30585304/32770624 swapFree=66920108/67108860
[pid=1375] ppid=1372 vsize=1086776 memory=691960 CPUtime=21.88 cores=0-7
/proc/1375/stat : 1375 (cosoco) S 1372 1375 1328 0 -1 1077944320 195825 0 1 0 2134 54 0 0 20 0 9 0 435861086 1112858624 172990 33554432000 4194304 6211092 140731792778688 140731792776944 140299140738807 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 271694 172990 887 493 0 264999 0
[pid=1375/tid=1377] ppid=1372 vsize=1086776 memory=279853895169528 CPUtime=2.71 cores=0-7
/proc/1375/task/1377/stat : 1377 (cosoco) R 1372 1375 1328 0 -1 4202560 14396 0 0 0 263 8 0 0 20 0 9 0 435861118 1112858624 172990 33554432000 4194304 6211092 140731792778688 140299117595776 5167892 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1378] ppid=1372 vsize=1086776 memory=-7357787915995474596 CPUtime=2.66 cores=0-7
/proc/1375/task/1378/stat : 1378 (cosoco) R 1372 1375 1328 0 -1 4202560 19539 0 0 0 263 3 0 0 20 0 9 0 435861118 1112858624 172990 33554432000 4194304 6211092 140731792778688 140299109202440 5167570 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1379] ppid=1372 vsize=1086776 memory=279853895208104 CPUtime=2.66 cores=0-7
/proc/1375/task/1379/stat : 1379 (cosoco) R 1372 1375 1328 0 -1 4202560 19214 0 0 0 259 7 0 0 20 0 9 0 435861118 1112858624 172990 33554432000 4194304 6211092 140731792778688 140299100810256 5167888 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1380] ppid=1372 vsize=1086776 memory=0 CPUtime=2.68 cores=0-7
/proc/1375/task/1380/stat : 1380 (cosoco) R 1372 1375 1328 0 -1 4202560 17026 0 0 0 264 4 0 0 20 0 9 0 435861118 1112858624 172990 33554432000 4194304 6211092 140731792778688 140299092417456 5168216 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1381] ppid=1372 vsize=1086776 memory=2952 CPUtime=2.69 cores=0-7
/proc/1375/task/1381/stat : 1381 (cosoco) R 1372 1375 1328 0 -1 4202560 18608 0 0 0 261 8 0 0 20 0 9 0 435861118 1112858624 172990 33554432000 4194304 6211092 140731792778688 140299084024848 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1382] ppid=1372 vsize=1086776 memory=4108 CPUtime=2.68 cores=0-7
/proc/1375/task/1382/stat : 1382 (cosoco) R 1372 1375 1328 0 -1 4202560 18244 0 0 0 264 4 0 0 20 0 9 0 435861118 1112858624 172990 33554432000 4194304 6211092 140731792778688 140299075632256 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1383] ppid=1372 vsize=1086776 memory=691624 CPUtime=2.7 cores=0-7
/proc/1375/task/1383/stat : 1383 (cosoco) R 1372 1375 1328 0 -1 4202560 17207 0 0 0 268 2 0 0 20 0 9 0 435861118 1112858624 172990 33554432000 4194304 6211092 140731792778688 140299067239440 5168363 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1384] ppid=1372 vsize=1086776 memory=0 CPUtime=2.73 cores=0-7
/proc/1375/task/1384/stat : 1384 (cosoco) R 1372 1375 1328 0 -1 4202560 18565 0 0 0 266 7 0 0 20 0 9 0 435861118 1112858624 172990 33554432000 4194304 6211092 140731792778688 140299058846600 140299124708489 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
Current children cumulated CPU time: 21.88 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 691960 KiB

[startup+6.30127 s]
/proc/loadavg: 2.75 2.15 1.93 9/201 1384
/proc/meminfo: memFree=30584424/32770624 swapFree=66920108/67108860
[pid=1375] ppid=1372 vsize=1086776 memory=691968 CPUtime=47.35 cores=0-7
/proc/1375/stat : 1375 (cosoco) S 1372 1375 1328 0 -1 1077944320 297816 0 1 0 4674 61 0 0 20 0 9 0 435861086 1112858624 172992 33554432000 4194304 6211092 140731792778688 140731792776944 140299140738807 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 271694 172992 887 493 0 264999 0
[pid=1375/tid=1377] ppid=1372 vsize=1086776 memory=139931344483967 CPUtime=5.9 cores=0-7
/proc/1375/task/1377/stat : 1377 (cosoco) R 1372 1375 1328 0 -1 4202560 30084 0 0 0 582 8 0 0 20 0 9 0 435861118 1112858624 172992 33554432000 4194304 6211092 140731792778688 140299117595776 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1378] ppid=1372 vsize=1086776 memory=691968 CPUtime=5.85 cores=0-7
/proc/1375/task/1378/stat : 1378 (cosoco) R 1372 1375 1328 0 -1 4202560 32210 0 0 0 581 4 0 0 20 0 9 0 435861118 1112858624 172992 33554432000 4194304 6211092 140731792778688 140299109202440 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1379] ppid=1372 vsize=1086776 memory=691964 CPUtime=5.81 cores=0-7
/proc/1375/task/1379/stat : 1379 (cosoco) R 1372 1375 1328 0 -1 4202560 28084 0 0 0 573 8 0 0 20 0 9 0 435861118 1112858624 172992 33554432000 4194304 6211092 140731792778688 140299100810256 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1380] ppid=1372 vsize=1086776 memory=2952 CPUtime=5.86 cores=0-7
/proc/1375/task/1380/stat : 1380 (cosoco) R 1372 1375 1328 0 -1 4202560 31051 0 0 0 582 4 0 0 20 0 9 0 435861118 1112858624 172992 33554432000 4194304 6211092 140731792778688 140299092417456 5392320 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1381] ppid=1372 vsize=1086776 memory=4108 CPUtime=5.89 cores=0-7
/proc/1375/task/1381/stat : 1381 (cosoco) R 1372 1375 1328 0 -1 4202560 31002 0 0 0 579 10 0 0 20 0 9 0 435861118 1112858624 172992 33554432000 4194304 6211092 140731792778688 140299084024848 5167507 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1382] ppid=1372 vsize=1086776 memory=0 CPUtime=5.87 cores=0-7
/proc/1375/task/1382/stat : 1382 (cosoco) R 1372 1375 1328 0 -1 4202560 30978 0 0 0 582 5 0 0 20 0 9 0 435861118 1112858624 172992 33554432000 4194304 6211092 140731792778688 140299075632256 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1383] ppid=1372 vsize=1086776 memory=0 CPUtime=5.89 cores=0-7
/proc/1375/task/1383/stat : 1383 (cosoco) R 1372 1375 1328 0 -1 4202560 29529 0 0 0 586 3 0 0 20 0 9 0 435861118 1112858624 172992 33554432000 4194304 6211092 140731792778688 140299067239440 5393089 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1384] ppid=1372 vsize=1086776 memory=691968 CPUtime=5.92 cores=0-7
/proc/1375/task/1384/stat : 1384 (cosoco) R 1372 1375 1328 0 -1 4202560 31841 0 0 0 583 9 0 0 20 0 9 0 435861118 1112858624 172992 33554432000 4194304 6211092 140731792778688 140299058846600 5167892 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
Current children cumulated CPU time: 47.35 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 691968 KiB

[startup+12.7013 s]
/proc/loadavg: 3.17 2.25 1.96 9/202 1386
/proc/meminfo: memFree=30583928/32770624 swapFree=66920108/67108860
[pid=1375] ppid=1372 vsize=1086776 memory=692000 CPUtime=98.46 cores=0-7
/proc/1375/stat : 1375 (cosoco) S 1372 1375 1328 0 -1 1077944320 354718 0 1 0 9779 67 0 0 20 0 9 0 435861086 1112858624 173000 33554432000 4194304 6211092 140731792778688 140731792776944 140299140738807 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 271694 173000 887 493 0 264999 0
[pid=1375/tid=1377] ppid=1372 vsize=1086776 memory=691984 CPUtime=12.3 cores=0-7
/proc/1375/task/1377/stat : 1377 (cosoco) R 1372 1375 1328 0 -1 4202560 36626 0 0 0 1221 9 0 0 20 0 9 0 435861118 1112858624 173000 33554432000 4194304 6211092 140731792778688 140299117595776 5453904 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1378] ppid=1372 vsize=1086776 memory=0 CPUtime=12.25 cores=0-7
/proc/1375/task/1378/stat : 1378 (cosoco) R 1372 1375 1328 0 -1 4202560 39667 0 0 0 1220 5 0 0 20 0 9 0 435861118 1112858624 173000 33554432000 4194304 6211092 140731792778688 140299109202632 5167538 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1379] ppid=1372 vsize=1086776 memory=2372 CPUtime=12.12 cores=0-7
/proc/1375/task/1379/stat : 1379 (cosoco) R 1372 1375 1328 0 -1 4202560 38600 0 0 0 1204 8 0 0 20 0 9 0 435861118 1112858624 173000 33554432000 4194304 6211092 140731792778688 140299100810256 5167521 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1380] ppid=1372 vsize=1086776 memory=279852687416135 CPUtime=12.26 cores=0-7
/proc/1375/task/1380/stat : 1380 (cosoco) R 1372 1375 1328 0 -1 4202560 38251 0 0 0 1221 5 0 0 20 0 9 0 435861118 1112858624 173000 33554432000 4194304 6211092 140731792778688 140299092417456 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1381] ppid=1372 vsize=1086776 memory=6944652177228980320 CPUtime=12.28 cores=0-7
/proc/1375/task/1381/stat : 1381 (cosoco) R 1372 1375 1328 0 -1 4202560 37122 0 0 0 1218 10 0 0 20 0 9 0 435861118 1112858624 173000 33554432000 4194304 6211092 140731792778688 140299084024848 5168219 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1382] ppid=1372 vsize=1086776 memory=4108 CPUtime=12.27 cores=0-7
/proc/1375/task/1382/stat : 1382 (cosoco) R 1372 1375 1328 0 -1 4202560 37572 0 0 0 1222 5 0 0 20 0 9 0 435861118 1112858624 173000 33554432000 4194304 6211092 140731792778688 140299075632256 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1383] ppid=1372 vsize=1086776 memory=44876 CPUtime=12.29 cores=0-7
/proc/1375/task/1383/stat : 1383 (cosoco) R 1372 1375 1328 0 -1 4202560 35620 0 0 0 1225 4 0 0 20 0 9 0 435861118 1112858624 173000 33554432000 4194304 6211092 140731792778688 140299067239440 5167529 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1384] ppid=1372 vsize=1086776 memory=988 CPUtime=12.32 cores=0-7
/proc/1375/task/1384/stat : 1384 (cosoco) R 1372 1375 1328 0 -1 4202560 38223 0 0 0 1222 10 0 0 20 0 9 0 435861118 1112858624 173000 33554432000 4194304 6211092 140731792778688 140299058846600 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
Current children cumulated CPU time: 98.46 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 692000 KiB

[startup+25.5013 s]
/proc/loadavg: 3.92 2.44 2.03 9/201 1387
/proc/meminfo: memFree=30585076/32770624 swapFree=66920108/67108860
[pid=1375] ppid=1372 vsize=1086776 memory=692004 CPUtime=200.66 cores=0-7
/proc/1375/stat : 1375 (cosoco) S 1372 1375 1328 0 -1 1077944320 444920 0 1 0 19992 74 0 0 20 0 9 0 435861086 1112858624 173001 33554432000 4194304 6211092 140731792778688 140731792776944 140299140738807 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 271694 173001 887 493 0 264999 0
[pid=1375/tid=1377] ppid=1372 vsize=1086776 memory=55 CPUtime=25.1 cores=0-7
/proc/1375/task/1377/stat : 1377 (cosoco) R 1372 1375 1328 0 -1 4202560 48865 0 0 0 2500 10 0 0 20 0 9 0 435861118 1112858624 173001 33554432000 4194304 6211092 140731792778688 140299117595776 5167901 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1378] ppid=1372 vsize=1086776 memory=-3252517613199061085 CPUtime=25.05 cores=0-7
/proc/1375/task/1378/stat : 1378 (cosoco) R 1372 1375 1328 0 -1 4202560 52236 0 0 0 2499 6 0 0 20 0 9 0 435861118 1112858624 173001 33554432000 4194304 6211092 140731792778688 140299109202632 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0

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

/proc/1375/task/1379/stat : 1379 (cosoco) R 1372 1375 1328 0 -1 4202560 73511 0 0 0 226073 13 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299100810368 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1380] ppid=1372 vsize=1086776 memory=696336 CPUtime=2260.9 cores=0-7
/proc/1375/task/1380/stat : 1380 (cosoco) R 1372 1375 1328 0 -1 4202560 73437 0 0 0 226077 13 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299092417456 5172232 0 0 4096 8405026 0 0 0 -1 0 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1381] ppid=1372 vsize=1086776 memory=696336 CPUtime=2232.02 cores=0-7
/proc/1375/task/1381/stat : 1381 (cosoco) R 1372 1375 1328 0 -1 4202560 69214 0 0 0 223185 17 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299084024848 5168363 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1382] ppid=1372 vsize=1086776 memory=696336 CPUtime=2261.14 cores=0-7
/proc/1375/task/1382/stat : 1382 (cosoco) R 1372 1375 1328 0 -1 4202560 75640 0 0 0 226105 9 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299075632144 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1383] ppid=1372 vsize=1086776 memory=696336 CPUtime=2261.19 cores=0-7
/proc/1375/task/1383/stat : 1383 (cosoco) R 1372 1375 1328 0 -1 4202560 70536 0 0 0 226110 9 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299067239552 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1384] ppid=1372 vsize=1086776 memory=696336 CPUtime=2261.48 cores=0-7
/proc/1375/task/1384/stat : 1384 (cosoco) R 1372 1375 1328 0 -1 4202560 73775 0 0 0 226131 17 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299058846848 5167529 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
Current children cumulated CPU time: 18060.7 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 696336 KiB

[startup+2322.3 s]
/proc/loadavg: 8.39 8.39 7.85 9/197 1604
/proc/meminfo: memFree=30564176/32770624 swapFree=66921380/67108860
[pid=1375] ppid=1372 vsize=1086776 memory=696336 CPUtime=18539.8 cores=0-7
/proc/1375/stat : 1375 (cosoco) S 1372 1375 1328 0 -1 1077944320 638748 0 1 0 1853864 117 0 0 20 0 9 0 435861086 1112858624 174084 33554432000 4194304 6211092 140731792778688 140731792776944 140299140738807 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 271694 174084 887 493 0 264999 0
[pid=1375/tid=1377] ppid=1372 vsize=1086776 memory=696336 CPUtime=2321.46 cores=0-7
/proc/1375/task/1377/stat : 1377 (cosoco) R 1372 1375 1328 0 -1 4202560 72208 0 0 0 232131 15 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299117595664 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1378] ppid=1372 vsize=1086776 memory=696336 CPUtime=2321.26 cores=0-7
/proc/1375/task/1378/stat : 1378 (cosoco) R 1372 1375 1328 0 -1 4202560 76807 0 0 0 232114 12 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299109202960 5167888 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1379] ppid=1372 vsize=1086776 memory=696336 CPUtime=2320.87 cores=0-7
/proc/1375/task/1379/stat : 1379 (cosoco) R 1372 1375 1328 0 -1 4202560 73607 0 0 0 232073 14 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299100810368 5186210 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1380] ppid=1372 vsize=1086776 memory=696336 CPUtime=2320.89 cores=0-7
/proc/1375/task/1380/stat : 1380 (cosoco) R 1372 1375 1328 0 -1 4202560 73502 0 0 0 232076 13 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299092417456 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1381] ppid=1372 vsize=1086776 memory=164 CPUtime=2291.18 cores=0-7
/proc/1375/task/1381/stat : 1381 (cosoco) R 1372 1375 1328 0 -1 4202560 69344 0 0 0 229100 18 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299084024848 5168369 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1382] ppid=1372 vsize=1086776 memory=696336 CPUtime=2321.14 cores=0-7
/proc/1375/task/1382/stat : 1382 (cosoco) R 1372 1375 1328 0 -1 4202560 75738 0 0 0 232105 9 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299075632144 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1383] ppid=1372 vsize=1086776 memory=772 CPUtime=2321.19 cores=0-7
/proc/1375/task/1383/stat : 1383 (cosoco) R 1372 1375 1328 0 -1 4202560 70660 0 0 0 232110 9 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299067239552 5193733 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1384] ppid=1372 vsize=1086776 memory=696336 CPUtime=2321.47 cores=0-7
/proc/1375/task/1384/stat : 1384 (cosoco) R 1372 1375 1328 0 -1 4202560 73845 0 0 0 232130 17 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299058846848 5167201 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
Current children cumulated CPU time: 18539.8 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 696336 KiB

[startup+2382.3 s]
/proc/loadavg: 8.14 8.32 7.87 9/197 1607
/proc/meminfo: memFree=30564520/32770624 swapFree=66921380/67108860
[pid=1375] ppid=1372 vsize=1086776 memory=696336 CPUtime=19018.9 cores=0-7
/proc/1375/stat : 1375 (cosoco) S 1372 1375 1328 0 -1 1077944320 639495 0 1 0 1901774 117 0 0 20 0 9 0 435861086 1112858624 174084 33554432000 4194304 6211092 140731792778688 140731792776944 140299140738807 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 271694 174084 887 493 0 264999 0
[pid=1375/tid=1377] ppid=1372 vsize=1086776 memory=696336 CPUtime=2381.46 cores=0-7
/proc/1375/task/1377/stat : 1377 (cosoco) R 1372 1375 1328 0 -1 4202560 72280 0 0 0 238131 15 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299117595664 5167901 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1378] ppid=1372 vsize=1086776 memory=696336 CPUtime=2381.25 cores=0-7
/proc/1375/task/1378/stat : 1378 (cosoco) R 1372 1375 1328 0 -1 4202560 76896 0 0 0 238113 12 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299109202960 5168360 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1379] ppid=1372 vsize=1086776 memory=696336 CPUtime=2380.86 cores=0-7
/proc/1375/task/1379/stat : 1379 (cosoco) R 1372 1375 1328 0 -1 4202560 73707 0 0 0 238072 14 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299100810368 5167218 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1380] ppid=1372 vsize=1086776 memory=696336 CPUtime=2380.89 cores=0-7
/proc/1375/task/1380/stat : 1380 (cosoco) R 1372 1375 1328 0 -1 4202560 73564 0 0 0 238076 13 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299092417456 5452234 0 0 4096 8405026 0 0 0 -1 0 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1381] ppid=1372 vsize=1086776 memory=696336 CPUtime=2350.34 cores=0-7
/proc/1375/task/1381/stat : 1381 (cosoco) R 1372 1375 1328 0 -1 4202560 69458 0 0 0 235016 18 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299084024848 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1382] ppid=1372 vsize=1086776 memory=696336 CPUtime=2381.13 cores=0-7
/proc/1375/task/1382/stat : 1382 (cosoco) R 1372 1375 1328 0 -1 4202560 75854 0 0 0 238104 9 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299075632144 5167359 0 0 4096 8405026 0 0 0 -1 4 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1383] ppid=1372 vsize=1086776 memory=696336 CPUtime=2381.17 cores=0-7
/proc/1375/task/1383/stat : 1383 (cosoco) R 1372 1375 1328 0 -1 4202560 70771 0 0 0 238108 9 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299067239552 5167928 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1384] ppid=1372 vsize=1086776 memory=3576 CPUtime=2381.46 cores=0-7
/proc/1375/task/1384/stat : 1384 (cosoco) R 1372 1375 1328 0 -1 4202560 73928 0 0 0 238129 17 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299058846848 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
Current children cumulated CPU time: 19018.9 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 696336 KiB

[startup+2442.3 s]
/proc/loadavg: 8.05 8.26 7.87 9/197 1612
/proc/meminfo: memFree=30563608/32770624 swapFree=66921380/67108860
[pid=1375] ppid=1372 vsize=1086776 memory=696336 CPUtime=19498 cores=0-7
/proc/1375/stat : 1375 (cosoco) S 1372 1375 1328 0 -1 1077944320 640470 0 1 0 1949681 118 0 0 20 0 9 0 435861086 1112858624 174084 33554432000 4194304 6211092 140731792778688 140731792776944 140299140738807 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 271694 174084 887 493 0 264999 0
[pid=1375/tid=1377] ppid=1372 vsize=1086776 memory=696336 CPUtime=2441.43 cores=0-7
/proc/1375/task/1377/stat : 1377 (cosoco) R 1372 1375 1328 0 -1 4202560 72362 0 0 0 244128 15 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299117595664 5168363 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1378] ppid=1372 vsize=1086776 memory=696336 CPUtime=2441.23 cores=0-7
/proc/1375/task/1378/stat : 1378 (cosoco) R 1372 1375 1328 0 -1 4202560 76965 0 0 0 244111 12 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299109202960 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1379] ppid=1372 vsize=1086776 memory=696336 CPUtime=2440.85 cores=0-7
/proc/1375/task/1379/stat : 1379 (cosoco) R 1372 1375 1328 0 -1 4202560 73793 0 0 0 244071 14 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299100810368 5167888 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1380] ppid=1372 vsize=1086776 memory=44924 CPUtime=2440.88 cores=0-7
/proc/1375/task/1380/stat : 1380 (cosoco) R 1372 1375 1328 0 -1 4202560 73768 0 0 0 244074 14 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299092417456 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1381] ppid=1372 vsize=1086776 memory=696336 CPUtime=2409.49 cores=0-7
/proc/1375/task/1381/stat : 1381 (cosoco) R 1372 1375 1328 0 -1 4202560 69577 0 0 0 240931 18 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299084024848 5167542 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1382] ppid=1372 vsize=1086776 memory=696336 CPUtime=2441.12 cores=0-7
/proc/1375/task/1382/stat : 1382 (cosoco) R 1372 1375 1328 0 -1 4202560 75957 0 0 0 244103 9 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299075632144 5389823 0 0 4096 8405026 0 0 0 -1 4 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1383] ppid=1372 vsize=1086776 memory=696336 CPUtime=2441.16 cores=0-7
/proc/1375/task/1383/stat : 1383 (cosoco) R 1372 1375 1328 0 -1 4202560 70893 0 0 0 244107 9 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299067239552 5168369 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1384] ppid=1372 vsize=1086776 memory=10728 CPUtime=2441.46 cores=0-7
/proc/1375/task/1384/stat : 1384 (cosoco) R 1372 1375 1328 0 -1 4202560 74118 0 0 0 244129 17 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299058846848 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
Current children cumulated CPU time: 19498 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 696336 KiB

[startup+2502.3 s]
/proc/loadavg: 8.02 8.21 7.88 9/197 1616
/proc/meminfo: memFree=30564216/32770624 swapFree=66921380/67108860
[pid=1375] ppid=1372 vsize=1086776 memory=696336 CPUtime=19977.1 cores=0-7
/proc/1375/stat : 1375 (cosoco) S 1372 1375 1328 0 -1 1077944320 641156 0 1 0 1997590 119 0 0 20 0 9 0 435861086 1112858624 174084 33554432000 4194304 6211092 140731792778688 140731792776944 140299140738807 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 271694 174084 887 493 0 264999 0
[pid=1375/tid=1377] ppid=1372 vsize=1086776 memory=1096 CPUtime=2501.43 cores=0-7
/proc/1375/task/1377/stat : 1377 (cosoco) R 1372 1375 1328 0 -1 4202560 72443 0 0 0 250127 16 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299117595664 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1378] ppid=1372 vsize=1086776 memory=696336 CPUtime=2501.22 cores=0-7
/proc/1375/task/1378/stat : 1378 (cosoco) R 1372 1375 1328 0 -1 4202560 77044 0 0 0 250110 12 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299109202960 5168363 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1379] ppid=1372 vsize=1086776 memory=3576 CPUtime=2500.84 cores=0-7
/proc/1375/task/1379/stat : 1379 (cosoco) R 1372 1375 1328 0 -1 4202560 73862 0 0 0 250070 14 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299100810368 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1380] ppid=1372 vsize=1086776 memory=696336 CPUtime=2500.87 cores=0-7
/proc/1375/task/1380/stat : 1380 (cosoco) R 1372 1375 1328 0 -1 4202560 73802 0 0 0 250073 14 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299092417456 5167888 0 0 4096 8405026 0 0 0 -1 0 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1381] ppid=1372 vsize=1086776 memory=696336 CPUtime=2468.64 cores=0-7
/proc/1375/task/1381/stat : 1381 (cosoco) R 1372 1375 1328 0 -1 4202560 69702 0 0 0 246846 18 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299084024848 5167570 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1382] ppid=1372 vsize=1086776 memory=696336 CPUtime=2501.12 cores=0-7
/proc/1375/task/1382/stat : 1382 (cosoco) R 1372 1375 1328 0 -1 4202560 76064 0 0 0 250103 9 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299075632144 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1383] ppid=1372 vsize=1086776 memory=696336 CPUtime=2501.16 cores=0-7
/proc/1375/task/1383/stat : 1383 (cosoco) R 1372 1375 1328 0 -1 4202560 71002 0 0 0 250107 9 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299067239552 5193728 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1384] ppid=1372 vsize=1086776 memory=696336 CPUtime=2501.45 cores=0-7
/proc/1375/task/1384/stat : 1384 (cosoco) R 1372 1375 1328 0 -1 4202560 74200 0 0 0 250128 17 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299058846848 5168219 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
Current children cumulated CPU time: 19977.1 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 696336 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.02 8.20 7.88 9/197 1616
/proc/meminfo: memFree=30564324/32770624 swapFree=66921380/67108860
[pid=1375] ppid=1372 vsize=1086776 memory=696336 CPUtime=20118.5 cores=0-7
/proc/1375/stat : 1375 (cosoco) S 1372 1375 1328 0 -1 1077944320 641489 0 1 0 2011730 119 0 0 20 0 9 0 435861086 1112858624 174084 33554432000 4194304 6211092 140731792778688 140731792776944 140299140738807 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
/proc/1375/statm: 271694 174084 887 493 0 264999 0
[pid=1375/tid=1377] ppid=1372 vsize=1086776 memory=3908 CPUtime=2519.14 cores=0-7
/proc/1375/task/1377/stat : 1377 (cosoco) R 1372 1375 1328 0 -1 4202560 72449 0 0 0 251898 16 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299117595664 5167904 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1378] ppid=1372 vsize=1086776 memory=1404 CPUtime=2518.93 cores=0-7
/proc/1375/task/1378/stat : 1378 (cosoco) R 1372 1375 1328 0 -1 4202560 77085 0 0 0 251881 12 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299109202960 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1379] ppid=1372 vsize=1086776 memory=4872558044660077418 CPUtime=2518.55 cores=0-7
/proc/1375/task/1379/stat : 1379 (cosoco) R 1372 1375 1328 0 -1 4202560 73866 0 0 0 251841 14 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299100810368 5168336 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1380] ppid=1372 vsize=1086776 memory=808 CPUtime=2518.58 cores=0-7
/proc/1375/task/1380/stat : 1380 (cosoco) R 1372 1375 1328 0 -1 4202560 73880 0 0 0 251844 14 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299092417456 5440627 0 0 4096 8405026 0 0 0 -1 0 0 0 2 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1381] ppid=1372 vsize=1086776 memory=1399051139730258233 CPUtime=2486.09 cores=0-7
/proc/1375/task/1381/stat : 1381 (cosoco) R 1372 1375 1328 0 -1 4202560 69707 0 0 0 248591 18 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299084024848 5168336 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1382] ppid=1372 vsize=1086776 memory=4872558044660077418 CPUtime=2518.82 cores=0-7
/proc/1375/task/1382/stat : 1382 (cosoco) R 1372 1375 1328 0 -1 4202560 76069 0 0 0 251873 9 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299075632144 5168360 0 0 4096 8405026 0 0 0 -1 4 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1383] ppid=1372 vsize=1086776 memory=2364 CPUtime=2518.87 cores=0-7
/proc/1375/task/1383/stat : 1383 (cosoco) R 1372 1375 1328 0 -1 4202560 71084 0 0 0 251878 9 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299067239552 5452223 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
[pid=1375/tid=1384] ppid=1372 vsize=1086776 memory=1540 CPUtime=2519.16 cores=0-7
/proc/1375/task/1384/stat : 1384 (cosoco) R 1372 1375 1328 0 -1 4202560 74312 0 0 0 251899 17 0 0 20 0 9 0 435861118 1112858624 174084 33554432000 4194304 6211092 140731792778688 140299058846848 5168360 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 22777856 140731792782353 140731792782445 140731792782445 140731792785358 0
Current children cumulated CPU time: 20118.5 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 696336 KiB

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

[startup+2520.03 s]
# the end of solver process 1375 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20117.4 s, system=1.20032 s

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

Child status: 1
Real time (s): 2520.03
CPU time (s): 20118.6
CPU user time (s): 20117.4
CPU system time (s): 1.20032
CPU usage (%): 798.349
Max. virtual memory (cumulated for all children) (KiB): 1086776
Max. memory (cumulated for all children) (KiB): 696336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20117.4
system time used= 1.20032
maximum resident set size= 696484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 641532
page faults= 1
swaps= 0
block input operations= 9776
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22013
involuntary context switches= 143578


# summary of solver processes directly reported to runsolver:
#   pid: 1375
#   total CPU time (s): 20118.6
#   total CPU user time (s): 20117.4
#   total CPU system time (s): 1.20032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3842 second user time and 21.4157 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-16 03:07:16
IDJOB=4398513
IDBENCH=115769
IDSOLVER=2851
FILE ID=node139/4398513-1568595926
RUNJOBID= node139-1568596036-1355
PBS_JOBID= 21703395
Free space on /tmp= 59556 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-15-2.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398513-1568595926/watcher-4398513-1568595926 -o /tmp/evaluation-result-4398513-1568595926/solver-4398513-1568595926 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1568596036-1355 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4398513-1568595926.xml

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

MD5SUM BENCH= ba573a75edcb56a5f29535772f8b277a
RANDOM SEED=1070946282

node139.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.57
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.57
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.57
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.57
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:        31277380 kB
MemAvailable:   31825880 kB
Buffers:           85504 kB
Cached:           753764 kB
SwapCached:        78316 kB
Active:           492036 kB
Inactive:         427052 kB
Active(anon):       5372 kB
Inactive(anon):   116992 kB
Active(file):     486664 kB
Inactive(file):   310060 kB
Unevictable:      107864 kB
Mlocked:          107864 kB
SwapTotal:      67108860 kB
SwapFree:       66920108 kB
Dirty:              4104 kB
Writeback:             0 kB
AnonPages:        111816 kB
Mapped:            44744 kB
Shmem:             33352 kB
Slab:             165100 kB
SReclaimable:     135224 kB
SUnreclaim:        29876 kB
KernelStack:        3376 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     496792 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:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59556 MiB
End job on node139 at 2019-09-16 03:49:16