Trace number 4403339

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20SAT 8.49596 2.52168

General information on the benchmark

NameRandom/Random-D-t050/
rand-2-40-25-180-050-34.xml
MD5SUM2b23d7f384de8bee09908163d3005f80
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.27106
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":40}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":1},{"degree":8,"count":9},{"degree":9,"count":10},{"degree":10,"count":6},{"degree":11,"count":3},{"degree":13,"count":4},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":180}]
Number of extensional constraints180
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":180}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403339-1568988998.xml"  -tl '2520s' -p 4
0.13/0.19	c Choco 3fb4b153
0.13/0.20	c [HOME/instance-4403339-1568988998.xml, -tl, 2520s, -p, 4]
0.34/0.24	c 4 solvers in parallel
0.34/0.31	c parse instance...
2.98/1.14	c solve instance...
8.06/2.50	s SATISFIABLE
8.06/2.50	v <instantiation>
8.06/2.50	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
8.06/2.50	v 	<values>10 7 18 16 2 20 19 20 8 20 21 11 1 24 3 11 21 5 10 16 14 14 6 4 10 12 7 12 11 9 0 16 7 17 21 4 16 12 7 11 </values>
8.06/2.50	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16375 MiB (4158 MiB free)
  memory of node 1: 16384 MiB (126 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403339-1568988998/watcher-4403339-1568988998 -o /tmp/evaluation-result-4403339-1568988998/solver-4403339-1568988998 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568988007-29940 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 528508925 HOME/instance-4403339-1568988998.xml 

running on 4 cores: 0-3

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=31254, runsolver pid=31251
Current StackSize limit: 8192 KiB


[startup+0.102725 s]*
/proc/loadavg: 7.28 7.43 5.63 7/234 31270
/proc/meminfo: memFree=4371868/32770688 swapFree=66971744/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 29909 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474841427 115843072 363 33554432000 4194304 5098028 140731073279760 140731073277864 140395190747772 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27709440 140731073287035 140731073287277 140731073287277 140731073290186 0
/proc/31254/statm: 28282 363 304 221 0 87 0
[pid=31256] ppid=31254 vsize=15144776 memory=29628 CPUtime=0.13 cores=0-3
/proc/31256/stat : 31256 (java) S 31254 31254 29909 0 -1 1077944320 5803 0 0 0 12 1 0 0 20 0 15 0 474841427 15508250624 7407 33554432000 4194304 4196468 140733259778640 140733259761184 140140165508855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
/proc/31256/statm: 3786194 7407 3151 1 0 3748377 0
[pid=31256/tid=31257] ppid=31254 vsize=15144776 memory=-6962121287837372198 CPUtime=0.1 cores=0-3
/proc/31256/task/31257/stat : 31257 (java) R 31254 31254 29909 0 -1 4202560 3735 0 0 0 9 1 0 0 20 0 15 0 474841427 15508250624 7407 33554432000 4194304 4196468 140733259778640 140140169740768 140139766618657 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31258] ppid=31254 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841428 15508250624 7407 33554432000 4194304 4196468 140733259778640 140140093549712 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31259] ppid=31254 vsize=15144776 memory=139670232213120 CPUtime=0 cores=0-3
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474841428 15508250624 7407 33554432000 4194304 4196468 140733259778640 140140092496912 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31260] ppid=31254 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841428 15508250624 7407 33554432000 4194304 4196468 140733259778640 140140091444112 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31261] ppid=31254 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841428 15508250624 7407 33554432000 4194304 4196468 140733259778640 140140090391312 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31262] ppid=31254 vsize=15144776 memory=139670232213120 CPUtime=0 cores=0-3
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474841430 15508250624 7407 33554432000 4194304 4196468 140733259778640 140139633834352 140140165520002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31263] ppid=31254 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474841430 15508250624 7407 33554432000 4194304 4196468 140733259778640 140139632780320 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31264] ppid=31254 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474841430 15508250624 7407 33554432000 4194304 4196468 140733259778640 140139631727472 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31265] ppid=31254 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31265/stat : 31265 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474841433 15508250624 7407 33554432000 4194304 4196468 140733259778640 140139630675792 140140165527451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31266] ppid=31254 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31266/stat : 31266 (java) S 31254 31254 29909 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 474841433 15508250624 7407 33554432000 4194304 4196468 140733259778640 140139629624176 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31267] ppid=31254 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/31256/task/31267/stat : 31267 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474841433 15508250624 7407 33554432000 4194304 4196468 140733259778640 140139628571376 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31268] ppid=31254 vsize=15144776 memory=139670232213120 CPUtime=0.01 cores=0-3
/proc/31256/task/31268/stat : 31268 (java) S 31254 31254 29909 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 15 0 474841433 15508250624 7407 33554432000 4194304 4196468 140733259778640 140139627518576 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31269] ppid=31254 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474841433 15508250624 7407 33554432000 4194304 4196468 140733259778640 140139626466016 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31270] ppid=31254 vsize=15144776 memory=139670232213120 CPUtime=0 cores=0-3
/proc/31256/task/31270/stat : 31270 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841433 15508250624 7407 33554432000 4194304 4196468 140733259778640 140139625413296 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31080 KiB

[startup+0.211828 s]*
/proc/loadavg: 7.28 7.43 5.63 6/234 31270
/proc/meminfo: memFree=4359528/32770688 swapFree=66971744/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 29909 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474841427 115843072 363 33554432000 4194304 5098028 140731073279760 140731073277864 140395190747772 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27709440 140731073287035 140731073287277 140731073287277 140731073290186 0
/proc/31254/statm: 28282 363 304 221 0 87 0
[pid=31256] ppid=31254 vsize=15144776 memory=40876 CPUtime=0.34 cores=0-3
/proc/31256/stat : 31256 (java) S 31254 31254 29909 0 -1 1077944320 9368 0 0 0 31 3 0 0 20 0 15 0 474841427 15508250624 10219 33554432000 4194304 4196468 140733259778640 140733259761184 140140165508855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
/proc/31256/statm: 3786194 10219 3310 1 0 3748377 0
[pid=31256/tid=31257] ppid=31254 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0-3
/proc/31256/task/31257/stat : 31257 (java) R 31254 31254 29909 0 -1 4202560 6572 0 0 0 18 2 0 0 20 0 15 0 474841427 15508250624 10219 33554432000 4194304 4196468 140733259778640 140140169744288 140139767667717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31258] ppid=31254 vsize=15144776 memory=9098 CPUtime=0 cores=0-3
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841428 15508250624 10219 33554432000 4194304 4196468 140733259778640 140140093549712 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31259] ppid=31254 vsize=15144776 memory=139670235719561 CPUtime=0 cores=0-3
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474841428 15508250624 10219 33554432000 4194304 4196468 140733259778640 140140092496912 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31260] ppid=31254 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841428 15508250624 10219 33554432000 4194304 4196468 140733259778640 140140091444112 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31261] ppid=31254 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841428 15508250624 10219 33554432000 4194304 4196468 140733259778640 140140090391312 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31262] ppid=31254 vsize=15144776 memory=139670232213120 CPUtime=0 cores=0-3
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474841430 15508250624 10219 33554432000 4194304 4196468 140733259778640 140139633834352 140140165520002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31263] ppid=31254 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474841430 15508250624 10219 33554432000 4194304 4196468 140733259778640 140139632780320 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31264] ppid=31254 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474841430 15508250624 10219 33554432000 4194304 4196468 140733259778640 140139631727472 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31265] ppid=31254 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31265/stat : 31265 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474841433 15508250624 10219 33554432000 4194304 4196468 140733259778640 140139630675792 140140165527451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31266] ppid=31254 vsize=15144776 memory=0 CPUtime=0.01 cores=0-3
/proc/31256/task/31266/stat : 31266 (java) S 31254 31254 29909 0 -1 1077944384 474 0 0 0 1 0 0 0 20 0 15 0 474841433 15508250624 10219 33554432000 4194304 4196468 140733259778640 140139629624176 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31267] ppid=31254 vsize=15144776 memory=-1 CPUtime=0.03 cores=0-3
/proc/31256/task/31267/stat : 31267 (java) R 31254 31254 29909 0 -1 1077944384 326 0 0 0 3 0 0 0 20 0 15 0 474841433 15508250624 10219 33554432000 4194304 4196468 140733259778640 140139628571376 140140165520002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31268] ppid=31254 vsize=15144776 memory=139670232213120 CPUtime=0.07 cores=0-3
/proc/31256/task/31268/stat : 31268 (java) S 31254 31254 29909 0 -1 1077944384 692 0 0 0 7 0 0 0 20 0 15 0 474841433 15508250624 10219 33554432000 4194304 4196468 140733259778640 140139627518576 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31269] ppid=31254 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474841433 15508250624 10219 33554432000 4194304 4196468 140733259778640 140139626466016 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31270] ppid=31254 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31270/stat : 31270 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841433 15508250624 10219 33554432000 4194304 4196468 140733259778640 140139625413296 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42328 KiB

[startup+0.311753 s]*
/proc/loadavg: 7.34 7.44 5.65 7/234 31270
/proc/meminfo: memFree=4354060/32770688 swapFree=66971744/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 29909 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474841427 115843072 363 33554432000 4194304 5098028 140731073279760 140731073277864 140395190747772 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27709440 140731073287035 140731073287277 140731073287277 140731073290186 0
/proc/31254/statm: 28282 363 304 221 0 87 0
[pid=31256] ppid=31254 vsize=15149032 memory=46880 CPUtime=0.51 cores=0-3
/proc/31256/stat : 31256 (java) S 31254 31254 29909 0 -1 1077944320 10507 0 0 0 47 4 0 0 20 0 15 0 474841427 15512608768 11720 33554432000 4194304 4196468 140733259778640 140733259761184 140140165508855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
/proc/31256/statm: 3787258 11720 3341 1 0 3748377 0
[pid=31256/tid=31257] ppid=31254 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0-3
/proc/31256/task/31257/stat : 31257 (java) R 31254 31254 29909 0 -1 4202560 7602 0 0 0 27 3 0 0 20 0 15 0 474841427 15512608768 11720 33554432000 4194304 4196468 140733259778640 140140169739264 140140149589342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31258] ppid=31254 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0-3
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841428 15512608768 11720 33554432000 4194304 4196468 140733259778640 140140093549712 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31259] ppid=31254 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=0-3
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474841428 15512608768 11720 33554432000 4194304 4196468 140733259778640 140140092496912 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31260] ppid=31254 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=0-3
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841428 15512608768 11720 33554432000 4194304 4196468 140733259778640 140140091444112 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31261] ppid=31254 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=0-3
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841428 15512608768 11720 33554432000 4194304 4196468 140733259778640 140140090391312 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31262] ppid=31254 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=0-3
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 29909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 474841430 15512608768 11720 33554432000 4194304 4196468 140733259778640 140139633834352 140140165520002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31263] ppid=31254 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=0-3
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474841430 15512608768 11720 33554432000 4194304 4196468 140733259778640 140139632780320 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31264] ppid=31254 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0-3
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474841430 15512608768 11720 33554432000 4194304 4196468 140733259778640 140139631727472 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31265] ppid=31254 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=0-3
/proc/31256/task/31265/stat : 31265 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474841433 15512608768 11720 33554432000 4194304 4196468 140733259778640 140139630675792 140140165527451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31266] ppid=31254 vsize=15149032 memory=4426078206164241782 CPUtime=0.03 cores=0-3
/proc/31256/task/31266/stat : 31266 (java) S 31254 31254 29909 0 -1 1077944384 496 0 0 0 3 0 0 0 20 0 15 0 474841433 15512608768 11720 33554432000 4194304 4196468 140733259778640 140139629624176 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31267] ppid=31254 vsize=15149032 memory=0 CPUtime=0.05 cores=0-3
/proc/31256/task/31267/stat : 31267 (java) S 31254 31254 29909 0 -1 1077944384 331 0 0 0 5 0 0 0 20 0 15 0 474841433 15512608768 11720 33554432000 4194304 4196468 140733259778640 140139628571376 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31268] ppid=31254 vsize=15149032 memory=0 CPUtime=0.12 cores=0-3
/proc/31256/task/31268/stat : 31268 (java) S 31254 31254 29909 0 -1 1077944384 773 0 0 0 12 0 0 0 20 0 15 0 474841433 15512608768 11720 33554432000 4194304 4196468 140733259778640 140139627518576 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31269] ppid=31254 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474841433 15512608768 11720 33554432000 4194304 4196468 140733259778640 140139626466016 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31270] ppid=31254 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31270/stat : 31270 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841433 15512608768 11720 33554432000 4194304 4196468 140733259778640 140139625413296 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 48332 KiB

[startup+0.702169 s]
/proc/loadavg: 7.34 7.44 5.65 8/234 31270
/proc/meminfo: memFree=4336396/32770688 swapFree=66971744/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 29909 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474841427 115843072 363 33554432000 4194304 5098028 140731073279760 140731073277864 140395190747772 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27709440 140731073287035 140731073287277 140731073287277 140731073290186 0
/proc/31254/statm: 28282 363 304 221 0 87 0
[pid=31256] ppid=31254 vsize=15151156 memory=126088 CPUtime=1.64 cores=0-3
/proc/31256/stat : 31256 (java) S 31254 31254 29909 0 -1 1077944320 13985 0 0 0 157 7 0 0 20 0 15 0 474841427 15514783744 31522 33554432000 4194304 4196468 140733259778640 140733259761184 140140165508855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
/proc/31256/statm: 3787789 31522 3440 1 0 3748889 0
[pid=31256/tid=31257] ppid=31254 vsize=15151156 memory=53716 CPUtime=0.68 cores=0-3
/proc/31256/task/31257/stat : 31257 (java) R 31254 31254 29909 0 -1 1077944384 8400 0 0 0 63 5 0 0 20 0 15 0 474841427 15514783744 31522 33554432000 4194304 4196468 140733259778640 140140169747728 140140165519061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31258] ppid=31254 vsize=15151156 memory=984 CPUtime=0 cores=0-3
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841428 15514783744 31522 33554432000 4194304 4196468 140733259778640 140140093549712 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31259] ppid=31254 vsize=15151156 memory=2044 CPUtime=0 cores=0-3
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 29909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474841428 15514783744 31522 33554432000 4194304 4196468 140733259778640 140140092496912 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31260] ppid=31254 vsize=15151156 memory=1432 CPUtime=0 cores=0-3
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841428 15514783744 31522 33554432000 4194304 4196468 140733259778640 140140091444112 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31261] ppid=31254 vsize=15151156 memory=1056 CPUtime=0 cores=0-3
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841428 15514783744 31522 33554432000 4194304 4196468 140733259778640 140140090391312 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31262] ppid=31254 vsize=15151156 memory=788 CPUtime=0 cores=0-3
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 29909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 474841430 15514783744 31522 33554432000 4194304 4196468 140733259778640 140139633834352 140140165520002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31263] ppid=31254 vsize=15151156 memory=1704 CPUtime=0 cores=0-3
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 29909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474841430 15514783744 31522 33554432000 4194304 4196468 140733259778640 140139632780320 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31264] ppid=31254 vsize=15151156 memory=1280 CPUtime=0 cores=0-3
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 29909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474841430 15514783744 31522 33554432000 4194304 4196468 140733259778640 140139631727472 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31265] ppid=31254 vsize=15151156 memory=6064 CPUtime=0 cores=0-3
/proc/31256/task/31265/stat : 31265 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474841433 15514783744 31522 33554432000 4194304 4196468 140733259778640 140139630675792 140140165527451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31266] ppid=31254 vsize=15151156 memory=780 CPUtime=0.3 cores=0-3
/proc/31256/task/31266/stat : 31266 (java) R 31254 31254 29909 0 -1 4202560 1444 0 0 0 30 0 0 0 20 0 15 0 474841433 15514783744 31522 33554432000 4194304 4196468 140733259778640 140139629609640 140140157798304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31267] ppid=31254 vsize=15151156 memory=3604 CPUtime=0.32 cores=0-3
/proc/31256/task/31267/stat : 31267 (java) R 31254 31254 29909 0 -1 4202560 1336 0 0 0 32 0 0 0 20 0 15 0 474841433 15514783744 31522 33554432000 4194304 4196468 140733259778640 140139628560640 140140165530202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31268] ppid=31254 vsize=15151156 memory=1088 CPUtime=0.3 cores=0-3
/proc/31256/task/31268/stat : 31268 (java) R 31254 31254 29909 0 -1 4202560 1501 0 0 0 30 0 0 0 20 0 15 0 474841433 15514783744 31522 33554432000 4194304 4196468 140733259778640 140139627518576 140140144469718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31269] ppid=31254 vsize=15151156 memory=2832 CPUtime=0 cores=0-3
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474841433 15514783744 31522 33554432000 4194304 4196468 140733259778640 140139626466016 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31270] ppid=31254 vsize=15151156 memory=1564 CPUtime=0 cores=0-3
/proc/31256/task/31270/stat : 31270 (java) S 31254 31254 29909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474841433 15514783744 31522 33554432000 4194304 4196468 140733259778640 140139625413296 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 127540 KiB

[startup+1.50176 s]
/proc/loadavg: 7.34 7.44 5.65 9/233 31270
/proc/meminfo: memFree=4208652/32770688 swapFree=66971744/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 29909 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474841427 115843072 363 33554432000 4194304 5098028 140731073279760 140731073277864 140395190747772 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27709440 140731073287035 140731073287277 140731073287277 140731073290186 0
/proc/31254/statm: 28282 363 304 221 0 87 0

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

/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 29909 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 19 0 474841428 15787429888 54464 33554432000 4194304 4196468 140733259778640 140140091444112 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31261] ppid=31254 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 29909 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 474841428 15787429888 54464 33554432000 4194304 4196468 140733259778640 140140090391312 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31262] ppid=31254 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 29909 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 474841430 15787429888 54464 33554432000 4194304 4196468 140733259778640 140139633834352 140140165520002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31263] ppid=31254 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 29909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 474841430 15787429888 54464 33554432000 4194304 4196468 140733259778640 140139632780384 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31264] ppid=31254 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 29909 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 474841430 15787429888 54464 33554432000 4194304 4196468 140733259778640 140139631727488 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31265] ppid=31254 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31265/stat : 31265 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474841433 15787429888 54464 33554432000 4194304 4196468 140733259778640 140139630675792 140140165527451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31266] ppid=31254 vsize=15417412 memory=0 CPUtime=1.06 cores=0-3
/proc/31256/task/31266/stat : 31266 (java) R 31254 31254 29909 0 -1 4202560 2059 0 0 0 106 0 0 0 20 0 19 0 474841433 15787429888 54464 33554432000 4194304 4196468 140733259778640 140139629610368 140140145345193 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31267] ppid=31254 vsize=15417412 memory=0 CPUtime=1.09 cores=0-3
/proc/31256/task/31267/stat : 31267 (java) R 31254 31254 29909 0 -1 4202560 2507 0 0 0 108 1 0 0 20 0 19 0 474841433 15787429888 54464 33554432000 4194304 4196468 140733259778640 140139628557400 140140147053055 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31268] ppid=31254 vsize=15417412 memory=0 CPUtime=0.63 cores=0-3
/proc/31256/task/31268/stat : 31268 (java) R 31254 31254 29909 0 -1 1077944384 2698 0 0 0 62 1 0 0 20 0 19 0 474841433 15787429888 54464 33554432000 4194304 4196468 140733259778640 140139627518576 140140165520002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31269] ppid=31254 vsize=15417412 memory=279340243751424 CPUtime=0 cores=0-3
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474841433 15787429888 54464 33554432000 4194304 4196468 140733259778640 140139626466016 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31270] ppid=31254 vsize=15417412 memory=9316 CPUtime=0 cores=0-3
/proc/31256/task/31270/stat : 31270 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474841433 15787429888 54464 33554432000 4194304 4196468 140733259778640 140139625413296 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 219308 KiB

[startup+2.00074 s]*
/proc/loadavg: 7.34 7.44 5.65 13/237 31274
/proc/meminfo: memFree=4178852/32770688 swapFree=66971744/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 29909 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474841427 115843072 363 33554432000 4194304 5098028 140731073279760 140731073277864 140395190747772 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27709440 140731073287035 140731073287277 140731073287277 140731073290186 0
/proc/31254/statm: 28282 363 304 221 0 87 0
[pid=31256] ppid=31254 vsize=15417412 memory=221748 CPUtime=6.52 cores=0-3
/proc/31256/stat : 31256 (java) S 31254 31254 29909 0 -1 1077944320 18928 0 0 0 639 13 0 0 20 0 19 0 474841427 15787429888 55437 33554432000 4194304 4196468 140733259778640 140733259761184 140140165508855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
/proc/31256/statm: 3854353 55437 3480 1 0 3815453 0
[pid=31256/tid=31257] ppid=31254 vsize=15417412 memory=6791534058613427641 CPUtime=1.08 cores=0-3
/proc/31256/task/31257/stat : 31257 (java) S 31254 31254 29909 0 -1 1077944384 9081 0 0 0 102 6 0 0 20 0 19 0 474841427 15787429888 55437 33554432000 4194304 4196468 140733259778640 140140169749632 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31258] ppid=31254 vsize=15417412 memory=0 CPUtime=0.01 cores=0-3
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 29909 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 19 0 474841428 15787429888 55437 33554432000 4194304 4196468 140733259778640 140140093549712 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31259] ppid=31254 vsize=15417412 memory=139670232213120 CPUtime=0.01 cores=0-3
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 29909 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 19 0 474841428 15787429888 55437 33554432000 4194304 4196468 140733259778640 140140092496912 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31260] ppid=31254 vsize=15417412 memory=0 CPUtime=0.01 cores=0-3
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 29909 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 19 0 474841428 15787429888 55437 33554432000 4194304 4196468 140733259778640 140140091444112 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31261] ppid=31254 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 29909 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 474841428 15787429888 55437 33554432000 4194304 4196468 140733259778640 140140090391312 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31262] ppid=31254 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 29909 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 474841430 15787429888 55437 33554432000 4194304 4196468 140733259778640 140139633834352 140140165520002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31263] ppid=31254 vsize=15417412 memory=2581275344895 CPUtime=0 cores=0-3
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 29909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 474841430 15787429888 55437 33554432000 4194304 4196468 140733259778640 140139632780384 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31264] ppid=31254 vsize=15417412 memory=279340244476000 CPUtime=0 cores=0-3
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 29909 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 474841430 15787429888 55437 33554432000 4194304 4196468 140733259778640 140139631727488 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31265] ppid=31254 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31265/stat : 31265 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474841433 15787429888 55437 33554432000 4194304 4196468 140733259778640 140139630675792 140140165527451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31266] ppid=31254 vsize=15417412 memory=0 CPUtime=1.39 cores=0-3
/proc/31256/task/31266/stat : 31266 (java) R 31254 31254 29909 0 -1 4202560 2623 0 0 0 138 1 0 0 20 0 19 0 474841433 15787429888 55437 33554432000 4194304 4196468 140733259778640 140139629610576 140140144755310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31267] ppid=31254 vsize=15417412 memory=-1 CPUtime=1.46 cores=0-3
/proc/31256/task/31267/stat : 31267 (java) R 31254 31254 29909 0 -1 4202560 2799 0 0 0 145 1 0 0 20 0 19 0 474841433 15787429888 55437 33554432000 4194304 4196468 140733259778640 140139628557632 140140150397091 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31268] ppid=31254 vsize=15417412 memory=4122400319215097781 CPUtime=0.65 cores=0-3
/proc/31256/task/31268/stat : 31268 (java) R 31254 31254 29909 0 -1 1077944384 2766 0 0 0 64 1 0 0 20 0 19 0 474841433 15787429888 55437 33554432000 4194304 4196468 140733259778640 140139627518576 140140165520002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31269] ppid=31254 vsize=15417412 memory=3683997491616035103 CPUtime=0 cores=0-3
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474841433 15787429888 55437 33554432000 4194304 4196468 140733259778640 140139626466016 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31270] ppid=31254 vsize=15417412 memory=3619121952788699313 CPUtime=0 cores=0-3
/proc/31256/task/31270/stat : 31270 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474841433 15787429888 55437 33554432000 4194304 4196468 140733259778640 140139625413296 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31271] ppid=31254 vsize=15417412 memory=3832880148939551263 CPUtime=0.51 cores=0-3
/proc/31256/task/31271/stat : 31271 (java) R 31254 31254 29909 0 -1 4202560 46 0 0 0 51 0 0 0 20 0 19 0 474841541 15787429888 55437 33554432000 4194304 4196468 140733259778640 140138953821016 140139773082944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31272] ppid=31254 vsize=15417412 memory=3762397092437547696 CPUtime=0.47 cores=0-3
/proc/31256/task/31272/stat : 31272 (java) R 31254 31254 29909 0 -1 4202560 68 0 0 0 47 0 0 0 20 0 19 0 474841541 15787429888 55437 33554432000 4194304 4196468 140733259778640 140138952769944 140139772532491 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31273] ppid=31254 vsize=15417412 memory=3832880148939551263 CPUtime=0.39 cores=0-3
/proc/31256/task/31273/stat : 31273 (java) R 31254 31254 29909 0 -1 4202560 36 0 0 0 39 0 0 0 20 0 19 0 474841541 15787429888 55437 33554432000 4194304 4196468 140733259778640 140138951716064 140139772791578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31274] ppid=31254 vsize=15417412 memory=7811611658117934180 CPUtime=0.41 cores=0-3
/proc/31256/task/31274/stat : 31274 (java) R 31254 31254 29909 0 -1 4202560 46 0 0 0 41 0 0 0 20 0 19 0 474841541 15787429888 55437 33554432000 4194304 4196468 140733259778640 140138950664832 140139772810106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
Current children cumulated CPU time: 6.52 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 223200 KiB

[startup+2.40175 s]
/proc/loadavg: 7.34 7.44 5.65 13/237 31274
/proc/meminfo: memFree=4178852/32770688 swapFree=66971744/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 29909 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474841427 115843072 363 33554432000 4194304 5098028 140731073279760 140731073277864 140395190747772 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27709440 140731073287035 140731073287277 140731073287277 140731073290186 0
/proc/31254/statm: 28282 363 304 221 0 87 0
[pid=31256] ppid=31254 vsize=15417412 memory=222392 CPUtime=8.06 cores=0-3
/proc/31256/stat : 31256 (java) S 31254 31254 29909 0 -1 1077944320 19080 0 0 0 793 13 0 0 20 0 19 0 474841427 15787429888 55598 33554432000 4194304 4196468 140733259778640 140733259761184 140140165508855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
/proc/31256/statm: 3854353 55598 3491 1 0 3815453 0
[pid=31256/tid=31257] ppid=31254 vsize=15417412 memory=0 CPUtime=1.08 cores=0-3
/proc/31256/task/31257/stat : 31257 (java) S 31254 31254 29909 0 -1 1077944384 9081 0 0 0 102 6 0 0 20 0 19 0 474841427 15787429888 55598 33554432000 4194304 4196468 140733259778640 140140169749632 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31258] ppid=31254 vsize=15417412 memory=6791534058613427641 CPUtime=0.01 cores=0-3
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 29909 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 19 0 474841428 15787429888 55598 33554432000 4194304 4196468 140733259778640 140140093549712 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31259] ppid=31254 vsize=15417412 memory=126 CPUtime=0.01 cores=0-3
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 29909 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 19 0 474841428 15787429888 55598 33554432000 4194304 4196468 140733259778640 140140092496912 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31260] ppid=31254 vsize=15417412 memory=64 CPUtime=0.01 cores=0-3
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 29909 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 19 0 474841428 15787429888 55598 33554432000 4194304 4196468 140733259778640 140140091444112 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31261] ppid=31254 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 29909 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 474841428 15787429888 55598 33554432000 4194304 4196468 140733259778640 140140090391312 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31262] ppid=31254 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 29909 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 474841430 15787429888 55598 33554432000 4194304 4196468 140733259778640 140139633834352 140140165520002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31263] ppid=31254 vsize=15417412 memory=279340243886968 CPUtime=0 cores=0-3
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 29909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 474841430 15787429888 55598 33554432000 4194304 4196468 140733259778640 140139632780384 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31264] ppid=31254 vsize=15417412 memory=1329904169539632281 CPUtime=0 cores=0-3
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 29909 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 474841430 15787429888 55598 33554432000 4194304 4196468 140733259778640 140139631727488 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31265] ppid=31254 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31265/stat : 31265 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474841433 15787429888 55598 33554432000 4194304 4196468 140733259778640 140139630675792 140140165527451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31266] ppid=31254 vsize=15417412 memory=0 CPUtime=1.57 cores=0-3
/proc/31256/task/31266/stat : 31266 (java) R 31254 31254 29909 0 -1 4202560 2661 0 0 0 156 1 0 0 20 0 19 0 474841433 15787429888 55598 33554432000 4194304 4196468 140733259778640 140139629624192 140140146209450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31267] ppid=31254 vsize=15417412 memory=33 CPUtime=1.71 cores=0-3
/proc/31256/task/31267/stat : 31267 (java) R 31254 31254 29909 0 -1 4202560 2838 0 0 0 170 1 0 0 20 0 19 0 474841433 15787429888 55598 33554432000 4194304 4196468 140733259778640 140139628563864 140140148919656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31268] ppid=31254 vsize=15417412 memory=-3117775541953848937 CPUtime=0.69 cores=0-3
/proc/31256/task/31268/stat : 31268 (java) R 31254 31254 29909 0 -1 1077944384 2841 0 0 0 68 1 0 0 20 0 19 0 474841433 15787429888 55598 33554432000 4194304 4196468 140733259778640 140139627518576 140140165520002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31269] ppid=31254 vsize=15417412 memory=6944656592455359580 CPUtime=0 cores=0-3
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474841433 15787429888 55598 33554432000 4194304 4196468 140733259778640 140139626466016 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31270] ppid=31254 vsize=15417412 memory=6944656575208382560 CPUtime=0 cores=0-3
/proc/31256/task/31270/stat : 31270 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474841433 15787429888 55598 33554432000 4194304 4196468 140733259778640 140139625413296 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31271] ppid=31254 vsize=15417412 memory=6944652177228980320 CPUtime=0.86 cores=0-3
/proc/31256/task/31271/stat : 31271 (java) R 31254 31254 29909 0 -1 4202560 46 0 0 0 86 0 0 0 20 0 19 0 474841541 15787429888 55598 33554432000 4194304 4196468 140733259778640 140138953822472 140139772463430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31272] ppid=31254 vsize=15417412 memory=6944656592455097440 CPUtime=0.71 cores=0-3
/proc/31256/task/31272/stat : 31272 (java) R 31254 31254 29909 0 -1 4202560 68 0 0 0 71 0 0 0 20 0 19 0 474841541 15787429888 55598 33554432000 4194304 4196468 140733259778640 140138952770120 140139772791340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31273] ppid=31254 vsize=15417412 memory=0 CPUtime=0.69 cores=0-3
/proc/31256/task/31273/stat : 31273 (java) R 31254 31254 29909 0 -1 4202560 36 0 0 0 69 0 0 0 20 0 19 0 474841541 15787429888 55598 33554432000 4194304 4196468 140733259778640 140138951717080 140139771792647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31274] ppid=31254 vsize=15417412 memory=6944656592455360608 CPUtime=0.6 cores=0-3
/proc/31256/task/31274/stat : 31274 (java) R 31254 31254 29909 0 -1 4202560 46 0 0 0 60 0 0 0 20 0 19 0 474841541 15787429888 55598 33554432000 4194304 4196468 140733259778640 140138950666064 140139773046834 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
Current children cumulated CPU time: 8.06 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 223844 KiB

[startup+2.50707 s]
/proc/loadavg: 7.34 7.44 5.65 13/237 31274
/proc/meminfo: memFree=4178852/32770688 swapFree=66971744/67108860
[pid=31254] ppid=31251 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/31254/stat : 31254 (xcsp3-exec) S 31251 31254 29909 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474841427 115843072 363 33554432000 4194304 5098028 140731073279760 140731073277864 140395190747772 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27709440 140731073287035 140731073287277 140731073287277 140731073290186 0
/proc/31254/statm: 28282 363 304 221 0 87 0
[pid=31256] ppid=31254 vsize=15417412 memory=223040 CPUtime=8.47 cores=0-3
/proc/31256/stat : 31256 (java) S 31254 31254 29909 0 -1 1077944320 19197 0 0 0 834 13 0 0 20 0 13 0 474841427 15787429888 55760 33554432000 4194304 4196468 140733259778640 140733259761184 140140165508855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
/proc/31256/statm: 3854353 55760 3498 1 0 3815453 0
[pid=31256/tid=31257] ppid=31254 vsize=15417412 memory=0 CPUtime=1.09 cores=0-3
/proc/31256/task/31257/stat : 31257 (java) S 31254 31254 29909 0 -1 1077944384 9088 0 0 0 103 6 0 0 20 0 13 0 474841427 15787429888 55760 33554432000 4194304 4196468 140733259778640 140140169751696 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31258] ppid=31254 vsize=15417412 memory=288230574492221466 CPUtime=0.01 cores=0-3
/proc/31256/task/31258/stat : 31258 (java) S 31254 31254 29909 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 13 0 474841428 15787429888 55760 33554432000 4194304 4196468 140733259778640 140140093549712 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31259] ppid=31254 vsize=15417412 memory=288230596050944315 CPUtime=0.01 cores=0-3
/proc/31256/task/31259/stat : 31259 (java) S 31254 31254 29909 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 13 0 474841428 15787429888 55760 33554432000 4194304 4196468 140733259778640 140140092496912 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31260] ppid=31254 vsize=15417412 memory=15544024371040198 CPUtime=0.01 cores=0-3
/proc/31256/task/31260/stat : 31260 (java) S 31254 31254 29909 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 13 0 474841428 15787429888 55760 33554432000 4194304 4196468 140733259778640 140140091444112 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31261] ppid=31254 vsize=15417412 memory=42577 CPUtime=0 cores=0-3
/proc/31256/task/31261/stat : 31261 (java) S 31254 31254 29909 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 13 0 474841428 15787429888 55760 33554432000 4194304 4196468 140733259778640 140140090391312 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31262] ppid=31254 vsize=15417412 memory=222048 CPUtime=0 cores=0-3
/proc/31256/task/31262/stat : 31262 (java) S 31254 31254 29909 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 13 0 474841430 15787429888 55760 33554432000 4194304 4196468 140733259778640 140139633834560 140140165520002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31263] ppid=31254 vsize=15417412 memory=288230596050944315 CPUtime=0 cores=0-3
/proc/31256/task/31263/stat : 31263 (java) S 31254 31254 29909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 13 0 474841430 15787429888 55760 33554432000 4194304 4196468 140733259778640 140139632780384 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31264] ppid=31254 vsize=15417412 memory=15544024371040198 CPUtime=0 cores=0-3
/proc/31256/task/31264/stat : 31264 (java) S 31254 31254 29909 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 13 0 474841430 15787429888 55760 33554432000 4194304 4196468 140733259778640 140139631727488 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31266] ppid=31254 vsize=15417412 memory=0 CPUtime=1.63 cores=0-3
/proc/31256/task/31266/stat : 31266 (java) S 31254 31254 29909 0 -1 1077944384 2733 0 0 0 162 1 0 0 20 0 13 0 474841433 15787429888 55760 33554432000 4194304 4196468 140733259778640 140139629603216 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31267] ppid=31254 vsize=15417412 memory=1452 CPUtime=1.78 cores=0-3
/proc/31256/task/31267/stat : 31267 (java) R 31254 31254 29909 0 -1 4202560 2847 0 0 0 177 1 0 0 20 0 13 0 474841433 15787429888 55760 33554432000 4194304 4196468 140733259778640 140139628563864 140140150616526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31268] ppid=31254 vsize=15417412 memory=220728 CPUtime=0.7 cores=0-3
/proc/31256/task/31268/stat : 31268 (java) S 31254 31254 29909 0 -1 1077944384 2848 0 0 0 69 1 0 0 20 0 13 0 474841433 15787429888 55760 33554432000 4194304 4196468 140733259778640 140139627518576 140140165520002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
[pid=31256/tid=31269] ppid=31254 vsize=15417412 memory=0 CPUtime=0 cores=0-3
/proc/31256/task/31269/stat : 31269 (java) S 31254 31254 29909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 474841433 15787429888 55760 33554432000 4194304 4196468 140733259778640 140139626466016 140140165519061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17788928 140733259785199 140733259785370 140733259785370 140733259788239 0
Current children cumulated CPU time: 8.47 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 224492 KiB

Child status: 0
Real time (s): 2.52168
CPU time (s): 8.49596
CPU user time (s): 8.35405
CPU system time (s): 0.141908
CPU usage (%): 336.916
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 224492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.35405
system time used= 0.141908
maximum resident set size= 223856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19758
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1886
involuntary context switches= 410


# summary of solver processes directly reported to runsolver:
#   pid: 31254
#   total CPU time (s): 8.49596
#   total CPU user time (s): 8.35405
#   total CPU system time (s): 0.141908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050643 second user time and 0.069339 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-20 16:15:57
IDJOB=4403339
IDBENCH=122262
IDSOLVER=2863
FILE ID=node116/4403339-1568988998
RUNJOBID= node116-1568988007-29940
PBS_JOBID= 21704641
Free space on /tmp= 6256 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Random/Random-D-t050/rand-2-40-25-180-050-34.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-4403339-1568988998/watcher-4403339-1568988998 -o /tmp/evaluation-result-4403339-1568988998/solver-4403339-1568988998 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568988007-29940 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 528508925 HOME/instance-4403339-1568988998.xml

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

MD5SUM BENCH= 2b23d7f384de8bee09908163d3005f80
RANDOM SEED=528508925

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:         4388300 kB
MemAvailable:   23639516 kB
Buffers:          105528 kB
Cached:         19114700 kB
SwapCached:        35364 kB
Active:         17444524 kB
Inactive:        9981016 kB
Active(anon):    8143888 kB
Inactive(anon):   110048 kB
Active(file):    9300636 kB
Inactive(file):  9870968 kB
Unevictable:      108548 kB
Mlocked:          108548 kB
SwapTotal:      67108860 kB
SwapFree:       66971744 kB
Dirty:             26452 kB
Writeback:             4 kB
AnonPages:       8281084 kB
Mapped:            64748 kB
Shmem:             39676 kB
Slab:             537068 kB
SReclaimable:     508072 kB
SUnreclaim:        28996 kB
KernelStack:        3872 kB
PageTables:        22028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:   11350396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7606272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6228 MiB
End job on node116 at 2019-09-20 16:15:59