Trace number 4393906

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelOPT0 11.4686 2.53947

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-07.xml
MD5SUM7aff4fe352a8c3fb8c4e8479cd8d4369
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark45.7895
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints64
Number of domains2
Minimum domain size2
Maximum domain size49
Distribution of domain sizes[{"size":2,"count":15},{"size":49,"count":50}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":17},{"degree":3,"count":32},{"degree":4,"count":15},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity49
Distribution of constraint arities[{"arity":2,"count":48},{"arity":3,"count":15},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints63
Distribution of constraint types[{"type":"intension","count":63},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393906-1568431436.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4393906-1568431436.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
5.76/1.75	c solve instance...
11.37/2.51	o 0 
11.37/2.51	s OPTIMUM FOUND
11.37/2.51	v <instantiation>
11.37/2.51	v 	<list>q x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14] </list>
11.37/2.51	v 	<values>18 6 11 24 19 32 47 34 39 48 33 46 41 26 31 44 35 30 21 36 45 40 27 12 3 8 17 22 37 42 29 14 23 28 43 38 25 20 5 10 1 16 7 2 15 0 9 4 13 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
11.37/2.51	v </instantiation>

Verifier Data

OK	0

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393906-1568431436/watcher-4393906-1568431436 -o /tmp/evaluation-result-4393906-1568431436/solver-4393906-1568431436 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1161678709 HOME/instance-4393906-1568431436.xml 

running on 8 cores: 0-7

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


[startup+0.100158 s]*
/proc/loadavg: 6.59 5.32 4.11 2/212 712
/proc/meminfo: memFree=30854092/32770688 swapFree=66961112/67108860
[pid=691] ppid=688 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/691/stat : 691 (xcsp3-exec) S 688 691 28528 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419085334 115843072 364 33554432000 4194304 5098028 140734534125888 140734534123992 139790162461308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29786112 140734534132597 140734534132841 140734534132841 140734534135754 0
/proc/691/statm: 28282 364 305 221 0 87 0
[pid=693] ppid=691 vsize=28227388 memory=28932 CPUtime=0.12 cores=0-7
/proc/693/stat : 693 (java) S 691 691 28528 0 -1 1077944320 5622 0 0 0 11 1 0 0 20 0 20 0 419085334 28904845312 7233 33554432000 4194304 4196468 140736262178928 140736262161472 140563609464567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
/proc/693/statm: 7056847 7233 3083 1 0 7019032 0
[pid=693/tid=694] ppid=691 vsize=28227388 memory=8318255677412212789 CPUtime=0.08 cores=0-7
/proc/693/task/694/stat : 694 (java) R 691 691 28528 0 -1 4202560 3604 0 0 0 8 0 0 0 20 0 20 0 419085334 28904845312 7299 33554432000 4194304 4196468 140736262178928 140563613687040 140563609476502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=695] ppid=691 vsize=28227388 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/693/task/695/stat : 695 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 7299 33554432000 4194304 4196468 140736262178928 140563562084880 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=696] ppid=691 vsize=28227388 memory=3618841372441765536 CPUtime=0 cores=0-7
/proc/693/task/696/stat : 696 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 7299 33554432000 4194304 4196468 140736262178928 140563561032336 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=697] ppid=691 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/693/task/697/stat : 697 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 7299 33554432000 4194304 4196468 140736262178928 140563559979280 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=698] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/698/stat : 698 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 7299 33554432000 4194304 4196468 140736262178928 140563558926736 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=699] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/699/stat : 699 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 7299 33554432000 4194304 4196468 140736262178928 140563557874704 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=700] ppid=691 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/693/task/700/stat : 700 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 7299 33554432000 4194304 4196468 140736262178928 140563556822160 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=701] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/701/stat : 701 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 7299 33554432000 4194304 4196468 140736262178928 140563555769104 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=702] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/702/stat : 702 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 7299 33554432000 4194304 4196468 140736262178928 140563554716560 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=703] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/703/stat : 703 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085337 28904845312 7299 33554432000 4194304 4196468 140736262178928 140562591070448 140563609475714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=704] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/704/stat : 704 (java) S 691 691 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419085337 28904845312 7299 33554432000 4194304 4196468 140736262178928 140562590016672 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=705] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/705/stat : 705 (java) S 691 691 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419085337 28904845312 7299 33554432000 4194304 4196468 140736262178928 140562588963568 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=706] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/706/stat : 706 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085340 28904845312 7299 33554432000 4194304 4196468 140736262178928 140562587912144 140563609483163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=707] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/707/stat : 707 (java) S 691 691 28528 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 419085340 28904845312 7299 33554432000 4194304 4196468 140736262178928 140562586860272 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=708] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/708/stat : 708 (java) S 691 691 28528 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 20 0 419085340 28904845312 7299 33554432000 4194304 4196468 140736262178928 140562585807728 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=709] ppid=691 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/693/task/709/stat : 709 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419085340 28904845312 7299 33554432000 4194304 4196468 140736262178928 140562584754672 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=710] ppid=691 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/693/task/710/stat : 710 (java) R 691 691 28528 0 -1 4202560 342 0 0 0 1 0 0 0 20 0 20 0 419085340 28904845312 7299 33554432000 4194304 4196468 140736262178928 140562583702128 140563601701694 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=711] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/711/stat : 711 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419085340 28904845312 7299 33554432000 4194304 4196468 140736262178928 140562582649312 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=712] ppid=691 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/693/task/712/stat : 712 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085341 28904845312 7299 33554432000 4194304 4196468 140736262178928 140562581596848 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30388 KiB

[startup+0.211607 s]*
/proc/loadavg: 6.59 5.32 4.11 3/212 712
/proc/meminfo: memFree=30840084/32770688 swapFree=66961112/67108860
[pid=691] ppid=688 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/691/stat : 691 (xcsp3-exec) S 688 691 28528 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419085334 115843072 364 33554432000 4194304 5098028 140734534125888 140734534123992 139790162461308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29786112 140734534132597 140734534132841 140734534132841 140734534135754 0
/proc/691/statm: 28282 364 305 221 0 87 0
[pid=693] ppid=691 vsize=28227388 memory=40508 CPUtime=0.33 cores=0-7
/proc/693/stat : 693 (java) S 691 691 28528 0 -1 1077944320 9449 0 0 0 31 2 0 0 20 0 20 0 419085334 28904845312 10127 33554432000 4194304 4196468 140736262178928 140736262161472 140563609464567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
/proc/693/statm: 7056847 10127 3251 1 0 7019032 0
[pid=693/tid=694] ppid=691 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/693/task/694/stat : 694 (java) R 691 691 28528 0 -1 4202560 6595 0 0 0 18 2 0 0 20 0 20 0 419085334 28904845312 10192 33554432000 4194304 4196468 140736262178928 140563613698368 140563609476502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=695] ppid=691 vsize=28227388 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/693/task/695/stat : 695 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 10192 33554432000 4194304 4196468 140736262178928 140563562084880 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=696] ppid=691 vsize=28227388 memory=3618841372441765536 CPUtime=0 cores=0-7
/proc/693/task/696/stat : 696 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 10192 33554432000 4194304 4196468 140736262178928 140563561032336 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=697] ppid=691 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/693/task/697/stat : 697 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 10192 33554432000 4194304 4196468 140736262178928 140563559979280 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=698] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/698/stat : 698 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 10192 33554432000 4194304 4196468 140736262178928 140563558926736 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=699] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/699/stat : 699 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 10192 33554432000 4194304 4196468 140736262178928 140563557874704 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=700] ppid=691 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/693/task/700/stat : 700 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 10192 33554432000 4194304 4196468 140736262178928 140563556822160 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=701] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/701/stat : 701 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 10192 33554432000 4194304 4196468 140736262178928 140563555769104 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=702] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/702/stat : 702 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085335 28904845312 10192 33554432000 4194304 4196468 140736262178928 140563554716560 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=703] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/703/stat : 703 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085337 28904845312 10192 33554432000 4194304 4196468 140736262178928 140562591070448 140563609475714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=704] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/704/stat : 704 (java) S 691 691 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419085337 28904845312 10192 33554432000 4194304 4196468 140736262178928 140562590016672 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=705] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/705/stat : 705 (java) S 691 691 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419085337 28904845312 10192 33554432000 4194304 4196468 140736262178928 140562588963568 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=706] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/706/stat : 706 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085340 28904845312 10192 33554432000 4194304 4196468 140736262178928 140562587912144 140563609483163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=707] ppid=691 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/693/task/707/stat : 707 (java) S 691 691 28528 0 -1 1077944384 129 0 0 0 1 0 0 0 20 0 20 0 419085340 28904845312 10192 33554432000 4194304 4196468 140736262178928 140562586860272 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=708] ppid=691 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/693/task/708/stat : 708 (java) S 691 691 28528 0 -1 1077944384 417 0 0 0 1 0 0 0 20 0 20 0 419085340 28904845312 10192 33554432000 4194304 4196468 140736262178928 140562585807728 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=709] ppid=691 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/693/task/709/stat : 709 (java) S 691 691 28528 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 20 0 419085340 28904845312 10192 33554432000 4194304 4196468 140736262178928 140562584754672 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=710] ppid=691 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/693/task/710/stat : 710 (java) R 691 691 28528 0 -1 4202560 748 0 0 0 7 0 0 0 20 0 20 0 419085340 28904845312 10192 33554432000 4194304 4196468 140736262178928 140562583702128 140563609476502 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=711] ppid=691 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/693/task/711/stat : 711 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419085340 28904845312 10192 33554432000 4194304 4196468 140736262178928 140562582649312 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=712] ppid=691 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/693/task/712/stat : 712 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085341 28904845312 10192 33554432000 4194304 4196468 140736262178928 140562581596848 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41964 KiB

[startup+0.311386 s]*
/proc/loadavg: 6.59 5.32 4.11 2/212 712
/proc/meminfo: memFree=30835432/32770688 swapFree=66961112/67108860
[pid=691] ppid=688 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/691/stat : 691 (xcsp3-exec) S 688 691 28528 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419085334 115843072 364 33554432000 4194304 5098028 140734534125888 140734534123992 139790162461308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29786112 140734534132597 140734534132841 140734534132841 140734534135754 0
/proc/691/statm: 28282 364 305 221 0 87 0
[pid=693] ppid=691 vsize=28231644 memory=46556 CPUtime=0.51 cores=0-7
/proc/693/stat : 693 (java) S 691 691 28528 0 -1 1077944320 10549 0 0 0 48 3 0 0 20 0 20 0 419085334 28909203456 11639 33554432000 4194304 4196468 140736262178928 140736262161472 140563609464567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
/proc/693/statm: 7057911 11639 3312 1 0 7019032 0
[pid=693/tid=694] ppid=691 vsize=28231644 memory=0 CPUtime=0.29 cores=0-7
/proc/693/task/694/stat : 694 (java) R 691 691 28528 0 -1 4202560 7587 0 0 0 27 2 0 0 20 0 20 0 419085334 28909203456 11639 33554432000 4194304 4196468 140736262178928 140563613685872 140563595159536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=695] ppid=691 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/693/task/695/stat : 695 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085335 28909203456 11639 33554432000 4194304 4196468 140736262178928 140563562084880 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=696] ppid=691 vsize=28231644 memory=140564965944720 CPUtime=0 cores=0-7
/proc/693/task/696/stat : 696 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419085335 28909203456 11639 33554432000 4194304 4196468 140736262178928 140563561032336 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=697] ppid=691 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/693/task/697/stat : 697 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085335 28909203456 11639 33554432000 4194304 4196468 140736262178928 140563559979280 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=698] ppid=691 vsize=28231644 memory=1352663 CPUtime=0 cores=0-7
/proc/693/task/698/stat : 698 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085335 28909203456 11639 33554432000 4194304 4196468 140736262178928 140563558926736 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=699] ppid=691 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/693/task/699/stat : 699 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085335 28909203456 11639 33554432000 4194304 4196468 140736262178928 140563557874704 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=700] ppid=691 vsize=28231644 memory=342 CPUtime=0 cores=0-7
/proc/693/task/700/stat : 700 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085335 28909203456 11639 33554432000 4194304 4196468 140736262178928 140563556822160 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=701] ppid=691 vsize=28231644 memory=288230376151711743 CPUtime=0 cores=0-7
/proc/693/task/701/stat : 701 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085335 28909203456 11639 33554432000 4194304 4196468 140736262178928 140563555769104 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=702] ppid=691 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/693/task/702/stat : 702 (java) S 691 691 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419085335 28909203456 11639 33554432000 4194304 4196468 140736262178928 140563554716560 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=703] ppid=691 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/693/task/703/stat : 703 (java) S 691 691 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419085337 28909203456 11639 33554432000 4194304 4196468 140736262178928 140562591070448 140563609475714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=704] ppid=691 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/693/task/704/stat : 704 (java) S 691 691 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419085337 28909203456 11639 33554432000 4194304 4196468 140736262178928 140562590016672 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=705] ppid=691 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/693/task/705/stat : 705 (java) S 691 691 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419085337 28909203456 11639 33554432000 4194304 4196468 140736262178928 140562588963568 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=706] ppid=691 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/693/task/706/stat : 706 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085340 28909203456 11639 33554432000 4194304 4196468 140736262178928 140562587912144 140563609483163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=707] ppid=691 vsize=28231644 memory=0 CPUtime=0.01 cores=0-7
/proc/693/task/707/stat : 707 (java) S 691 691 28528 0 -1 1077944384 129 0 0 0 1 0 0 0 20 0 20 0 419085340 28909203456 11639 33554432000 4194304 4196468 140736262178928 140562586860272 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=708] ppid=691 vsize=28231644 memory=0 CPUtime=0.02 cores=0-7
/proc/693/task/708/stat : 708 (java) S 691 691 28528 0 -1 1077944384 430 0 0 0 2 0 0 0 20 0 20 0 419085340 28909203456 11639 33554432000 4194304 4196468 140736262178928 140562585807728 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=709] ppid=691 vsize=28231644 memory=0 CPUtime=0.02 cores=0-7
/proc/693/task/709/stat : 709 (java) S 691 691 28528 0 -1 1077944384 269 0 0 0 2 0 0 0 20 0 20 0 419085340 28909203456 11639 33554432000 4194304 4196468 140736262178928 140562584754672 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=710] ppid=691 vsize=28231644 memory=0 CPUtime=0.12 cores=0-7
/proc/693/task/710/stat : 710 (java) S 691 691 28528 0 -1 1077944384 836 0 0 0 12 0 0 0 20 0 20 0 419085340 28909203456 11639 33554432000 4194304 4196468 140736262178928 140562583702128 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=711] ppid=691 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/693/task/711/stat : 711 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419085340 28909203456 11639 33554432000 4194304 4196468 140736262178928 140562582649312 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=712] ppid=691 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/693/task/712/stat : 712 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085341 28909203456 11639 33554432000 4194304 4196468 140736262178928 140562581596848 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48012 KiB

[startup+0.70112 s]
/proc/loadavg: 6.59 5.32 4.11 3/212 712
/proc/meminfo: memFree=30826040/32770688 swapFree=66961112/67108860
[pid=691] ppid=688 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/691/stat : 691 (xcsp3-exec) S 688 691 28528 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419085334 115843072 364 33554432000 4194304 5098028 140734534125888 140734534123992 139790162461308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29786112 140734534132597 140734534132841 140734534132841 140734534135754 0
/proc/691/statm: 28282 364 305 221 0 87 0
[pid=693] ppid=691 vsize=28233768 memory=92636 CPUtime=1.78 cores=0-7
/proc/693/stat : 693 (java) S 691 691 28528 0 -1 1077944320 17935 0 0 0 172 6 0 0 20 0 20 0 419085334 28911378432 23159 33554432000 4194304 4196468 140736262178928 140736262161472 140563609464567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
/proc/693/statm: 7058442 23159 3452 1 0 7019544 0
[pid=693/tid=694] ppid=691 vsize=28233768 memory=39644 CPUtime=0.68 cores=0-7
/proc/693/task/694/stat : 694 (java) R 691 691 28528 0 -1 4202560 8772 0 0 0 65 3 0 0 20 0 20 0 419085334 28911378432 23159 33554432000 4194304 4196468 140736262178928 140563613701824 140563609476502 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=695] ppid=691 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/693/task/695/stat : 695 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085335 28911378432 23159 33554432000 4194304 4196468 140736262178928 140563562084880 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=696] ppid=691 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/693/task/696/stat : 696 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419085335 28911378432 23159 33554432000 4194304 4196468 140736262178928 140563561032336 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=697] ppid=691 vsize=28233768 memory=4580 CPUtime=0 cores=0-7
/proc/693/task/697/stat : 697 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419085335 28911378432 23159 33554432000 4194304 4196468 140736262178928 140563559979280 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0

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

[pid=693/tid=710] ppid=691 vsize=28768328 memory=0 CPUtime=0.71 cores=0-7
/proc/693/task/710/stat : 710 (java) S 691 691 28528 0 -1 1077944384 5074 0 0 0 69 2 0 0 20 0 28 0 419085340 29458767872 61549 33554432000 4194304 4196468 140736262178928 140562583702128 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=711] ppid=691 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/693/task/711/stat : 711 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419085340 29458767872 61549 33554432000 4194304 4196468 140736262178928 140562582649312 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=712] ppid=691 vsize=28768328 memory=-1 CPUtime=0 cores=0-7
/proc/693/task/712/stat : 712 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419085341 29458767872 61549 33554432000 4194304 4196468 140736262178928 140562581596848 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=713] ppid=691 vsize=28768328 memory=-1 CPUtime=0.12 cores=0-7
/proc/693/task/713/stat : 713 (java) R 691 691 28528 0 -1 4202560 49 0 0 0 12 0 0 0 20 0 28 0 419085512 29458767872 61549 33554432000 4194304 4196468 140736262178928 140562570528288 140563230498200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=714] ppid=691 vsize=28768328 memory=0 CPUtime=0.14 cores=0-7
/proc/693/task/714/stat : 714 (java) R 691 691 28528 0 -1 1077944384 48 0 0 0 14 0 0 0 20 0 28 0 419085512 29458767872 61549 33554432000 4194304 4196468 140736262178928 140562569475664 140563609474773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=715] ppid=691 vsize=28768328 memory=0 CPUtime=0.12 cores=0-7
/proc/693/task/715/stat : 715 (java) S 691 691 28528 0 -1 1077944384 97 0 0 0 12 0 0 0 20 0 28 0 419085512 29458767872 61549 33554432000 4194304 4196468 140736262178928 140562568424000 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=716] ppid=691 vsize=28768328 memory=0 CPUtime=0.12 cores=0-7
/proc/693/task/716/stat : 716 (java) R 691 691 28528 0 -1 1077944384 74 0 0 0 12 0 0 0 20 0 28 0 419085512 29458767872 61549 33554432000 4194304 4196468 140736262178928 140562567371056 140563609474773 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=717] ppid=691 vsize=28768328 memory=0 CPUtime=0.14 cores=0-7
/proc/693/task/717/stat : 717 (java) R 691 691 28528 0 -1 4202560 34 0 0 0 14 0 0 0 20 0 28 0 419085512 29458767872 61549 33554432000 4194304 4196468 140736262178928 140562566315216 140563230499471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=718] ppid=691 vsize=28768328 memory=0 CPUtime=0.16 cores=0-7
/proc/693/task/718/stat : 718 (java) R 691 691 28528 0 -1 4202560 40 0 0 0 16 0 0 0 20 0 28 0 419085512 29458767872 61549 33554432000 4194304 4196468 140736262178928 140562565262336 140563226904704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=719] ppid=691 vsize=28768328 memory=0 CPUtime=0.13 cores=0-7
/proc/693/task/719/stat : 719 (java) R 691 691 28528 0 -1 4202560 34 0 0 0 13 0 0 0 20 0 28 0 419085512 29458767872 61549 33554432000 4194304 4196468 140736262178928 140562564212512 140563609476502 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=720] ppid=691 vsize=28768328 memory=7453010367396972900 CPUtime=0.17 cores=0-7
/proc/693/task/720/stat : 720 (java) R 691 691 28528 0 -1 4202560 34 0 0 0 17 0 0 0 20 0 28 0 419085512 29458767872 61549 33554432000 4194304 4196468 140736262178928 140562563157096 140563230437702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
Current children cumulated CPU time: 7.75 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 247652 KiB

[startup+2.40168 s]
/proc/loadavg: 6.59 5.32 4.11 8/220 720
/proc/meminfo: memFree=30637300/32770688 swapFree=66961112/67108860
[pid=691] ppid=688 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/691/stat : 691 (xcsp3-exec) S 688 691 28528 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419085334 115843072 364 33554432000 4194304 5098028 140734534125888 140734534123992 139790162461308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29786112 140734534132597 140734534132841 140734534132841 140734534135754 0
/proc/691/statm: 28282 364 305 221 0 87 0
[pid=693] ppid=691 vsize=28768328 memory=251744 CPUtime=10.87 cores=0-7
/proc/693/stat : 693 (java) S 691 691 28528 0 -1 1077944320 38875 0 0 0 1068 19 0 0 20 0 28 0 419085334 29458767872 62936 33554432000 4194304 4196468 140736262178928 140736262161472 140563609464567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
/proc/693/statm: 7192082 62936 3470 1 0 7153184 0
[pid=693/tid=694] ppid=691 vsize=28768328 memory=0 CPUtime=1.73 cores=0-7
/proc/693/task/694/stat : 694 (java) S 691 691 28528 0 -1 1077944384 10233 0 0 0 168 5 0 0 20 0 28 0 419085334 29458767872 62936 33554432000 4194304 4196468 140736262178928 140563613705344 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=695] ppid=691 vsize=28768328 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/693/task/695/stat : 695 (java) S 691 691 28528 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 62936 33554432000 4194304 4196468 140736262178928 140563562084880 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=696] ppid=691 vsize=28768328 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/693/task/696/stat : 696 (java) S 691 691 28528 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 62936 33554432000 4194304 4196468 140736262178928 140563561032336 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=697] ppid=691 vsize=28768328 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/693/task/697/stat : 697 (java) S 691 691 28528 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 62936 33554432000 4194304 4196468 140736262178928 140563559979280 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=698] ppid=691 vsize=28768328 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/693/task/698/stat : 698 (java) S 691 691 28528 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 62936 33554432000 4194304 4196468 140736262178928 140563558926736 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=699] ppid=691 vsize=28768328 memory=54 CPUtime=0 cores=0-7
/proc/693/task/699/stat : 699 (java) S 691 691 28528 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 62936 33554432000 4194304 4196468 140736262178928 140563557874704 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=700] ppid=691 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/693/task/700/stat : 700 (java) S 691 691 28528 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 62936 33554432000 4194304 4196468 140736262178928 140563556822160 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=701] ppid=691 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/693/task/701/stat : 701 (java) S 691 691 28528 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 62936 33554432000 4194304 4196468 140736262178928 140563555769104 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=702] ppid=691 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/693/task/702/stat : 702 (java) S 691 691 28528 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 62936 33554432000 4194304 4196468 140736262178928 140563554716560 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=703] ppid=691 vsize=28768328 memory=14228 CPUtime=0 cores=0-7
/proc/693/task/703/stat : 703 (java) S 691 691 28528 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 419085337 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562591070448 140563609475714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=704] ppid=691 vsize=28768328 memory=7451598596151525476 CPUtime=0 cores=0-7
/proc/693/task/704/stat : 704 (java) S 691 691 28528 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 419085337 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562590016672 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=705] ppid=691 vsize=28768328 memory=7450470381358180205 CPUtime=0 cores=0-7
/proc/693/task/705/stat : 705 (java) S 691 691 28528 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419085337 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562588963568 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=706] ppid=691 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/693/task/706/stat : 706 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419085340 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562587912144 140563609483163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=707] ppid=691 vsize=28768328 memory=244564 CPUtime=1.59 cores=0-7
/proc/693/task/707/stat : 707 (java) R 691 691 28528 0 -1 4202560 7562 0 0 0 157 2 0 0 20 0 28 0 419085340 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562586846816 140563587315456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=708] ppid=691 vsize=28768328 memory=6656426216303648864 CPUtime=1.57 cores=0-7
/proc/693/task/708/stat : 708 (java) R 691 691 28528 0 -1 4202560 7477 0 0 0 156 1 0 0 20 0 28 0 419085340 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562585794296 140563588683199 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=709] ppid=691 vsize=28768328 memory=6656426216303648864 CPUtime=1.77 cores=0-7
/proc/693/task/709/stat : 709 (java) R 691 691 28528 0 -1 4202560 6249 0 0 0 175 2 0 0 20 0 28 0 419085340 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562584740696 140563591008656 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=710] ppid=691 vsize=28768328 memory=-3284643825843719562 CPUtime=0.83 cores=0-7
/proc/693/task/710/stat : 710 (java) S 691 691 28528 0 -1 1077944384 5330 0 0 0 81 2 0 0 20 0 28 0 419085340 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562583702128 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=711] ppid=691 vsize=28768328 memory=-7966001734536614954 CPUtime=0 cores=0-7
/proc/693/task/711/stat : 711 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419085340 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562582649312 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=712] ppid=691 vsize=28768328 memory=6944613755495348631 CPUtime=0 cores=0-7
/proc/693/task/712/stat : 712 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419085341 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562581596848 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=713] ppid=691 vsize=28768328 memory=4197193819866498105 CPUtime=0.43 cores=0-7
/proc/693/task/713/stat : 713 (java) R 691 691 28528 0 -1 4202560 51 0 0 0 43 0 0 0 20 0 28 0 419085512 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562570527096 140563223550497 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=714] ppid=691 vsize=28768328 memory=-8813412931113164149 CPUtime=0.44 cores=0-7
/proc/693/task/714/stat : 714 (java) R 691 691 28528 0 -1 4202560 49 0 0 0 44 0 0 0 20 0 28 0 419085512 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562569476184 140563223537603 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=715] ppid=691 vsize=28768328 memory=4949696295840555907 CPUtime=0.32 cores=0-7
/proc/693/task/715/stat : 715 (java) R 691 691 28528 0 -1 4202560 113 0 0 0 32 0 0 0 20 0 28 0 419085512 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562568423144 140563230700615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=716] ppid=691 vsize=28768328 memory=7755361966546056723 CPUtime=0.41 cores=0-7
/proc/693/task/716/stat : 716 (java) R 691 691 28528 0 -1 4202560 74 0 0 0 41 0 0 0 20 0 28 0 419085512 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562567364672 140563230499471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=717] ppid=691 vsize=28768328 memory=-7605864313038554269 CPUtime=0.41 cores=0-7
/proc/693/task/717/stat : 717 (java) R 691 691 28528 0 -1 4202560 35 0 0 0 41 0 0 0 20 0 28 0 419085512 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562566314584 140563230408509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=718] ppid=691 vsize=28768328 memory=0 CPUtime=0.41 cores=0-7
/proc/693/task/718/stat : 718 (java) R 691 691 28528 0 -1 4202560 43 0 0 0 41 0 0 0 20 0 28 0 419085512 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562565265256 140563230499471 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=719] ppid=691 vsize=28768328 memory=7450471579620436562 CPUtime=0.38 cores=0-7
/proc/693/task/719/stat : 719 (java) R 691 691 28528 0 -1 4202560 35 0 0 0 38 0 0 0 20 0 28 0 419085512 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562564213728 140563223511783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=720] ppid=691 vsize=28768328 memory=0 CPUtime=0.39 cores=0-7
/proc/693/task/720/stat : 720 (java) R 691 691 28528 0 -1 4202560 36 0 0 0 39 0 0 0 20 0 28 0 419085512 29458767872 62936 33554432000 4194304 4196468 140736262178928 140562563156016 140563230685139 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
Current children cumulated CPU time: 10.87 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 253200 KiB

[startup+2.50172 s]
/proc/loadavg: 6.59 5.32 4.11 8/220 720
/proc/meminfo: memFree=30637300/32770688 swapFree=66961112/67108860
[pid=691] ppid=688 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/691/stat : 691 (xcsp3-exec) S 688 691 28528 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419085334 115843072 364 33554432000 4194304 5098028 140734534125888 140734534123992 139790162461308 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 29786112 140734534132597 140734534132841 140734534132841 140734534135754 0
/proc/691/statm: 28282 364 305 221 0 87 0
[pid=693] ppid=691 vsize=28768328 memory=252008 CPUtime=11.37 cores=0-7
/proc/693/stat : 693 (java) S 691 691 28528 0 -1 1077944320 39004 0 0 0 1118 19 0 0 20 0 28 0 419085334 29458767872 63002 33554432000 4194304 4196468 140736262178928 140736262161472 140563609464567 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
/proc/693/statm: 7192082 63002 3470 1 0 7153184 0
[pid=693/tid=694] ppid=691 vsize=28768328 memory=0 CPUtime=1.73 cores=0-7
/proc/693/task/694/stat : 694 (java) S 691 691 28528 0 -1 1077944384 10233 0 0 0 168 5 0 0 20 0 28 0 419085334 29458767872 63002 33554432000 4194304 4196468 140736262178928 140563613705344 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=695] ppid=691 vsize=28768328 memory=4420 CPUtime=0 cores=0-7
/proc/693/task/695/stat : 695 (java) S 691 691 28528 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 63002 33554432000 4194304 4196468 140736262178928 140563562084880 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=696] ppid=691 vsize=28768328 memory=6628 CPUtime=0 cores=0-7
/proc/693/task/696/stat : 696 (java) S 691 691 28528 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 63002 33554432000 4194304 4196468 140736262178928 140563561032336 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=697] ppid=691 vsize=28768328 memory=8836 CPUtime=0 cores=0-7
/proc/693/task/697/stat : 697 (java) S 691 691 28528 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 63002 33554432000 4194304 4196468 140736262178928 140563559979280 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=698] ppid=691 vsize=28768328 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/693/task/698/stat : 698 (java) S 691 691 28528 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 63002 33554432000 4194304 4196468 140736262178928 140563558926736 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=699] ppid=691 vsize=28768328 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/693/task/699/stat : 699 (java) S 691 691 28528 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 63002 33554432000 4194304 4196468 140736262178928 140563557874704 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=700] ppid=691 vsize=28768328 memory=13563821075728716 CPUtime=0 cores=0-7
/proc/693/task/700/stat : 700 (java) S 691 691 28528 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 63002 33554432000 4194304 4196468 140736262178928 140563556822160 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=701] ppid=691 vsize=28768328 memory=1 CPUtime=0 cores=0-7
/proc/693/task/701/stat : 701 (java) S 691 691 28528 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 63002 33554432000 4194304 4196468 140736262178928 140563555769104 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=702] ppid=691 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/693/task/702/stat : 702 (java) S 691 691 28528 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419085335 29458767872 63002 33554432000 4194304 4196468 140736262178928 140563554716560 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=703] ppid=691 vsize=28768328 memory=247572 CPUtime=0 cores=0-7
/proc/693/task/703/stat : 703 (java) S 691 691 28528 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 419085337 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562591070448 140563609475714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=704] ppid=691 vsize=28768328 memory=7073079205335542918 CPUtime=0 cores=0-7
/proc/693/task/704/stat : 704 (java) S 691 691 28528 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 419085337 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562590016672 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=705] ppid=691 vsize=28768328 memory=7073079188206005414 CPUtime=0 cores=0-7
/proc/693/task/705/stat : 705 (java) S 691 691 28528 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419085337 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562588963568 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=706] ppid=691 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/693/task/706/stat : 706 (java) S 691 691 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419085340 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562587912144 140563609483163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=707] ppid=691 vsize=28768328 memory=245272 CPUtime=1.69 cores=0-7
/proc/693/task/707/stat : 707 (java) R 691 691 28528 0 -1 4202560 7564 0 0 0 167 2 0 0 20 0 28 0 419085340 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562586846816 140563594386349 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=708] ppid=691 vsize=28768328 memory=165 CPUtime=1.66 cores=0-7
/proc/693/task/708/stat : 708 (java) R 691 691 28528 0 -1 4202560 7482 0 0 0 165 1 0 0 20 0 28 0 419085340 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562585793520 140563594387796 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=709] ppid=691 vsize=28768328 memory=0 CPUtime=1.87 cores=0-7
/proc/693/task/709/stat : 709 (java) R 691 691 28528 0 -1 4202560 6367 0 0 0 185 2 0 0 20 0 28 0 419085340 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562584740696 140563601419411 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=710] ppid=691 vsize=28768328 memory=0 CPUtime=0.83 cores=0-7
/proc/693/task/710/stat : 710 (java) S 691 691 28528 0 -1 1077944384 5332 0 0 0 81 2 0 0 20 0 28 0 419085340 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562583702128 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=711] ppid=691 vsize=28768328 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/693/task/711/stat : 711 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419085340 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562582649312 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=712] ppid=691 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/693/task/712/stat : 712 (java) S 691 691 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419085341 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562581596848 140563609475714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=713] ppid=691 vsize=28768328 memory=0 CPUtime=0.44 cores=0-7
/proc/693/task/713/stat : 713 (java) S 691 691 28528 0 -1 1077944384 52 0 0 0 44 0 0 0 20 0 28 0 419085512 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562570530032 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=714] ppid=691 vsize=28768328 memory=0 CPUtime=0.44 cores=0-7
/proc/693/task/714/stat : 714 (java) S 691 691 28528 0 -1 1077944384 49 0 0 0 44 0 0 0 20 0 28 0 419085512 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562569478992 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=715] ppid=691 vsize=28768328 memory=0 CPUtime=0.32 cores=0-7
/proc/693/task/715/stat : 715 (java) S 691 691 28528 0 -1 1077944384 117 0 0 0 32 0 0 0 20 0 28 0 419085512 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562568426960 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=716] ppid=691 vsize=28768328 memory=54 CPUtime=0.41 cores=0-7
/proc/693/task/716/stat : 716 (java) S 691 691 28528 0 -1 1077944384 74 0 0 0 41 0 0 0 20 0 28 0 419085512 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562567374416 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=717] ppid=691 vsize=28768328 memory=0 CPUtime=0.42 cores=0-7
/proc/693/task/717/stat : 717 (java) S 691 691 28528 0 -1 1077944384 35 0 0 0 42 0 0 0 20 0 28 0 419085512 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562566321360 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=718] ppid=691 vsize=28768328 memory=0 CPUtime=0.48 cores=0-7
/proc/693/task/718/stat : 718 (java) S 691 691 28528 0 -1 1077944384 43 0 0 0 48 0 0 0 20 0 28 0 419085512 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562565268816 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=719] ppid=691 vsize=28768328 memory=0 CPUtime=0.39 cores=0-7
/proc/693/task/719/stat : 719 (java) S 691 691 28528 0 -1 1077944384 35 0 0 0 39 0 0 0 20 0 28 0 419085512 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562564215760 140563609474773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
[pid=693/tid=720] ppid=691 vsize=28768328 memory=7522527975395910505 CPUtime=0.49 cores=0-7
/proc/693/task/720/stat : 720 (java) R 691 691 28528 0 -1 4202560 36 0 0 0 49 0 0 0 20 0 28 0 419085512 29458767872 63002 33554432000 4194304 4196468 140736262178928 140562563159584 140563230345159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32817152 140736262181866 140736262182038 140736262182038 140736262184911 0
Current children cumulated CPU time: 11.37 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 253464 KiB

Child status: 0
Real time (s): 2.53947
CPU time (s): 11.4686
CPU user time (s): 11.2561
CPU system time (s): 0.212462
CPU usage (%): 451.614
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 253464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2561
system time used= 0.212462
maximum resident set size= 252260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39793
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3360
involuntary context switches= 162


# summary of solver processes directly reported to runsolver:
#   pid: 691
#   total CPU time (s): 11.4686
#   total CPU user time (s): 11.2561
#   total CPU system time (s): 0.212462

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047385 second user time and 0.074606 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-14 05:23:16
IDJOB=4393906
IDBENCH=130611
IDSOLVER=2841
FILE ID=node116/4393906-1568431436
RUNJOBID= node116-1568427322-28555
PBS_JOBID= 21702297
Free space on /tmp= 61244 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393906-1568431436/watcher-4393906-1568431436 -o /tmp/evaluation-result-4393906-1568431436/solver-4393906-1568431436 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1161678709 HOME/instance-4393906-1568431436.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 7aff4fe352a8c3fb8c4e8479cd8d4369
RANDOM SEED=1161678709

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        30869132 kB
MemAvailable:   31852468 kB
Buffers:           82648 kB
Cached:          1186768 kB
SwapCached:        46656 kB
Active:           945068 kB
Inactive:         375296 kB
Active(anon):       3564 kB
Inactive(anon):    88424 kB
Active(file):     941504 kB
Inactive(file):   286872 kB
Unevictable:      109332 kB
Mlocked:          109332 kB
SwapTotal:      67108860 kB
SwapFree:       66961112 kB
Dirty:             26160 kB
Writeback:             0 kB
AnonPages:        123216 kB
Mapped:            43508 kB
Shmem:             32004 kB
Slab:             170212 kB
SReclaimable:     141588 kB
SUnreclaim:        28624 kB
KernelStack:        3728 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     498192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61216 MiB
End job on node116 at 2019-09-14 05:23:18