Trace number 4272318

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 5a (2017-07-26)SAT 17.7335 10.0623

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-035.xml
MD5SUMfe30f006f3af9f6842518347a037ed7d
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 benchmark0.066059001
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints36
Number of domains2
Minimum domain size34
Maximum domain size35
Distribution of domain sizes[{"size":34,"count":34},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":33}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":34},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints34
Distribution of constraint types[{"type":"intension","count":34},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272318-1502743496.xml"  -tl '2520s' -p 1 -x 3
0.05/0.30	c [HOME/instance-4272318-1502743496.xml, -tl, 2520s, -p, 1, -x, 3]
0.24/0.36	c simple solver
0.41/0.43	c parse instance...
0.82/0.63	c solve instance...
17.65/10.05	s SATISFIABLE
17.65/10.05	v <instantiation>
17.65/10.05	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] </list>
17.65/10.05	v 	<values>15 19 12 21 13 1 32 4 29 7 26 10 23 20 14 24 9 27 6 30 3 33 0 34 2 31 5 28 8 25 11 22 17 16 18 4 7 9 8 12 31 28 25 22 19 16 13 3 6 10 15 18 21 24 27 30 33 34 32 29 26 23 20 17 14 11 5 1 2 </values>
17.65/10.05	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 (15003 MiB free)
  memory of node 1: 16384 MiB (15253 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272318-1502743496/watcher-4272318-1502743496 -o /tmp/evaluation-result-4272318-1502743496/solver-4272318-1502743496 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 614886541 HOME/instance-4272318-1502743496.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=19370, runsolver pid=19367

[startup+0.100219 s]*
/proc/loadavg: 2.24 1.83 1.68 3/203 19372
/proc/meminfo: memFree=30982324/32770624 swapFree=67108860/67108860
[pid=19370] ppid=19367 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19370/stat : 19370 (xcsp3-exec) S 19367 19370 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28232230 9740288 345 18446744073709551615 4194304 5098028 140725618929264 140725618927368 139843750285948 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 28073984 140725618938234 140725618938438 140725618938438 140725618941931 0
/proc/19370/statm: 2378 345 289 221 0 87 0
[pid=19372] ppid=19370 vsize=13356504 memory=10656 CPUtime=0 cores=1,3,5,7
/proc/19372/stat : 19372 (java) S 19370 19370 7968 0 -1 1077944320 2464 0 0 0 0 0 0 0 20 0 6 0 28232240 13677060096 2664 18446744073709551615 4194304 4196468 140723742678992 140723742661536 140499593977591 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
/proc/19372/statm: 3339126 2664 1203 1 0 3329096 0
[pid=19372/tid=19373] ppid=19370 vsize=13356504 memory=-7666416650606639742 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19373/stat : 19373 (java) R 19370 19370 7968 0 -1 4202560 1235 0 0 0 0 0 0 0 20 0 6 0 28232240 13677060096 2730 18446744073709551615 4194304 4196468 140723742678992 140499598219368 140499579892396 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19374] ppid=19370 vsize=13356504 memory=-6623551257525838759 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19374/stat : 19374 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 28232241 13677060096 2730 18446744073709551615 4194304 4196468 140723742678992 140499528411792 140499593987797 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19375] ppid=19370 vsize=13356504 memory=140440890381952 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19375/stat : 19375 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 28232241 13677060096 2730 18446744073709551615 4194304 4196468 140723742678992 140499527358992 140499593987797 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19376] ppid=19370 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19376/stat : 19376 (java) S 19370 19370 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 28232241 13677060096 2730 18446744073709551615 4194304 4196468 140723742678992 140499526306192 140499593987797 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19377] ppid=19370 vsize=13356504 memory=-1807685287725067907 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19377/stat : 19377 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 28232241 13677060096 2730 18446744073709551615 4194304 4196468 140723742678992 140499525253392 140499593987797 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12036 KiB

[startup+0.210312 s]*
/proc/loadavg: 2.24 1.83 1.68 2/216 19385
/proc/meminfo: memFree=30970976/32770624 swapFree=67108860/67108860
[pid=19370] ppid=19367 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19370/stat : 19370 (xcsp3-exec) S 19367 19370 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28232230 9740288 345 18446744073709551615 4194304 5098028 140725618929264 140725618927368 139843750285948 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 28073984 140725618938234 140725618938438 140725618938438 140725618941931 0
/proc/19370/statm: 2378 345 289 221 0 87 0
[pid=19372] ppid=19370 vsize=13907304 memory=22144 CPUtime=0.05 cores=1,3,5,7
/proc/19372/stat : 19372 (java) S 19370 19370 7968 0 -1 1077944320 4929 0 0 0 4 1 0 0 20 0 14 0 28232240 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140723742661536 140499593977591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
/proc/19372/statm: 3476826 5536 2568 1 0 3466323 0
[pid=19372/tid=19373] ppid=19370 vsize=13907304 memory=-7666416650606639742 CPUtime=0.04 cores=1,3,5,7
/proc/19372/task/19373/stat : 19373 (java) D 19370 19370 7968 0 -1 4202560 3105 0 0 0 4 0 0 0 20 0 14 0 28232240 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499598215072 140499593999613 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19374] ppid=19370 vsize=13907304 memory=-6623551257525838759 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19374/stat : 19374 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 28232241 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499528411792 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19375] ppid=19370 vsize=13907304 memory=140440890381952 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19375/stat : 19375 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 28232241 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499527358992 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19376] ppid=19370 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19376/stat : 19376 (java) S 19370 19370 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 28232241 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499526306192 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19377] ppid=19370 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19377/stat : 19377 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 28232241 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499525253392 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19378] ppid=19370 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19378/stat : 19378 (java) S 19370 19370 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 28232243 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499072011120 140499593988738 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19379] ppid=19370 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19379/stat : 19379 (java) S 19370 19370 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 28232243 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499070957088 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19380] ppid=19370 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19380/stat : 19380 (java) S 19370 19370 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 28232243 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499069904240 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19381] ppid=19370 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19381/stat : 19381 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 28232246 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499068852560 140499593996187 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19382] ppid=19370 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19382/stat : 19382 (java) S 19370 19370 7968 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 14 0 28232246 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499067799920 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19383] ppid=19370 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19383/stat : 19383 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 28232246 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499066747120 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19384] ppid=19370 vsize=13907304 memory=140440890381952 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19384/stat : 19384 (java) S 19370 19370 7968 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 14 0 28232246 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499065694320 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19385] ppid=19370 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19385/stat : 19385 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 28232246 14241079296 5536 18446744073709551615 4194304 4196468 140723742678992 140499064641760 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23524 KiB

[startup+0.310252 s]*
/proc/loadavg: 2.24 1.83 1.68 5/217 19386
/proc/meminfo: memFree=30963188/32770624 swapFree=67108860/67108860
[pid=19370] ppid=19367 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19370/stat : 19370 (xcsp3-exec) S 19367 19370 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28232230 9740288 345 18446744073709551615 4194304 5098028 140725618929264 140725618927368 139843750285948 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 28073984 140725618938234 140725618938438 140725618938438 140725618941931 0
/proc/19370/statm: 2378 345 289 221 0 87 0
[pid=19372] ppid=19370 vsize=13974352 memory=34172 CPUtime=0.24 cores=1,3,5,7
/proc/19372/stat : 19372 (java) S 19370 19370 7968 0 -1 1077944320 6391 0 0 0 22 2 0 0 20 0 15 0 28232240 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140723742661536 140499593977591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
/proc/19372/statm: 3493588 8543 2989 1 0 3482964 0
[pid=19372/tid=19373] ppid=19370 vsize=13974352 memory=4278483708103473607 CPUtime=0.14 cores=1,3,5,7
/proc/19372/task/19373/stat : 19373 (java) R 19370 19370 7968 0 -1 4202560 3732 0 0 0 13 1 0 0 20 0 15 0 28232240 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499598207136 140499578058078 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19374] ppid=19370 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19374/stat : 19374 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28232241 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499528411792 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19375] ppid=19370 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19375/stat : 19375 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28232241 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499527358992 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19376] ppid=19370 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19376/stat : 19376 (java) S 19370 19370 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28232241 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499526306192 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19377] ppid=19370 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19377/stat : 19377 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28232241 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499525253392 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19378] ppid=19370 vsize=13974352 memory=140440733253824 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19378/stat : 19378 (java) S 19370 19370 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28232243 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499072011120 140499593988738 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19379] ppid=19370 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19379/stat : 19379 (java) S 19370 19370 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28232243 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499070957088 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19380] ppid=19370 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19380/stat : 19380 (java) S 19370 19370 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28232243 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499069904240 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19381] ppid=19370 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19381/stat : 19381 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28232246 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499068852560 140499593996187 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19382] ppid=19370 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19372/task/19382/stat : 19382 (java) S 19370 19370 7968 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 15 0 28232246 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499067799920 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19383] ppid=19370 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19383/stat : 19383 (java) S 19370 19370 7968 0 -1 1077944384 271 0 0 0 0 0 0 0 20 0 15 0 28232246 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499066747120 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19384] ppid=19370 vsize=13974352 memory=140440890381952 CPUtime=0.05 cores=1,3,5,7
/proc/19372/task/19384/stat : 19384 (java) R 19370 19370 7968 0 -1 4202560 688 0 0 0 5 0 0 0 20 0 15 0 28232246 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499065694320 140499593998938 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19385] ppid=19370 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19385/stat : 19385 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28232246 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499064641760 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19386] ppid=19370 vsize=13974352 memory=140440890381952 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19386/stat : 19386 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28232253 14309736448 8543 18446744073709551615 4194304 4196468 140723742678992 140499063590064 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 35552 KiB

[startup+0.708091 s]
/proc/loadavg: 2.24 1.83 1.68 4/217 19386
/proc/meminfo: memFree=30947232/32770624 swapFree=67108860/67108860
[pid=19370] ppid=19367 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19370/stat : 19370 (xcsp3-exec) S 19367 19370 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28232230 9740288 345 18446744073709551615 4194304 5098028 140725618929264 140725618927368 139843750285948 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 28073984 140725618938234 140725618938438 140725618938438 140725618941931 0
/proc/19370/statm: 2378 345 289 221 0 87 0
[pid=19372] ppid=19370 vsize=13980732 memory=64244 CPUtime=1.13 cores=1,3,5,7
/proc/19372/stat : 19372 (java) S 19370 19370 7968 0 -1 1077944320 13413 0 0 0 108 5 0 0 20 0 15 0 28232240 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140723742661536 140499593977591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
/proc/19372/statm: 3495183 16061 3170 1 0 3483476 0
[pid=19372/tid=19373] ppid=19370 vsize=13980732 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/19372/task/19373/stat : 19373 (java) R 19370 19370 7968 0 -1 4202560 8905 0 0 0 49 3 0 0 20 0 15 0 28232240 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499598214192 140499593989526 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19374] ppid=19370 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19374/stat : 19374 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28232241 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499528411792 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19375] ppid=19370 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19375/stat : 19375 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28232241 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499527358992 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19376] ppid=19370 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19376/stat : 19376 (java) S 19370 19370 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28232241 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499526306192 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19377] ppid=19370 vsize=13980732 memory=8242257093008177461 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19377/stat : 19377 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28232241 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499525253392 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19378] ppid=19370 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19378/stat : 19378 (java) S 19370 19370 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499072011120 140499593988738 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19379] ppid=19370 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19379/stat : 19379 (java) S 19370 19370 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499070957088 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19380] ppid=19370 vsize=13980732 memory=8692 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19380/stat : 19380 (java) S 19370 19370 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499069904240 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19381] ppid=19370 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19381/stat : 19381 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28232246 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499068852560 140499593996187 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19382] ppid=19370 vsize=13980732 memory=9916 CPUtime=0.17 cores=1,3,5,7
/proc/19372/task/19382/stat : 19382 (java) R 19370 19370 7968 0 -1 4202560 1087 0 0 0 17 0 0 0 20 0 15 0 28232246 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499067786384 140499575498659 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19383] ppid=19370 vsize=13980732 memory=1200 CPUtime=0.14 cores=1,3,5,7
/proc/19372/task/19383/stat : 19383 (java) R 19370 19370 7968 0 -1 4202560 752 0 0 0 14 0 0 0 20 0 15 0 28232246 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499066737952 140499573229723 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19384] ppid=19370 vsize=13980732 memory=15872 CPUtime=0.26 cores=1,3,5,7
/proc/19372/task/19384/stat : 19384 (java) R 19370 19370 7968 0 -1 4202560 1364 0 0 0 26 0 0 0 20 0 15 0 28232246 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499065693504 140499573692372 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19385] ppid=19370 vsize=13980732 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19385/stat : 19385 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28232246 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499064641760 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19386] ppid=19370 vsize=13980732 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19386/stat : 19386 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28232253 14316269568 16061 18446744073709551615 4194304 4196468 140723742678992 140499063590064 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65624 KiB

[startup+1.50085 s]
/proc/loadavg: 2.24 1.83 1.68 5/217 19386
/proc/meminfo: memFree=30899528/32770624 swapFree=67108860/67108860
[pid=19370] ppid=19367 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19370/stat : 19370 (xcsp3-exec) S 19367 19370 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28232230 9740288 345 18446744073709551615 4194304 5098028 140725618929264 140725618927368 139843750285948 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 28073984 140725618938234 140725618938438 140725618938438 140725618941931 0
/proc/19370/statm: 2378 345 289 221 0 87 0
[pid=19372] ppid=19370 vsize=13980732 memory=157432 CPUtime=3.71 cores=1,3,5,7
/proc/19372/stat : 19372 (java) S 19370 19370 7968 0 -1 1077944320 28796 0 0 0 363 8 0 0 20 0 15 0 28232240 14316269568 39358 18446744073709551615 4194304 4196468 140723742678992 140723742661536 140499593977591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
/proc/19372/statm: 3495183 39358 3194 1 0 3483476 0
[pid=19372/tid=19373] ppid=19370 vsize=13980732 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/19372/task/19373/stat : 19373 (java) R 19370 19370 7968 0 -1 4202560 9411 0 0 0 127 5 0 0 20 0 15 0 28232240 14316269568 39358 18446744073709551615 4194304 4196468 140723742678992 140499598213496 140499205451840 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19374] ppid=19370 vsize=13980732 memory=137848 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19374/stat : 19374 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28232241 14316269568 39358 18446744073709551615 4194304 4196468 140723742678992 140499528411792 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19375] ppid=19370 vsize=13980732 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19375/stat : 19375 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28232241 14316269568 39358 18446744073709551615 4194304 4196468 140723742678992 140499527358992 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19376] ppid=19370 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19376/stat : 19376 (java) S 19370 19370 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28232241 14316269568 39358 18446744073709551615 4194304 4196468 140723742678992 140499526306192 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19377] ppid=19370 vsize=13980732 memory=792 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19377/stat : 19377 (java) S 19370 19370 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28232241 14316269568 39358 18446744073709551615 4194304 4196468 140723742678992 140499525253392 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19378] ppid=19370 vsize=13980732 memory=8692 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19378/stat : 19378 (java) S 19370 19370 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 39358 18446744073709551615 4194304 4196468 140723742678992 140499072011120 140499593988738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19379] ppid=19370 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19379/stat : 19379 (java) S 19370 19370 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 39358 18446744073709551615 4194304 4196468 140723742678992 140499070957088 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19380] ppid=19370 vsize=13980732 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19380/stat : 19380 (java) S 19370 19370 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 39358 18446744073709551615 4194304 4196468 140723742678992 140499069904240 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19381] ppid=19370 vsize=13980732 memory=1200 CPUtime=0 cores=1,3,5,7

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

/proc/19370/stat : 19370 (xcsp3-exec) S 19367 19370 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28232230 9740288 345 18446744073709551615 4194304 5098028 140725618929264 140725618927368 139843750285948 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 28073984 140725618938234 140725618938438 140725618938438 140725618941931 0
/proc/19370/statm: 2378 345 289 221 0 87 0
[pid=19372] ppid=19370 vsize=13980732 memory=244884 CPUtime=15.48 cores=1,3,5,7
/proc/19372/stat : 19372 (java) S 19370 19370 7968 0 -1 1077944320 44998 0 0 0 1532 16 0 0 20 0 15 0 28232240 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140723742661536 140499593977591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
/proc/19372/statm: 3495183 61221 3242 1 0 3483476 0
[pid=19372/tid=19373] ppid=19370 vsize=13980732 memory=4278483708103473607 CPUtime=7.76 cores=1,3,5,7
/proc/19372/task/19373/stat : 19373 (java) R 19370 19370 7968 0 -1 4202560 11267 0 0 0 770 6 0 0 20 0 15 0 28232240 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499598213808 140499205451840 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19374] ppid=19370 vsize=13980732 memory=-7003737579269690708 CPUtime=0.04 cores=1,3,5,7
/proc/19372/task/19374/stat : 19374 (java) S 19370 19370 7968 0 -1 1077944384 174 0 0 0 3 1 0 0 20 0 15 0 28232241 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499528411792 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19375] ppid=19370 vsize=13980732 memory=49 CPUtime=0.05 cores=1,3,5,7
/proc/19372/task/19375/stat : 19375 (java) S 19370 19370 7968 0 -1 1077944384 245 0 0 0 4 1 0 0 20 0 15 0 28232241 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499527358992 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19376] ppid=19370 vsize=13980732 memory=108 CPUtime=0.04 cores=1,3,5,7
/proc/19372/task/19376/stat : 19376 (java) S 19370 19370 7968 0 -1 1077944384 631 0 0 0 4 0 0 0 20 0 15 0 28232241 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499526306192 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19377] ppid=19370 vsize=13980732 memory=113 CPUtime=0.05 cores=1,3,5,7
/proc/19372/task/19377/stat : 19377 (java) S 19370 19370 7968 0 -1 1077944384 787 0 0 0 4 1 0 0 20 0 15 0 28232241 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499525253392 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19378] ppid=19370 vsize=13980732 memory=138 CPUtime=0.01 cores=1,3,5,7
/proc/19372/task/19378/stat : 19378 (java) S 19370 19370 7968 0 -1 1077944384 380 0 0 0 1 0 0 0 20 0 15 0 28232243 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499072011120 140499593988738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19379] ppid=19370 vsize=13980732 memory=27 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19379/stat : 19379 (java) S 19370 19370 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499070957088 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19380] ppid=19370 vsize=13980732 memory=280877573793581 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19380/stat : 19380 (java) S 19370 19370 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499069904240 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19381] ppid=19370 vsize=13980732 memory=26532 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19381/stat : 19381 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28232246 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499068852560 140499593996187 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19382] ppid=19370 vsize=13980732 memory=6944656591801720226 CPUtime=3.5 cores=1,3,5,7
/proc/19372/task/19382/stat : 19382 (java) S 19370 19370 7968 0 -1 1077944384 12207 0 0 0 349 1 0 0 20 0 15 0 28232246 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499067799920 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19383] ppid=19370 vsize=13980732 memory=3868 CPUtime=3.28 cores=1,3,5,7
/proc/19372/task/19383/stat : 19383 (java) S 19370 19370 7968 0 -1 1077944384 12519 0 0 0 326 2 0 0 20 0 15 0 28232246 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499066747120 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19384] ppid=19370 vsize=13980732 memory=3904 CPUtime=0.68 cores=1,3,5,7
/proc/19372/task/19384/stat : 19384 (java) S 19370 19370 7968 0 -1 1077944384 5411 0 0 0 67 1 0 0 20 0 15 0 28232246 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499065694320 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19385] ppid=19370 vsize=13980732 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19385/stat : 19385 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28232246 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499064641760 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19386] ppid=19370 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19386/stat : 19386 (java) S 19370 19370 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 28232253 14316269568 61221 18446744073709551615 4194304 4196468 140723742678992 140499063590064 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
Current children cumulated CPU time: 15.48 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 246264 KiB

[startup+8.80078 s]
/proc/loadavg: 2.22 1.83 1.68 3/217 19386
/proc/meminfo: memFree=30748032/32770624 swapFree=67108860/67108860
[pid=19370] ppid=19367 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19370/stat : 19370 (xcsp3-exec) S 19367 19370 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28232230 9740288 345 18446744073709551615 4194304 5098028 140725618929264 140725618927368 139843750285948 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 28073984 140725618938234 140725618938438 140725618938438 140725618941931 0
/proc/19370/statm: 2378 345 289 221 0 87 0
[pid=19372] ppid=19370 vsize=13980732 memory=244904 CPUtime=16.3 cores=1,3,5,7
/proc/19372/stat : 19372 (java) S 19370 19370 7968 0 -1 1077944320 45112 0 0 0 1613 17 0 0 20 0 15 0 28232240 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140723742661536 140499593977591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
/proc/19372/statm: 3495183 61226 3242 1 0 3483476 0
[pid=19372/tid=19373] ppid=19370 vsize=13980732 memory=280881466417760 CPUtime=8.55 cores=1,3,5,7
/proc/19372/task/19373/stat : 19373 (java) R 19370 19370 7968 0 -1 4202560 11279 0 0 0 849 6 0 0 20 0 15 0 28232240 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499598213760 140499206075121 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19374] ppid=19370 vsize=13980732 memory=280881466698528 CPUtime=0.04 cores=1,3,5,7
/proc/19372/task/19374/stat : 19374 (java) S 19370 19370 7968 0 -1 1077944384 174 0 0 0 3 1 0 0 20 0 15 0 28232241 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499528411792 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19375] ppid=19370 vsize=13980732 memory=1380 CPUtime=0.05 cores=1,3,5,7
/proc/19372/task/19375/stat : 19375 (java) S 19370 19370 7968 0 -1 1077944384 245 0 0 0 4 1 0 0 20 0 15 0 28232241 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499527358992 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19376] ppid=19370 vsize=13980732 memory=244904 CPUtime=0.04 cores=1,3,5,7
/proc/19372/task/19376/stat : 19376 (java) S 19370 19370 7968 0 -1 1077944384 631 0 0 0 4 0 0 0 20 0 15 0 28232241 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499526306192 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19377] ppid=19370 vsize=13980732 memory=14410436439181270 CPUtime=0.05 cores=1,3,5,7
/proc/19372/task/19377/stat : 19377 (java) S 19370 19370 7968 0 -1 1077944384 787 0 0 0 4 1 0 0 20 0 15 0 28232241 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499525253392 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19378] ppid=19370 vsize=13980732 memory=9916 CPUtime=0.01 cores=1,3,5,7
/proc/19372/task/19378/stat : 19378 (java) S 19370 19370 7968 0 -1 1077944384 380 0 0 0 1 0 0 0 20 0 15 0 28232243 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499072011120 140499593988738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19379] ppid=19370 vsize=13980732 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19379/stat : 19379 (java) S 19370 19370 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499070957088 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19380] ppid=19370 vsize=13980732 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19380/stat : 19380 (java) S 19370 19370 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499069904240 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19381] ppid=19370 vsize=13980732 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19381/stat : 19381 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28232246 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499068852560 140499593996187 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19382] ppid=19370 vsize=13980732 memory=16444 CPUtime=3.51 cores=1,3,5,7
/proc/19372/task/19382/stat : 19382 (java) S 19370 19370 7968 0 -1 1077944384 12272 0 0 0 350 1 0 0 20 0 15 0 28232246 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499067799920 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19383] ppid=19370 vsize=13980732 memory=11460 CPUtime=3.29 cores=1,3,5,7
/proc/19372/task/19383/stat : 19383 (java) S 19370 19370 7968 0 -1 1077944384 12519 0 0 0 327 2 0 0 20 0 15 0 28232246 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499066747120 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19384] ppid=19370 vsize=13980732 memory=1236 CPUtime=0.68 cores=1,3,5,7
/proc/19372/task/19384/stat : 19384 (java) S 19370 19370 7968 0 -1 1077944384 5448 0 0 0 67 1 0 0 20 0 15 0 28232246 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499065694320 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19385] ppid=19370 vsize=13980732 memory=640 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19385/stat : 19385 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28232246 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499064641760 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19386] ppid=19370 vsize=13980732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19386/stat : 19386 (java) S 19370 19370 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 28232253 14316269568 61226 18446744073709551615 4194304 4196468 140723742678992 140499063590064 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
Current children cumulated CPU time: 16.3 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 246284 KiB

[startup+9.60075 s]
/proc/loadavg: 2.22 1.83 1.68 3/217 19386
/proc/meminfo: memFree=30738572/32770624 swapFree=67108860/67108860
[pid=19370] ppid=19367 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19370/stat : 19370 (xcsp3-exec) S 19367 19370 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28232230 9740288 345 18446744073709551615 4194304 5098028 140725618929264 140725618927368 139843750285948 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 28073984 140725618938234 140725618938438 140725618938438 140725618941931 0
/proc/19370/statm: 2378 345 289 221 0 87 0
[pid=19372] ppid=19370 vsize=13980732 memory=253264 CPUtime=17.23 cores=1,3,5,7
/proc/19372/stat : 19372 (java) S 19370 19370 7968 0 -1 1077944320 45281 0 0 0 1705 18 0 0 20 0 15 0 28232240 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140723742661536 140499593977591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
/proc/19372/statm: 3495183 63316 3242 1 0 3483476 0
[pid=19372/tid=19373] ppid=19370 vsize=13980732 memory=-9110635228796802480 CPUtime=9.34 cores=1,3,5,7
/proc/19372/task/19373/stat : 19373 (java) R 19370 19370 7968 0 -1 4202560 11286 0 0 0 928 6 0 0 20 0 15 0 28232240 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499598214664 140499208284151 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19374] ppid=19370 vsize=13980732 memory=-1161699032755954013 CPUtime=0.05 cores=1,3,5,7
/proc/19372/task/19374/stat : 19374 (java) S 19370 19370 7968 0 -1 1077944384 181 0 0 0 4 1 0 0 20 0 15 0 28232241 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499528411792 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19375] ppid=19370 vsize=13980732 memory=1380 CPUtime=0.06 cores=1,3,5,7
/proc/19372/task/19375/stat : 19375 (java) S 19370 19370 7968 0 -1 1077944384 250 0 0 0 5 1 0 0 20 0 15 0 28232241 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499527358992 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19376] ppid=19370 vsize=13980732 memory=244904 CPUtime=0.06 cores=1,3,5,7
/proc/19372/task/19376/stat : 19376 (java) S 19370 19370 7968 0 -1 1077944384 640 0 0 0 5 1 0 0 20 0 15 0 28232241 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499526306192 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19377] ppid=19370 vsize=13980732 memory=4629771062077588875 CPUtime=0.06 cores=1,3,5,7
/proc/19372/task/19377/stat : 19377 (java) S 19370 19370 7968 0 -1 1077944384 796 0 0 0 5 1 0 0 20 0 15 0 28232241 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499525253392 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19378] ppid=19370 vsize=13980732 memory=-8961168018402230209 CPUtime=0.01 cores=1,3,5,7
/proc/19372/task/19378/stat : 19378 (java) S 19370 19370 7968 0 -1 1077944384 380 0 0 0 1 0 0 0 20 0 15 0 28232243 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499072011120 140499593988738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19379] ppid=19370 vsize=13980732 memory=280881465917680 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19379/stat : 19379 (java) S 19370 19370 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499070957088 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19380] ppid=19370 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19380/stat : 19380 (java) S 19370 19370 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499069904240 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19381] ppid=19370 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19381/stat : 19381 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28232246 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499068852560 140499593996187 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19382] ppid=19370 vsize=13980732 memory=83262236019641 CPUtime=3.54 cores=1,3,5,7
/proc/19372/task/19382/stat : 19382 (java) S 19370 19370 7968 0 -1 1077944384 12292 0 0 0 352 2 0 0 20 0 15 0 28232246 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499067799920 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19383] ppid=19370 vsize=13980732 memory=11830 CPUtime=3.35 cores=1,3,5,7
/proc/19372/task/19383/stat : 19383 (java) S 19370 19370 7968 0 -1 1077944384 12609 0 0 0 333 2 0 0 20 0 15 0 28232246 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499066747120 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19384] ppid=19370 vsize=13980732 memory=20825 CPUtime=0.69 cores=1,3,5,7
/proc/19372/task/19384/stat : 19384 (java) S 19370 19370 7968 0 -1 1077944384 5470 0 0 0 68 1 0 0 20 0 15 0 28232246 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499065694320 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19385] ppid=19370 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19385/stat : 19385 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28232246 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499064641760 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19386] ppid=19370 vsize=13980732 memory=229740 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19386/stat : 19386 (java) S 19370 19370 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 28232253 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499063590064 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
Current children cumulated CPU time: 17.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 254644 KiB

[startup+10.0008 s]*
/proc/loadavg: 2.12 1.82 1.68 6/217 19386
/proc/meminfo: memFree=30736612/32770624 swapFree=67108860/67108860
[pid=19370] ppid=19367 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19370/stat : 19370 (xcsp3-exec) S 19367 19370 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 28232230 9740288 345 18446744073709551615 4194304 5098028 140725618929264 140725618927368 139843750285948 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 28073984 140725618938234 140725618938438 140725618938438 140725618941931 0
/proc/19370/statm: 2378 345 289 221 0 87 0
[pid=19372] ppid=19370 vsize=13980732 memory=253264 CPUtime=17.65 cores=1,3,5,7
/proc/19372/stat : 19372 (java) S 19370 19370 7968 0 -1 1077944320 45292 0 0 0 1747 18 0 0 20 0 15 0 28232240 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140723742661536 140499593977591 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
/proc/19372/statm: 3495183 63316 3242 1 0 3483476 0
[pid=19372/tid=19373] ppid=19370 vsize=13980732 memory=4278483708103473607 CPUtime=9.74 cores=1,3,5,7
/proc/19372/task/19373/stat : 19373 (java) R 19370 19370 7968 0 -1 4202560 11290 0 0 0 968 6 0 0 20 0 15 0 28232240 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499598213936 140499209657283 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19374] ppid=19370 vsize=13980732 memory=-7003737579269690708 CPUtime=0.05 cores=1,3,5,7
/proc/19372/task/19374/stat : 19374 (java) S 19370 19370 7968 0 -1 1077944384 181 0 0 0 4 1 0 0 20 0 15 0 28232241 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499528411792 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19375] ppid=19370 vsize=13980732 memory=4064 CPUtime=0.06 cores=1,3,5,7
/proc/19372/task/19375/stat : 19375 (java) S 19370 19370 7968 0 -1 1077944384 250 0 0 0 5 1 0 0 20 0 15 0 28232241 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499527358992 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19376] ppid=19370 vsize=13980732 memory=4120 CPUtime=0.06 cores=1,3,5,7
/proc/19372/task/19376/stat : 19376 (java) S 19370 19370 7968 0 -1 1077944384 640 0 0 0 5 1 0 0 20 0 15 0 28232241 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499526306192 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19377] ppid=19370 vsize=13980732 memory=4084 CPUtime=0.06 cores=1,3,5,7
/proc/19372/task/19377/stat : 19377 (java) S 19370 19370 7968 0 -1 1077944384 796 0 0 0 5 1 0 0 20 0 15 0 28232241 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499525253392 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19378] ppid=19370 vsize=13980732 memory=4580 CPUtime=0.01 cores=1,3,5,7
/proc/19372/task/19378/stat : 19378 (java) S 19370 19370 7968 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 28232243 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499072011120 140499593988738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19379] ppid=19370 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19379/stat : 19379 (java) S 19370 19370 7968 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499070957088 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19380] ppid=19370 vsize=13980732 memory=2896 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19380/stat : 19380 (java) S 19370 19370 7968 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 28232243 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499069904240 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19381] ppid=19370 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19381/stat : 19381 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28232246 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499068852560 140499593996187 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19382] ppid=19370 vsize=13980732 memory=218996 CPUtime=3.54 cores=1,3,5,7
/proc/19372/task/19382/stat : 19382 (java) S 19370 19370 7968 0 -1 1077944384 12292 0 0 0 352 2 0 0 20 0 15 0 28232246 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499067799920 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19383] ppid=19370 vsize=13980732 memory=1152 CPUtime=3.35 cores=1,3,5,7
/proc/19372/task/19383/stat : 19383 (java) S 19370 19370 7968 0 -1 1077944384 12615 0 0 0 333 2 0 0 20 0 15 0 28232246 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499066747120 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19384] ppid=19370 vsize=13980732 memory=2552 CPUtime=0.69 cores=1,3,5,7
/proc/19372/task/19384/stat : 19384 (java) S 19370 19370 7968 0 -1 1077944384 5470 0 0 0 68 1 0 0 20 0 15 0 28232246 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499065694320 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19385] ppid=19370 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19385/stat : 19385 (java) S 19370 19370 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28232246 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499064641760 140499593987797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
[pid=19372/tid=19386] ppid=19370 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19372/task/19386/stat : 19386 (java) S 19370 19370 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 28232253 14316269568 63316 18446744073709551615 4194304 4196468 140723742678992 140499063590064 140499593988738 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31072256 140723742683570 140723742683746 140723742683746 140723742687183 0
Current children cumulated CPU time: 17.65 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 254644 KiB

Child status: 0
Real time (s): 10.0623
CPU time (s): 17.7335
CPU user time (s): 17.5441
CPU system time (s): 0.189421
CPU usage (%): 176.238
Max. virtual memory (cumulated for all children) (KiB): 13991992
Max. memory (cumulated for all children) (KiB): 254644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5441
system time used= 0.189421
maximum resident set size= 254108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46130
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= 2969
involuntary context switches= 36


# summary of solver processes directly reported to runsolver:
#   pid: 19370
#   total CPU time (s): 17.7335
#   total CPU user time (s): 17.5441
#   total CPU system time (s): 0.189421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.078221 second user time and 0.157409 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-14 22:30:59
IDJOB=4272318
IDBENCH=124113
IDSOLVER=2664
FILE ID=node128/4272318-1502743496
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-035.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272318-1502743496/watcher-4272318-1502743496 -o /tmp/evaluation-result-4272318-1502743496/solver-4272318-1502743496 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 614886541 HOME/instance-4272318-1502743496.xml

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

MD5SUM BENCH= fe30f006f3af9f6842518347a037ed7d
RANDOM SEED=614886541

node128.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.94
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.94
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.94
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.94
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:        30983036 kB
MemAvailable:   31805856 kB
Buffers:          206724 kB
Cached:           900748 kB
SwapCached:            0 kB
Active:           547540 kB
Inactive:         820656 kB
Active(anon):     261028 kB
Inactive(anon):    16764 kB
Active(file):     286512 kB
Inactive(file):   803892 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7944 kB
Writeback:             0 kB
AnonPages:        259904 kB
Mapped:            49628 kB
Shmem:             17116 kB
Slab:             121612 kB
SReclaimable:      96504 kB
SUnreclaim:        25108 kB
KernelStack:        3504 kB
PageTables:         6292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1148488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-14 22:31:09