Trace number 4283816

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT 669.21997 649.57703

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-xcsp2-s1/
MultiKnapsack-1-6_X2.xml
MD5SUM2db28deb13cd993d5df964576e04fc69
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.2847
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283816-1503187720.xml"  -tl '2520s' -p 1 -x 3
0.05/0.31	c [HOME/instance-4283816-1503187720.xml, -tl, 2520s, -p, 1, -x, 3]
0.22/0.37	c simple solver
0.37/0.44	c parse instance...
0.55/0.60	c solve instance...
669.13/649.56	s SATISFIABLE
669.13/649.56	v <instantiation>
669.13/649.56	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
669.13/649.56	v 	<values>0 0 0 1 0 1 0 1 1 0 1 1 1 0 1 1 1 0 1 1 0 0 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 </values>
669.13/649.56	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15308 MiB free)
  memory of node 1: 16384 MiB (15494 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283816-1503187720/watcher-4283816-1503187720 -o /tmp/evaluation-result-4283816-1503187720/solver-4283816-1503187720 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503172050-30419 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1021776691 HOME/instance-4283816-1503187720.xml 

running on 4 cores: 0,2,4,6

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=356, runsolver pid=353

[startup+0.100171 s]*
/proc/loadavg: 1.73 1.67 1.68 2/196 357
/proc/meminfo: memFree=31542256/32770624 swapFree=67108860/67108860
[pid=356] ppid=353 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/356/stat : 356 (xcsp3-exec) S 353 356 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 17179990 9740288 345 18446744073709551615 4194304 5098028 140731666454640 140731666452744 140073376445052 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 26959872 140731666461049 140731666461254 140731666461254 140731666464747 0
/proc/356/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209586 s]*
/proc/loadavg: 1.73 1.67 1.68 2/210 371
/proc/meminfo: memFree=31530320/32770624 swapFree=67108860/67108860
[pid=356] ppid=353 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/356/stat : 356 (xcsp3-exec) S 353 356 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 17179990 9740288 345 18446744073709551615 4194304 5098028 140731666454640 140731666452744 140073376445052 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 26959872 140731666461049 140731666461254 140731666461254 140731666464747 0
/proc/356/statm: 2378 345 289 221 0 87 0
[pid=358] ppid=356 vsize=13907304 memory=22312 CPUtime=0.05 cores=0,2,4,6
/proc/358/stat : 358 (java) S 356 356 15523 0 -1 1077944320 4504 0 0 0 4 1 0 0 20 0 14 0 17180001 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 140723622845248 139931444625143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
/proc/358/statm: 3476826 5578 2558 1 0 3466323 0
[pid=358/tid=359] ppid=356 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=0,2,4,6
/proc/358/task/359/stat : 359 (java) D 356 356 15523 0 -1 4202560 2679 0 0 0 4 0 0 0 20 0 14 0 17180001 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139931448862624 139931444647165 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=360] ppid=356 vsize=13907304 memory=8942 CPUtime=0 cores=0,2,4,6
/proc/358/task/360/stat : 360 (java) S 356 356 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 17180002 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139931379059088 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=361] ppid=356 vsize=13907304 memory=140564994630376 CPUtime=0 cores=0,2,4,6
/proc/358/task/361/stat : 361 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 17180002 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139931378006288 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=362] ppid=356 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/358/task/362/stat : 362 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 17180002 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139931042888336 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=363] ppid=356 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/358/task/363/stat : 363 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 17180002 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139931041835536 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=364] ppid=356 vsize=13907304 memory=140564994459264 CPUtime=0 cores=0,2,4,6
/proc/358/task/364/stat : 364 (java) S 356 356 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 17180003 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139930990283376 139931444636290 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=365] ppid=356 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/358/task/365/stat : 365 (java) S 356 356 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 17180003 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139930989229344 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=366] ppid=356 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/358/task/366/stat : 366 (java) S 356 356 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 17180004 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139930988177008 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=367] ppid=356 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/358/task/367/stat : 367 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 17180006 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139930987125328 139931444643739 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=368] ppid=356 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/358/task/368/stat : 368 (java) S 356 356 15523 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 14 0 17180006 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139930986072176 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=369] ppid=356 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/358/task/369/stat : 369 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 17180006 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139930985019376 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=370] ppid=356 vsize=13907304 memory=140564994459264 CPUtime=0 cores=0,2,4,6
/proc/358/task/370/stat : 370 (java) S 356 356 15523 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 14 0 17180006 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139930983967088 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=371] ppid=356 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/358/task/371/stat : 371 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 17180006 14241079296 5578 18446744073709551615 4194304 4196468 140723622862704 139930982914528 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23692 KiB

[startup+0.310202 s]*
/proc/loadavg: 1.73 1.67 1.68 3/211 372
/proc/meminfo: memFree=31522992/32770624 swapFree=67108860/67108860
[pid=356] ppid=353 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/356/stat : 356 (xcsp3-exec) S 353 356 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 17179990 9740288 345 18446744073709551615 4194304 5098028 140731666454640 140731666452744 140073376445052 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 26959872 140731666461049 140731666461254 140731666461254 140731666464747 0
/proc/356/statm: 2378 345 289 221 0 87 0
[pid=358] ppid=356 vsize=13975376 memory=32904 CPUtime=0.22 cores=0,2,4,6
/proc/358/stat : 358 (java) S 356 356 15523 0 -1 1077944320 6142 0 0 0 20 2 0 0 20 0 15 0 17180001 14310785024 8226 18446744073709551615 4194304 4196468 140723622862704 140723622845248 139931444625143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
/proc/358/statm: 3493844 8226 2954 1 0 3483220 0
[pid=358/tid=359] ppid=356 vsize=13975376 memory=-8774313645642428999 CPUtime=0.13 cores=0,2,4,6
/proc/358/task/359/stat : 359 (java) R 356 356 15523 0 -1 4202560 4952 0 0 0 12 1 0 0 20 0 15 0 17180001 14310785024 8763 18446744073709551615 4194304 4196468 140723622862704 139931448847520 139931437304861 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=360] ppid=356 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/358/task/360/stat : 360 (java) S 356 356 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17180002 14310785024 8763 18446744073709551615 4194304 4196468 140723622862704 139931379059088 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=361] ppid=356 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/358/task/361/stat : 361 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17180002 14310785024 8763 18446744073709551615 4194304 4196468 140723622862704 139931378006288 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=362] ppid=356 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/358/task/362/stat : 362 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17180002 14310785024 8829 18446744073709551615 4194304 4196468 140723622862704 139931042888336 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=363] ppid=356 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/358/task/363/stat : 363 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17180002 14310785024 8829 18446744073709551615 4194304 4196468 140723622862704 139931041835536 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=364] ppid=356 vsize=13975376 memory=140564994459264 CPUtime=0 cores=0,2,4,6
/proc/358/task/364/stat : 364 (java) S 356 356 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17180003 14310785024 8829 18446744073709551615 4194304 4196468 140723622862704 139930990283376 139931444636290 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=365] ppid=356 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/358/task/365/stat : 365 (java) S 356 356 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17180003 14310785024 8829 18446744073709551615 4194304 4196468 140723622862704 139930989229344 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=366] ppid=356 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/358/task/366/stat : 366 (java) S 356 356 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17180004 14310785024 8829 18446744073709551615 4194304 4196468 140723622862704 139930988177008 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=367] ppid=356 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/358/task/367/stat : 367 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14310785024 8829 18446744073709551615 4194304 4196468 140723622862704 139930987125328 139931444643739 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=368] ppid=356 vsize=13975376 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/358/task/368/stat : 368 (java) S 356 356 15523 0 -1 1077944384 513 0 0 0 1 0 0 0 20 0 15 0 17180006 14310785024 8829 18446744073709551615 4194304 4196468 140723622862704 139930986072176 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=369] ppid=356 vsize=13975376 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/358/task/369/stat : 369 (java) S 356 356 15523 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 15 0 17180006 14310785024 8829 18446744073709551615 4194304 4196468 140723622862704 139930985019376 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=370] ppid=356 vsize=13975376 memory=140564994459264 CPUtime=0.05 cores=0,2,4,6
/proc/358/task/370/stat : 370 (java) S 356 356 15523 0 -1 1077944384 692 0 0 0 5 0 0 0 20 0 15 0 17180006 14310785024 8829 18446744073709551615 4194304 4196468 140723622862704 139930983967088 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=371] ppid=356 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/358/task/371/stat : 371 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14310785024 8829 18446744073709551615 4194304 4196468 140723622862704 139930982914528 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=372] ppid=356 vsize=13975376 memory=140564994459264 CPUtime=0 cores=0,2,4,6
/proc/358/task/372/stat : 372 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17180013 14310785024 8829 18446744073709551615 4194304 4196468 140723622862704 139930981862320 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 34284 KiB

[startup+0.70147 s]
/proc/loadavg: 1.73 1.67 1.68 3/211 372
/proc/meminfo: memFree=31506280/32770624 swapFree=67108860/67108860
[pid=356] ppid=353 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/356/stat : 356 (xcsp3-exec) S 353 356 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 17179990 9740288 345 18446744073709551615 4194304 5098028 140731666454640 140731666452744 140073376445052 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 26959872 140731666461049 140731666461254 140731666461254 140731666464747 0
/proc/356/statm: 2378 345 289 221 0 87 0
[pid=358] ppid=356 vsize=13980732 memory=64388 CPUtime=1.15 cores=0,2,4,6
/proc/358/stat : 358 (java) S 356 356 15523 0 -1 1077944320 12678 0 0 0 110 5 0 0 20 0 15 0 17180001 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 140723622845248 139931444625143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
/proc/358/statm: 3495183 16097 3172 1 0 3483476 0
[pid=358/tid=359] ppid=356 vsize=13980732 memory=1893275272961 CPUtime=0.51 cores=0,2,4,6
/proc/358/task/359/stat : 359 (java) R 356 356 15523 0 -1 4202560 7951 0 0 0 48 3 0 0 20 0 15 0 17180001 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139931448863936 139931444637078 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=360] ppid=356 vsize=13980732 memory=1944814880513 CPUtime=0 cores=0,2,4,6
/proc/358/task/360/stat : 360 (java) S 356 356 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17180002 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139931379059088 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=361] ppid=356 vsize=13980732 memory=2352836773633 CPUtime=0 cores=0,2,4,6
/proc/358/task/361/stat : 361 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17180002 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139931378006288 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=362] ppid=356 vsize=13980732 memory=2443031086849 CPUtime=0 cores=0,2,4,6
/proc/358/task/362/stat : 362 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17180002 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139931042888336 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=363] ppid=356 vsize=13980732 memory=2447326054145 CPUtime=0 cores=0,2,4,6
/proc/358/task/363/stat : 363 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17180002 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139931041835536 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=364] ppid=356 vsize=13980732 memory=2460210956033 CPUtime=0 cores=0,2,4,6
/proc/358/task/364/stat : 364 (java) S 356 356 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17180003 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139930990283376 139931444636290 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=365] ppid=356 vsize=13980732 memory=2468800890369 CPUtime=0 cores=0,2,4,6
/proc/358/task/365/stat : 365 (java) S 356 356 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17180003 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139930989229344 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=366] ppid=356 vsize=13980732 memory=2477390824961 CPUtime=0 cores=0,2,4,6
/proc/358/task/366/stat : 366 (java) S 356 356 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17180004 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139930988177008 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=367] ppid=356 vsize=13980732 memory=2481685792001 CPUtime=0 cores=0,2,4,6
/proc/358/task/367/stat : 367 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139930987125328 139931444643739 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=368] ppid=356 vsize=13980732 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/358/task/368/stat : 368 (java) R 356 356 15523 0 -1 4202560 1208 0 0 0 15 0 0 0 20 0 15 0 17180006 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139930986052416 139931426168866 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=369] ppid=356 vsize=13980732 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/358/task/369/stat : 369 (java) R 356 356 15523 0 -1 4202560 838 0 0 0 19 0 0 0 20 0 15 0 17180006 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139930985005920 139931429546896 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=370] ppid=356 vsize=13980732 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/358/task/370/stat : 370 (java) R 356 356 15523 0 -1 4202560 1374 0 0 0 26 0 0 0 20 0 15 0 17180006 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139930983967088 139931428705630 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=371] ppid=356 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/358/task/371/stat : 371 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139930982914528 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=372] ppid=356 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/358/task/372/stat : 372 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17180013 14316269568 16097 18446744073709551615 4194304 4196468 140723622862704 139930981862320 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65768 KiB

[startup+1.50076 s]
/proc/loadavg: 1.73 1.67 1.68 5/211 372
/proc/meminfo: memFree=31459424/32770624 swapFree=67108860/67108860
[pid=356] ppid=353 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/356/stat : 356 (xcsp3-exec) S 353 356 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 17179990 9740288 345 18446744073709551615 4194304 5098028 140731666454640 140731666452744 140073376445052 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 26959872 140731666461049 140731666461254 140731666461254 140731666464747 0
/proc/356/statm: 2378 345 289 221 0 87 0
[pid=358] ppid=356 vsize=13980732 memory=155324 CPUtime=3.43 cores=0,2,4,6
/proc/358/stat : 358 (java) S 356 356 15523 0 -1 1077944320 20903 0 0 0 336 7 0 0 20 0 15 0 17180001 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 140723622845248 139931444625143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
/proc/358/statm: 3495183 38831 3196 1 0 3483476 0
[pid=358/tid=359] ppid=356 vsize=13980732 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/358/task/359/stat : 359 (java) R 356 356 15523 0 -1 4202560 8620 0 0 0 126 5 0 0 20 0 15 0 17180001 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139931448860048 139931062425688 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=360] ppid=356 vsize=13980732 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/358/task/360/stat : 360 (java) S 356 356 15523 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17180002 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139931379059088 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=361] ppid=356 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/358/task/361/stat : 361 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17180002 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139931378006288 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=362] ppid=356 vsize=13980732 memory=281129768824448 CPUtime=0 cores=0,2,4,6
/proc/358/task/362/stat : 362 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17180002 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139931042888336 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=363] ppid=356 vsize=13980732 memory=140568374022849 CPUtime=0 cores=0,2,4,6
/proc/358/task/363/stat : 363 (java) S 356 356 15523 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17180002 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139931041835536 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=364] ppid=356 vsize=13980732 memory=2460210956033 CPUtime=0 cores=0,2,4,6
/proc/358/task/364/stat : 364 (java) S 356 356 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17180003 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139930990283376 139931444636290 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=365] ppid=356 vsize=13980732 memory=2468800890369 CPUtime=0 cores=0,2,4,6
/proc/358/task/365/stat : 365 (java) S 356 356 15523 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17180003 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139930989229344 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=366] ppid=356 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/358/task/366/stat : 366 (java) S 356 356 15523 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17180004 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139930988177008 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=367] ppid=356 vsize=13980732 memory=281129768714480 CPUtime=0 cores=0,2,4,6
/proc/358/task/367/stat : 367 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139930987125328 139931444643739 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=368] ppid=356 vsize=13980732 memory=81 CPUtime=0.81 cores=0,2,4,6
/proc/358/task/368/stat : 368 (java) S 356 356 15523 0 -1 1077944384 4286 0 0 0 81 0 0 0 20 0 15 0 17180006 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139930986072176 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=369] ppid=356 vsize=13980732 memory=140564884564279 CPUtime=0.82 cores=0,2,4,6
/proc/358/task/369/stat : 369 (java) S 356 356 15523 0 -1 1077944384 4320 0 0 0 82 0 0 0 20 0 15 0 17180006 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139930985019376 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=370] ppid=356 vsize=13980732 memory=281129769136880 CPUtime=0.45 cores=0,2,4,6
/proc/358/task/370/stat : 370 (java) R 356 356 15523 0 -1 1077944384 2349 0 0 0 45 0 0 0 20 0 15 0 17180006 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139930983967088 139931444636290 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=371] ppid=356 vsize=13980732 memory=281129768743376 CPUtime=0 cores=0,2,4,6
/proc/358/task/371/stat : 371 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139930982914528 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=372] ppid=356 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/358/task/372/stat : 372 (java) S 356 356 15523 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17180013 14316269568 38831 18446744073709551615 4194304 4196468 140723622862704 139930981862320 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
Current children cumulated CPU time: 3.43 s
Current children cumulated vsize: 13990244 KiB

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

/proc/356/stat : 356 (xcsp3-exec) S 353 356 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 17179990 9740288 345 18446744073709551615 4194304 5098028 140731666454640 140731666452744 140073376445052 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 26959872 140731666461049 140731666461254 140731666461254 140731666464747 0
/proc/356/statm: 2378 345 289 221 0 87 0
[pid=358] ppid=356 vsize=13980732 memory=313696 CPUtime=668.42 cores=0,2,4,6
/proc/358/stat : 358 (java) S 356 356 15523 0 -1 1077944320 127319 0 0 0 66682 160 0 0 20 0 15 0 17180001 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 140723622845248 139931444625143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
/proc/358/statm: 3495183 78424 3261 1 0 3483476 0
[pid=358/tid=359] ppid=356 vsize=13980732 memory=1380 CPUtime=642.16 cores=0,2,4,6
/proc/358/task/359/stat : 359 (java) R 356 356 15523 0 -1 4202560 46682 0 0 0 64199 17 0 0 20 0 15 0 17180001 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139931448864944 139931061453855 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=360] ppid=356 vsize=13980732 memory=315748 CPUtime=4.83 cores=0,2,4,6
/proc/358/task/360/stat : 360 (java) S 356 356 15523 0 -1 1077944384 7734 0 0 0 454 29 0 0 20 0 15 0 17180002 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139931379059088 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=361] ppid=356 vsize=13980732 memory=4134931637327791675 CPUtime=4.83 cores=0,2,4,6
/proc/358/task/361/stat : 361 (java) S 356 356 15523 0 -1 1077944384 7613 0 0 0 456 27 0 0 20 0 15 0 17180002 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139931378006288 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=362] ppid=356 vsize=13980732 memory=2412 CPUtime=4.83 cores=0,2,4,6
/proc/358/task/362/stat : 362 (java) S 356 356 15523 0 -1 1077944384 8137 0 0 0 456 27 0 0 20 0 15 0 17180002 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139931042888336 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=363] ppid=356 vsize=13980732 memory=1724 CPUtime=4.84 cores=0,2,4,6
/proc/358/task/363/stat : 363 (java) S 356 356 15523 0 -1 1077944384 6778 0 0 0 457 27 0 0 20 0 15 0 17180002 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139931041835536 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=364] ppid=356 vsize=13980732 memory=1008 CPUtime=0.97 cores=0,2,4,6
/proc/358/task/364/stat : 364 (java) S 356 356 15523 0 -1 1077944384 11073 0 0 0 83 14 0 0 20 0 15 0 17180003 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139930990283376 139931444636290 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=365] ppid=356 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/358/task/365/stat : 365 (java) S 356 356 15523 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 17180003 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139930989229408 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=366] ppid=356 vsize=13980732 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/358/task/366/stat : 366 (java) S 356 356 15523 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 17180004 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139930988177024 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=367] ppid=356 vsize=13980732 memory=12932 CPUtime=0 cores=0,2,4,6
/proc/358/task/367/stat : 367 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139930987125328 139931444643739 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=368] ppid=356 vsize=13980732 memory=1296 CPUtime=2.68 cores=0,2,4,6
/proc/358/task/368/stat : 368 (java) S 356 356 15523 0 -1 1077944384 14596 0 0 0 266 2 0 0 20 0 15 0 17180006 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139930986072176 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=369] ppid=356 vsize=13980732 memory=2412 CPUtime=2.24 cores=0,2,4,6
/proc/358/task/369/stat : 369 (java) S 356 356 15523 0 -1 1077944384 15147 0 0 0 222 2 0 0 20 0 15 0 17180006 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139930985019376 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=370] ppid=356 vsize=13980732 memory=1724 CPUtime=0.59 cores=0,2,4,6
/proc/358/task/370/stat : 370 (java) S 356 356 15523 0 -1 1077944384 7844 0 0 0 58 1 0 0 20 0 15 0 17180006 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139930983967088 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=371] ppid=356 vsize=13980732 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/358/task/371/stat : 371 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139930982914528 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=372] ppid=356 vsize=13980732 memory=1228 CPUtime=0.35 cores=0,2,4,6
/proc/358/task/372/stat : 372 (java) S 356 356 15523 0 -1 1077944384 334 0 0 0 17 18 0 0 20 0 15 0 17180013 14316269568 78424 18446744073709551615 4194304 4196468 140723622862704 139930981862320 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
Current children cumulated CPU time: 668.42 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 315076 KiB

[startup+649.201 s]
/proc/loadavg: 1.64 1.69 1.68 3/212 858
/proc/meminfo: memFree=31093716/32770624 swapFree=67108860/67108860
[pid=356] ppid=353 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/356/stat : 356 (xcsp3-exec) S 353 356 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 17179990 9740288 345 18446744073709551615 4194304 5098028 140731666454640 140731666452744 140073376445052 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 26959872 140731666461049 140731666461254 140731666461254 140731666464747 0
/proc/356/statm: 2378 345 289 221 0 87 0
[pid=358] ppid=356 vsize=13980732 memory=313184 CPUtime=668.82 cores=0,2,4,6
/proc/358/stat : 358 (java) S 356 356 15523 0 -1 1077944320 127320 0 0 0 66722 160 0 0 20 0 15 0 17180001 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 140723622845248 139931444625143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
/proc/358/statm: 3495183 78296 3261 1 0 3483476 0
[pid=358/tid=359] ppid=356 vsize=13980732 memory=4134931637327791675 CPUtime=642.55 cores=0,2,4,6
/proc/358/task/359/stat : 359 (java) R 356 356 15523 0 -1 4202560 46683 0 0 0 64238 17 0 0 20 0 15 0 17180001 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139931448864720 139931062137959 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=360] ppid=356 vsize=13980732 memory=288230613214036277 CPUtime=4.84 cores=0,2,4,6
/proc/358/task/360/stat : 360 (java) S 356 356 15523 0 -1 1077944384 7734 0 0 0 455 29 0 0 20 0 15 0 17180002 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139931379059088 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=361] ppid=356 vsize=13980732 memory=288288896020907181 CPUtime=4.83 cores=0,2,4,6
/proc/358/task/361/stat : 361 (java) S 356 356 15523 0 -1 1077944384 7613 0 0 0 456 27 0 0 20 0 15 0 17180002 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139931378006288 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=362] ppid=356 vsize=13980732 memory=792 CPUtime=4.83 cores=0,2,4,6
/proc/358/task/362/stat : 362 (java) S 356 356 15523 0 -1 1077944384 8137 0 0 0 456 27 0 0 20 0 15 0 17180002 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139931042888336 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=363] ppid=356 vsize=13980732 memory=5412 CPUtime=4.84 cores=0,2,4,6
/proc/358/task/363/stat : 363 (java) S 356 356 15523 0 -1 1077944384 6778 0 0 0 457 27 0 0 20 0 15 0 17180002 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139931041835536 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=364] ppid=356 vsize=13980732 memory=4612 CPUtime=0.97 cores=0,2,4,6
/proc/358/task/364/stat : 364 (java) S 356 356 15523 0 -1 1077944384 11073 0 0 0 83 14 0 0 20 0 15 0 17180003 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139930990283376 139931444636290 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=365] ppid=356 vsize=13980732 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/358/task/365/stat : 365 (java) S 356 356 15523 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 17180003 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139930989229408 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=366] ppid=356 vsize=13980732 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/358/task/366/stat : 366 (java) S 356 356 15523 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 17180004 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139930988177024 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=367] ppid=356 vsize=13980732 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/358/task/367/stat : 367 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139930987125328 139931444643739 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=368] ppid=356 vsize=13980732 memory=3168 CPUtime=2.68 cores=0,2,4,6
/proc/358/task/368/stat : 368 (java) S 356 356 15523 0 -1 1077944384 14596 0 0 0 266 2 0 0 20 0 15 0 17180006 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139930986072176 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=369] ppid=356 vsize=13980732 memory=1380 CPUtime=2.24 cores=0,2,4,6
/proc/358/task/369/stat : 369 (java) S 356 356 15523 0 -1 1077944384 15147 0 0 0 222 2 0 0 20 0 15 0 17180006 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139930985019376 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=370] ppid=356 vsize=13980732 memory=4134931637327791675 CPUtime=0.59 cores=0,2,4,6
/proc/358/task/370/stat : 370 (java) S 356 356 15523 0 -1 1077944384 7844 0 0 0 58 1 0 0 20 0 15 0 17180006 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139930983967088 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=371] ppid=356 vsize=13980732 memory=320880 CPUtime=0 cores=0,2,4,6
/proc/358/task/371/stat : 371 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139930982914528 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=372] ppid=356 vsize=13980732 memory=1296 CPUtime=0.35 cores=0,2,4,6
/proc/358/task/372/stat : 372 (java) S 356 356 15523 0 -1 1077944384 334 0 0 0 17 18 0 0 20 0 15 0 17180013 14316269568 78296 18446744073709551615 4194304 4196468 140723622862704 139930981862320 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
Current children cumulated CPU time: 668.82 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 314564 KiB

[startup+649.401 s]
/proc/loadavg: 1.64 1.69 1.68 3/212 858
/proc/meminfo: memFree=31093716/32770624 swapFree=67108860/67108860
[pid=356] ppid=353 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/356/stat : 356 (xcsp3-exec) S 353 356 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 17179990 9740288 345 18446744073709551615 4194304 5098028 140731666454640 140731666452744 140073376445052 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 26959872 140731666461049 140731666461254 140731666461254 140731666464747 0
/proc/356/statm: 2378 345 289 221 0 87 0
[pid=358] ppid=356 vsize=13980732 memory=312672 CPUtime=669.03 cores=0,2,4,6
/proc/358/stat : 358 (java) S 356 356 15523 0 -1 1077944320 127321 0 0 0 66743 160 0 0 20 0 15 0 17180001 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 140723622845248 139931444625143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
/proc/358/statm: 3495183 78168 3261 1 0 3483476 0
[pid=358/tid=359] ppid=356 vsize=13980732 memory=288288896020907181 CPUtime=642.75 cores=0,2,4,6
/proc/358/task/359/stat : 359 (java) R 356 356 15523 0 -1 4202560 46684 0 0 0 64258 17 0 0 20 0 15 0 17180001 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139931448864832 139931064758591 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=360] ppid=356 vsize=13980732 memory=1200 CPUtime=4.84 cores=0,2,4,6
/proc/358/task/360/stat : 360 (java) S 356 356 15523 0 -1 1077944384 7734 0 0 0 455 29 0 0 20 0 15 0 17180002 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139931379059088 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=361] ppid=356 vsize=13980732 memory=15872 CPUtime=4.83 cores=0,2,4,6
/proc/358/task/361/stat : 361 (java) S 356 356 15523 0 -1 1077944384 7613 0 0 0 456 27 0 0 20 0 15 0 17180002 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139931378006288 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=362] ppid=356 vsize=13980732 memory=18448 CPUtime=4.84 cores=0,2,4,6
/proc/358/task/362/stat : 362 (java) S 356 356 15523 0 -1 1077944384 8137 0 0 0 457 27 0 0 20 0 15 0 17180002 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139931042888336 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=363] ppid=356 vsize=13980732 memory=4012 CPUtime=4.84 cores=0,2,4,6
/proc/358/task/363/stat : 363 (java) S 356 356 15523 0 -1 1077944384 6778 0 0 0 457 27 0 0 20 0 15 0 17180002 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139931041835536 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=364] ppid=356 vsize=13980732 memory=8900 CPUtime=0.97 cores=0,2,4,6
/proc/358/task/364/stat : 364 (java) S 356 356 15523 0 -1 1077944384 11073 0 0 0 83 14 0 0 20 0 15 0 17180003 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930990283376 139931444636290 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=365] ppid=356 vsize=13980732 memory=1244 CPUtime=0 cores=0,2,4,6
/proc/358/task/365/stat : 365 (java) S 356 356 15523 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 17180003 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930989229408 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=366] ppid=356 vsize=13980732 memory=644 CPUtime=0 cores=0,2,4,6
/proc/358/task/366/stat : 366 (java) S 356 356 15523 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 17180004 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930988177024 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=367] ppid=356 vsize=13980732 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/358/task/367/stat : 367 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930987125328 139931444643739 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=368] ppid=356 vsize=13980732 memory=956 CPUtime=2.68 cores=0,2,4,6
/proc/358/task/368/stat : 368 (java) S 356 356 15523 0 -1 1077944384 14596 0 0 0 266 2 0 0 20 0 15 0 17180006 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930986072176 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=369] ppid=356 vsize=13980732 memory=2240 CPUtime=2.24 cores=0,2,4,6
/proc/358/task/369/stat : 369 (java) S 356 356 15523 0 -1 1077944384 15147 0 0 0 222 2 0 0 20 0 15 0 17180006 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930985019376 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=370] ppid=356 vsize=13980732 memory=4300 CPUtime=0.59 cores=0,2,4,6
/proc/358/task/370/stat : 370 (java) S 356 356 15523 0 -1 1077944384 7844 0 0 0 58 1 0 0 20 0 15 0 17180006 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930983967088 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=371] ppid=356 vsize=13980732 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/358/task/371/stat : 371 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930982914528 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=372] ppid=356 vsize=13980732 memory=4134931637327791675 CPUtime=0.35 cores=0,2,4,6
/proc/358/task/372/stat : 372 (java) S 356 356 15523 0 -1 1077944384 334 0 0 0 17 18 0 0 20 0 15 0 17180013 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930981862320 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
Current children cumulated CPU time: 669.03 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 314052 KiB

[startup+649.501 s]
/proc/loadavg: 1.64 1.69 1.68 3/212 858
/proc/meminfo: memFree=31093716/32770624 swapFree=67108860/67108860
[pid=356] ppid=353 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/356/stat : 356 (xcsp3-exec) S 353 356 15523 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 17179990 9740288 345 18446744073709551615 4194304 5098028 140731666454640 140731666452744 140073376445052 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 26959872 140731666461049 140731666461254 140731666461254 140731666464747 0
/proc/356/statm: 2378 345 289 221 0 87 0
[pid=358] ppid=356 vsize=13980732 memory=312672 CPUtime=669.13 cores=0,2,4,6
/proc/358/stat : 358 (java) S 356 356 15523 0 -1 1077944320 127321 0 0 0 66753 160 0 0 20 0 15 0 17180001 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 140723622845248 139931444625143 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
/proc/358/statm: 3495183 78168 3261 1 0 3483476 0
[pid=358/tid=359] ppid=356 vsize=13980732 memory=314212 CPUtime=642.85 cores=0,2,4,6
/proc/358/task/359/stat : 359 (java) R 356 356 15523 0 -1 4202560 46684 0 0 0 64268 17 0 0 20 0 15 0 17180001 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139931448864832 139931064512980 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=360] ppid=356 vsize=13980732 memory=317800 CPUtime=4.84 cores=0,2,4,6
/proc/358/task/360/stat : 360 (java) S 356 356 15523 0 -1 1077944384 7734 0 0 0 455 29 0 0 20 0 15 0 17180002 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139931379059088 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=361] ppid=356 vsize=13980732 memory=315748 CPUtime=4.83 cores=0,2,4,6
/proc/358/task/361/stat : 361 (java) S 356 356 15523 0 -1 1077944384 7613 0 0 0 456 27 0 0 20 0 15 0 17180002 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139931378006288 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=362] ppid=356 vsize=13980732 memory=316264 CPUtime=4.84 cores=0,2,4,6
/proc/358/task/362/stat : 362 (java) S 356 356 15523 0 -1 1077944384 8137 0 0 0 457 27 0 0 20 0 15 0 17180002 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139931042888336 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=363] ppid=356 vsize=13980732 memory=313184 CPUtime=4.84 cores=0,2,4,6
/proc/358/task/363/stat : 363 (java) S 356 356 15523 0 -1 1077944384 6778 0 0 0 457 27 0 0 20 0 15 0 17180002 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139931041835536 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=364] ppid=356 vsize=13980732 memory=312672 CPUtime=0.97 cores=0,2,4,6
/proc/358/task/364/stat : 364 (java) S 356 356 15523 0 -1 1077944384 11073 0 0 0 83 14 0 0 20 0 15 0 17180003 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930990283376 139931444636290 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=365] ppid=356 vsize=13980732 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/358/task/365/stat : 365 (java) S 356 356 15523 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 17180003 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930989229408 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=366] ppid=356 vsize=13980732 memory=11952 CPUtime=0 cores=0,2,4,6
/proc/358/task/366/stat : 366 (java) S 356 356 15523 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 17180004 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930988177024 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=367] ppid=356 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/358/task/367/stat : 367 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930987125328 139931444643739 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=368] ppid=356 vsize=13980732 memory=314212 CPUtime=2.68 cores=0,2,4,6
/proc/358/task/368/stat : 368 (java) S 356 356 15523 0 -1 1077944384 14596 0 0 0 266 2 0 0 20 0 15 0 17180006 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930986072176 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=369] ppid=356 vsize=13980732 memory=314724 CPUtime=2.24 cores=0,2,4,6
/proc/358/task/369/stat : 369 (java) S 356 356 15523 0 -1 1077944384 15147 0 0 0 222 2 0 0 20 0 15 0 17180006 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930985019376 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=370] ppid=356 vsize=13980732 memory=1380 CPUtime=0.59 cores=0,2,4,6
/proc/358/task/370/stat : 370 (java) S 356 356 15523 0 -1 1077944384 7844 0 0 0 58 1 0 0 20 0 15 0 17180006 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930983967088 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=371] ppid=356 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/358/task/371/stat : 371 (java) S 356 356 15523 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17180006 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930982914528 139931444635349 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
[pid=358/tid=372] ppid=356 vsize=13980732 memory=1380 CPUtime=0.35 cores=0,2,4,6
/proc/358/task/372/stat : 372 (java) S 356 356 15523 0 -1 1077944384 334 0 0 0 17 18 0 0 20 0 15 0 17180013 14316269568 78168 18446744073709551615 4194304 4196468 140723622862704 139930981862320 139931444636290 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 29540352 140723622867378 140723622867554 140723622867554 140723622870991 0
Current children cumulated CPU time: 669.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 314052 KiB

Child status: 0
Real time (s): 649.577
CPU time (s): 669.22
CPU user time (s): 667.608
CPU system time (s): 1.61162
CPU usage (%): 103.024
Max. virtual memory (cumulated for all children) (KiB): 13992208
Max. memory (cumulated for all children) (KiB): 520928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 667.608
system time used= 1.61162
maximum resident set size= 520384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128134
page faults= 0
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36407
involuntary context switches= 1822


# summary of solver processes directly reported to runsolver:
#   pid: 356
#   total CPU time (s): 669.22
#   total CPU user time (s): 667.608
#   total CPU system time (s): 1.61162

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.02714 second user time and 6.35373 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-20 01:55:10
IDJOB=4283816
IDBENCH=120857
IDSOLVER=2679
FILE ID=node130/4283816-1503187720
RUNJOBID= node130-1503172050-30419
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-xcsp2-s1/MultiKnapsack-1-6_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283816-1503187720/watcher-4283816-1503187720 -o /tmp/evaluation-result-4283816-1503187720/solver-4283816-1503187720 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node130-1503172050-30419 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1021776691 HOME/instance-4283816-1503187720.xml

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

MD5SUM BENCH= 2db28deb13cd993d5df964576e04fc69
RANDOM SEED=1021776691

node130.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.77
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.77
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.77
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.77
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:        31542876 kB
MemAvailable:   31771804 kB
Buffers:          191476 kB
Cached:           326872 kB
SwapCached:            0 kB
Active:           497528 kB
Inactive:         325664 kB
Active(anon):     304976 kB
Inactive(anon):    16748 kB
Active(file):     192552 kB
Inactive(file):   308916 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7800 kB
Writeback:             4 kB
AnonPages:        304708 kB
Mapped:            45332 kB
Shmem:             17060 kB
Slab:             111172 kB
SReclaimable:      86588 kB
SUnreclaim:        24584 kB
KernelStack:        3424 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     897492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node130 at 2017-08-20 02:06:00