Trace number 4284337

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 5a (2017-08-18)SAT (TO)874 253.306 240.02699

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-16.xml
MD5SUMb96279f92050ffb29891facc982b592e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark886
Best CPU time to get the best result obtained on this benchmark7.3159599
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284337-1503213453.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284337-1503213453.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.27	c parse instance...
0.50/0.42	c solve instance...
0.74/0.44	o 636 
0.74/0.45	o 647 
0.74/0.47	o 675 
1.05/0.58	o 687 
1.05/0.59	o 696 
1.05/0.59	o 715 
1.37/0.63	o 740 
2.31/0.94	o 752 
2.31/0.94	o 763 
2.95/1.13	o 774 
2.95/1.13	o 777 
2.95/1.14	o 816 
14.38/6.36	o 817 
14.49/6.47	o 822 
14.59/6.52	o 826 
14.59/6.53	o 841 
14.59/6.53	o 855 
14.92/6.84	o 856 
45.45/36.59	o 864 
94.40/84.67	o 874 
253.27/240.01	s SATISFIABLE
253.27/240.01	v <instantiation>
253.27/240.01	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] </list>
253.27/240.01	v 	<values>1 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 </values>
253.27/240.01	v </instantiation>
253.27/240.01	c Unexpected resolution interruption!

Verifier Data

OK	874

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284337-1503213453/watcher-4284337-1503213453 -o /tmp/evaluation-result-4284337-1503213453/solver-4284337-1503213453 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node104-1503208966-3840 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1323748249 HOME/instance-4284337-1503213453.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=6672, runsolver pid=6669

[startup+0.101043 s]*
/proc/loadavg: 1.78 1.71 1.78 3/217 6688
/proc/meminfo: memFree=23576456/32770624 swapFree=67108860/67108860
[pid=6672] ppid=6669 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6672/stat : 6672 (xcsp3-exec) S 6669 6672 3809 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154433073 9740288 345 33554432000 4194304 5098028 140722402816048 140722402814152 139676611900028 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15265792 140722402817140 140722402817344 140722402817344 140722402820075 0
/proc/6672/statm: 2378 345 289 221 0 87 0
[pid=6674] ppid=6672 vsize=13978596 memory=26368 CPUtime=0.12 cores=0,2,4,6
/proc/6674/stat : 6674 (java) S 6672 6672 3809 0 -1 1077944320 5424 0 0 0 10 2 0 0 20 0 15 0 154433073 14314082304 6592 33554432000 4194304 4196468 140732556029184 140732556011728 140111729753847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
/proc/6674/statm: 3494649 6592 2887 1 0 3482966 0
[pid=6674/tid=6675] ppid=6672 vsize=13978596 memory=7829124907162375003 CPUtime=0.09 cores=0,2,4,6
/proc/6674/task/6675/stat : 6675 (java) R 6672 6672 3809 0 -1 4202560 3400 0 0 0 8 1 0 0 20 0 15 0 154433074 14314082304 6592 33554432000 4194304 4196468 140732556029184 140111733985952 140111711335842 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6676] ppid=6672 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6676/stat : 6676 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433074 14314082304 6592 33554432000 4194304 4196468 140732556029184 140111699467152 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6677] ppid=6672 vsize=13978596 memory=140687910020736 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6677/stat : 6677 (java) S 6672 6672 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154433074 14314082304 6592 33554432000 4194304 4196468 140732556029184 140111324781328 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6678] ppid=6672 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6678/stat : 6678 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433074 14314082304 6592 33554432000 4194304 4196468 140732556029184 140111323729040 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6679] ppid=6672 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6679/stat : 6679 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433074 14314082304 6592 33554432000 4194304 4196468 140732556029184 140111322676240 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6680] ppid=6672 vsize=13978596 memory=140687910020736 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6680/stat : 6680 (java) S 6672 6672 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154433076 14314082304 6592 33554432000 4194304 4196468 140732556029184 140110910675056 140111729764994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6681] ppid=6672 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6681/stat : 6681 (java) S 6672 6672 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154433076 14314082304 6592 33554432000 4194304 4196468 140732556029184 140110909621024 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6682] ppid=6672 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6682/stat : 6682 (java) S 6672 6672 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154433076 14314082304 6592 33554432000 4194304 4196468 140732556029184 140110908568688 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6683] ppid=6672 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6683/stat : 6683 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14314082304 6592 33554432000 4194304 4196468 140732556029184 140110907517008 140111729772443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6684] ppid=6672 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6684/stat : 6684 (java) S 6672 6672 3809 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 154433079 14314082304 6592 33554432000 4194304 4196468 140732556029184 140110906464880 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6685] ppid=6672 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6685/stat : 6685 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14314082304 6592 33554432000 4194304 4196468 140732556029184 140110905412080 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6686] ppid=6672 vsize=13978596 memory=140687910020736 CPUtime=0.01 cores=0,2,4,6
/proc/6674/task/6686/stat : 6686 (java) R 6672 6672 3809 0 -1 4202560 330 0 0 0 1 0 0 0 20 0 15 0 154433079 14314082304 6658 33554432000 4194304 4196468 140732556029184 140110904359792 140111721990974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6687] ppid=6672 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6687/stat : 6687 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14314082304 6658 33554432000 4194304 4196468 140732556029184 140110903307232 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6688] ppid=6672 vsize=13978596 memory=140687910020736 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6688/stat : 6688 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433079 14314082304 6658 33554432000 4194304 4196468 140732556029184 140110902254000 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 27748 KiB

[startup+0.21063 s]*
/proc/loadavg: 1.78 1.71 1.78 3/217 6688
/proc/meminfo: memFree=23563756/32770624 swapFree=67108860/67108860
[pid=6672] ppid=6669 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6672/stat : 6672 (xcsp3-exec) S 6669 6672 3809 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154433073 9740288 345 33554432000 4194304 5098028 140722402816048 140722402814152 139676611900028 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15265792 140722402817140 140722402817344 140722402817344 140722402820075 0
/proc/6672/statm: 2378 345 289 221 0 87 0
[pid=6674] ppid=6672 vsize=13982852 memory=39332 CPUtime=0.33 cores=0,2,4,6
/proc/6674/stat : 6674 (java) S 6672 6672 3809 0 -1 1077944320 8356 0 0 0 31 2 0 0 20 0 15 0 154433073 14318440448 9833 33554432000 4194304 4196468 140732556029184 140732556011728 140111729753847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
/proc/6674/statm: 3495713 9833 3069 1 0 3482966 0
[pid=6674/tid=6675] ppid=6672 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/6674/task/6675/stat : 6675 (java) R 6672 6672 3809 0 -1 4202560 5317 0 0 0 18 1 0 0 20 0 15 0 154433074 14318440448 9833 33554432000 4194304 4196468 140732556029184 140111733975840 140111713834334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6676] ppid=6672 vsize=13982852 memory=8944 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6676/stat : 6676 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433074 14318440448 9833 33554432000 4194304 4196468 140732556029184 140111699467152 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6677] ppid=6672 vsize=13982852 memory=140687910554589 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6677/stat : 6677 (java) S 6672 6672 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154433074 14318440448 9833 33554432000 4194304 4196468 140732556029184 140111324781328 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6678] ppid=6672 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6678/stat : 6678 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433074 14318440448 9833 33554432000 4194304 4196468 140732556029184 140111323729040 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6679] ppid=6672 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6679/stat : 6679 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433074 14318440448 9833 33554432000 4194304 4196468 140732556029184 140111322676240 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6680] ppid=6672 vsize=13982852 memory=140687910020736 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6680/stat : 6680 (java) S 6672 6672 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154433076 14318440448 9833 33554432000 4194304 4196468 140732556029184 140110910675056 140111729764994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6681] ppid=6672 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6681/stat : 6681 (java) S 6672 6672 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154433076 14318440448 9833 33554432000 4194304 4196468 140732556029184 140110909621024 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6682] ppid=6672 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6682/stat : 6682 (java) S 6672 6672 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154433076 14318440448 9833 33554432000 4194304 4196468 140732556029184 140110908568688 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6683] ppid=6672 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6683/stat : 6683 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14318440448 9833 33554432000 4194304 4196468 140732556029184 140110907517008 140111729772443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6684] ppid=6672 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6674/task/6684/stat : 6684 (java) S 6672 6672 3809 0 -1 1077944384 763 0 0 0 3 0 0 0 20 0 15 0 154433079 14318440448 9833 33554432000 4194304 4196468 140732556029184 140110906464880 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6685] ppid=6672 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/6674/task/6685/stat : 6685 (java) S 6672 6672 3809 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 15 0 154433079 14318440448 9833 33554432000 4194304 4196468 140732556029184 140110905412080 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6686] ppid=6672 vsize=13982852 memory=140687910020736 CPUtime=0.08 cores=0,2,4,6
/proc/6674/task/6686/stat : 6686 (java) R 6672 6672 3809 0 -1 4202560 882 0 0 0 8 0 0 0 20 0 15 0 154433079 14318440448 9833 33554432000 4194304 4196468 140732556029184 140110904359792 140111709942385 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6687] ppid=6672 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6687/stat : 6687 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14318440448 9833 33554432000 4194304 4196468 140732556029184 140110903307232 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6688] ppid=6672 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6688/stat : 6688 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433079 14318440448 9833 33554432000 4194304 4196468 140732556029184 140110902254000 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 40712 KiB

[startup+0.310466 s]*
/proc/loadavg: 1.78 1.71 1.78 3/217 6688
/proc/meminfo: memFree=23556996/32770624 swapFree=67108860/67108860
[pid=6672] ppid=6669 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6672/stat : 6672 (xcsp3-exec) S 6669 6672 3809 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154433073 9740288 345 33554432000 4194304 5098028 140722402816048 140722402814152 139676611900028 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15265792 140722402817140 140722402817344 140722402817344 140722402820075 0
/proc/6672/statm: 2378 345 289 221 0 87 0
[pid=6674] ppid=6672 vsize=13982852 memory=46528 CPUtime=0.5 cores=0,2,4,6
/proc/6674/stat : 6674 (java) S 6672 6672 3809 0 -1 1077944320 9341 0 0 0 47 3 0 0 20 0 15 0 154433073 14318440448 11632 33554432000 4194304 4196468 140732556029184 140732556011728 140111729753847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
/proc/6674/statm: 3495713 11632 3112 1 0 3482966 0
[pid=6674/tid=6675] ppid=6672 vsize=13982852 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/6674/task/6675/stat : 6675 (java) R 6672 6672 3809 0 -1 4202560 6060 0 0 0 27 2 0 0 20 0 15 0 154433074 14318440448 11632 33554432000 4194304 4196468 140732556029184 140111733990096 140111713834334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6676] ppid=6672 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6676/stat : 6676 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433074 14318440448 11632 33554432000 4194304 4196468 140732556029184 140111699467152 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6677] ppid=6672 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6677/stat : 6677 (java) S 6672 6672 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154433074 14318440448 11632 33554432000 4194304 4196468 140732556029184 140111324781328 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6678] ppid=6672 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6678/stat : 6678 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433074 14318440448 11632 33554432000 4194304 4196468 140732556029184 140111323729040 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6679] ppid=6672 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6679/stat : 6679 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433074 14318440448 11632 33554432000 4194304 4196468 140732556029184 140111322676240 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6680] ppid=6672 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6680/stat : 6680 (java) S 6672 6672 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154433076 14318440448 11632 33554432000 4194304 4196468 140732556029184 140110910675056 140111729764994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6681] ppid=6672 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6681/stat : 6681 (java) S 6672 6672 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154433076 14318440448 11632 33554432000 4194304 4196468 140732556029184 140110909621024 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6682] ppid=6672 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6682/stat : 6682 (java) S 6672 6672 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154433076 14318440448 11632 33554432000 4194304 4196468 140732556029184 140110908568688 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6683] ppid=6672 vsize=13982852 memory=8693815914432465728 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6683/stat : 6683 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14318440448 11632 33554432000 4194304 4196468 140732556029184 140110907517008 140111729772443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6684] ppid=6672 vsize=13982852 memory=7100839887185294217 CPUtime=0.04 cores=0,2,4,6
/proc/6674/task/6684/stat : 6684 (java) S 6672 6672 3809 0 -1 1077944384 856 0 0 0 4 0 0 0 20 0 15 0 154433079 14318440448 11632 33554432000 4194304 4196468 140732556029184 140110906464880 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6685] ppid=6672 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6674/task/6685/stat : 6685 (java) S 6672 6672 3809 0 -1 1077944384 98 0 0 0 2 0 0 0 20 0 15 0 154433079 14318440448 11632 33554432000 4194304 4196468 140732556029184 140110905412080 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6686] ppid=6672 vsize=13982852 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/6674/task/6686/stat : 6686 (java) S 6672 6672 3809 0 -1 1077944384 1037 0 0 0 11 0 0 0 20 0 15 0 154433079 14318440448 11632 33554432000 4194304 4196468 140732556029184 140110904359792 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6687] ppid=6672 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6687/stat : 6687 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14318440448 11653 33554432000 4194304 4196468 140732556029184 140110903307232 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6688] ppid=6672 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6688/stat : 6688 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433079 14318440448 11653 33554432000 4194304 4196468 140732556029184 140110902254000 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 47908 KiB

[startup+0.70644 s]
/proc/loadavg: 1.78 1.71 1.78 6/217 6688
/proc/meminfo: memFree=23544652/32770624 swapFree=67108860/67108860
[pid=6672] ppid=6669 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6672/stat : 6672 (xcsp3-exec) S 6669 6672 3809 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154433073 9740288 345 33554432000 4194304 5098028 140722402816048 140722402814152 139676611900028 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15265792 140722402817140 140722402817344 140722402817344 140722402820075 0
/proc/6672/statm: 2378 345 289 221 0 87 0
[pid=6674] ppid=6672 vsize=13984976 memory=77168 CPUtime=1.68 cores=0,2,4,6
/proc/6674/stat : 6674 (java) S 6672 6672 3809 0 -1 1077944320 13462 0 0 0 164 4 0 0 20 0 15 0 154433073 14320615424 19292 33554432000 4194304 4196468 140732556029184 140732556011728 140111729753847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
/proc/6674/statm: 3496244 19292 3203 1 0 3483478 0
[pid=6674/tid=6675] ppid=6672 vsize=13984976 memory=1728 CPUtime=0.68 cores=0,2,4,6
/proc/6674/task/6675/stat : 6675 (java) R 6672 6672 3809 0 -1 4202560 6655 0 0 0 65 3 0 0 20 0 15 0 154433074 14320615424 19292 33554432000 4194304 4196468 140732556029184 140111733989152 140111711160164 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6676] ppid=6672 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6676/stat : 6676 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433074 14320615424 19292 33554432000 4194304 4196468 140732556029184 140111699467152 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6677] ppid=6672 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6677/stat : 6677 (java) S 6672 6672 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154433074 14320615424 19292 33554432000 4194304 4196468 140732556029184 140111324781328 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6678] ppid=6672 vsize=13984976 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6678/stat : 6678 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433074 14320615424 19292 33554432000 4194304 4196468 140732556029184 140111323729040 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6679] ppid=6672 vsize=13984976 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6679/stat : 6679 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433074 14320615424 19292 33554432000 4194304 4196468 140732556029184 140111322676240 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6680] ppid=6672 vsize=13984976 memory=8612 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6680/stat : 6680 (java) S 6672 6672 3809 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154433076 14320615424 19292 33554432000 4194304 4196468 140732556029184 140110910675056 140111729764994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6681] ppid=6672 vsize=13984976 memory=5784 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6681/stat : 6681 (java) S 6672 6672 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154433076 14320615424 19292 33554432000 4194304 4196468 140732556029184 140110909621024 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6682] ppid=6672 vsize=13984976 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6682/stat : 6682 (java) S 6672 6672 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154433076 14320615424 19292 33554432000 4194304 4196468 140732556029184 140110908568688 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6683] ppid=6672 vsize=13984976 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6683/stat : 6683 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14320615424 19292 33554432000 4194304 4196468 140732556029184 140110907517008 140111729772443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6684] ppid=6672 vsize=13984976 memory=11112 CPUtime=0.34 cores=0,2,4,6
/proc/6674/task/6684/stat : 6684 (java) R 6672 6672 3809 0 -1 4202560 2129 0 0 0 34 0 0 0 20 0 15 0 154433079 14320615424 19292 33554432000 4194304 4196468 140732556029184 140110906453568 140111713240242 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6685] ppid=6672 vsize=13984976 memory=1228 CPUtime=0.33 cores=0,2,4,6
/proc/6674/task/6685/stat : 6685 (java) R 6672 6672 3809 0 -1 4202560 1479 0 0 0 33 0 0 0 20 0 15 0 154433079 14320615424 19292 33554432000 4194304 4196468 140732556029184 140110905393096 140111709584170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6686] ppid=6672 vsize=13984976 memory=1420 CPUtime=0.31 cores=0,2,4,6
/proc/6674/task/6686/stat : 6686 (java) R 6672 6672 3809 0 -1 4202560 1893 0 0 0 31 0 0 0 20 0 15 0 154433079 14320615424 19292 33554432000 4194304 4196468 140732556029184 140110904359792 140111713834334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6687] ppid=6672 vsize=13984976 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6687/stat : 6687 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14320615424 19292 33554432000 4194304 4196468 140732556029184 140110903307232 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6688] ppid=6672 vsize=13984976 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6688/stat : 6688 (java) S 6672 6672 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154433079 14320615424 19292 33554432000 4194304 4196468 140732556029184 140110902254000 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 78548 KiB

[startup+1.50083 s]
/proc/loadavg: 1.78 1.71 1.78 5/217 6688
/proc/meminfo: memFree=23494972/32770624 swapFree=67108860/67108860
[pid=6672] ppid=6669 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6672/stat : 6672 (xcsp3-exec) S 6669 6672 3809 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154433073 9740288 345 33554432000 4194304 5098028 140722402816048 140722402814152 139676611900028 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15265792 140722402817140 140722402817344 140722402817344 140722402820075 0
/proc/6672/statm: 2378 345 289 221 0 87 0

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

/proc/6674/task/6682/stat : 6682 (java) S 6672 6672 3809 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 154433076 14320615424 67243 33554432000 4194304 4196468 140732556029184 140110908568688 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6683] ppid=6672 vsize=13984976 memory=140690243715668 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6683/stat : 6683 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14320615424 67243 33554432000 4194304 4196468 140732556029184 140110907517008 140111729772443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6684] ppid=6672 vsize=13984976 memory=140690243715669 CPUtime=4.07 cores=0,2,4,6
/proc/6674/task/6684/stat : 6684 (java) S 6672 6672 3809 0 -1 1077944384 22216 0 0 0 405 2 0 0 20 0 15 0 154433079 14320615424 67243 33554432000 4194304 4196468 140732556029184 140110906464880 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6685] ppid=6672 vsize=13984976 memory=1716 CPUtime=4.12 cores=0,2,4,6
/proc/6674/task/6685/stat : 6685 (java) S 6672 6672 3809 0 -1 1077944384 32382 0 0 0 408 4 0 0 20 0 15 0 154433079 14320615424 67243 33554432000 4194304 4196468 140732556029184 140110905412080 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6686] ppid=6672 vsize=13984976 memory=796 CPUtime=0.58 cores=0,2,4,6
/proc/6674/task/6686/stat : 6686 (java) S 6672 6672 3809 0 -1 1077944384 8126 0 0 0 57 1 0 0 20 0 15 0 154433079 14320615424 67243 33554432000 4194304 4196468 140732556029184 140110904359792 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6687] ppid=6672 vsize=13984976 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6687/stat : 6687 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14320615424 67243 33554432000 4194304 4196468 140732556029184 140110903307232 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6688] ppid=6672 vsize=13984976 memory=8112282956445269571 CPUtime=0.04 cores=0,2,4,6
/proc/6674/task/6688/stat : 6688 (java) S 6672 6672 3809 0 -1 1077944384 351 0 0 0 2 2 0 0 20 0 15 0 154433079 14320615424 67243 33554432000 4194304 4196468 140732556029184 140110902254000 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
Current children cumulated CPU time: 112.48 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 270352 KiB

[startup+162.301 s]
/proc/loadavg: 1.48 1.60 1.73 3/217 6768
/proc/meminfo: memFree=23311840/32770624 swapFree=67108860/67108860
[pid=6672] ppid=6669 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6672/stat : 6672 (xcsp3-exec) S 6669 6672 3809 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154433073 9740288 345 33554432000 4194304 5098028 140722402816048 140722402814152 139676611900028 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15265792 140722402817140 140722402817344 140722402817344 140722402820075 0
/proc/6672/statm: 2378 345 289 221 0 87 0
[pid=6674] ppid=6672 vsize=13984976 memory=361800 CPUtime=173.77 cores=0,2,4,6
/proc/6674/stat : 6674 (java) S 6672 6672 3809 0 -1 1077944320 86443 0 0 0 17332 45 0 0 20 0 15 0 154433073 14320615424 90450 33554432000 4194304 4196468 140732556029184 140732556011728 140111729753847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
/proc/6674/statm: 3496244 90450 3265 1 0 3483478 0
[pid=6674/tid=6675] ppid=6672 vsize=13984976 memory=361800 CPUtime=161.02 cores=0,2,4,6
/proc/6674/task/6675/stat : 6675 (java) R 6672 6672 3809 0 -1 4202560 12726 0 0 0 16096 6 0 0 20 0 15 0 154433074 14320615424 90450 33554432000 4194304 4196468 140732556029184 140111733993376 140111369322772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6676] ppid=6672 vsize=13984976 memory=1380 CPUtime=0.9 cores=0,2,4,6
/proc/6674/task/6676/stat : 6676 (java) S 6672 6672 3809 0 -1 1077944384 2447 0 0 0 84 6 0 0 20 0 15 0 154433074 14320615424 90450 33554432000 4194304 4196468 140732556029184 140111699467152 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6677] ppid=6672 vsize=13984976 memory=349512 CPUtime=0.91 cores=0,2,4,6
/proc/6674/task/6677/stat : 6677 (java) S 6672 6672 3809 0 -1 1077944384 1534 0 0 0 85 6 0 0 20 0 15 0 154433074 14320615424 90450 33554432000 4194304 4196468 140732556029184 140111324781328 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6678] ppid=6672 vsize=13984976 memory=1380 CPUtime=0.9 cores=0,2,4,6
/proc/6674/task/6678/stat : 6678 (java) S 6672 6672 3809 0 -1 1077944384 1660 0 0 0 84 6 0 0 20 0 15 0 154433074 14320615424 90450 33554432000 4194304 4196468 140732556029184 140111323729040 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6679] ppid=6672 vsize=13984976 memory=4140 CPUtime=0.89 cores=0,2,4,6
/proc/6674/task/6679/stat : 6679 (java) S 6672 6672 3809 0 -1 1077944384 1402 0 0 0 83 6 0 0 20 0 15 0 154433074 14320615424 90450 33554432000 4194304 4196468 140732556029184 140111322676240 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6680] ppid=6672 vsize=13984976 memory=42896 CPUtime=0.18 cores=0,2,4,6
/proc/6674/task/6680/stat : 6680 (java) S 6672 6672 3809 0 -1 1077944384 1606 0 0 0 17 1 0 0 20 0 15 0 154433076 14320615424 90450 33554432000 4194304 4196468 140732556029184 140110910675056 140111729764994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6681] ppid=6672 vsize=13984976 memory=341320 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6681/stat : 6681 (java) S 6672 6672 3809 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154433076 14320615424 90450 33554432000 4194304 4196468 140732556029184 140110909621024 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6682] ppid=6672 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6682/stat : 6682 (java) S 6672 6672 3809 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 154433076 14320615424 90450 33554432000 4194304 4196468 140732556029184 140110908568688 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6683] ppid=6672 vsize=13984976 memory=359752 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6683/stat : 6683 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14320615424 90450 33554432000 4194304 4196468 140732556029184 140110907517008 140111729772443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6684] ppid=6672 vsize=13984976 memory=17316 CPUtime=4.08 cores=0,2,4,6
/proc/6674/task/6684/stat : 6684 (java) S 6672 6672 3809 0 -1 1077944384 22676 0 0 0 406 2 0 0 20 0 15 0 154433079 14320615424 90450 33554432000 4194304 4196468 140732556029184 140110906464880 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6685] ppid=6672 vsize=13984976 memory=349512 CPUtime=4.13 cores=0,2,4,6
/proc/6674/task/6685/stat : 6685 (java) S 6672 6672 3809 0 -1 1077944384 32535 0 0 0 409 4 0 0 20 0 15 0 154433079 14320615424 90450 33554432000 4194304 4196468 140732556029184 140110905412080 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6686] ppid=6672 vsize=13984976 memory=1380 CPUtime=0.58 cores=0,2,4,6
/proc/6674/task/6686/stat : 6686 (java) S 6672 6672 3809 0 -1 1077944384 8129 0 0 0 57 1 0 0 20 0 15 0 154433079 14320615424 90450 33554432000 4194304 4196468 140732556029184 140110904359792 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6687] ppid=6672 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6687/stat : 6687 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14320615424 90450 33554432000 4194304 4196468 140732556029184 140110903307232 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6688] ppid=6672 vsize=13984976 memory=359752 CPUtime=0.07 cores=0,2,4,6
/proc/6674/task/6688/stat : 6688 (java) S 6672 6672 3809 0 -1 1077944384 376 0 0 0 4 3 0 0 20 0 15 0 154433079 14320615424 90450 33554432000 4194304 4196468 140732556029184 140110902254000 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
Current children cumulated CPU time: 173.77 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 363180 KiB

[startup+222.301 s]
/proc/loadavg: 1.74 1.64 1.74 3/217 6769
/proc/meminfo: memFree=23232176/32770624 swapFree=67108860/67108860
[pid=6672] ppid=6669 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6672/stat : 6672 (xcsp3-exec) S 6669 6672 3809 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154433073 9740288 345 33554432000 4194304 5098028 140722402816048 140722402814152 139676611900028 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15265792 140722402817140 140722402817344 140722402817344 140722402820075 0
/proc/6672/statm: 2378 345 289 221 0 87 0
[pid=6674] ppid=6672 vsize=13984976 memory=440136 CPUtime=235.13 cores=0,2,4,6
/proc/6674/stat : 6674 (java) S 6672 6672 3809 0 -1 1077944320 91553 0 0 0 23455 58 0 0 20 0 15 0 154433073 14320615424 110034 33554432000 4194304 4196468 140732556029184 140732556011728 140111729753847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
/proc/6674/statm: 3496244 110034 3265 1 0 3483478 0
[pid=6674/tid=6675] ppid=6672 vsize=13984976 memory=438088 CPUtime=220.44 cores=0,2,4,6
/proc/6674/task/6675/stat : 6675 (java) R 6672 6672 3809 0 -1 4202560 13766 0 0 0 22037 7 0 0 20 0 15 0 154433074 14320615424 110034 33554432000 4194304 4196468 140732556029184 140111733993440 140111369322665 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6676] ppid=6672 vsize=13984976 memory=440136 CPUtime=1.34 cores=0,2,4,6
/proc/6674/task/6676/stat : 6676 (java) S 6672 6672 3809 0 -1 1077944384 2928 0 0 0 125 9 0 0 20 0 15 0 154433074 14320615424 110034 33554432000 4194304 4196468 140732556029184 140111699467152 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6677] ppid=6672 vsize=13984976 memory=440136 CPUtime=1.35 cores=0,2,4,6
/proc/6674/task/6677/stat : 6677 (java) S 6672 6672 3809 0 -1 1077944384 1770 0 0 0 127 8 0 0 20 0 15 0 154433074 14320615424 110034 33554432000 4194304 4196468 140732556029184 140111324781328 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6678] ppid=6672 vsize=13984976 memory=1380 CPUtime=1.35 cores=0,2,4,6
/proc/6674/task/6678/stat : 6678 (java) S 6672 6672 3809 0 -1 1077944384 1910 0 0 0 126 9 0 0 20 0 15 0 154433074 14320615424 110034 33554432000 4194304 4196468 140732556029184 140111323729040 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6679] ppid=6672 vsize=13984976 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/6674/task/6679/stat : 6679 (java) S 6672 6672 3809 0 -1 1077944384 1660 0 0 0 125 8 0 0 20 0 15 0 154433074 14320615424 110034 33554432000 4194304 4196468 140732556029184 140111322676240 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6680] ppid=6672 vsize=13984976 memory=1380 CPUtime=0.26 cores=0,2,4,6
/proc/6674/task/6680/stat : 6680 (java) S 6672 6672 3809 0 -1 1077944384 1761 0 0 0 23 3 0 0 20 0 15 0 154433076 14320615424 110034 33554432000 4194304 4196468 140732556029184 140110910675056 140111729764994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6681] ppid=6672 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6681/stat : 6681 (java) S 6672 6672 3809 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154433076 14320615424 110034 33554432000 4194304 4196468 140732556029184 140110909621024 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6682] ppid=6672 vsize=13984976 memory=417624 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6682/stat : 6682 (java) S 6672 6672 3809 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 154433076 14320615424 110034 33554432000 4194304 4196468 140732556029184 140110908568688 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6683] ppid=6672 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6683/stat : 6683 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14320615424 110034 33554432000 4194304 4196468 140732556029184 140110907517008 140111729772443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6684] ppid=6672 vsize=13984976 memory=288230574492221466 CPUtime=4.09 cores=0,2,4,6
/proc/6674/task/6684/stat : 6684 (java) S 6672 6672 3809 0 -1 1077944384 23372 0 0 0 407 2 0 0 20 0 15 0 154433079 14320615424 110034 33554432000 4194304 4196468 140732556029184 140110906464880 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6685] ppid=6672 vsize=13984976 memory=288230583166042425 CPUtime=4.18 cores=0,2,4,6
/proc/6674/task/6685/stat : 6685 (java) S 6672 6672 3809 0 -1 1077944384 33855 0 0 0 413 5 0 0 20 0 15 0 154433079 14320615424 110034 33554432000 4194304 4196468 140732556029184 140110905412080 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6686] ppid=6672 vsize=13984976 memory=1380 CPUtime=0.58 cores=0,2,4,6
/proc/6674/task/6686/stat : 6686 (java) S 6672 6672 3809 0 -1 1077944384 8780 0 0 0 57 1 0 0 20 0 15 0 154433079 14320615424 110034 33554432000 4194304 4196468 140732556029184 140110904359792 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6687] ppid=6672 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6687/stat : 6687 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14320615424 110034 33554432000 4194304 4196468 140732556029184 140110903307232 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6688] ppid=6672 vsize=13984976 memory=440136 CPUtime=0.11 cores=0,2,4,6
/proc/6674/task/6688/stat : 6688 (java) S 6672 6672 3809 0 -1 1077944384 399 0 0 0 6 5 0 0 20 0 15 0 154433079 14320615424 110034 33554432000 4194304 4196468 140732556029184 140110902254000 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
Current children cumulated CPU time: 235.13 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 441516 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.74 1.65 1.74 3/217 6769
/proc/meminfo: memFree=23205476/32770624 swapFree=67108860/67108860
[pid=6672] ppid=6669 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/6672/stat : 6672 (xcsp3-exec) S 6669 6672 3809 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154433073 9740288 345 33554432000 4194304 5098028 140722402816048 140722402814152 139676611900028 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15265792 140722402817140 140722402817344 140722402817344 140722402820075 0
/proc/6672/statm: 2378 345 289 221 0 87 0
[pid=6674] ppid=6672 vsize=13984976 memory=466768 CPUtime=253.27 cores=0,2,4,6
/proc/6674/stat : 6674 (java) S 6672 6672 3809 0 -1 1077944320 93029 0 0 0 25266 61 0 0 20 0 15 0 154433073 14320615424 116692 33554432000 4194304 4196468 140732556029184 140732556011728 140111729753847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
/proc/6674/statm: 3496244 116692 3265 1 0 3483478 0
[pid=6674/tid=6675] ppid=6672 vsize=13984976 memory=8112282956445269571 CPUtime=237.98 cores=0,2,4,6
/proc/6674/task/6675/stat : 6675 (java) R 6672 6672 3809 0 -1 4202560 14016 0 0 0 23791 7 0 0 20 0 15 0 154433074 14320615424 116692 33554432000 4194304 4196468 140732556029184 140111733993152 140111370334397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6676] ppid=6672 vsize=13984976 memory=4123401283169797999 CPUtime=1.48 cores=0,2,4,6
/proc/6674/task/6676/stat : 6676 (java) S 6672 6672 3809 0 -1 1077944384 3079 0 0 0 138 10 0 0 20 0 15 0 154433074 14320615424 116692 33554432000 4194304 4196468 140732556029184 140111699467152 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6677] ppid=6672 vsize=13984976 memory=11112 CPUtime=1.48 cores=0,2,4,6
/proc/6674/task/6677/stat : 6677 (java) S 6672 6672 3809 0 -1 1077944384 2126 0 0 0 139 9 0 0 20 0 15 0 154433074 14320615424 116692 33554432000 4194304 4196468 140732556029184 140111324781328 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6678] ppid=6672 vsize=13984976 memory=1228 CPUtime=1.48 cores=0,2,4,6
/proc/6674/task/6678/stat : 6678 (java) S 6672 6672 3809 0 -1 1077944384 2032 0 0 0 139 9 0 0 20 0 15 0 154433074 14320615424 116692 33554432000 4194304 4196468 140732556029184 140111323729040 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6679] ppid=6672 vsize=13984976 memory=1420 CPUtime=1.47 cores=0,2,4,6
/proc/6674/task/6679/stat : 6679 (java) S 6672 6672 3809 0 -1 1077944384 1795 0 0 0 138 9 0 0 20 0 15 0 154433074 14320615424 116692 33554432000 4194304 4196468 140732556029184 140111322676240 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6680] ppid=6672 vsize=13984976 memory=796 CPUtime=0.28 cores=0,2,4,6
/proc/6674/task/6680/stat : 6680 (java) S 6672 6672 3809 0 -1 1077944384 1902 0 0 0 25 3 0 0 20 0 15 0 154433076 14320615424 116692 33554432000 4194304 4196468 140732556029184 140110910675056 140111729764994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6681] ppid=6672 vsize=13984976 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6681/stat : 6681 (java) S 6672 6672 3809 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 154433076 14320615424 116692 33554432000 4194304 4196468 140732556029184 140110909621024 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6682] ppid=6672 vsize=13984976 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6682/stat : 6682 (java) S 6672 6672 3809 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 154433076 14320615424 116692 33554432000 4194304 4196468 140732556029184 140110908568688 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6683] ppid=6672 vsize=13984976 memory=8612 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6683/stat : 6683 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14320615424 116692 33554432000 4194304 4196468 140732556029184 140110907517008 140111729772443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6684] ppid=6672 vsize=13984976 memory=5784 CPUtime=4.09 cores=0,2,4,6
/proc/6674/task/6684/stat : 6684 (java) S 6672 6672 3809 0 -1 1077944384 23372 0 0 0 407 2 0 0 20 0 15 0 154433079 14320615424 116692 33554432000 4194304 4196468 140732556029184 140110906464880 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6685] ppid=6672 vsize=13984976 memory=4616 CPUtime=4.22 cores=0,2,4,6
/proc/6674/task/6685/stat : 6685 (java) S 6672 6672 3809 0 -1 1077944384 34024 0 0 0 417 5 0 0 20 0 15 0 154433079 14320615424 116692 33554432000 4194304 4196468 140732556029184 140110905412080 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6686] ppid=6672 vsize=13984976 memory=1008 CPUtime=0.58 cores=0,2,4,6
/proc/6674/task/6686/stat : 6686 (java) S 6672 6672 3809 0 -1 1077944384 8929 0 0 0 57 1 0 0 20 0 15 0 154433079 14320615424 116692 33554432000 4194304 4196468 140732556029184 140110904359792 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6687] ppid=6672 vsize=13984976 memory=11112 CPUtime=0 cores=0,2,4,6
/proc/6674/task/6687/stat : 6687 (java) S 6672 6672 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154433079 14320615424 116692 33554432000 4194304 4196468 140732556029184 140110903307232 140111729764053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
[pid=6674/tid=6688] ppid=6672 vsize=13984976 memory=1228 CPUtime=0.11 cores=0,2,4,6
/proc/6674/task/6688/stat : 6688 (java) S 6672 6672 3809 0 -1 1077944384 402 0 0 0 6 5 0 0 20 0 15 0 154433079 14320615424 116692 33554432000 4194304 4196468 140732556029184 140110902254000 140111729764994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37437440 140732556035229 140732556035404 140732556035404 140732556038095 0
Current children cumulated CPU time: 253.27 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 468148 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+240.026 s]
# the end of solver process 6672 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001914 s, system=0 s

[startup+240.027 s]
# the end of solver process 6674 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=252.676 s, system=0.629931 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.027
CPU time (s): 253.306
CPU user time (s): 252.676
CPU system time (s): 0.629931
CPU usage (%): 105.532
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 468148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.676
system time used= 0.629931
maximum resident set size= 467332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93928
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14546
involuntary context switches= 620


# summary of solver processes directly reported to runsolver:
#   pid: 6672,6674
#   total CPU time (s): 253.306
#   total CPU user time (s): 252.676
#   total CPU system time (s): 0.629931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.57668 second user time and 2.31437 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-20 09:03:13
IDJOB=4284337
IDBENCH=133519
IDSOLVER=2680
FILE ID=node104/4284337-1503213453
RUNJOBID= node104-1503208966-3840
PBS_JOBID= 20630870
Free space on /tmp= 61720 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-16.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-4284337-1503213453/watcher-4284337-1503213453 -o /tmp/evaluation-result-4284337-1503213453/solver-4284337-1503213453 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node104-1503208966-3840 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1323748249 HOME/instance-4284337-1503213453.xml

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

MD5SUM BENCH= b96279f92050ffb29891facc982b592e
RANDOM SEED=1323748249

node104.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.43
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.43
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.43
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.43
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:        23591756 kB
MemAvailable:   31692164 kB
Buffers:          280744 kB
Cached:          8098100 kB
SwapCached:            0 kB
Active:          3581536 kB
Inactive:        5121444 kB
Active(anon):     327056 kB
Inactive(anon):    33192 kB
Active(file):    3254480 kB
Inactive(file):  5088252 kB
Unevictable:        7828 kB
Mlocked:            7828 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7888 kB
Writeback:             0 kB
AnonPages:        331992 kB
Mapped:            64072 kB
Shmem:             33420 kB
Slab:             173624 kB
SReclaimable:     147024 kB
SUnreclaim:        26600 kB
KernelStack:        3504 kB
PageTables:         6084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1178896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61712 MiB
End job on node104 at 2017-08-20 09:07:13