Trace number 4393086

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-06-14? (TO) 2527.27 800.174

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-26.xml
MD5SUMf8945e9ee38ae25fe131ea9d51f4675a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark442.279
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1087
Maximum domain size1185
Distribution of domain sizes[{"size":1087,"count":6},{"size":1088,"count":2},{"size":1089,"count":4},{"size":1090,"count":4},{"size":1091,"count":4},{"size":1092,"count":2},{"size":1093,"count":12},{"size":1094,"count":8},{"size":1095,"count":6},{"size":1096,"count":4},{"size":1097,"count":2},{"size":1098,"count":4},{"size":1099,"count":6},{"size":1101,"count":4},{"size":1102,"count":2},{"size":1103,"count":4},{"size":1104,"count":2},{"size":1105,"count":6},{"size":1106,"count":8},{"size":1107,"count":10},{"size":1108,"count":4},{"size":1109,"count":2},{"size":1110,"count":6},{"size":1111,"count":2},{"size":1112,"count":4},"...",{"size":1159,"count":10}, {"size":1160,"count":4}, {"size":1161,"count":4}, {"size":1162,"count":6}, {"size":1163,"count":10}, {"size":1164,"count":2}, {"size":1165,"count":2}, {"size":1166,"count":4}, {"size":1167,"count":2}, {"size":1168,"count":2}, {"size":1170,"count":8}, {"size":1171,"count":2}, {"size":1173,"count":4}, {"size":1174,"count":4}, {"size":1175,"count":4}, {"size":1176,"count":6}, {"size":1177,"count":2}, {"size":1178,"count":4}, {"size":1179,"count":4}, {"size":1180,"count":8}, {"size":1181,"count":10}, {"size":1182,"count":6}, {"size":1183,"count":4}, {"size":1184,"count":6}, {"size":1185,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
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-4393086-1568349836.xml"  -tl '2520s' -p 4
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4393086-1568349836.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393086-1568349836/watcher-4393086-1568349836 -o /tmp/evaluation-result-4393086-1568349836/solver-4393086-1568349836 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4479 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 430162802 HOME/instance-4393086-1568349836.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=11540, runsolver pid=11537

[startup+0.105191 s]*
/proc/loadavg: 7.01 6.77 6.63 7/232 11556
/proc/meminfo: memFree=13017164/32770624 swapFree=66959216/67108860
[pid=11540] ppid=11537 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/11540/stat : 11540 (xcsp3-exec) S 11537 11540 3331 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 410923765 115843072 362 33554432000 4194304 5098028 140729826557088 140729826555192 140165581550204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23080960 140729826558843 140729826559085 140729826559085 140729826561994 0
/proc/11540/statm: 28282 362 304 221 0 87 0
[pid=11542] ppid=11540 vsize=15144768 memory=27496 CPUtime=0.14 cores=1,3,5,7
/proc/11542/stat : 11542 (java) S 11540 11540 3331 0 -1 1077944320 5844 0 0 0 12 2 0 0 20 0 15 0 410923765 15508242432 6874 33554432000 4194304 4196468 140736517166960 140736517149504 140157163630327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
/proc/11542/statm: 3786192 6874 3142 1 0 3748377 0
[pid=11542/tid=11543] ppid=11540 vsize=15144768 memory=8514701219881255588 CPUtime=0.1 cores=1,3,5,7
/proc/11542/task/11543/stat : 11543 (java) R 11540 11540 3331 0 -1 4202560 3654 0 0 0 9 1 0 0 20 0 15 0 410923766 15508242432 6940 33554432000 4194304 4196468 140736517166960 140157167852384 140157163651674 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11544] ppid=11540 vsize=15144768 memory=3472468444378035408 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11544/stat : 11544 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923766 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156756224400 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11545] ppid=11540 vsize=15144768 memory=140315482883712 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11545/stat : 11545 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923766 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156755171600 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11546] ppid=11540 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11546/stat : 11546 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923766 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156754119312 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11547] ppid=11540 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11547/stat : 11547 (java) S 11540 11540 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410923766 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156753066512 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11548] ppid=11540 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11548/stat : 11548 (java) S 11540 11540 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410923768 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156632345200 140157163641474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11549] ppid=11540 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11549/stat : 11549 (java) S 11540 11540 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410923768 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156631291168 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11550] ppid=11540 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11550/stat : 11550 (java) S 11540 11540 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410923768 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156630238832 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11551] ppid=11540 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11551/stat : 11551 (java) S 11540 11540 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410923771 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156629187152 140157163648923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11552] ppid=11540 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11552/stat : 11552 (java) R 11540 11540 3331 0 -1 1077944384 351 0 0 0 0 0 0 0 20 0 15 0 410923771 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156628134000 140157163641474 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11553] ppid=11540 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11553/stat : 11553 (java) R 11540 11540 3331 0 -1 4202560 138 0 0 0 0 0 0 0 20 0 15 0 410923771 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156627081200 140157163642262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11554] ppid=11540 vsize=15144768 memory=140315482883712 CPUtime=0.02 cores=1,3,5,7
/proc/11542/task/11554/stat : 11554 (java) R 11540 11540 3331 0 -1 4202560 413 0 0 0 2 0 0 0 20 0 15 0 410923771 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156626028912 140157145193871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11555] ppid=11540 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11555/stat : 11555 (java) S 11540 11540 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410923771 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156624976352 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11556] ppid=11540 vsize=15144768 memory=140315482883712 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11556/stat : 11556 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923771 15508242432 6940 33554432000 4194304 4196468 140736517166960 140156623924144 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 28944 KiB

[startup+0.214492 s]*
/proc/loadavg: 7.01 6.77 6.63 6/232 11556
/proc/meminfo: memFree=13003292/32770624 swapFree=66959216/67108860
[pid=11540] ppid=11537 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/11540/stat : 11540 (xcsp3-exec) S 11537 11540 3331 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 410923765 115843072 362 33554432000 4194304 5098028 140729826557088 140729826555192 140165581550204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23080960 140729826558843 140729826559085 140729826559085 140729826561994 0
/proc/11540/statm: 28282 362 304 221 0 87 0
[pid=11542] ppid=11540 vsize=15144768 memory=40036 CPUtime=0.35 cores=1,3,5,7
/proc/11542/stat : 11542 (java) S 11540 11540 3331 0 -1 1077944320 9733 0 0 0 31 4 0 0 20 0 15 0 410923765 15508242432 10009 33554432000 4194304 4196468 140736517166960 140736517149504 140157163630327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
/proc/11542/statm: 3786192 10009 3306 1 0 3748377 0
[pid=11542/tid=11543] ppid=11540 vsize=15144768 memory=5855082630903857826 CPUtime=0.2 cores=1,3,5,7
/proc/11542/task/11543/stat : 11543 (java) R 11540 11540 3331 0 -1 4202560 6699 0 0 0 18 2 0 0 20 0 15 0 410923766 15508242432 10009 33554432000 4194304 4196468 140736517166960 140157167865312 140157147673957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11544] ppid=11540 vsize=15144768 memory=3472468444378035408 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11544/stat : 11544 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923766 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156756224400 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11545] ppid=11540 vsize=15144768 memory=140315482883712 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11545/stat : 11545 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923766 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156755171600 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11546] ppid=11540 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11546/stat : 11546 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923766 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156754119312 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11547] ppid=11540 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11547/stat : 11547 (java) S 11540 11540 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410923766 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156753066512 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11548] ppid=11540 vsize=15144768 memory=140315482883712 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11548/stat : 11548 (java) S 11540 11540 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410923768 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156632345200 140157163641474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11549] ppid=11540 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11549/stat : 11549 (java) S 11540 11540 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410923768 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156631291168 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11550] ppid=11540 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11550/stat : 11550 (java) S 11540 11540 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410923768 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156630238832 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11551] ppid=11540 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11551/stat : 11551 (java) S 11540 11540 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410923771 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156629187152 140157163648923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11552] ppid=11540 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11542/task/11552/stat : 11552 (java) S 11540 11540 3331 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 15 0 410923771 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156628134000 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11553] ppid=11540 vsize=15144768 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11542/task/11553/stat : 11553 (java) S 11540 11540 3331 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 15 0 410923771 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156627081200 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11554] ppid=11540 vsize=15144768 memory=140315482883712 CPUtime=0.08 cores=1,3,5,7
/proc/11542/task/11554/stat : 11554 (java) R 11540 11540 3331 0 -1 4202560 937 0 0 0 8 0 0 0 20 0 15 0 410923771 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156626028912 140157143345100 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11555] ppid=11540 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11555/stat : 11555 (java) S 11540 11540 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410923771 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156624976352 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11556] ppid=11540 vsize=15144768 memory=140315482883712 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11556/stat : 11556 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923771 15508242432 10009 33554432000 4194304 4196468 140736517166960 140156623924144 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41484 KiB

[startup+0.310683 s]*
/proc/loadavg: 7.01 6.77 6.63 8/232 11556
/proc/meminfo: memFree=12997572/32770624 swapFree=66959216/67108860
[pid=11540] ppid=11537 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/11540/stat : 11540 (xcsp3-exec) S 11537 11540 3331 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 410923765 115843072 362 33554432000 4194304 5098028 140729826557088 140729826555192 140165581550204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23080960 140729826558843 140729826559085 140729826559085 140729826561994 0
/proc/11540/statm: 28282 362 304 221 0 87 0
[pid=11542] ppid=11540 vsize=15149024 memory=49304 CPUtime=0.54 cores=1,3,5,7
/proc/11542/stat : 11542 (java) S 11540 11540 3331 0 -1 1077944320 11141 0 0 0 49 5 0 0 20 0 15 0 410923765 15512600576 12326 33554432000 4194304 4196468 140736517166960 140736517149504 140157163630327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
/proc/11542/statm: 3787256 12326 3365 1 0 3748377 0
[pid=11542/tid=11543] ppid=11540 vsize=15149024 memory=8514701219880992413 CPUtime=0.3 cores=1,3,5,7
/proc/11542/task/11543/stat : 11543 (java) R 11540 11540 3331 0 -1 4202560 7817 0 0 0 27 3 0 0 20 0 15 0 410923766 15512600576 12326 33554432000 4194304 4196468 140736517166960 140157167861440 140157147710814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11544] ppid=11540 vsize=15149024 memory=3472468444378035408 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11544/stat : 11544 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923766 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156756224400 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11545] ppid=11540 vsize=15149024 memory=140315482883712 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11545/stat : 11545 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923766 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156755171600 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11546] ppid=11540 vsize=15149024 memory=7 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11546/stat : 11546 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923766 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156754119312 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11547] ppid=11540 vsize=15149024 memory=140315373742111 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11547/stat : 11547 (java) S 11540 11540 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410923766 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156753066512 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11548] ppid=11540 vsize=15149024 memory=280630747444992 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11548/stat : 11548 (java) S 11540 11540 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410923768 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156632345200 140157163641474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11549] ppid=11540 vsize=15149024 memory=140315373719055 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11549/stat : 11549 (java) S 11540 11540 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410923768 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156631291168 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11550] ppid=11540 vsize=15149024 memory=280630856611936 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11550/stat : 11550 (java) S 11540 11540 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410923768 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156630238832 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11551] ppid=11540 vsize=15149024 memory=140315373723663 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11551/stat : 11551 (java) S 11540 11540 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410923771 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156629187152 140157163648923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11552] ppid=11540 vsize=15149024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/11542/task/11552/stat : 11552 (java) R 11540 11540 3331 0 -1 4202560 675 0 0 0 5 0 0 0 20 0 15 0 410923771 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156628124384 140157145154589 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11553] ppid=11540 vsize=15149024 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/11542/task/11553/stat : 11553 (java) S 11540 11540 3331 0 -1 1077944384 249 0 0 0 3 0 0 0 20 0 15 0 410923771 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156627081200 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11554] ppid=11540 vsize=15149024 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/11542/task/11554/stat : 11554 (java) S 11540 11540 3331 0 -1 1077944384 1099 0 0 0 13 0 0 0 20 0 15 0 410923771 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156626028912 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11555] ppid=11540 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11555/stat : 11555 (java) S 11540 11540 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410923771 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156624976352 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11556] ppid=11540 vsize=15149024 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11556/stat : 11556 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923771 15512600576 12326 33554432000 4194304 4196468 140736517166960 140156623924144 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 50752 KiB

[startup+0.701153 s]
/proc/loadavg: 7.01 6.77 6.63 9/232 11556
/proc/meminfo: memFree=12975108/32770624 swapFree=66959216/67108860
[pid=11540] ppid=11537 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/11540/stat : 11540 (xcsp3-exec) S 11537 11540 3331 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 410923765 115843072 362 33554432000 4194304 5098028 140729826557088 140729826555192 140165581550204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23080960 140729826558843 140729826559085 140729826559085 140729826561994 0
/proc/11540/statm: 28282 362 304 221 0 87 0
[pid=11542] ppid=11540 vsize=15151148 memory=101364 CPUtime=1.79 cores=1,3,5,7
/proc/11542/stat : 11542 (java) S 11540 11540 3331 0 -1 1077944320 15961 0 0 0 173 6 0 0 20 0 15 0 410923765 15514775552 25341 33554432000 4194304 4196468 140736517166960 140736517149504 140157163630327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
/proc/11542/statm: 3787787 25341 3442 1 0 3748889 0
[pid=11542/tid=11543] ppid=11540 vsize=15151148 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/11542/task/11543/stat : 11543 (java) R 11540 11540 3331 0 -1 4202560 9155 0 0 0 64 4 0 0 20 0 15 0 410923766 15514775552 25341 33554432000 4194304 4196468 140736517166960 140157167866784 140157163642262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11544] ppid=11540 vsize=15151148 memory=56 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11544/stat : 11544 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923766 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156756224400 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11545] ppid=11540 vsize=15151148 memory=7238798801035015221 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11545/stat : 11545 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923766 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156755171600 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11546] ppid=11540 vsize=15151148 memory=7012755875661107284 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11546/stat : 11546 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923766 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156754119312 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11547] ppid=11540 vsize=15151148 memory=5859278125529317472 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11547/stat : 11547 (java) S 11540 11540 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410923766 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156753066512 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11548] ppid=11540 vsize=15151148 memory=2319389199337275488 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11548/stat : 11548 (java) S 11540 11540 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410923768 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156632345200 140157163641474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11549] ppid=11540 vsize=15151148 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11549/stat : 11549 (java) S 11540 11540 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410923768 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156631291168 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11550] ppid=11540 vsize=15151148 memory=776 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11550/stat : 11550 (java) S 11540 11540 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410923768 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156630238832 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11551] ppid=11540 vsize=15151148 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11551/stat : 11551 (java) S 11540 11540 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410923771 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156629187152 140157163648923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11552] ppid=11540 vsize=15151148 memory=5964 CPUtime=0.37 cores=1,3,5,7
/proc/11542/task/11552/stat : 11552 (java) R 11540 11540 3331 0 -1 1077944384 1977 0 0 0 37 0 0 0 20 0 15 0 410923771 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156628134000 140157163641474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11553] ppid=11540 vsize=15151148 memory=1060 CPUtime=0.36 cores=1,3,5,7
/proc/11542/task/11553/stat : 11553 (java) S 11540 11540 3331 0 -1 1077944384 1310 0 0 0 36 0 0 0 20 0 15 0 410923771 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156627081200 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11554] ppid=11540 vsize=15151148 memory=2828 CPUtime=0.34 cores=1,3,5,7
/proc/11542/task/11554/stat : 11554 (java) S 11540 11540 3331 0 -1 1077944384 2213 0 0 0 34 0 0 0 20 0 15 0 410923771 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156626028912 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11555] ppid=11540 vsize=15151148 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11555/stat : 11555 (java) S 11540 11540 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410923771 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156624976352 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11556] ppid=11540 vsize=15151148 memory=984 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11556/stat : 11556 (java) S 11540 11540 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410923771 15514775552 25341 33554432000 4194304 4196468 140736517166960 140156623924144 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 102812 KiB

[startup+1.50157 s]
/proc/loadavg: 7.01 6.77 6.63 6/232 11556
/proc/meminfo: memFree=12832252/32770624 swapFree=66959216/67108860
[pid=11540] ppid=11537 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/11540/stat : 11540 (xcsp3-exec) S 11537 11540 3331 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 410923765 115843072 362 33554432000 4194304 5098028 140729826557088 140729826555192 140165581550204 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23080960 140729826558843 140729826559085 140729826559085 140729826561994 0
/proc/11540/statm: 28282 362 304 221 0 87 0

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

Current children cumulated CPU time: 2520.88 s
Current children cumulated vsize: 15151148 KiB
Current children cumulated memory: 12661664 KiB

[startup+799.202 s]
/proc/loadavg: 4.71 5.71 5.99 9/229 11781
/proc/meminfo: memFree=2534632/32770624 swapFree=66959216/67108860
[pid=11542] ppid=11537 vsize=15151148 memory=12661740 CPUtime=2523.54 cores=1,3,5,7
/proc/11542/stat : 11542 (java) S 11537 11540 3331 0 -1 1077944320 710094 0 0 0 251664 690 0 0 20 0 15 0 410923765 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140736517149504 140157163630327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
/proc/11542/statm: 3787787 3165435 3502 1 0 3748889 0
[pid=11542/tid=11543] ppid=11537 vsize=15151148 memory=1984 CPUtime=151.82 cores=1,3,5,7
/proc/11542/task/11543/stat : 11543 (java) S 11537 11540 3331 0 -1 1077944384 33231 0 0 0 15137 45 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140157167868496 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11544] ppid=11537 vsize=15151148 memory=4872558044660077418 CPUtime=575.38 cores=1,3,5,7
/proc/11542/task/11544/stat : 11544 (java) R 11537 11540 3331 0 -1 4202560 141093 0 0 0 57372 166 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156756224600 140157148580904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11545] ppid=11537 vsize=15151148 memory=1660 CPUtime=574.84 cores=1,3,5,7
/proc/11542/task/11545/stat : 11545 (java) R 11537 11540 3331 0 -1 4202560 94547 0 0 0 57312 172 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156755171600 140157148615623 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11546] ppid=11537 vsize=15151148 memory=38784 CPUtime=574.72 cores=1,3,5,7
/proc/11542/task/11546/stat : 11546 (java) R 11537 11540 3331 0 -1 4202560 189740 0 0 0 57333 139 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156754119512 140157148327966 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11547] ppid=11537 vsize=15151148 memory=988 CPUtime=574.32 cores=1,3,5,7
/proc/11542/task/11547/stat : 11547 (java) R 11537 11540 3331 0 -1 4202560 98120 0 0 0 57291 141 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156753066712 140157148615611 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11548] ppid=11537 vsize=15151148 memory=2008 CPUtime=69.07 cores=1,3,5,7
/proc/11542/task/11548/stat : 11548 (java) S 11537 11540 3331 0 -1 1077944384 133488 0 0 0 6892 15 0 0 20 0 15 0 410923768 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156632343520 140157163640533 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11549] ppid=11537 vsize=15151148 memory=12661740 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11549/stat : 11549 (java) S 11537 11540 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410923768 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156631291232 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11550] ppid=11537 vsize=15151148 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11550/stat : 11550 (java) S 11537 11540 3331 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 410923768 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156630238848 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11551] ppid=11537 vsize=15151148 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11551/stat : 11551 (java) S 11537 11540 3331 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156629185152 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11552] ppid=11537 vsize=15151148 memory=984 CPUtime=1.1 cores=1,3,5,7
/proc/11542/task/11552/stat : 11552 (java) S 11537 11540 3331 0 -1 1077944384 4408 0 0 0 109 1 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156628134000 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11553] ppid=11537 vsize=15151148 memory=14004 CPUtime=1.14 cores=1,3,5,7
/proc/11542/task/11553/stat : 11553 (java) S 11537 11540 3331 0 -1 1077944384 4292 0 0 0 114 0 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156627081200 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11554] ppid=11537 vsize=15151148 memory=20760 CPUtime=0.55 cores=1,3,5,7
/proc/11542/task/11554/stat : 11554 (java) S 11537 11540 3331 0 -1 1077944384 9145 0 0 0 54 1 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156626028912 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11555] ppid=11537 vsize=15151148 memory=12661740 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11555/stat : 11555 (java) S 11537 11540 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156624976352 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11556] ppid=11537 vsize=15151148 memory=1436 CPUtime=0.51 cores=1,3,5,7
/proc/11542/task/11556/stat : 11556 (java) S 11537 11540 3331 0 -1 1077944384 652 0 0 0 22 29 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156623924144 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
Current cumulated CPU time of completed processes: 0.002222 s
Current children cumulated CPU time: 2523.54 s
Current children cumulated vsize: 15151148 KiB
Current children cumulated memory: 12661740 KiB

[startup+799.602 s]
/proc/loadavg: 4.71 5.71 5.99 9/229 11781
/proc/meminfo: memFree=2534632/32770624 swapFree=66959216/67108860
[pid=11542] ppid=11537 vsize=15151148 memory=12661740 CPUtime=2525.14 cores=1,3,5,7
/proc/11542/stat : 11542 (java) S 11537 11540 3331 0 -1 1077944320 710094 0 0 0 251824 690 0 0 20 0 15 0 410923765 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140736517149504 140157163630327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
/proc/11542/statm: 3787787 3165435 3502 1 0 3748889 0
[pid=11542/tid=11543] ppid=11537 vsize=15151148 memory=225 CPUtime=151.82 cores=1,3,5,7
/proc/11542/task/11543/stat : 11543 (java) S 11537 11540 3331 0 -1 1077944384 33231 0 0 0 15137 45 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140157167868496 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11544] ppid=11537 vsize=15151148 memory=8514701219730652318 CPUtime=575.78 cores=1,3,5,7
/proc/11542/task/11544/stat : 11544 (java) R 11537 11540 3331 0 -1 4202560 141093 0 0 0 57412 166 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156756224600 140157148583879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11545] ppid=11537 vsize=15151148 memory=776 CPUtime=575.24 cores=1,3,5,7
/proc/11542/task/11545/stat : 11545 (java) R 11537 11540 3331 0 -1 4202560 94547 0 0 0 57352 172 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156755171600 140157148583855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11546] ppid=11537 vsize=15151148 memory=1564 CPUtime=575.11 cores=1,3,5,7
/proc/11542/task/11546/stat : 11546 (java) R 11537 11540 3331 0 -1 4202560 189740 0 0 0 57372 139 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156754119512 140157148328088 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11547] ppid=11537 vsize=15151148 memory=5964 CPUtime=574.72 cores=1,3,5,7
/proc/11542/task/11547/stat : 11547 (java) R 11537 11540 3331 0 -1 4202560 98120 0 0 0 57331 141 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156753066712 140157149695157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11548] ppid=11537 vsize=15151148 memory=1060 CPUtime=69.07 cores=1,3,5,7
/proc/11542/task/11548/stat : 11548 (java) S 11537 11540 3331 0 -1 1077944384 133488 0 0 0 6892 15 0 0 20 0 15 0 410923768 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156632343520 140157163640533 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11549] ppid=11537 vsize=15151148 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11549/stat : 11549 (java) S 11537 11540 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410923768 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156631291232 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11550] ppid=11537 vsize=15151148 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11550/stat : 11550 (java) S 11537 11540 3331 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 410923768 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156630238848 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11551] ppid=11537 vsize=15151148 memory=984 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11551/stat : 11551 (java) S 11537 11540 3331 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156629185152 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11552] ppid=11537 vsize=15151148 memory=14004 CPUtime=1.1 cores=1,3,5,7
/proc/11542/task/11552/stat : 11552 (java) S 11537 11540 3331 0 -1 1077944384 4408 0 0 0 109 1 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156628134000 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11553] ppid=11537 vsize=15151148 memory=20760 CPUtime=1.14 cores=1,3,5,7
/proc/11542/task/11553/stat : 11553 (java) S 11537 11540 3331 0 -1 1077944384 4292 0 0 0 114 0 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156627081200 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11554] ppid=11537 vsize=15151148 memory=4872558044660077418 CPUtime=0.55 cores=1,3,5,7
/proc/11542/task/11554/stat : 11554 (java) S 11537 11540 3331 0 -1 1077944384 9145 0 0 0 54 1 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156626028912 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11555] ppid=11537 vsize=15151148 memory=38784 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11555/stat : 11555 (java) S 11537 11540 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156624976352 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11556] ppid=11537 vsize=15151148 memory=988 CPUtime=0.51 cores=1,3,5,7
/proc/11542/task/11556/stat : 11556 (java) S 11537 11540 3331 0 -1 1077944384 652 0 0 0 22 29 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156623924144 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
Current cumulated CPU time of completed processes: 0.002222 s
Current children cumulated CPU time: 2525.14 s
Current children cumulated vsize: 15151148 KiB
Current children cumulated memory: 12661740 KiB

[startup+800.002 s]*
/proc/loadavg: 4.89 5.73 5.99 6/229 11781
/proc/meminfo: memFree=2474988/32770624 swapFree=66959216/67108860
[pid=11542] ppid=11537 vsize=15151148 memory=12661740 CPUtime=2526.76 cores=1,3,5,7
/proc/11542/stat : 11542 (java) S 11537 11540 3331 0 -1 1077944320 710094 0 0 0 251986 690 0 0 20 0 15 0 410923765 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140736517149504 140157163630327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
/proc/11542/statm: 3787787 3165435 3502 1 0 3748889 0
[pid=11542/tid=11543] ppid=11537 vsize=15151148 memory=6791534058613427641 CPUtime=151.82 cores=1,3,5,7
/proc/11542/task/11543/stat : 11543 (java) S 11537 11540 3331 0 -1 1077944384 33231 0 0 0 15137 45 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140157167868496 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11544] ppid=11537 vsize=15151148 memory=-7003737579269690708 CPUtime=576.19 cores=1,3,5,7
/proc/11542/task/11544/stat : 11544 (java) R 11537 11540 3331 0 -1 4202560 141093 0 0 0 57453 166 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156756224600 140157148580983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11545] ppid=11537 vsize=15151148 memory=1060 CPUtime=575.65 cores=1,3,5,7
/proc/11542/task/11545/stat : 11545 (java) R 11537 11540 3331 0 -1 4202560 94547 0 0 0 57393 172 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156755171600 140157148327966 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11546] ppid=11537 vsize=15151148 memory=2828 CPUtime=575.51 cores=1,3,5,7
/proc/11542/task/11546/stat : 11546 (java) R 11537 11540 3331 0 -1 4202560 189740 0 0 0 57412 139 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156754119512 140157148581042 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11547] ppid=11537 vsize=15151148 memory=1216 CPUtime=575.13 cores=1,3,5,7
/proc/11542/task/11547/stat : 11547 (java) R 11537 11540 3331 0 -1 4202560 98120 0 0 0 57372 141 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156753066712 140157148328024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11548] ppid=11537 vsize=15151148 memory=1060 CPUtime=69.07 cores=1,3,5,7
/proc/11542/task/11548/stat : 11548 (java) S 11537 11540 3331 0 -1 1077944384 133488 0 0 0 6892 15 0 0 20 0 15 0 410923768 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156632343520 140157163640533 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11549] ppid=11537 vsize=15151148 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11549/stat : 11549 (java) S 11537 11540 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410923768 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156631291232 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11550] ppid=11537 vsize=15151148 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11550/stat : 11550 (java) S 11537 11540 3331 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 410923768 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156630238848 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11551] ppid=11537 vsize=15151148 memory=984 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11551/stat : 11551 (java) S 11537 11540 3331 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156629185152 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11552] ppid=11537 vsize=15151148 memory=14004 CPUtime=1.1 cores=1,3,5,7
/proc/11542/task/11552/stat : 11552 (java) S 11537 11540 3331 0 -1 1077944384 4408 0 0 0 109 1 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156628134000 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11553] ppid=11537 vsize=15151148 memory=20760 CPUtime=1.14 cores=1,3,5,7
/proc/11542/task/11553/stat : 11553 (java) S 11537 11540 3331 0 -1 1077944384 4292 0 0 0 114 0 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156627081200 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11554] ppid=11537 vsize=15151148 memory=14048 CPUtime=0.55 cores=1,3,5,7
/proc/11542/task/11554/stat : 11554 (java) S 11537 11540 3331 0 -1 1077944384 9145 0 0 0 54 1 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156626028912 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11555] ppid=11537 vsize=15151148 memory=12661740 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11555/stat : 11555 (java) S 11537 11540 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156624976352 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11556] ppid=11537 vsize=15151148 memory=6791534058613427641 CPUtime=0.51 cores=1,3,5,7
/proc/11542/task/11556/stat : 11556 (java) S 11537 11540 3331 0 -1 1077944384 652 0 0 0 22 29 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156623924144 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
Current cumulated CPU time of completed processes: 0.002222 s
Current children cumulated CPU time: 2526.76 s
Current children cumulated vsize: 15151148 KiB
Current children cumulated memory: 12661740 KiB

[startup+800.111 s]
/proc/loadavg: 4.89 5.73 5.99 6/229 11781
/proc/meminfo: memFree=2474988/32770624 swapFree=66959216/67108860
[pid=11542] ppid=11537 vsize=15151148 memory=12661740 CPUtime=2527.16 cores=1,3,5,7
/proc/11542/stat : 11542 (java) S 11537 11540 3331 0 -1 1077944320 710094 0 0 0 252026 690 0 0 20 0 15 0 410923765 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140736517149504 140157163630327 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
/proc/11542/statm: 3787787 3165435 3502 1 0 3748889 0
[pid=11542/tid=11543] ppid=11537 vsize=15151148 memory=12661740 CPUtime=151.82 cores=1,3,5,7
/proc/11542/task/11543/stat : 11543 (java) S 11537 11540 3331 0 -1 1077944384 33231 0 0 0 15137 45 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140157167868496 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11544] ppid=11537 vsize=15151148 memory=12661740 CPUtime=576.29 cores=1,3,5,7
/proc/11542/task/11544/stat : 11544 (java) R 11537 11540 3331 0 -1 4202560 141093 0 0 0 57463 166 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156756224600 140157148581547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11545] ppid=11537 vsize=15151148 memory=12661664 CPUtime=575.75 cores=1,3,5,7
/proc/11542/task/11545/stat : 11545 (java) R 11537 11540 3331 0 -1 4202560 94547 0 0 0 57403 172 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156755171600 140157148583879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11546] ppid=11537 vsize=15151148 memory=12661660 CPUtime=575.61 cores=1,3,5,7
/proc/11542/task/11546/stat : 11546 (java) R 11537 11540 3331 0 -1 4202560 189740 0 0 0 57422 139 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156754119512 140157148328102 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11547] ppid=11537 vsize=15151148 memory=12661664 CPUtime=575.23 cores=1,3,5,7
/proc/11542/task/11547/stat : 11547 (java) R 11537 11540 3331 0 -1 4202560 98120 0 0 0 57382 141 0 0 20 0 15 0 410923766 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156753066712 140157148327966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11548] ppid=11537 vsize=15151148 memory=12661740 CPUtime=69.07 cores=1,3,5,7
/proc/11542/task/11548/stat : 11548 (java) S 11537 11540 3331 0 -1 1077944384 133488 0 0 0 6892 15 0 0 20 0 15 0 410923768 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156632343520 140157163640533 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11549] ppid=11537 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11549/stat : 11549 (java) S 11537 11540 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410923768 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156631291232 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11550] ppid=11537 vsize=15151148 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11550/stat : 11550 (java) S 11537 11540 3331 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 410923768 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156630238848 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11551] ppid=11537 vsize=15151148 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11551/stat : 11551 (java) S 11537 11540 3331 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156629185152 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11552] ppid=11537 vsize=15151148 memory=12661660 CPUtime=1.1 cores=1,3,5,7
/proc/11542/task/11552/stat : 11552 (java) S 11537 11540 3331 0 -1 1077944384 4408 0 0 0 109 1 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156628134000 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11553] ppid=11537 vsize=15151148 memory=12661660 CPUtime=1.14 cores=1,3,5,7
/proc/11542/task/11553/stat : 11553 (java) S 11537 11540 3331 0 -1 1077944384 4292 0 0 0 114 0 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156627081200 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11554] ppid=11537 vsize=15151148 memory=1448 CPUtime=0.55 cores=1,3,5,7
/proc/11542/task/11554/stat : 11554 (java) S 11537 11540 3331 0 -1 1077944384 9145 0 0 0 54 1 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156626028912 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11555] ppid=11537 vsize=15151148 memory=12661740 CPUtime=0 cores=1,3,5,7
/proc/11542/task/11555/stat : 11555 (java) S 11537 11540 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156624976352 140157163640533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
[pid=11542/tid=11556] ppid=11537 vsize=15151148 memory=12661740 CPUtime=0.51 cores=1,3,5,7
/proc/11542/task/11556/stat : 11556 (java) S 11537 11540 3331 0 -1 1077944384 652 0 0 0 22 29 0 0 20 0 15 0 410923771 15514775552 3165435 33554432000 4194304 4196468 140736517166960 140156623924144 140157163641474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 36274176 140736517170159 140736517170330 140736517170330 140736517173199 0
Current cumulated CPU time of completed processes: 0.002222 s
Current children cumulated CPU time: 2527.16 s
Current children cumulated vsize: 15151148 KiB
Current children cumulated memory: 12661740 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 800.174
CPU time (s): 2527.27
CPU user time (s): 2520.31
CPU system time (s): 6.96075
CPU usage (%): 315.84
Max. virtual memory (cumulated for all children) (KiB): 15264276
Max. memory (cumulated for all children) (KiB): 12663112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.31
system time used= 6.96075
maximum resident set size= 12662064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 710641
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27807
involuntary context switches= 33977


# summary of solver processes directly reported to runsolver:
#   pid: 11540,11542
#   total CPU time (s): 2527.27
#   total CPU user time (s): 2520.31
#   total CPU system time (s): 6.96075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.14608 second user time and 8.28594 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 06:43:16
IDJOB=4393086
IDBENCH=138488
IDSOLVER=2840
FILE ID=node124/4393086-1568349836
RUNJOBID= node124-1568343408-4479
PBS_JOBID= 21701165
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-26.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393086-1568349836/watcher-4393086-1568349836 -o /tmp/evaluation-result-4393086-1568349836/solver-4393086-1568349836 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4479 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 430162802 HOME/instance-4393086-1568349836.xml

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

MD5SUM BENCH= f8945e9ee38ae25fe131ea9d51f4675a
RANDOM SEED=430162802

node124.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.47
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.47
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.47
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.47
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:        13032196 kB
MemAvailable:   19175564 kB
Buffers:          151000 kB
Cached:          6237260 kB
SwapCached:        45864 kB
Active:         13624220 kB
Inactive:        5431716 kB
Active(anon):   12589252 kB
Inactive(anon):   119792 kB
Active(file):    1034968 kB
Inactive(file):  5311924 kB
Unevictable:      107912 kB
Mlocked:          107912 kB
SwapTotal:      67108860 kB
SwapFree:       66959216 kB
Dirty:             26104 kB
Writeback:             0 kB
AnonPages:      12730652 kB
Mapped:            56172 kB
Shmem:             32744 kB
Slab:             253372 kB
SReclaimable:     224620 kB
SUnreclaim:        28752 kB
KernelStack:        3808 kB
PageTables:        30600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13299940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11988992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55312 MiB
End job on node124 at 2019-09-13 06:56:36