Trace number 4403580

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 456.222 116.07

General information on the benchmark

NameRandom/Random-RB-3-24-24f/
rand-3-24-24-76-632f-49.xml
MD5SUMeb1071698302cc934647f3ac3e5db9c3
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 benchmark410.687
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints73
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":3},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":15,"count":2}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":73}]
Number of extensional constraints73
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":73}]
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-4403580-1568988921.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.35/0.47	c [HOME/instance-4403580-1568988921.xml, -tl, 2520s, -p, 4]
0.35/0.47	c 4 solvers in parallel
0.35/0.47	c parse instance...
4.68/2.60	c solve instance...
456.00/116.04	s SATISFIABLE
456.00/116.04	v <instantiation>
456.00/116.04	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] </list>
456.00/116.04	v 	<values>15 13 16 9 21 23 10 7 13 11 4 8 3 15 8 19 2 15 11 22 13 5 2 15 </values>
456.00/116.04	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: 16374 MiB (2470 MiB free)
  memory of node 1: 16384 MiB (3872 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403580-1568988921/watcher-4403580-1568988921 -o /var/tmp/evaluation-result-4403580-1568988921/solver-4403580-1568988921 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568987924-19058 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1976985063 HOME/instance-4403580-1568988921.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
Current StackSize limit: 8192 KiB

solver pid=20726, runsolver pid=20723

[startup+0.102782 s]*
/proc/loadavg: 8.40 8.07 5.78 6/233 20742
/proc/meminfo: memFree=6478500/32770624 swapFree=66966844/67108860
[pid=20726] ppid=20723 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/20726/stat : 20726 (xcsp3-exec) S 20723 20726 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474828533 115843072 364 33554432000 4194304 5098028 140728381203696 140728381201800 140681648202364 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32440320 140728381211478 140728381211737 140728381211737 140728381214662 0
/proc/20726/statm: 28282 364 305 221 0 87 0
[pid=20728] ppid=20726 vsize=15144776 memory=29620 CPUtime=0.13 cores=1,3,5,7
/proc/20728/stat : 20728 (java) S 20726 20726 19026 0 -1 1077944320 5816 0 0 0 12 1 0 0 20 0 15 0 474828534 15508250624 7405 33554432000 4194304 4196468 140730476656848 140730476639392 140317571817207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
/proc/20728/statm: 3786194 7405 3187 1 0 3748377 0
[pid=20728/tid=20729] ppid=20726 vsize=15144776 memory=8180089925722843723 CPUtime=0.1 cores=1,3,5,7
/proc/20728/task/20729/stat : 20729 (java) R 20726 20726 19026 0 -1 4202560 3713 0 0 0 9 1 0 0 20 0 15 0 474828534 15508250624 7405 33554432000 4194304 4196468 140730476656848 140317576046848 140317555860837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20730] ppid=20726 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20730/stat : 20730 (java) S 20726 20726 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474828535 15508250624 7405 33554432000 4194304 4196468 140730476656848 140317524438160 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20731] ppid=20726 vsize=15144776 memory=140185981982336 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20731/stat : 20731 (java) S 20726 20726 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474828535 15508250624 7405 33554432000 4194304 4196468 140730476656848 140317523385360 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20732] ppid=20726 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20732/stat : 20732 (java) S 20726 20726 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474828535 15508250624 7405 33554432000 4194304 4196468 140730476656848 140317522332560 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20733] ppid=20726 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20733/stat : 20733 (java) S 20726 20726 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474828535 15508250624 7405 33554432000 4194304 4196468 140730476656848 140317161347856 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20734] ppid=20726 vsize=15144776 memory=140185981982336 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20734/stat : 20734 (java) S 20726 20726 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474828536 15508250624 7405 33554432000 4194304 4196468 140730476656848 140316512340336 140317571828354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20735] ppid=20726 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20735/stat : 20735 (java) S 20726 20726 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474828537 15508250624 7405 33554432000 4194304 4196468 140730476656848 140316511286304 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20736] ppid=20726 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20736/stat : 20736 (java) S 20726 20726 19026 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474828537 15508250624 7405 33554432000 4194304 4196468 140730476656848 140316510233456 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20737] ppid=20726 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20737/stat : 20737 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474828539 15508250624 7405 33554432000 4194304 4196468 140730476656848 140316509181776 140317571835803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20738] ppid=20726 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20738/stat : 20738 (java) R 20726 20726 19026 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 474828539 15508250624 7405 33554432000 4194304 4196468 140730476656848 140316508130160 140317571828354 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20739] ppid=20726 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20739/stat : 20739 (java) R 20726 20726 19026 0 -1 4202560 174 0 0 0 0 0 0 0 20 0 15 0 474828539 15508250624 7405 33554432000 4194304 4196468 140730476656848 140316507077360 140317551684261 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20740] ppid=20726 vsize=15144776 memory=140185981982336 CPUtime=0.02 cores=1,3,5,7
/proc/20728/task/20740/stat : 20740 (java) R 20726 20726 19026 0 -1 4202560 332 0 0 0 2 0 0 0 20 0 15 0 474828539 15508250624 7405 33554432000 4194304 4196468 140730476656848 140316506024560 140730476695316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20741] ppid=20726 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20741/stat : 20741 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474828539 15508250624 7405 33554432000 4194304 4196468 140730476656848 140316504972000 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20742] ppid=20726 vsize=15144776 memory=140185981982336 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20742/stat : 20742 (java) R 20726 20726 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474828540 15508250624 7405 33554432000 4194304 4196468 140730476656848 140316503919280 140317571828354 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31076 KiB

[startup+0.210731 s]*
/proc/loadavg: 8.40 8.07 5.78 8/233 20742
/proc/meminfo: memFree=6452452/32770624 swapFree=66966844/67108860
[pid=20726] ppid=20723 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/20726/stat : 20726 (xcsp3-exec) S 20723 20726 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474828533 115843072 364 33554432000 4194304 5098028 140728381203696 140728381201800 140681648202364 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32440320 140728381211478 140728381211737 140728381211737 140728381214662 0
/proc/20726/statm: 28282 364 305 221 0 87 0
[pid=20728] ppid=20726 vsize=15144776 memory=40608 CPUtime=0.35 cores=1,3,5,7
/proc/20728/stat : 20728 (java) S 20726 20726 19026 0 -1 1077944320 9355 0 0 0 32 3 0 0 20 0 15 0 474828534 15508250624 10152 33554432000 4194304 4196468 140730476656848 140730476639392 140317571817207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
/proc/20728/statm: 3786194 10152 3311 1 0 3748377 0
[pid=20728/tid=20729] ppid=20726 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/20728/task/20729/stat : 20729 (java) R 20726 20726 19026 0 -1 4202560 6608 0 0 0 18 2 0 0 20 0 15 0 474828534 15508250624 10152 33554432000 4194304 4196468 140730476656848 140317576055024 140317555897694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20730] ppid=20726 vsize=15144776 memory=9276 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20730/stat : 20730 (java) S 20726 20726 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474828535 15508250624 10152 33554432000 4194304 4196468 140730476656848 140317524438160 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20731] ppid=20726 vsize=15144776 memory=3525492 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20731/stat : 20731 (java) S 20726 20726 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474828535 15508250624 10152 33554432000 4194304 4196468 140730476656848 140317523385360 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20732] ppid=20726 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20732/stat : 20732 (java) S 20726 20726 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474828535 15508250624 10152 33554432000 4194304 4196468 140730476656848 140317522332560 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20733] ppid=20726 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20733/stat : 20733 (java) S 20726 20726 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474828535 15508250624 10152 33554432000 4194304 4196468 140730476656848 140317161347856 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20734] ppid=20726 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20734/stat : 20734 (java) S 20726 20726 19026 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 474828536 15508250624 10152 33554432000 4194304 4196468 140730476656848 140316512340336 140317571828354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20735] ppid=20726 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20735/stat : 20735 (java) S 20726 20726 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474828537 15508250624 10152 33554432000 4194304 4196468 140730476656848 140316511286304 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20736] ppid=20726 vsize=15144776 memory=140185981982336 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20736/stat : 20736 (java) S 20726 20726 19026 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474828537 15508250624 10152 33554432000 4194304 4196468 140730476656848 140316510233456 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20737] ppid=20726 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20737/stat : 20737 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474828539 15508250624 10152 33554432000 4194304 4196468 140730476656848 140316509181776 140317571835803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20738] ppid=20726 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20728/task/20738/stat : 20738 (java) S 20726 20726 19026 0 -1 1077944384 405 0 0 0 2 0 0 0 20 0 15 0 474828539 15508250624 10152 33554432000 4194304 4196468 140730476656848 140316508130160 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20739] ppid=20726 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20728/task/20739/stat : 20739 (java) S 20726 20726 19026 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 15 0 474828539 15508250624 10152 33554432000 4194304 4196468 140730476656848 140316507077360 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20740] ppid=20726 vsize=15144776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20728/task/20740/stat : 20740 (java) S 20726 20726 19026 0 -1 1077944384 802 0 0 0 8 0 0 0 20 0 15 0 474828539 15508250624 10152 33554432000 4194304 4196468 140730476656848 140316506024560 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20741] ppid=20726 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20741/stat : 20741 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474828539 15508250624 10152 33554432000 4194304 4196468 140730476656848 140316504972000 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20742] ppid=20726 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20742/stat : 20742 (java) S 20726 20726 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474828540 15508250624 10152 33554432000 4194304 4196468 140730476656848 140316503919280 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42064 KiB

[startup+0.569497 s]*
/proc/loadavg: 8.40 8.07 5.78 9/233 20742
/proc/meminfo: memFree=6397296/32770624 swapFree=66966844/67108860
[pid=20726] ppid=20723 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/20726/stat : 20726 (xcsp3-exec) S 20723 20726 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474828533 115843072 364 33554432000 4194304 5098028 140728381203696 140728381201800 140681648202364 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32440320 140728381211478 140728381211737 140728381211737 140728381214662 0
/proc/20726/statm: 28282 364 305 221 0 87 0
[pid=20728] ppid=20726 vsize=15151156 memory=114712 CPUtime=1.25 cores=1,3,5,7
/proc/20728/stat : 20728 (java) S 20726 20726 19026 0 -1 1077944320 13212 0 0 0 120 5 0 0 20 0 15 0 474828534 15514783744 28678 33554432000 4194304 4196468 140730476656848 140730476639392 140317571817207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
/proc/20728/statm: 3787789 28678 3438 1 0 3748889 0
[pid=20728/tid=20729] ppid=20726 vsize=15151156 memory=8389772277269004345 CPUtime=0.55 cores=1,3,5,7
/proc/20728/task/20729/stat : 20729 (java) R 20726 20726 19026 0 -1 4202560 8246 0 0 0 52 3 0 0 20 0 15 0 474828534 15514783744 28678 33554432000 4194304 4196468 140730476656848 140317576052792 140317205171376 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20730] ppid=20726 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20730/stat : 20730 (java) S 20726 20726 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474828535 15514783744 28678 33554432000 4194304 4196468 140730476656848 140317524438160 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20731] ppid=20726 vsize=15151156 memory=3524512 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20731/stat : 20731 (java) S 20726 20726 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474828535 15514783744 28678 33554432000 4194304 4196468 140730476656848 140317523385360 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20732] ppid=20726 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20732/stat : 20732 (java) S 20726 20726 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 474828535 15514783744 28678 33554432000 4194304 4196468 140730476656848 140317522332560 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20733] ppid=20726 vsize=15151156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20733/stat : 20733 (java) S 20726 20726 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474828535 15514783744 28678 33554432000 4194304 4196468 140730476656848 140317161347856 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20734] ppid=20726 vsize=15151156 memory=140185981982336 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20734/stat : 20734 (java) S 20726 20726 19026 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 474828536 15514783744 28678 33554432000 4194304 4196468 140730476656848 140316512340336 140317571828354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20735] ppid=20726 vsize=15151156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20735/stat : 20735 (java) S 20726 20726 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 474828537 15514783744 28678 33554432000 4194304 4196468 140730476656848 140316511286304 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20736] ppid=20726 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20736/stat : 20736 (java) S 20726 20726 19026 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 474828537 15514783744 28678 33554432000 4194304 4196468 140730476656848 140316510233456 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20737] ppid=20726 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20737/stat : 20737 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474828539 15514783744 28678 33554432000 4194304 4196468 140730476656848 140316509181776 140317571835803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20738] ppid=20726 vsize=15151156 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/20728/task/20738/stat : 20738 (java) R 20726 20726 19026 0 -1 4202560 1302 0 0 0 20 0 0 0 20 0 15 0 474828539 15514783744 28678 33554432000 4194304 4196468 140730476656848 140316508116040 140317555228098 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20739] ppid=20726 vsize=15151156 memory=-1 CPUtime=0.23 cores=1,3,5,7
/proc/20728/task/20739/stat : 20739 (java) R 20726 20726 19026 0 -1 4202560 1056 0 0 0 23 0 0 0 20 0 15 0 474828539 15514783744 28678 33554432000 4194304 4196468 140730476656848 140316507063240 140317551063199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20740] ppid=20726 vsize=15151156 memory=140185981982336 CPUtime=0.24 cores=1,3,5,7
/proc/20728/task/20740/stat : 20740 (java) S 20726 20726 19026 0 -1 1077944384 1298 0 0 0 24 0 0 0 20 0 15 0 474828539 15514783744 28678 33554432000 4194304 4196468 140730476656848 140316506024560 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20741] ppid=20726 vsize=15151156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20741/stat : 20741 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474828539 15514783744 28678 33554432000 4194304 4196468 140730476656848 140316504972000 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20742] ppid=20726 vsize=15151156 memory=140185981982336 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20742/stat : 20742 (java) S 20726 20726 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474828540 15514783744 28678 33554432000 4194304 4196468 140730476656848 140316503919280 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 116168 KiB

[startup+0.711637 s]*
/proc/loadavg: 8.40 8.07 5.78 6/233 20742
/proc/meminfo: memFree=6316480/32770624 swapFree=66966844/67108860
[pid=20726] ppid=20723 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/20726/stat : 20726 (xcsp3-exec) S 20723 20726 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474828533 115843072 364 33554432000 4194304 5098028 140728381203696 140728381201800 140681648202364 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32440320 140728381211478 140728381211737 140728381211737 140728381214662 0
/proc/20726/statm: 28282 364 305 221 0 87 0
[pid=20728] ppid=20726 vsize=15151156 memory=191488 CPUtime=1.61 cores=1,3,5,7
/proc/20728/stat : 20728 (java) S 20726 20726 19026 0 -1 1077944320 13542 0 0 0 153 8 0 0 20 0 15 0 474828534 15514783744 47872 33554432000 4194304 4196468 140730476656848 140730476639392 140317571817207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
/proc/20728/statm: 3787789 47872 3459 1 0 3748889 0
[pid=20728/tid=20729] ppid=20726 vsize=15151156 memory=1398722017469774279 CPUtime=0.68 cores=1,3,5,7
/proc/20728/task/20729/stat : 20729 (java) R 20726 20726 19026 0 -1 4202560 8277 0 0 0 64 4 0 0 20 0 15 0 474828534 15514783744 47872 33554432000 4194304 4196468 140730476656848 140317576055712 140317205543170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20730] ppid=20726 vsize=15151156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20730/stat : 20730 (java) S 20726 20726 19026 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 474828535 15514783744 47872 33554432000 4194304 4196468 140730476656848 140317524438160 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20731] ppid=20726 vsize=15151156 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20731/stat : 20731 (java) S 20726 20726 19026 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 474828535 15514783744 47872 33554432000 4194304 4196468 140730476656848 140317523385360 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20732] ppid=20726 vsize=15151156 memory=2616 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20732/stat : 20732 (java) S 20726 20726 19026 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 474828535 15514783744 47872 33554432000 4194304 4196468 140730476656848 140317522332560 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20733] ppid=20726 vsize=15151156 memory=2604 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20733/stat : 20733 (java) S 20726 20726 19026 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 474828535 15514783744 47872 33554432000 4194304 4196468 140730476656848 140317161347856 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20734] ppid=20726 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20734/stat : 20734 (java) S 20726 20726 19026 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 474828536 15514783744 47872 33554432000 4194304 4196468 140730476656848 140316512340336 140317571828354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20735] ppid=20726 vsize=15151156 memory=3280 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20735/stat : 20735 (java) S 20726 20726 19026 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 474828537 15514783744 47872 33554432000 4194304 4196468 140730476656848 140316511286304 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20736] ppid=20726 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20736/stat : 20736 (java) S 20726 20726 19026 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 474828537 15514783744 47872 33554432000 4194304 4196468 140730476656848 140316510233456 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20737] ppid=20726 vsize=15151156 memory=807760 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20737/stat : 20737 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474828539 15514783744 47872 33554432000 4194304 4196468 140730476656848 140316509181776 140317571835803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20738] ppid=20726 vsize=15151156 memory=1412 CPUtime=0.3 cores=1,3,5,7
/proc/20728/task/20738/stat : 20738 (java) S 20726 20726 19026 0 -1 1077944384 1386 0 0 0 30 0 0 0 20 0 15 0 474828539 15514783744 47872 33554432000 4194304 4196468 140730476656848 140316508130160 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20739] ppid=20726 vsize=15151156 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/20728/task/20739/stat : 20739 (java) S 20726 20726 19026 0 -1 1077944384 1130 0 0 0 30 0 0 0 20 0 15 0 474828539 15514783744 47872 33554432000 4194304 4196468 140730476656848 140316507077360 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20740] ppid=20726 vsize=15151156 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/20728/task/20740/stat : 20740 (java) R 20726 20726 19026 0 -1 4202560 1312 0 0 0 25 0 0 0 20 0 15 0 474828539 15514783744 47872 33554432000 4194304 4196468 140730476656848 140316506024560 140317564914043 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20741] ppid=20726 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20741/stat : 20741 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 474828539 15514783744 47872 33554432000 4194304 4196468 140730476656848 140316504972000 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20742] ppid=20726 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20742/stat : 20742 (java) S 20726 20726 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 474828540 15514783744 47872 33554432000 4194304 4196468 140730476656848 140316503919280 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 192944 KiB

[startup+1.50074 s]
/proc/loadavg: 8.40 8.07 5.78 6/233 20742
/proc/meminfo: memFree=6141224/32770624 swapFree=66966844/67108860
[pid=20726] ppid=20723 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/20726/stat : 20726 (xcsp3-exec) S 20723 20726 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474828533 115843072 364 33554432000 4194304 5098028 140728381203696 140728381201800 140681648202364 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32440320 140728381211478 140728381211737 140728381211737 140728381214662 0
/proc/20726/statm: 28282 364 305 221 0 87 0

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

/proc/20728/task/20742/stat : 20742 (java) S 20726 20726 19026 0 -1 1077944384 475 0 0 0 0 4 0 0 20 0 19 0 474828540 15787429888 352254 33554432000 4194304 4196468 140730476656848 140316503919280 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20743] ppid=20726 vsize=15417412 memory=8104 CPUtime=110.63 cores=1,3,5,7
/proc/20728/task/20743/stat : 20743 (java) S 20726 20726 19026 0 -1 1077944384 829 0 0 0 11063 0 0 0 20 0 19 0 474828794 15787429888 352254 33554432000 4194304 4196468 140730476656848 140316494936736 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20744] ppid=20726 vsize=15417412 memory=10492 CPUtime=109.76 cores=1,3,5,7
/proc/20728/task/20744/stat : 20744 (java) S 20726 20726 19026 0 -1 1077944384 3126 0 0 0 10973 3 0 0 20 0 19 0 474828794 15787429888 352254 33554432000 4194304 4196468 140730476656848 140316493885936 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20745] ppid=20726 vsize=15417412 memory=14012 CPUtime=109.47 cores=1,3,5,7
/proc/20728/task/20745/stat : 20745 (java) S 20726 20726 19026 0 -1 1077944384 1096 0 0 0 10947 0 0 0 20 0 19 0 474828794 15787429888 352254 33554432000 4194304 4196468 140730476656848 140316492832256 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20746] ppid=20726 vsize=15417412 memory=1456 CPUtime=109.99 cores=1,3,5,7
/proc/20728/task/20746/stat : 20746 (java) S 20726 20726 19026 0 -1 1077944384 3626 0 0 0 10995 4 0 0 20 0 19 0 474828794 15787429888 352254 33554432000 4194304 4196468 140730476656848 140316491782672 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
Current children cumulated CPU time: 447.25 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1410472 KiB

[startup+115.402 s]
/proc/loadavg: 8.29 8.13 6.07 9/237 20754
/proc/meminfo: memFree=5045920/32770624 swapFree=66966844/67108860
[pid=20726] ppid=20723 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/20726/stat : 20726 (xcsp3-exec) S 20723 20726 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474828533 115843072 364 33554432000 4194304 5098028 140728381203696 140728381201800 140681648202364 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32440320 140728381211478 140728381211737 140728381211737 140728381214662 0
/proc/20726/statm: 28282 364 305 221 0 87 0
[pid=20728] ppid=20726 vsize=15417412 memory=1452024 CPUtime=453.61 cores=1,3,5,7
/proc/20728/stat : 20728 (java) S 20726 20726 19026 0 -1 1077944320 45797 0 0 0 45282 79 0 0 20 0 19 0 474828534 15787429888 363006 33554432000 4194304 4196468 140730476656848 140730476639392 140317571817207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
/proc/20728/statm: 3854353 363006 3506 1 0 3815453 0
[pid=20728/tid=20729] ppid=20726 vsize=15417412 memory=1357808 CPUtime=2.36 cores=1,3,5,7
/proc/20728/task/20729/stat : 20729 (java) S 20726 20726 19026 0 -1 1077944384 9319 0 0 0 227 9 0 0 20 0 19 0 474828534 15787429888 363006 33554432000 4194304 4196468 140730476656848 140317576057984 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20730] ppid=20726 vsize=15417412 memory=6791534058613427641 CPUtime=0.33 cores=1,3,5,7
/proc/20728/task/20730/stat : 20730 (java) S 20726 20726 19026 0 -1 1077944384 688 0 0 0 20 13 0 0 20 0 19 0 474828535 15787429888 363006 33554432000 4194304 4196468 140730476656848 140317524438160 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20731] ppid=20726 vsize=15417412 memory=1560 CPUtime=0.34 cores=1,3,5,7
/proc/20728/task/20731/stat : 20731 (java) S 20726 20726 19026 0 -1 1077944384 1089 0 0 0 20 14 0 0 20 0 19 0 474828535 15787429888 363006 33554432000 4194304 4196468 140730476656848 140317523385360 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20732] ppid=20726 vsize=15417412 memory=932 CPUtime=0.34 cores=1,3,5,7
/proc/20728/task/20732/stat : 20732 (java) S 20726 20726 19026 0 -1 1077944384 379 0 0 0 20 14 0 0 20 0 19 0 474828535 15787429888 363006 33554432000 4194304 4196468 140730476656848 140317522332560 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20733] ppid=20726 vsize=15417412 memory=1456 CPUtime=0.33 cores=1,3,5,7
/proc/20728/task/20733/stat : 20733 (java) S 20726 20726 19026 0 -1 1077944384 1269 0 0 0 20 13 0 0 20 0 19 0 474828535 15787429888 363006 33554432000 4194304 4196468 140730476656848 140317161347856 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20734] ppid=20726 vsize=15417412 memory=3612 CPUtime=0.02 cores=1,3,5,7
/proc/20728/task/20734/stat : 20734 (java) S 20726 20726 19026 0 -1 1077944384 2088 0 0 0 1 1 0 0 20 0 19 0 474828536 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316512340336 140317571828354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20735] ppid=20726 vsize=15417412 memory=54808 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20735/stat : 20735 (java) S 20726 20726 19026 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 474828537 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316511286368 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20736] ppid=20726 vsize=15417412 memory=988 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20736/stat : 20736 (java) S 20726 20726 19026 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 474828537 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316510233472 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20737] ppid=20726 vsize=15417412 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20737/stat : 20737 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474828539 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316509181776 140317571835803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20738] ppid=20726 vsize=15417412 memory=27 CPUtime=1.44 cores=1,3,5,7
/proc/20728/task/20738/stat : 20738 (java) S 20726 20726 19026 0 -1 1077944384 7380 0 0 0 143 1 0 0 20 0 19 0 474828539 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316508130160 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20739] ppid=20726 vsize=15417412 memory=2 CPUtime=1.52 cores=1,3,5,7
/proc/20728/task/20739/stat : 20739 (java) S 20726 20726 19026 0 -1 1077944384 6881 0 0 0 151 1 0 0 20 0 19 0 474828539 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316507077360 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20740] ppid=20726 vsize=15417412 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/20728/task/20740/stat : 20740 (java) S 20726 20726 19026 0 -1 1077944384 6180 0 0 0 67 1 0 0 20 0 19 0 474828539 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316506024560 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20741] ppid=20726 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20741/stat : 20741 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474828539 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316504972000 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20742] ppid=20726 vsize=15417412 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/20728/task/20742/stat : 20742 (java) S 20726 20726 19026 0 -1 1077944384 475 0 0 0 0 4 0 0 20 0 19 0 474828540 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316503919280 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20743] ppid=20726 vsize=15417412 memory=6791534058613427641 CPUtime=112.2 cores=1,3,5,7
/proc/20728/task/20743/stat : 20743 (java) R 20726 20726 19026 0 -1 4202560 830 0 0 0 11220 0 0 0 20 0 19 0 474828794 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316494936872 140317208301500 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20744] ppid=20726 vsize=15417412 memory=3616 CPUtime=111.33 cores=1,3,5,7
/proc/20728/task/20744/stat : 20744 (java) R 20726 20726 19026 0 -1 4202560 3138 0 0 0 11130 3 0 0 20 0 19 0 474828794 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316493886072 140317208018917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20745] ppid=20726 vsize=15417412 memory=1552 CPUtime=111.04 cores=1,3,5,7
/proc/20728/task/20745/stat : 20745 (java) R 20726 20726 19026 0 -1 4202560 1098 0 0 0 11104 0 0 0 20 0 19 0 474828794 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316492832144 140317208302369 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20746] ppid=20726 vsize=15417412 memory=1708 CPUtime=111.53 cores=1,3,5,7
/proc/20728/task/20746/stat : 20746 (java) R 20726 20726 19026 0 -1 4202560 3647 0 0 0 11149 4 0 0 20 0 19 0 474828794 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316491782560 140317208018110 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
Current children cumulated CPU time: 453.61 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1453480 KiB

[startup+115.801 s]
/proc/loadavg: 8.29 8.13 6.07 9/237 20754
/proc/meminfo: memFree=5045920/32770624 swapFree=66966844/67108860
[pid=20726] ppid=20723 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/20726/stat : 20726 (xcsp3-exec) S 20723 20726 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474828533 115843072 364 33554432000 4194304 5098028 140728381203696 140728381201800 140681648202364 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32440320 140728381211478 140728381211737 140728381211737 140728381214662 0
/proc/20726/statm: 28282 364 305 221 0 87 0
[pid=20728] ppid=20726 vsize=15417412 memory=1452024 CPUtime=455.21 cores=1,3,5,7
/proc/20728/stat : 20728 (java) S 20726 20726 19026 0 -1 1077944320 45804 0 0 0 45442 79 0 0 20 0 19 0 474828534 15787429888 363006 33554432000 4194304 4196468 140730476656848 140730476639392 140317571817207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
/proc/20728/statm: 3854353 363006 3506 1 0 3815453 0
[pid=20728/tid=20729] ppid=20726 vsize=15417412 memory=1044 CPUtime=2.36 cores=1,3,5,7
/proc/20728/task/20729/stat : 20729 (java) S 20726 20726 19026 0 -1 1077944384 9319 0 0 0 227 9 0 0 20 0 19 0 474828534 15787429888 363006 33554432000 4194304 4196468 140730476656848 140317576057984 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20730] ppid=20726 vsize=15417412 memory=712 CPUtime=0.33 cores=1,3,5,7
/proc/20728/task/20730/stat : 20730 (java) S 20726 20726 19026 0 -1 1077944384 688 0 0 0 20 13 0 0 20 0 19 0 474828535 15787429888 363006 33554432000 4194304 4196468 140730476656848 140317524438160 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20731] ppid=20726 vsize=15417412 memory=2832 CPUtime=0.34 cores=1,3,5,7
/proc/20728/task/20731/stat : 20731 (java) S 20726 20726 19026 0 -1 1077944384 1089 0 0 0 20 14 0 0 20 0 19 0 474828535 15787429888 363006 33554432000 4194304 4196468 140730476656848 140317523385360 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20732] ppid=20726 vsize=15417412 memory=1804 CPUtime=0.34 cores=1,3,5,7
/proc/20728/task/20732/stat : 20732 (java) S 20726 20726 19026 0 -1 1077944384 379 0 0 0 20 14 0 0 20 0 19 0 474828535 15787429888 363006 33554432000 4194304 4196468 140730476656848 140317522332560 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20733] ppid=20726 vsize=15417412 memory=916 CPUtime=0.33 cores=1,3,5,7
/proc/20728/task/20733/stat : 20733 (java) S 20726 20726 19026 0 -1 1077944384 1269 0 0 0 20 13 0 0 20 0 19 0 474828535 15787429888 363006 33554432000 4194304 4196468 140730476656848 140317161347856 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20734] ppid=20726 vsize=15417412 memory=3848 CPUtime=0.02 cores=1,3,5,7
/proc/20728/task/20734/stat : 20734 (java) S 20726 20726 19026 0 -1 1077944384 2088 0 0 0 1 1 0 0 20 0 19 0 474828536 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316512340336 140317571828354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20735] ppid=20726 vsize=15417412 memory=2616 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20735/stat : 20735 (java) S 20726 20726 19026 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 474828537 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316511286368 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20736] ppid=20726 vsize=15417412 memory=2604 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20736/stat : 20736 (java) S 20726 20726 19026 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 474828537 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316510233472 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20737] ppid=20726 vsize=15417412 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20737/stat : 20737 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474828539 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316509181776 140317571835803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20738] ppid=20726 vsize=15417412 memory=3284 CPUtime=1.44 cores=1,3,5,7
/proc/20728/task/20738/stat : 20738 (java) S 20726 20726 19026 0 -1 1077944384 7380 0 0 0 143 1 0 0 20 0 19 0 474828539 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316508130160 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20739] ppid=20726 vsize=15417412 memory=1456 CPUtime=1.52 cores=1,3,5,7
/proc/20728/task/20739/stat : 20739 (java) S 20726 20726 19026 0 -1 1077944384 6881 0 0 0 151 1 0 0 20 0 19 0 474828539 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316507077360 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20740] ppid=20726 vsize=15417412 memory=813264 CPUtime=0.68 cores=1,3,5,7
/proc/20728/task/20740/stat : 20740 (java) S 20726 20726 19026 0 -1 1077944384 6180 0 0 0 67 1 0 0 20 0 19 0 474828539 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316506024560 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20741] ppid=20726 vsize=15417412 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20741/stat : 20741 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474828539 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316504972000 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20742] ppid=20726 vsize=15417412 memory=3156 CPUtime=0.04 cores=1,3,5,7
/proc/20728/task/20742/stat : 20742 (java) S 20726 20726 19026 0 -1 1077944384 475 0 0 0 0 4 0 0 20 0 19 0 474828540 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316503919280 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20743] ppid=20726 vsize=15417412 memory=1456 CPUtime=112.6 cores=1,3,5,7
/proc/20728/task/20743/stat : 20743 (java) R 20726 20726 19026 0 -1 4202560 831 0 0 0 11260 0 0 0 20 0 19 0 474828794 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316494936872 140317208301500 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20744] ppid=20726 vsize=15417412 memory=1355760 CPUtime=111.73 cores=1,3,5,7
/proc/20728/task/20744/stat : 20744 (java) R 20726 20726 19026 0 -1 4202560 3141 0 0 0 11170 3 0 0 20 0 19 0 474828794 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316493886072 140317208018917 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20745] ppid=20726 vsize=15417412 memory=1660 CPUtime=111.44 cores=1,3,5,7
/proc/20728/task/20745/stat : 20745 (java) R 20726 20726 19026 0 -1 4202560 1098 0 0 0 11144 0 0 0 20 0 19 0 474828794 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316492832144 140317207852024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20746] ppid=20726 vsize=15417412 memory=1432 CPUtime=111.93 cores=1,3,5,7
/proc/20728/task/20746/stat : 20746 (java) R 20726 20726 19026 0 -1 4202560 3650 0 0 0 11189 4 0 0 20 0 19 0 474828794 15787429888 363006 33554432000 4194304 4196468 140730476656848 140316491782560 140317208018725 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
Current children cumulated CPU time: 455.21 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1453480 KiB

[startup+116.002 s]
/proc/loadavg: 8.29 8.13 6.07 9/237 20754
/proc/meminfo: memFree=5045920/32770624 swapFree=66966844/67108860
[pid=20726] ppid=20723 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/20726/stat : 20726 (xcsp3-exec) S 20723 20726 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 474828533 115843072 364 33554432000 4194304 5098028 140728381203696 140728381201800 140681648202364 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 32440320 140728381211478 140728381211737 140728381211737 140728381214662 0
/proc/20726/statm: 28282 364 305 221 0 87 0
[pid=20728] ppid=20726 vsize=15417412 memory=1452036 CPUtime=456 cores=1,3,5,7
/proc/20728/stat : 20728 (java) S 20726 20726 19026 0 -1 1077944320 46264 0 0 0 45521 79 0 0 20 0 19 0 474828534 15787429888 363009 33554432000 4194304 4196468 140730476656848 140730476639392 140317571817207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
/proc/20728/statm: 3854353 363009 3507 1 0 3815453 0
[pid=20728/tid=20729] ppid=20726 vsize=15417412 memory=27 CPUtime=2.36 cores=1,3,5,7
/proc/20728/task/20729/stat : 20729 (java) S 20726 20726 19026 0 -1 1077944384 9319 0 0 0 227 9 0 0 20 0 19 0 474828534 15787429888 363009 33554432000 4194304 4196468 140730476656848 140317576057984 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20730] ppid=20726 vsize=15417412 memory=27 CPUtime=0.33 cores=1,3,5,7
/proc/20728/task/20730/stat : 20730 (java) S 20726 20726 19026 0 -1 1077944384 688 0 0 0 20 13 0 0 20 0 19 0 474828535 15787429888 363009 33554432000 4194304 4196468 140730476656848 140317524438160 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20731] ppid=20726 vsize=15417412 memory=2 CPUtime=0.34 cores=1,3,5,7
/proc/20728/task/20731/stat : 20731 (java) S 20726 20726 19026 0 -1 1077944384 1089 0 0 0 20 14 0 0 20 0 19 0 474828535 15787429888 363009 33554432000 4194304 4196468 140730476656848 140317523385360 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20732] ppid=20726 vsize=15417412 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/20728/task/20732/stat : 20732 (java) S 20726 20726 19026 0 -1 1077944384 379 0 0 0 20 14 0 0 20 0 19 0 474828535 15787429888 363009 33554432000 4194304 4196468 140730476656848 140317522332560 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20733] ppid=20726 vsize=15417412 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/20728/task/20733/stat : 20733 (java) S 20726 20726 19026 0 -1 1077944384 1269 0 0 0 20 13 0 0 20 0 19 0 474828535 15787429888 363009 33554432000 4194304 4196468 140730476656848 140317161347856 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20734] ppid=20726 vsize=15417412 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20728/task/20734/stat : 20734 (java) S 20726 20726 19026 0 -1 1077944384 2088 0 0 0 1 1 0 0 20 0 19 0 474828536 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316512340336 140317571828354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20735] ppid=20726 vsize=15417412 memory=144 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20735/stat : 20735 (java) S 20726 20726 19026 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 474828537 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316511286368 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20736] ppid=20726 vsize=15417412 memory=152 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20736/stat : 20736 (java) S 20726 20726 19026 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 474828537 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316510233472 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20737] ppid=20726 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20737/stat : 20737 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474828539 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316509181776 140317571835803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20738] ppid=20726 vsize=15417412 memory=-7015571776718027611 CPUtime=1.44 cores=1,3,5,7
/proc/20728/task/20738/stat : 20738 (java) S 20726 20726 19026 0 -1 1077944384 7380 0 0 0 143 1 0 0 20 0 19 0 474828539 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316508130160 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20739] ppid=20726 vsize=15417412 memory=-2746958450906831424 CPUtime=1.52 cores=1,3,5,7
/proc/20728/task/20739/stat : 20739 (java) S 20726 20726 19026 0 -1 1077944384 7320 0 0 0 151 1 0 0 20 0 19 0 474828539 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316507077360 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20740] ppid=20726 vsize=15417412 memory=-6305713918733214336 CPUtime=0.68 cores=1,3,5,7
/proc/20728/task/20740/stat : 20740 (java) S 20726 20726 19026 0 -1 1077944384 6180 0 0 0 67 1 0 0 20 0 19 0 474828539 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316506024560 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20741] ppid=20726 vsize=15417412 memory=-7306078124859413038 CPUtime=0 cores=1,3,5,7
/proc/20728/task/20741/stat : 20741 (java) S 20726 20726 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 474828539 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316504972000 140317571827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20742] ppid=20726 vsize=15417412 memory=-1088251628401078322 CPUtime=0.04 cores=1,3,5,7
/proc/20728/task/20742/stat : 20742 (java) S 20726 20726 19026 0 -1 1077944384 475 0 0 0 0 4 0 0 20 0 19 0 474828540 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316503919280 140317571828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20743] ppid=20726 vsize=15417412 memory=-6512586043418291342 CPUtime=112.8 cores=1,3,5,7
/proc/20728/task/20743/stat : 20743 (java) R 20726 20726 19026 0 -1 4202560 831 0 0 0 11280 0 0 0 20 0 19 0 474828794 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316494936872 140317208020083 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20744] ppid=20726 vsize=15417412 memory=7450753028440088938 CPUtime=111.92 cores=1,3,5,7
/proc/20728/task/20744/stat : 20744 (java) R 20726 20726 19026 0 -1 4202560 3146 0 0 0 11189 3 0 0 20 0 19 0 474828794 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316493886072 140317208020161 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20745] ppid=20726 vsize=15417412 memory=6009306496147679060 CPUtime=111.64 cores=1,3,5,7
/proc/20728/task/20745/stat : 20745 (java) R 20726 20726 19026 0 -1 4202560 1098 0 0 0 11164 0 0 0 20 0 19 0 474828794 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316492832144 140317208305307 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
[pid=20728/tid=20746] ppid=20726 vsize=15417412 memory=1056 CPUtime=112.12 cores=1,3,5,7
/proc/20728/task/20746/stat : 20746 (java) R 20726 20726 19026 0 -1 4202560 3666 0 0 0 11208 4 0 0 20 0 19 0 474828794 15787429888 363009 33554432000 4194304 4196468 140730476656848 140316491780792 140317208301569 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16060416 140730476663771 140730476663946 140730476663946 140730476666831 0
Current children cumulated CPU time: 456 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1453492 KiB

Child status: 0
Real time (s): 116.07
CPU time (s): 456.222
CPU user time (s): 455.411
CPU system time (s): 0.810674
CPU usage (%): 393.057
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 1453492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 455.411
system time used= 0.810674
maximum resident set size= 1452260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48124
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5401
involuntary context switches= 6967


# summary of solver processes directly reported to runsolver:
#   pid: 20726
#   total CPU time (s): 456.222
#   total CPU user time (s): 455.411
#   total CPU system time (s): 0.810674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.718235 second user time and 1.42616 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 16:14:39
IDJOB=4403580
IDBENCH=121537
IDSOLVER=2863
FILE ID=node145/4403580-1568988921
RUNJOBID= node145-1568987924-19058
PBS_JOBID= 21704638
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Random/Random-RB-3-24-24f/rand-3-24-24-76-632f-49.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 /var/tmp/evaluation-result-4403580-1568988921/watcher-4403580-1568988921 -o /var/tmp/evaluation-result-4403580-1568988921/solver-4403580-1568988921 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568987924-19058 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1976985063 HOME/instance-4403580-1568988921.xml

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

MD5SUM BENCH= eb1071698302cc934647f3ac3e5db9c3
RANDOM SEED=1976985063

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
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:         6494820 kB
MemAvailable:   31025640 kB
Buffers:          149412 kB
Cached:         24335084 kB
SwapCached:        32484 kB
Active:         13014220 kB
Inactive:       12299308 kB
Active(anon):     796124 kB
Inactive(anon):    82668 kB
Active(file):   12218096 kB
Inactive(file): 12216640 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             29268 kB
Writeback:             0 kB
AnonPages:        789820 kB
Mapped:            65460 kB
Shmem:             40640 kB
Slab:             553604 kB
SReclaimable:     524544 kB
SUnreclaim:        29060 kB
KernelStack:        4064 kB
PageTables:         6944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2020920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    677888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node145 at 2019-09-20 16:16:35