Trace number 4399298

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
choco-solver 2019-09-16OPT90 328.237 82.7874

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-02.xml
MD5SUMfbff45376af17ae2a145abecb1f2c180
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark324.466
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size180
Distribution of domain sizes[{"size":1,"count":1},{"size":180,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":1},{"degree":7,"count":10},{"degree":8,"count":17},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399298-1568698116.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399298-1568698116.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.29/0.63	c solve instance...
1.60/0.73	o 109 
1.60/0.78	o 107 
1.94/0.82	o 103 
4.69/1.52	o 102 
5.08/1.61	o 100 
7.46/2.20	o 99 
10.68/3.06	o 98 
11.84/3.31	o 97 
13.82/3.82	o 96 
17.76/4.88	o 95 
24.53/6.59	o 94 
28.48/7.54	o 93 
34.06/8.97	o 92 
42.03/10.98	o 91 
48.39/12.57	o 90 
327.94/82.78	s OPTIMUM FOUND
327.94/82.78	v <instantiation>
327.94/82.78	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
327.94/82.78	v 	<values>0 6 0 0 14 7 21 25 32 14 52 14 18 45 61 30 12 19 40 61 27 73 72 50 62 40 53 79 42 85 71 90 </values>
327.94/82.78	v </instantiation>

Verifier Data

OK	90

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399298-1568698116/watcher-4399298-1568698116 -o /tmp/evaluation-result-4399298-1568698116/solver-4399298-1568698116 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19868 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1272942132 HOME/instance-4399298-1568698116.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=24153, runsolver pid=24150
Current StackSize limit: 8192 KiB


[startup+0.100672 s]*
/proc/loadavg: 8.78 8.58 8.28 8/234 24169
/proc/meminfo: memFree=30641400/32770624 swapFree=66922424/67108860
[pid=24153] ppid=24150 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24153/stat : 24153 (xcsp3-exec) S 24150 24153 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445749525 115843072 363 33554432000 4194304 5098028 140729823259696 140729823257800 139837576880764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20541440 140729823261562 140729823261805 140729823261805 140729823264714 0
/proc/24153/statm: 28282 363 305 221 0 87 0
[pid=24155] ppid=24153 vsize=15144776 memory=30132 CPUtime=0.13 cores=1,3,5,7
/proc/24155/stat : 24155 (java) S 24153 24153 19836 0 -1 1077944320 5978 0 0 0 11 2 0 0 20 0 15 0 445749525 15508250624 7533 33554432000 4194304 4196468 140721083210240 140721083192784 139771411914487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
/proc/24155/statm: 3786194 7533 3153 1 0 3748377 0
[pid=24155/tid=24156] ppid=24153 vsize=15144776 memory=7100839878744900722 CPUtime=0.09 cores=1,3,5,7
/proc/24155/task/24156/stat : 24156 (java) R 24153 24153 19836 0 -1 4202560 3870 0 0 0 8 1 0 0 20 0 15 0 445749525 15508250624 7533 33554432000 4194304 4196468 140721083210240 139771416142512 139771404151614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24157] ppid=24153 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24157/stat : 24157 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749526 15508250624 7533 33554432000 4194304 4196468 140721083210240 139771323570960 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24158] ppid=24153 vsize=15144776 memory=140490519811712 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24158/stat : 24158 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749526 15508250624 7533 33554432000 4194304 4196468 140721083210240 139771003267984 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24159] ppid=24153 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24159/stat : 24159 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749526 15508250624 7533 33554432000 4194304 4196468 140721083210240 139771002215440 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24160] ppid=24153 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24160/stat : 24160 (java) S 24153 24153 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445749526 15508250624 7533 33554432000 4194304 4196468 140721083210240 139771001162896 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24161] ppid=24153 vsize=15144776 memory=140490519811712 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24161/stat : 24161 (java) S 24153 24153 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445749527 15508250624 7533 33554432000 4194304 4196468 140721083210240 139770880579568 139771411925634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24162] ppid=24153 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24162/stat : 24162 (java) S 24153 24153 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445749528 15508250624 7533 33554432000 4194304 4196468 140721083210240 139770879525792 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24163] ppid=24153 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24163/stat : 24163 (java) S 24153 24153 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445749528 15508250624 7533 33554432000 4194304 4196468 140721083210240 139770878473200 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24164] ppid=24153 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24164/stat : 24164 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749530 15508250624 7533 33554432000 4194304 4196468 140721083210240 139770877421776 139771411933083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24165] ppid=24153 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24165/stat : 24165 (java) S 24153 24153 19836 0 -1 1077944384 452 0 0 0 0 0 0 0 20 0 15 0 445749530 15508250624 7533 33554432000 4194304 4196468 140721083210240 139770876369392 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24166] ppid=24153 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24166/stat : 24166 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749530 15508250624 7533 33554432000 4194304 4196468 140721083210240 139770875316848 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24167] ppid=24153 vsize=15144776 memory=140490519811712 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24167/stat : 24167 (java) R 24153 24153 19836 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 445749530 15508250624 7533 33554432000 4194304 4196468 140721083210240 139770874264304 139771390519564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24168] ppid=24153 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24168/stat : 24168 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749531 15508250624 7533 33554432000 4194304 4196468 140721083210240 139770873212000 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24169] ppid=24153 vsize=15144776 memory=140490519811712 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24169/stat : 24169 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749531 15508250624 7533 33554432000 4194304 4196468 140721083210240 139770872158512 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31584 KiB

[startup+0.210801 s]*
/proc/loadavg: 8.78 8.58 8.28 7/234 24169
/proc/meminfo: memFree=30629400/32770624 swapFree=66922424/67108860
[pid=24153] ppid=24150 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24153/stat : 24153 (xcsp3-exec) S 24150 24153 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445749525 115843072 363 33554432000 4194304 5098028 140729823259696 140729823257800 139837576880764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20541440 140729823261562 140729823261805 140729823261805 140729823264714 0
/proc/24153/statm: 28282 363 305 221 0 87 0
[pid=24155] ppid=24153 vsize=15144776 memory=40304 CPUtime=0.34 cores=1,3,5,7
/proc/24155/stat : 24155 (java) S 24153 24153 19836 0 -1 1077944320 9324 0 0 0 31 3 0 0 20 0 15 0 445749525 15508250624 10076 33554432000 4194304 4196468 140721083210240 140721083192784 139771411914487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
/proc/24155/statm: 3786194 10076 3277 1 0 3748377 0
[pid=24155/tid=24156] ppid=24153 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/24155/task/24156/stat : 24156 (java) R 24153 24153 19836 0 -1 4202560 6635 0 0 0 18 2 0 0 20 0 15 0 445749525 15508250624 10076 33554432000 4194304 4196468 140721083210240 139771416151184 139771411936413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24157] ppid=24153 vsize=15144776 memory=2810770 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24157/stat : 24157 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749526 15508250624 10076 33554432000 4194304 4196468 140721083210240 139771323570960 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24158] ppid=24153 vsize=15144776 memory=140490523115673 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24158/stat : 24158 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749526 15508250624 10076 33554432000 4194304 4196468 140721083210240 139771003267984 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24159] ppid=24153 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24159/stat : 24159 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749526 15508250624 10076 33554432000 4194304 4196468 140721083210240 139771002215440 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24160] ppid=24153 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24160/stat : 24160 (java) S 24153 24153 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445749526 15508250624 10076 33554432000 4194304 4196468 140721083210240 139771001162896 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24161] ppid=24153 vsize=15144776 memory=140490519811712 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24161/stat : 24161 (java) S 24153 24153 19836 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445749527 15508250624 10076 33554432000 4194304 4196468 140721083210240 139770880579568 139771411925634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24162] ppid=24153 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24162/stat : 24162 (java) S 24153 24153 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445749528 15508250624 10076 33554432000 4194304 4196468 140721083210240 139770879525792 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24163] ppid=24153 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24163/stat : 24163 (java) S 24153 24153 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445749528 15508250624 10076 33554432000 4194304 4196468 140721083210240 139770878473200 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24164] ppid=24153 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24164/stat : 24164 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749530 15508250624 10076 33554432000 4194304 4196468 140721083210240 139770877421776 139771411933083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24165] ppid=24153 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24155/task/24165/stat : 24165 (java) S 24153 24153 19836 0 -1 1077944384 566 0 0 0 3 0 0 0 20 0 15 0 445749530 15508250624 10076 33554432000 4194304 4196468 140721083210240 139770876369392 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24166] ppid=24153 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/24155/task/24166/stat : 24166 (java) S 24153 24153 19836 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 15 0 445749530 15508250624 10076 33554432000 4194304 4196468 140721083210240 139770875316848 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24167] ppid=24153 vsize=15144776 memory=140490519811712 CPUtime=0.08 cores=1,3,5,7
/proc/24155/task/24167/stat : 24167 (java) S 24153 24153 19836 0 -1 1077944384 771 0 0 0 8 0 0 0 20 0 15 0 445749530 15508250624 10076 33554432000 4194304 4196468 140721083210240 139770874264304 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24168] ppid=24153 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24168/stat : 24168 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749531 15508250624 10076 33554432000 4194304 4196468 140721083210240 139770873212000 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24169] ppid=24153 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24169/stat : 24169 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749531 15508250624 10076 33554432000 4194304 4196468 140721083210240 139770872158512 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41756 KiB

[startup+0.318049 s]*
/proc/loadavg: 8.78 8.58 8.28 7/234 24169
/proc/meminfo: memFree=30622116/32770624 swapFree=66922424/67108860
[pid=24153] ppid=24150 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24153/stat : 24153 (xcsp3-exec) S 24150 24153 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445749525 115843072 363 33554432000 4194304 5098028 140729823259696 140729823257800 139837576880764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20541440 140729823261562 140729823261805 140729823261805 140729823264714 0
/proc/24153/statm: 28282 363 305 221 0 87 0
[pid=24155] ppid=24153 vsize=15149032 memory=50452 CPUtime=0.54 cores=1,3,5,7
/proc/24155/stat : 24155 (java) S 24153 24153 19836 0 -1 1077944320 10973 0 0 0 50 4 0 0 20 0 15 0 445749525 15512608768 12613 33554432000 4194304 4196468 140721083210240 140721083192784 139771411914487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
/proc/24155/statm: 3787258 12613 3368 1 0 3748377 0
[pid=24155/tid=24156] ppid=24153 vsize=15149032 memory=8317482817917895235 CPUtime=0.31 cores=1,3,5,7
/proc/24155/task/24156/stat : 24156 (java) R 24153 24153 19836 0 -1 4202560 7900 0 0 0 28 3 0 0 20 0 15 0 445749525 15512608768 12613 33554432000 4194304 4196468 140721083210240 139771416141744 139771395994974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24157] ppid=24153 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24157/stat : 24157 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749526 15512608768 12613 33554432000 4194304 4196468 140721083210240 139771323570960 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24158] ppid=24153 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24158/stat : 24158 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749526 15512608768 12613 33554432000 4194304 4196468 140721083210240 139771003267984 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24159] ppid=24153 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24159/stat : 24159 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749526 15512608768 12613 33554432000 4194304 4196468 140721083210240 139771002215440 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24160] ppid=24153 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24160/stat : 24160 (java) S 24153 24153 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445749526 15512608768 12613 33554432000 4194304 4196468 140721083210240 139771001162896 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24161] ppid=24153 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24161/stat : 24161 (java) S 24153 24153 19836 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 445749527 15512608768 12613 33554432000 4194304 4196468 140721083210240 139770880579568 139771411925634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24162] ppid=24153 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24162/stat : 24162 (java) S 24153 24153 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445749528 15512608768 12613 33554432000 4194304 4196468 140721083210240 139770879525792 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24163] ppid=24153 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24163/stat : 24163 (java) S 24153 24153 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445749528 15512608768 12613 33554432000 4194304 4196468 140721083210240 139770878473200 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24164] ppid=24153 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24164/stat : 24164 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749530 15512608768 12613 33554432000 4194304 4196468 140721083210240 139770877421776 139771411933083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24165] ppid=24153 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/24155/task/24165/stat : 24165 (java) S 24153 24153 19836 0 -1 1077944384 625 0 0 0 4 0 0 0 20 0 15 0 445749530 15512608768 12613 33554432000 4194304 4196468 140721083210240 139770876369392 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24166] ppid=24153 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/24155/task/24166/stat : 24166 (java) S 24153 24153 19836 0 -1 1077944384 192 0 0 0 4 0 0 0 20 0 15 0 445749530 15512608768 12613 33554432000 4194304 4196468 140721083210240 139770875316848 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24167] ppid=24153 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24155/task/24167/stat : 24167 (java) S 24153 24153 19836 0 -1 1077944384 955 0 0 0 12 0 0 0 20 0 15 0 445749530 15512608768 12613 33554432000 4194304 4196468 140721083210240 139770874264304 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24168] ppid=24153 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24168/stat : 24168 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445749531 15512608768 12613 33554432000 4194304 4196468 140721083210240 139770873212000 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24169] ppid=24153 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24169/stat : 24169 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445749531 15512608768 12613 33554432000 4194304 4196468 140721083210240 139770872158512 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51904 KiB

[startup+0.708003 s]
/proc/loadavg: 8.78 8.58 8.28 7/234 24169
/proc/meminfo: memFree=30604680/32770624 swapFree=66922424/67108860
[pid=24153] ppid=24150 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24153/stat : 24153 (xcsp3-exec) S 24150 24153 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445749525 115843072 363 33554432000 4194304 5098028 140729823259696 140729823257800 139837576880764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20541440 140729823261562 140729823261805 140729823261805 140729823264714 0
/proc/24153/statm: 28282 363 305 221 0 87 0
[pid=24155] ppid=24153 vsize=15417412 memory=90188 CPUtime=1.6 cores=1,3,5,7
/proc/24155/stat : 24155 (java) S 24153 24153 19836 0 -1 1077944320 15706 0 0 0 154 6 0 0 20 0 19 0 445749525 15787429888 22547 33554432000 4194304 4196468 140721083210240 140721083192784 139771411914487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
/proc/24155/statm: 3854353 22547 3455 1 0 3815453 0
[pid=24155/tid=24156] ppid=24153 vsize=15417412 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/24155/task/24156/stat : 24156 (java) S 24153 24153 19836 0 -1 1077944384 9335 0 0 0 58 4 0 0 20 0 19 0 445749525 15787429888 22547 33554432000 4194304 4196468 140721083210240 139771416155264 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24157] ppid=24153 vsize=15417412 memory=32740 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24157/stat : 24157 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445749526 15787429888 22547 33554432000 4194304 4196468 140721083210240 139771323570960 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24158] ppid=24153 vsize=15417412 memory=988 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24158/stat : 24158 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445749526 15787429888 22547 33554432000 4194304 4196468 140721083210240 139771003267984 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24159] ppid=24153 vsize=15417412 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24159/stat : 24159 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445749526 15787429888 22547 33554432000 4194304 4196468 140721083210240 139771002215440 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24160] ppid=24153 vsize=15417412 memory=1324 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24160/stat : 24160 (java) S 24153 24153 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445749526 15787429888 22547 33554432000 4194304 4196468 140721083210240 139771001162896 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24161] ppid=24153 vsize=15417412 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24161/stat : 24161 (java) S 24153 24153 19836 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 445749527 15787429888 22547 33554432000 4194304 4196468 140721083210240 139770880579568 139771411925634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24162] ppid=24153 vsize=15417412 memory=5972 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24162/stat : 24162 (java) S 24153 24153 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445749528 15787429888 22547 33554432000 4194304 4196468 140721083210240 139770879525792 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24163] ppid=24153 vsize=15417412 memory=588 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24163/stat : 24163 (java) S 24153 24153 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445749528 15787429888 22547 33554432000 4194304 4196468 140721083210240 139770878473200 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24164] ppid=24153 vsize=15417412 memory=780 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24164/stat : 24164 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749530 15787429888 22547 33554432000 4194304 4196468 140721083210240 139770877421776 139771411933083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24165] ppid=24153 vsize=15417412 memory=1056 CPUtime=0.21 cores=1,3,5,7
/proc/24155/task/24165/stat : 24165 (java) R 24153 24153 19836 0 -1 4202560 1348 0 0 0 21 0 0 0 20 0 19 0 445749530 15787429888 22547 33554432000 4194304 4196468 140721083210240 139770876362416 139771411926422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24166] ppid=24153 vsize=15417412 memory=11620 CPUtime=0.22 cores=1,3,5,7
/proc/24155/task/24166/stat : 24166 (java) R 24153 24153 19836 0 -1 4202560 968 0 0 0 22 0 0 0 20 0 19 0 445749530 15787429888 22547 33554432000 4194304 4196468 140721083210240 139770875303416 139771391205127 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24167] ppid=24153 vsize=15417412 memory=3992 CPUtime=0.39 cores=1,3,5,7
/proc/24155/task/24167/stat : 24167 (java) R 24153 24153 19836 0 -1 4202560 2040 0 0 0 39 0 0 0 20 0 19 0 445749530 15787429888 22547 33554432000 4194304 4196468 140721083210240 139770874261240 139771391255089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24168] ppid=24153 vsize=15417412 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24168/stat : 24168 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749531 15787429888 22547 33554432000 4194304 4196468 140721083210240 139770873212000 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24169] ppid=24153 vsize=15417412 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24169/stat : 24169 (java) S 24153 24153 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445749531 15787429888 22547 33554432000 4194304 4196468 140721083210240 139770872158512 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 91640 KiB

[startup+1.501 s]
/proc/loadavg: 8.78 8.58 8.28 12/238 24185
/proc/meminfo: memFree=30526448/32770624 swapFree=66922424/67108860
[pid=24153] ppid=24150 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24153/stat : 24153 (xcsp3-exec) S 24150 24153 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445749525 115843072 363 33554432000 4194304 5098028 140729823259696 140729823257800 139837576880764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20541440 140729823261562 140729823261805 140729823261805 140729823264714 0
/proc/24153/statm: 28282 363 305 221 0 87 0

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

/proc/24155/task/24169/stat : 24169 (java) S 24153 24153 19836 0 -1 1077944384 823 0 0 0 0 1 0 0 20 0 19 0 445749531 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770872158512 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24231] ppid=24153 vsize=15685716 memory=2012 CPUtime=68.74 cores=1,3,5,7
/proc/24155/task/24231/stat : 24231 (java) R 24153 24153 19836 0 -1 4202560 476 0 0 0 6874 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770862938528 139771009172696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24232] ppid=24153 vsize=15685716 memory=1324 CPUtime=68.62 cores=1,3,5,7
/proc/24155/task/24232/stat : 24232 (java) R 24153 24153 19836 0 -1 4202560 1765 0 0 0 6862 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770861887640 139771009792818 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24233] ppid=24153 vsize=15685716 memory=1704 CPUtime=68.42 cores=1,3,5,7
/proc/24155/task/24233/stat : 24233 (java) R 24153 24153 19836 0 -1 4202560 1641 0 0 0 6842 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770854527128 139771010751364 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24234] ppid=24153 vsize=15685716 memory=233644 CPUtime=68.41 cores=1,3,5,7
/proc/24155/task/24234/stat : 24234 (java) R 24153 24153 19836 0 -1 4202560 621 0 0 0 6841 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770853473448 139771009642880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
Current children cumulated CPU time: 323.52 s
Current children cumulated vsize: 15798844 KiB
Current children cumulated memory: 235096 KiB

[startup+82.406 s]
/proc/loadavg: 8.45 8.53 8.29 9/238 24244
/proc/meminfo: memFree=30456316/32770624 swapFree=66922428/67108860
[pid=24153] ppid=24150 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24153/stat : 24153 (xcsp3-exec) S 24150 24153 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445749525 115843072 363 33554432000 4194304 5098028 140729823259696 140729823257800 139837576880764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20541440 140729823261562 140729823261805 140729823261805 140729823264714 0
/proc/24153/statm: 28282 363 305 221 0 87 0
[pid=24155] ppid=24153 vsize=15685716 memory=233644 CPUtime=326.73 cores=1,3,5,7
/proc/24155/stat : 24155 (java) S 24153 24153 19836 0 -1 1077944320 73100 0 0 0 32657 16 0 0 20 0 19 0 445749525 16062173184 58411 33554432000 4194304 4196468 140721083210240 140721083192784 139771411914487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
/proc/24155/statm: 3921429 58411 3521 1 0 3882529 0
[pid=24155/tid=24156] ppid=24153 vsize=15685716 memory=5972 CPUtime=0.63 cores=1,3,5,7
/proc/24155/task/24156/stat : 24156 (java) S 24153 24153 19836 0 -1 1077944384 9732 0 0 0 59 4 0 0 20 0 19 0 445749525 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771416155264 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24157] ppid=24153 vsize=15685716 memory=588 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24157/stat : 24157 (java) S 24153 24153 19836 0 -1 1077944384 1837 0 0 0 2 0 0 0 20 0 19 0 445749526 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771323570960 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24158] ppid=24153 vsize=15685716 memory=780 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24158/stat : 24158 (java) S 24153 24153 19836 0 -1 1077944384 1117 0 0 0 2 0 0 0 20 0 19 0 445749526 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771003267984 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24159] ppid=24153 vsize=15685716 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24159/stat : 24159 (java) S 24153 24153 19836 0 -1 1077944384 1818 0 0 0 1 1 0 0 20 0 19 0 445749526 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771002215440 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24160] ppid=24153 vsize=15685716 memory=233644 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24160/stat : 24160 (java) S 24153 24153 19836 0 -1 1077944384 2024 0 0 0 2 0 0 0 20 0 19 0 445749526 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771001162896 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24161] ppid=24153 vsize=15685716 memory=111636 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24161/stat : 24161 (java) S 24153 24153 19836 0 -1 1077944384 1498 0 0 0 2 0 0 0 20 0 19 0 445749527 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770880579568 139771411925634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24162] ppid=24153 vsize=15685716 memory=800 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24162/stat : 24162 (java) S 24153 24153 19836 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445749528 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770879525856 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24163] ppid=24153 vsize=15685716 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24163/stat : 24163 (java) S 24153 24153 19836 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 19 0 445749528 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770878473216 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24164] ppid=24153 vsize=15685716 memory=920 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24164/stat : 24164 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749530 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770877421776 139771411933083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24165] ppid=24153 vsize=15685716 memory=3848 CPUtime=2.88 cores=1,3,5,7
/proc/24155/task/24165/stat : 24165 (java) S 24153 24153 19836 0 -1 1077944384 19449 0 0 0 286 2 0 0 20 0 19 0 445749530 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770876369392 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24166] ppid=24153 vsize=15685716 memory=1452 CPUtime=3.05 cores=1,3,5,7
/proc/24155/task/24166/stat : 24166 (java) S 24153 24153 19836 0 -1 1077944384 17688 0 0 0 303 2 0 0 20 0 19 0 445749530 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770875316848 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24167] ppid=24153 vsize=15685716 memory=233644 CPUtime=0.72 cores=1,3,5,7
/proc/24155/task/24167/stat : 24167 (java) S 24153 24153 19836 0 -1 1077944384 7010 0 0 0 71 1 0 0 20 0 19 0 445749530 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770874264304 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24168] ppid=24153 vsize=15685716 memory=528 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24168/stat : 24168 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749531 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770873212000 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24169] ppid=24153 vsize=15685716 memory=1560 CPUtime=0.01 cores=1,3,5,7
/proc/24155/task/24169/stat : 24169 (java) S 24153 24153 19836 0 -1 1077944384 823 0 0 0 0 1 0 0 20 0 19 0 445749531 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770872158512 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24231] ppid=24153 vsize=15685716 memory=932 CPUtime=69.55 cores=1,3,5,7
/proc/24155/task/24231/stat : 24231 (java) R 24153 24153 19836 0 -1 4202560 476 0 0 0 6955 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770862938528 139771009173755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24232] ppid=24153 vsize=15685716 memory=1492 CPUtime=69.43 cores=1,3,5,7
/proc/24155/task/24232/stat : 24232 (java) R 24153 24153 19836 0 -1 4202560 1765 0 0 0 6943 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770861887640 139771010754300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24233] ppid=24153 vsize=15685716 memory=876 CPUtime=69.21 cores=1,3,5,7
/proc/24155/task/24233/stat : 24233 (java) R 24153 24153 19836 0 -1 4202560 1641 0 0 0 6921 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770854527128 139771008801101 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24234] ppid=24153 vsize=15685716 memory=1452 CPUtime=69.22 cores=1,3,5,7
/proc/24155/task/24234/stat : 24234 (java) R 24153 24153 19836 0 -1 4202560 621 0 0 0 6922 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770853473448 139771009173851 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
Current children cumulated CPU time: 326.73 s
Current children cumulated vsize: 15798844 KiB
Current children cumulated memory: 235096 KiB

[startup+82.608 s]
/proc/loadavg: 8.45 8.53 8.29 9/238 24244
/proc/meminfo: memFree=30456316/32770624 swapFree=66922428/67108860
[pid=24153] ppid=24150 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24153/stat : 24153 (xcsp3-exec) S 24150 24153 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445749525 115843072 363 33554432000 4194304 5098028 140729823259696 140729823257800 139837576880764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20541440 140729823261562 140729823261805 140729823261805 140729823264714 0
/proc/24153/statm: 28282 363 305 221 0 87 0
[pid=24155] ppid=24153 vsize=15685716 memory=233644 CPUtime=327.54 cores=1,3,5,7
/proc/24155/stat : 24155 (java) S 24153 24153 19836 0 -1 1077944320 73100 0 0 0 32738 16 0 0 20 0 19 0 445749525 16062173184 58411 33554432000 4194304 4196468 140721083210240 140721083192784 139771411914487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
/proc/24155/statm: 3921429 58411 3521 1 0 3882529 0
[pid=24155/tid=24156] ppid=24153 vsize=15685716 memory=8317482817917895235 CPUtime=0.63 cores=1,3,5,7
/proc/24155/task/24156/stat : 24156 (java) S 24153 24153 19836 0 -1 1077944384 9732 0 0 0 59 4 0 0 20 0 19 0 445749525 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771416155264 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24157] ppid=24153 vsize=15685716 memory=4872558044660077418 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24157/stat : 24157 (java) S 24153 24153 19836 0 -1 1077944384 1837 0 0 0 2 0 0 0 20 0 19 0 445749526 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771323570960 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24158] ppid=24153 vsize=15685716 memory=5972 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24158/stat : 24158 (java) S 24153 24153 19836 0 -1 1077944384 1117 0 0 0 2 0 0 0 20 0 19 0 445749526 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771003267984 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24159] ppid=24153 vsize=15685716 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24159/stat : 24159 (java) S 24153 24153 19836 0 -1 1077944384 1818 0 0 0 1 1 0 0 20 0 19 0 445749526 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771002215440 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24160] ppid=24153 vsize=15685716 memory=-6667966544890519924 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24160/stat : 24160 (java) S 24153 24153 19836 0 -1 1077944384 2024 0 0 0 2 0 0 0 20 0 19 0 445749526 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771001162896 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24161] ppid=24153 vsize=15685716 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24161/stat : 24161 (java) S 24153 24153 19836 0 -1 1077944384 1498 0 0 0 2 0 0 0 20 0 19 0 445749527 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770880579568 139771411925634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24162] ppid=24153 vsize=15685716 memory=7681407940103534239 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24162/stat : 24162 (java) S 24153 24153 19836 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445749528 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770879525856 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24163] ppid=24153 vsize=15685716 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24163/stat : 24163 (java) S 24153 24153 19836 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 19 0 445749528 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770878473216 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24164] ppid=24153 vsize=15685716 memory=288230583166042426 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24164/stat : 24164 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749530 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770877421776 139771411933083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24165] ppid=24153 vsize=15685716 memory=14136632290838955 CPUtime=2.88 cores=1,3,5,7
/proc/24155/task/24165/stat : 24165 (java) S 24153 24153 19836 0 -1 1077944384 19449 0 0 0 286 2 0 0 20 0 19 0 445749530 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770876369392 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24166] ppid=24153 vsize=15685716 memory=1808 CPUtime=3.05 cores=1,3,5,7
/proc/24155/task/24166/stat : 24166 (java) S 24153 24153 19836 0 -1 1077944384 17688 0 0 0 303 2 0 0 20 0 19 0 445749530 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770875316848 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24167] ppid=24153 vsize=15685716 memory=920 CPUtime=0.72 cores=1,3,5,7
/proc/24155/task/24167/stat : 24167 (java) S 24153 24153 19836 0 -1 1077944384 7010 0 0 0 71 1 0 0 20 0 19 0 445749530 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770874264304 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24168] ppid=24153 vsize=15685716 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24168/stat : 24168 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749531 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770873212000 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24169] ppid=24153 vsize=15685716 memory=2596 CPUtime=0.01 cores=1,3,5,7
/proc/24155/task/24169/stat : 24169 (java) S 24153 24153 19836 0 -1 1077944384 823 0 0 0 0 1 0 0 20 0 19 0 445749531 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770872158512 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24231] ppid=24153 vsize=15685716 memory=2708 CPUtime=69.75 cores=1,3,5,7
/proc/24155/task/24231/stat : 24231 (java) R 24153 24153 19836 0 -1 4202560 476 0 0 0 6975 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770862938528 139771008801016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24232] ppid=24153 vsize=15685716 memory=4104 CPUtime=69.63 cores=1,3,5,7
/proc/24155/task/24232/stat : 24232 (java) R 24153 24153 19836 0 -1 4202560 1765 0 0 0 6963 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770861887640 139771009435791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24233] ppid=24153 vsize=15685716 memory=1412 CPUtime=69.41 cores=1,3,5,7
/proc/24155/task/24233/stat : 24233 (java) R 24153 24153 19836 0 -1 4202560 1641 0 0 0 6941 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770854527128 139771008783719 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24234] ppid=24153 vsize=15685716 memory=3216 CPUtime=69.42 cores=1,3,5,7
/proc/24155/task/24234/stat : 24234 (java) R 24153 24153 19836 0 -1 4202560 621 0 0 0 6942 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770853473448 139771008945599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
Current children cumulated CPU time: 327.54 s
Current children cumulated vsize: 15798844 KiB
Current children cumulated memory: 235096 KiB

[startup+82.709 s]
/proc/loadavg: 8.45 8.53 8.29 9/238 24244
/proc/meminfo: memFree=30456316/32770624 swapFree=66922428/67108860
[pid=24153] ppid=24150 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24153/stat : 24153 (xcsp3-exec) S 24150 24153 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445749525 115843072 363 33554432000 4194304 5098028 140729823259696 140729823257800 139837576880764 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20541440 140729823261562 140729823261805 140729823261805 140729823264714 0
/proc/24153/statm: 28282 363 305 221 0 87 0
[pid=24155] ppid=24153 vsize=15685716 memory=233644 CPUtime=327.94 cores=1,3,5,7
/proc/24155/stat : 24155 (java) S 24153 24153 19836 0 -1 1077944320 73100 0 0 0 32778 16 0 0 20 0 19 0 445749525 16062173184 58411 33554432000 4194304 4196468 140721083210240 140721083192784 139771411914487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
/proc/24155/statm: 3921429 58411 3521 1 0 3882529 0
[pid=24155/tid=24156] ppid=24153 vsize=15685716 memory=233644 CPUtime=0.63 cores=1,3,5,7
/proc/24155/task/24156/stat : 24156 (java) S 24153 24153 19836 0 -1 1077944384 9732 0 0 0 59 4 0 0 20 0 19 0 445749525 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771416155264 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24157] ppid=24153 vsize=15685716 memory=233644 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24157/stat : 24157 (java) S 24153 24153 19836 0 -1 1077944384 1837 0 0 0 2 0 0 0 20 0 19 0 445749526 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771323570960 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24158] ppid=24153 vsize=15685716 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24158/stat : 24158 (java) S 24153 24153 19836 0 -1 1077944384 1117 0 0 0 2 0 0 0 20 0 19 0 445749526 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771003267984 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24159] ppid=24153 vsize=15685716 memory=233564 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24159/stat : 24159 (java) S 24153 24153 19836 0 -1 1077944384 1818 0 0 0 1 1 0 0 20 0 19 0 445749526 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771002215440 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24160] ppid=24153 vsize=15685716 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24160/stat : 24160 (java) S 24153 24153 19836 0 -1 1077944384 2024 0 0 0 2 0 0 0 20 0 19 0 445749526 16062173184 58411 33554432000 4194304 4196468 140721083210240 139771001162896 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24161] ppid=24153 vsize=15685716 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/24155/task/24161/stat : 24161 (java) S 24153 24153 19836 0 -1 1077944384 1498 0 0 0 2 0 0 0 20 0 19 0 445749527 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770880579568 139771411925634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24162] ppid=24153 vsize=15685716 memory=32740 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24162/stat : 24162 (java) S 24153 24153 19836 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445749528 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770879525856 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24163] ppid=24153 vsize=15685716 memory=988 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24163/stat : 24163 (java) S 24153 24153 19836 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 19 0 445749528 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770878473216 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24164] ppid=24153 vsize=15685716 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24164/stat : 24164 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749530 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770877421776 139771411933083 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24165] ppid=24153 vsize=15685716 memory=233080 CPUtime=2.88 cores=1,3,5,7
/proc/24155/task/24165/stat : 24165 (java) S 24153 24153 19836 0 -1 1077944384 19449 0 0 0 286 2 0 0 20 0 19 0 445749530 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770876369392 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24166] ppid=24153 vsize=15685716 memory=1452 CPUtime=3.05 cores=1,3,5,7
/proc/24155/task/24166/stat : 24166 (java) S 24153 24153 19836 0 -1 1077944384 17688 0 0 0 303 2 0 0 20 0 19 0 445749530 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770875316848 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 33 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24167] ppid=24153 vsize=15685716 memory=1452 CPUtime=0.72 cores=1,3,5,7
/proc/24155/task/24167/stat : 24167 (java) S 24153 24153 19836 0 -1 1077944384 7010 0 0 0 71 1 0 0 20 0 19 0 445749530 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770874264304 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24168] ppid=24153 vsize=15685716 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/24155/task/24168/stat : 24168 (java) S 24153 24153 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445749531 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770873212000 139771411924693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24169] ppid=24153 vsize=15685716 memory=11620 CPUtime=0.01 cores=1,3,5,7
/proc/24155/task/24169/stat : 24169 (java) S 24153 24153 19836 0 -1 1077944384 823 0 0 0 0 1 0 0 20 0 19 0 445749531 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770872158512 139771411925634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24231] ppid=24153 vsize=15685716 memory=1492 CPUtime=69.85 cores=1,3,5,7
/proc/24155/task/24231/stat : 24231 (java) R 24153 24153 19836 0 -1 4202560 476 0 0 0 6985 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770862938528 139771009173775 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24232] ppid=24153 vsize=15685716 memory=876 CPUtime=69.73 cores=1,3,5,7
/proc/24155/task/24232/stat : 24232 (java) R 24153 24153 19836 0 -1 4202560 1765 0 0 0 6973 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770861887640 139771009645770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24233] ppid=24153 vsize=15685716 memory=233644 CPUtime=69.51 cores=1,3,5,7
/proc/24155/task/24233/stat : 24233 (java) R 24153 24153 19836 0 -1 4202560 1641 0 0 0 6951 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770854527128 139771008800435 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
[pid=24155/tid=24234] ppid=24153 vsize=15685716 memory=1452 CPUtime=69.52 cores=1,3,5,7
/proc/24155/task/24234/stat : 24234 (java) R 24153 24153 19836 0 -1 4202560 621 0 0 0 6952 0 0 0 20 0 19 0 445750783 16062173184 58411 33554432000 4194304 4196468 140721083210240 139770853473448 139771009643203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18165760 140721083216879 140721083217050 140721083217050 140721083219919 0
Current children cumulated CPU time: 327.94 s
Current children cumulated vsize: 15798844 KiB
Current children cumulated memory: 235096 KiB

Child status: 0
Real time (s): 82.7874
CPU time (s): 328.237
CPU user time (s): 328.062
CPU system time (s): 0.175554
CPU usage (%): 396.482
Max. virtual memory (cumulated for all children) (KiB): 15798844
Max. memory (cumulated for all children) (KiB): 235096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 328.062
system time used= 0.175554
maximum resident set size= 237220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74248
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5728
involuntary context switches= 6922


# summary of solver processes directly reported to runsolver:
#   pid: 24153
#   total CPU time (s): 328.237
#   total CPU user time (s): 328.062
#   total CPU system time (s): 0.175554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.54082 second user time and 0.880131 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 07:27:54
IDJOB=4399298
IDBENCH=129796
IDSOLVER=2853
FILE ID=node141/4399298-1568698116
RUNJOBID= node141-1568694133-19868
PBS_JOBID= 21703801
Free space on /tmp= 58516 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-02.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399298-1568698116/watcher-4399298-1568698116 -o /tmp/evaluation-result-4399298-1568698116/solver-4399298-1568698116 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19868 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1272942132 HOME/instance-4399298-1568698116.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= fbff45376af17ae2a145abecb1f2c180
RANDOM SEED=1272942132

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30659028 kB
MemAvailable:   31592468 kB
Buffers:          228276 kB
Cached:          1001520 kB
SwapCached:        77748 kB
Active:           827676 kB
Inactive:         724572 kB
Active(anon):     250480 kB
Inactive(anon):   114804 kB
Active(file):     577196 kB
Inactive(file):   609768 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922424 kB
Dirty:             26320 kB
Writeback:             0 kB
AnonPages:        366160 kB
Mapped:            56324 kB
Shmem:             34604 kB
Slab:             155032 kB
SReclaimable:     124624 kB
SUnreclaim:        30408 kB
KernelStack:        4080 kB
PageTables:         6020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1523856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58492 MiB
End job on node141 at 2019-09-17 07:29:17