Trace number 4282346

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 4.0.5 seq (2017-08-18)SAT 47.187801 44.090401

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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282346-1503111734.xml"  -tl '2520s' -p 1 -x 0
0.07/0.29	c [HOME/instance-4282346-1503111734.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.35	c simple solver
0.25/0.41	c parse instance...
0.63/0.56	c solve instance...
47.10/44.07	s SATISFIABLE
47.10/44.07	v <instantiation>
47.10/44.07	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>
47.10/44.07	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>
47.10/44.07	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 (14971 MiB free)
  memory of node 1: 16384 MiB (15235 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282346-1503111734/watcher-4282346-1503111734 -o /tmp/evaluation-result-4282346-1503111734/solver-4282346-1503111734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 26430023 HOME/instance-4282346-1503111734.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
solver pid=31187, runsolver pid=31184
Current StackSize limit: 8192 KiB


[startup+0.100992 s]*
/proc/loadavg: 2.07 1.94 1.85 3/198 31190
/proc/meminfo: memFree=30930264/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31187/stat : 31187 (xcsp3-exec) S 31184 31187 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366460 9740288 345 18446744073709551615 4194304 5098028 140728127358256 140728127356360 140019367121532 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15994880 140728127365498 140728127365701 140728127365701 140728127369195 0
/proc/31187/statm: 2378 345 289 221 0 87 0
[pid=31189] ppid=31187 vsize=13356508 memory=11204 CPUtime=0 cores=0,2,4,6
/proc/31189/stat : 31189 (java) S 31187 31187 28892 0 -1 1077944320 2544 0 0 0 0 0 0 0 20 0 6 0 113366470 13677064192 2769 18446744073709551615 4194304 4196468 140732122033216 140732122015760 140515146235639 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
/proc/31189/statm: 3339126 2801 1308 1 0 3329096 0
[pid=31189/tid=31190] ppid=31187 vsize=13356504 memory=-8713483618642459742 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31190/stat : 31190 (java) R 31187 31187 28892 0 -1 4202560 1336 0 0 0 0 0 0 0 20 0 6 0 113366470 13677060096 2801 18446744073709551615 4194304 4196468 140732122033216 140515150477416 140515146259517 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31191] ppid=31187 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31191/stat : 31191 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 113366471 13677060096 2801 18446744073709551615 4194304 4196468 140732122033216 140515103201808 140515146245845 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31192] ppid=31187 vsize=13356504 memory=139909364987520 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31192/stat : 31192 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 113366471 13677060096 2801 18446744073709551615 4194304 4196468 140732122033216 140515102149264 140515146245845 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31193] ppid=31187 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31193/stat : 31193 (java) S 31187 31187 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 113366471 13677060096 2801 18446744073709551615 4194304 4196468 140732122033216 140515101096208 140515146245845 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31194] ppid=31187 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31194/stat : 31194 (java) S 31187 31187 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 113366471 13679321088 2801 18446744073709551615 4194304 4196468 140732122033216 140515100043664 140515146245845 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366020 KiB
Current children cumulated memory: 12584 KiB

[startup+0.209997 s]*
/proc/loadavg: 2.07 1.94 1.85 3/211 31203
/proc/meminfo: memFree=30920248/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31187/stat : 31187 (xcsp3-exec) S 31184 31187 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366460 9740288 345 18446744073709551615 4194304 5098028 140728127358256 140728127356360 140019367121532 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15994880 140728127365498 140728127365701 140728127365701 140728127369195 0
/proc/31187/statm: 2378 345 289 221 0 87 0
[pid=31189] ppid=31187 vsize=13974352 memory=22504 CPUtime=0.07 cores=0,2,4,6
/proc/31189/stat : 31189 (java) S 31187 31187 28892 0 -1 1077944320 5085 0 0 0 6 1 0 0 20 0 15 0 113366470 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140732122015760 140515146235639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
/proc/31189/statm: 3493588 5626 2720 1 0 3482964 0
[pid=31189/tid=31190] ppid=31187 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31190/stat : 31190 (java) R 31187 31187 28892 0 -1 4202560 3249 0 0 0 5 1 0 0 20 0 15 0 113366470 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140515150461328 140514770957697 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31191] ppid=31187 vsize=13974352 memory=13729 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31191/stat : 31191 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366471 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140515103201808 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31192] ppid=31187 vsize=13974352 memory=3904820401280399008 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31192/stat : 31192 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366471 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140515102149264 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31193] ppid=31187 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31193/stat : 31193 (java) S 31187 31187 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366471 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140515101096208 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31194] ppid=31187 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31194/stat : 31194 (java) S 31187 31187 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366471 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140515100043664 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31195] ppid=31187 vsize=13974352 memory=139909364987520 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31195/stat : 31195 (java) S 31187 31187 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366472 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140514692000496 140515146246786 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31196] ppid=31187 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31196/stat : 31196 (java) S 31187 31187 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113366472 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140514690946720 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31197] ppid=31187 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31197/stat : 31197 (java) S 31187 31187 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113366473 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140514689893616 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31198] ppid=31187 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31198/stat : 31198 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140514688842192 140515146254235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31199] ppid=31187 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31199/stat : 31199 (java) S 31187 31187 28892 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 113366475 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140514619812080 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31200] ppid=31187 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31200/stat : 31200 (java) S 31187 31187 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113366475 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140514618759536 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31201] ppid=31187 vsize=13974352 memory=139909364987520 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31201/stat : 31201 (java) S 31187 31187 28892 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 15 0 113366475 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140514617706480 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31202] ppid=31187 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31202/stat : 31202 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140514616654176 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31203] ppid=31187 vsize=13974352 memory=139909364987520 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31203/stat : 31203 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366480 14309736448 5626 18446744073709551615 4194304 4196468 140732122033216 140514615602224 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 23884 KiB

[startup+0.310018 s]*
/proc/loadavg: 2.07 1.94 1.85 3/211 31203
/proc/meminfo: memFree=30904400/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31187/stat : 31187 (xcsp3-exec) S 31184 31187 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366460 9740288 345 18446744073709551615 4194304 5098028 140728127358256 140728127356360 140019367121532 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15994880 140728127365498 140728127365701 140728127365701 140728127369195 0
/proc/31187/statm: 2378 345 289 221 0 87 0
[pid=31189] ppid=31187 vsize=13974352 memory=36916 CPUtime=0.25 cores=0,2,4,6
/proc/31189/stat : 31189 (java) S 31187 31187 28892 0 -1 1077944320 8824 0 0 0 23 2 0 0 20 0 15 0 113366470 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140732122015760 140515146235639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
/proc/31189/statm: 3493588 9229 2984 1 0 3482964 0
[pid=31189/tid=31190] ppid=31187 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/31189/task/31190/stat : 31190 (java) R 31187 31187 28892 0 -1 4202560 6025 0 0 0 14 2 0 0 20 0 15 0 113366470 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140515150434000 140515146257565 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31191] ppid=31187 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31191/stat : 31191 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366471 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140515103201808 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31192] ppid=31187 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31192/stat : 31192 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366471 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140515102149264 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31193] ppid=31187 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31193/stat : 31193 (java) S 31187 31187 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366471 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140515101096208 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31194] ppid=31187 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31194/stat : 31194 (java) S 31187 31187 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366471 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140515100043664 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31195] ppid=31187 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31195/stat : 31195 (java) S 31187 31187 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366472 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140514692000496 140515146246786 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31196] ppid=31187 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31196/stat : 31196 (java) S 31187 31187 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113366472 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140514690946720 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31197] ppid=31187 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31197/stat : 31197 (java) S 31187 31187 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113366473 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140514689893616 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31198] ppid=31187 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31198/stat : 31198 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140514688842192 140515146254235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31199] ppid=31187 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31189/task/31199/stat : 31199 (java) S 31187 31187 28892 0 -1 1077944384 550 0 0 0 1 0 0 0 20 0 15 0 113366475 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140514619812080 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31200] ppid=31187 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31189/task/31200/stat : 31200 (java) S 31187 31187 28892 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 15 0 113366475 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140514618759536 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31201] ppid=31187 vsize=13974352 memory=139909364987520 CPUtime=0.05 cores=0,2,4,6
/proc/31189/task/31201/stat : 31201 (java) S 31187 31187 28892 0 -1 1077944384 724 0 0 0 5 0 0 0 20 0 15 0 113366475 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140514617706480 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31202] ppid=31187 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31202/stat : 31202 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140514616654176 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31203] ppid=31187 vsize=13974352 memory=139909364987520 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31203/stat : 31203 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366480 14309736448 9229 18446744073709551615 4194304 4196468 140732122033216 140514615602224 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38296 KiB

[startup+0.701368 s]
/proc/loadavg: 2.07 1.94 1.85 5/211 31203
/proc/meminfo: memFree=30893172/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31187/stat : 31187 (xcsp3-exec) S 31184 31187 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366460 9740288 345 18446744073709551615 4194304 5098028 140728127358256 140728127356360 140019367121532 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15994880 140728127365498 140728127365701 140728127365701 140728127369195 0
/proc/31187/statm: 2378 345 289 221 0 87 0
[pid=31189] ppid=31187 vsize=13980732 memory=62432 CPUtime=1.19 cores=0,2,4,6
/proc/31189/stat : 31189 (java) S 31187 31187 28892 0 -1 1077944320 13769 0 0 0 114 5 0 0 20 0 15 0 113366470 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140732122015760 140515146235639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
/proc/31189/statm: 3495183 15608 3177 1 0 3483476 0
[pid=31189/tid=31190] ppid=31187 vsize=13980732 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/31189/task/31190/stat : 31190 (java) R 31187 31187 28892 0 -1 4202560 8414 0 0 0 50 3 0 0 20 0 15 0 113366470 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140515150474736 140514773699293 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31191] ppid=31187 vsize=13980732 memory=139909230898161 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31191/stat : 31191 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366471 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140515103201808 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31192] ppid=31187 vsize=13980732 memory=279818462109856 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31192/stat : 31192 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366471 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140515102149264 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31193] ppid=31187 vsize=13980732 memory=279818461651416 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31193/stat : 31193 (java) S 31187 31187 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366471 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140515101096208 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31194] ppid=31187 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31194/stat : 31194 (java) S 31187 31187 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366471 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140515100043664 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31195] ppid=31187 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31195/stat : 31195 (java) S 31187 31187 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113366472 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140514692000496 140515146246786 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31196] ppid=31187 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31196/stat : 31196 (java) S 31187 31187 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113366472 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140514690946720 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31197] ppid=31187 vsize=13980732 memory=511 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31197/stat : 31197 (java) S 31187 31187 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113366473 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140514689893616 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31198] ppid=31187 vsize=13980732 memory=1445 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31198/stat : 31198 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140514688842192 140515146254235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31199] ppid=31187 vsize=13980732 memory=99 CPUtime=0.19 cores=0,2,4,6
/proc/31189/task/31199/stat : 31199 (java) R 31187 31187 28892 0 -1 4202560 1394 0 0 0 19 0 0 0 20 0 15 0 113366475 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140514619793096 140515127753476 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31200] ppid=31187 vsize=13980732 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/31189/task/31200/stat : 31200 (java) R 31187 31187 28892 0 -1 4202560 951 0 0 0 21 0 0 0 20 0 15 0 113366475 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140514618745416 140515124472579 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31201] ppid=31187 vsize=13980732 memory=187 CPUtime=0.22 cores=0,2,4,6
/proc/31189/task/31201/stat : 31201 (java) S 31187 31187 28892 0 -1 1077944384 1702 0 0 0 22 0 0 0 20 0 15 0 113366475 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140514617706480 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31202] ppid=31187 vsize=13980732 memory=373 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31202/stat : 31202 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140514616654176 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31203] ppid=31187 vsize=13980732 memory=6 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31203/stat : 31203 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366480 14316269568 15608 18446744073709551615 4194304 4196468 140732122033216 140514615602224 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63812 KiB

[startup+1.50086 s]
/proc/loadavg: 2.07 1.94 1.85 5/211 31203
/proc/meminfo: memFree=30850852/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31187/stat : 31187 (xcsp3-exec) S 31184 31187 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366460 9740288 345 18446744073709551615 4194304 5098028 140728127358256 140728127356360 140019367121532 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15994880 140728127365498 140728127365701 140728127365701 140728127369195 0
/proc/31187/statm: 2378 345 289 221 0 87 0
[pid=31189] ppid=31187 vsize=13980732 memory=112472 CPUtime=3.61 cores=0,2,4,6
/proc/31189/stat : 31189 (java) S 31187 31187 28892 0 -1 1077944320 36436 0 0 0 354 7 0 0 20 0 15 0 113366470 14316269568 28118 18446744073709551615 4194304 4196468 140732122033216 140732122015760 140515146235639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
/proc/31189/statm: 3495183 28118 3189 1 0 3483476 0
[pid=31189/tid=31190] ppid=31187 vsize=13980732 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/31189/task/31190/stat : 31190 (java) R 31187 31187 28892 0 -1 4202560 8701 0 0 0 130 3 0 0 20 0 15 0 113366470 14316269568 28118 18446744073709551615 4194304 4196468 140732122033216 140515150473176 140515146247574 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31191] ppid=31187 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31191/stat : 31191 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366471 14316269568 28118 18446744073709551615 4194304 4196468 140732122033216 140515103201808 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31192] ppid=31187 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31192/stat : 31192 (java) S 31187 31187 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113366471 14316269568 28118 18446744073709551615 4194304 4196468 140732122033216 140515102149264 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31193] ppid=31187 vsize=13980732 memory=1399103955520229747 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31193/stat : 31193 (java) S 31187 31187 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366471 14316269568 28118 18446744073709551615 4194304 4196468 140732122033216 140515101096208 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31194] ppid=31187 vsize=13980732 memory=279818461587712 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31194/stat : 31194 (java) S 31187 31187 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113366471 14316269568 28118 18446744073709551615 4194304 4196468 140732122033216 140515100043664 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31195] ppid=31187 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31195/stat : 31195 (java) S 31187 31187 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113366472 14316269568 28118 18446744073709551615 4194304 4196468 140732122033216 140514692000496 140515146246786 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31196] ppid=31187 vsize=13980732 memory=279818461514888 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31196/stat : 31196 (java) S 31187 31187 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113366472 14316269568 28118 18446744073709551615 4194304 4196468 140732122033216 140514690946720 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31197] ppid=31187 vsize=13980732 memory=279818461768032 CPUtime=0 cores=0,2,4,6

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

/proc/31187/stat : 31187 (xcsp3-exec) S 31184 31187 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366460 9740288 345 18446744073709551615 4194304 5098028 140728127358256 140728127356360 140019367121532 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15994880 140728127365498 140728127365701 140728127365701 140728127369195 0
/proc/31187/statm: 2378 345 289 221 0 87 0
[pid=31189] ppid=31187 vsize=13980732 memory=192888 CPUtime=44.66 cores=0,2,4,6
/proc/31189/stat : 31189 (java) S 31187 31187 28892 0 -1 1077944320 48525 0 0 0 4450 16 0 0 20 0 15 0 113366470 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140732122015760 140515146235639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
/proc/31189/statm: 3495183 48222 3229 1 0 3483476 0
[pid=31189/tid=31190] ppid=31187 vsize=13980732 memory=12216 CPUtime=41.28 cores=0,2,4,6
/proc/31189/task/31190/stat : 31190 (java) R 31187 31187 28892 0 -1 4202560 10722 0 0 0 4122 6 0 0 20 0 15 0 113366470 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140515150475216 140514774671424 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31191] ppid=31187 vsize=13980732 memory=192888 CPUtime=0.05 cores=0,2,4,6
/proc/31189/task/31191/stat : 31191 (java) S 31187 31187 28892 0 -1 1077944384 803 0 0 0 4 1 0 0 20 0 15 0 113366471 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140515103201808 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31192] ppid=31187 vsize=13980732 memory=15880 CPUtime=0.05 cores=0,2,4,6
/proc/31189/task/31192/stat : 31192 (java) S 31187 31187 28892 0 -1 1077944384 781 0 0 0 5 0 0 0 20 0 15 0 113366471 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140515102149264 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31193] ppid=31187 vsize=13980732 memory=4048 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31193/stat : 31193 (java) S 31187 31187 28892 0 -1 1077944384 205 0 0 0 5 1 0 0 20 0 15 0 113366471 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140515101096208 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31194] ppid=31187 vsize=13980732 memory=1380 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31194/stat : 31194 (java) S 31187 31187 28892 0 -1 1077944384 223 0 0 0 5 1 0 0 20 0 15 0 113366471 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140515100043664 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31195] ppid=31187 vsize=13980732 memory=-8774313645642428999 CPUtime=0.05 cores=0,2,4,6
/proc/31189/task/31195/stat : 31195 (java) S 31187 31187 28892 0 -1 1077944384 771 0 0 0 5 0 0 0 20 0 15 0 113366472 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140514692000496 140515146246786 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31196] ppid=31187 vsize=13980732 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31196/stat : 31196 (java) S 31187 31187 28892 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 113366472 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140514690946720 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31197] ppid=31187 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31197/stat : 31197 (java) S 31187 31187 28892 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 113366473 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140514689893616 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31198] ppid=31187 vsize=13980732 memory=192888 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31198/stat : 31198 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140514688842192 140515146254235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31199] ppid=31187 vsize=13980732 memory=-8774313645642428999 CPUtime=1.33 cores=0,2,4,6
/proc/31189/task/31199/stat : 31199 (java) S 31187 31187 28892 0 -1 1077944384 14019 0 0 0 132 1 0 0 20 0 15 0 113366475 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140514619812080 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31200] ppid=31187 vsize=13980732 memory=2420 CPUtime=1.36 cores=0,2,4,6
/proc/31189/task/31200/stat : 31200 (java) S 31187 31187 28892 0 -1 1077944384 14483 0 0 0 135 1 0 0 20 0 15 0 113366475 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140514618759536 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31201] ppid=31187 vsize=13980732 memory=1732 CPUtime=0.31 cores=0,2,4,6
/proc/31189/task/31201/stat : 31201 (java) S 31187 31187 28892 0 -1 1077944384 3999 0 0 0 30 1 0 0 20 0 15 0 113366475 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140514617706480 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31202] ppid=31187 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31202/stat : 31202 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140514616654176 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31203] ppid=31187 vsize=13980732 memory=4612 CPUtime=0.01 cores=0,2,4,6
/proc/31189/task/31203/stat : 31203 (java) S 31187 31187 28892 0 -1 1077944384 1152 0 0 0 0 1 0 0 20 0 15 0 113366480 14316269568 48222 18446744073709551615 4194304 4196468 140732122033216 140514615602224 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
Current children cumulated CPU time: 44.66 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 194268 KiB

[startup+43.2008 s]
/proc/loadavg: 1.91 1.91 1.85 3/211 31204
/proc/meminfo: memFree=30711304/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31187/stat : 31187 (xcsp3-exec) S 31184 31187 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366460 9740288 345 18446744073709551615 4194304 5098028 140728127358256 140728127356360 140019367121532 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15994880 140728127365498 140728127365701 140728127365701 140728127369195 0
/proc/31187/statm: 2378 345 289 221 0 87 0
[pid=31189] ppid=31187 vsize=13980732 memory=193028 CPUtime=46.28 cores=0,2,4,6
/proc/31189/stat : 31189 (java) S 31187 31187 28892 0 -1 1077944320 49810 0 0 0 4612 16 0 0 20 0 15 0 113366470 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140732122015760 140515146235639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
/proc/31189/statm: 3495183 48257 3229 1 0 3483476 0
[pid=31189/tid=31190] ppid=31187 vsize=13980732 memory=192888 CPUtime=42.87 cores=0,2,4,6
/proc/31189/task/31190/stat : 31190 (java) R 31187 31187 28892 0 -1 4202560 11208 0 0 0 4281 6 0 0 20 0 15 0 113366470 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515150475104 140514774351140 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31191] ppid=31187 vsize=13980732 memory=-6395022129428128870 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31191/stat : 31191 (java) S 31187 31187 28892 0 -1 1077944384 836 0 0 0 5 1 0 0 20 0 15 0 113366471 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515103201808 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31192] ppid=31187 vsize=13980732 memory=4568968182091258773 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31192/stat : 31192 (java) S 31187 31187 28892 0 -1 1077944384 808 0 0 0 6 0 0 0 20 0 15 0 113366471 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515102149264 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31193] ppid=31187 vsize=13980732 memory=15880 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31193/stat : 31193 (java) S 31187 31187 28892 0 -1 1077944384 248 0 0 0 5 1 0 0 20 0 15 0 113366471 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515101096208 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31194] ppid=31187 vsize=13980732 memory=4048 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31194/stat : 31194 (java) S 31187 31187 28892 0 -1 1077944384 602 0 0 0 5 1 0 0 20 0 15 0 113366471 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515100043664 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31195] ppid=31187 vsize=13980732 memory=34756 CPUtime=0.07 cores=0,2,4,6
/proc/31189/task/31195/stat : 31195 (java) S 31187 31187 28892 0 -1 1077944384 996 0 0 0 6 1 0 0 20 0 15 0 113366472 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514692000496 140515146246786 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31196] ppid=31187 vsize=13980732 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31196/stat : 31196 (java) S 31187 31187 28892 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 113366472 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514690946720 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31197] ppid=31187 vsize=13980732 memory=640 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31197/stat : 31197 (java) S 31187 31187 28892 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 113366473 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514689893616 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31198] ppid=31187 vsize=13980732 memory=192888 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31198/stat : 31198 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514688842192 140515146254235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31199] ppid=31187 vsize=13980732 memory=192888 CPUtime=1.33 cores=0,2,4,6
/proc/31189/task/31199/stat : 31199 (java) S 31187 31187 28892 0 -1 1077944384 14019 0 0 0 132 1 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514619812080 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31200] ppid=31187 vsize=13980732 memory=2420 CPUtime=1.37 cores=0,2,4,6
/proc/31189/task/31200/stat : 31200 (java) S 31187 31187 28892 0 -1 1077944384 14553 0 0 0 136 1 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514618759536 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31201] ppid=31187 vsize=13980732 memory=1732 CPUtime=0.31 cores=0,2,4,6
/proc/31189/task/31201/stat : 31201 (java) S 31187 31187 28892 0 -1 1077944384 3999 0 0 0 30 1 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514617706480 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31202] ppid=31187 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31202/stat : 31202 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514616654176 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31203] ppid=31187 vsize=13980732 memory=4612 CPUtime=0.02 cores=0,2,4,6
/proc/31189/task/31203/stat : 31203 (java) S 31187 31187 28892 0 -1 1077944384 1174 0 0 0 1 1 0 0 20 0 15 0 113366480 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514615602224 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
Current children cumulated CPU time: 46.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 194408 KiB

[startup+43.6009 s]
/proc/loadavg: 1.91 1.91 1.85 3/211 31204
/proc/meminfo: memFree=30711304/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31187/stat : 31187 (xcsp3-exec) S 31184 31187 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366460 9740288 345 18446744073709551615 4194304 5098028 140728127358256 140728127356360 140019367121532 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15994880 140728127365498 140728127365701 140728127365701 140728127369195 0
/proc/31187/statm: 2378 345 289 221 0 87 0
[pid=31189] ppid=31187 vsize=13980732 memory=193028 CPUtime=46.69 cores=0,2,4,6
/proc/31189/stat : 31189 (java) S 31187 31187 28892 0 -1 1077944320 49853 0 0 0 4653 16 0 0 20 0 15 0 113366470 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140732122015760 140515146235639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
/proc/31189/statm: 3495183 48257 3229 1 0 3483476 0
[pid=31189/tid=31190] ppid=31187 vsize=13980732 memory=1156 CPUtime=43.27 cores=0,2,4,6
/proc/31189/task/31190/stat : 31190 (java) R 31187 31187 28892 0 -1 4202560 11221 0 0 0 4321 6 0 0 20 0 15 0 113366470 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515150475216 140514775022566 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31191] ppid=31187 vsize=13980732 memory=2804 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31191/stat : 31191 (java) S 31187 31187 28892 0 -1 1077944384 837 0 0 0 5 1 0 0 20 0 15 0 113366471 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515103201808 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31192] ppid=31187 vsize=13980732 memory=960 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31192/stat : 31192 (java) S 31187 31187 28892 0 -1 1077944384 812 0 0 0 6 0 0 0 20 0 15 0 113366471 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515102149264 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31193] ppid=31187 vsize=13980732 memory=1232 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31193/stat : 31193 (java) S 31187 31187 28892 0 -1 1077944384 255 0 0 0 5 1 0 0 20 0 15 0 113366471 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515101096208 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31194] ppid=31187 vsize=13980732 memory=2248 CPUtime=0.07 cores=0,2,4,6
/proc/31189/task/31194/stat : 31194 (java) S 31187 31187 28892 0 -1 1077944384 610 0 0 0 6 1 0 0 20 0 15 0 113366471 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515100043664 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31195] ppid=31187 vsize=13980732 memory=4300 CPUtime=0.07 cores=0,2,4,6
/proc/31189/task/31195/stat : 31195 (java) S 31187 31187 28892 0 -1 1077944384 1006 0 0 0 6 1 0 0 20 0 15 0 113366472 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514692000496 140515146246786 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31196] ppid=31187 vsize=13980732 memory=932 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31196/stat : 31196 (java) S 31187 31187 28892 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 113366472 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514690946720 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31197] ppid=31187 vsize=13980732 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31197/stat : 31197 (java) S 31187 31187 28892 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 113366473 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514689893616 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31198] ppid=31187 vsize=13980732 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31198/stat : 31198 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514688842192 140515146254235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31199] ppid=31187 vsize=13980732 memory=844 CPUtime=1.33 cores=0,2,4,6
/proc/31189/task/31199/stat : 31199 (java) S 31187 31187 28892 0 -1 1077944384 14019 0 0 0 132 1 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514619812080 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31200] ppid=31187 vsize=13980732 memory=16448 CPUtime=1.37 cores=0,2,4,6
/proc/31189/task/31200/stat : 31200 (java) S 31187 31187 28892 0 -1 1077944384 14553 0 0 0 136 1 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514618759536 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31201] ppid=31187 vsize=13980732 memory=3908 CPUtime=0.31 cores=0,2,4,6
/proc/31189/task/31201/stat : 31201 (java) S 31187 31187 28892 0 -1 1077944384 3999 0 0 0 30 1 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514617706480 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31202] ppid=31187 vsize=13980732 memory=2840 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31202/stat : 31202 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514616654176 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31203] ppid=31187 vsize=13980732 memory=1380 CPUtime=0.02 cores=0,2,4,6
/proc/31189/task/31203/stat : 31203 (java) S 31187 31187 28892 0 -1 1077944384 1174 0 0 0 1 1 0 0 20 0 15 0 113366480 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514615602224 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
Current children cumulated CPU time: 46.69 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 194408 KiB

[startup+44.0009 s]*
/proc/loadavg: 1.91 1.91 1.85 3/211 31204
/proc/meminfo: memFree=30707208/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/31187/stat : 31187 (xcsp3-exec) S 31184 31187 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113366460 9740288 345 18446744073709551615 4194304 5098028 140728127358256 140728127356360 140019367121532 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 15994880 140728127365498 140728127365701 140728127365701 140728127369195 0
/proc/31187/statm: 2378 345 289 221 0 87 0
[pid=31189] ppid=31187 vsize=13980732 memory=193028 CPUtime=47.1 cores=0,2,4,6
/proc/31189/stat : 31189 (java) S 31187 31187 28892 0 -1 1077944320 49877 0 0 0 4694 16 0 0 20 0 15 0 113366470 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140732122015760 140515146235639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
/proc/31189/statm: 3495183 48257 3229 1 0 3483476 0
[pid=31189/tid=31190] ppid=31187 vsize=13980732 memory=-8774313645642428999 CPUtime=43.67 cores=0,2,4,6
/proc/31189/task/31190/stat : 31190 (java) R 31187 31187 28892 0 -1 4202560 11238 0 0 0 4361 6 0 0 20 0 15 0 113366470 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515150475216 140514775022562 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31191] ppid=31187 vsize=13980732 memory=61056 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31191/stat : 31191 (java) S 31187 31187 28892 0 -1 1077944384 840 0 0 0 5 1 0 0 20 0 15 0 113366471 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515103201808 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31192] ppid=31187 vsize=13980732 memory=1296 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31192/stat : 31192 (java) S 31187 31187 28892 0 -1 1077944384 814 0 0 0 6 0 0 0 20 0 15 0 113366471 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515102149264 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31193] ppid=31187 vsize=13980732 memory=2420 CPUtime=0.06 cores=0,2,4,6
/proc/31189/task/31193/stat : 31193 (java) S 31187 31187 28892 0 -1 1077944384 256 0 0 0 5 1 0 0 20 0 15 0 113366471 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515101096208 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31194] ppid=31187 vsize=13980732 memory=1732 CPUtime=0.07 cores=0,2,4,6
/proc/31189/task/31194/stat : 31194 (java) S 31187 31187 28892 0 -1 1077944384 611 0 0 0 6 1 0 0 20 0 15 0 113366471 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140515100043664 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31195] ppid=31187 vsize=13980732 memory=5788 CPUtime=0.07 cores=0,2,4,6
/proc/31189/task/31195/stat : 31195 (java) S 31187 31187 28892 0 -1 1077944384 1006 0 0 0 6 1 0 0 20 0 15 0 113366472 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514692000496 140515146246786 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31196] ppid=31187 vsize=13980732 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31196/stat : 31196 (java) S 31187 31187 28892 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 113366472 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514690946720 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31197] ppid=31187 vsize=13980732 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31197/stat : 31197 (java) S 31187 31187 28892 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 113366473 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514689893616 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31198] ppid=31187 vsize=13980732 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31198/stat : 31198 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514688842192 140515146254235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31199] ppid=31187 vsize=13980732 memory=1228 CPUtime=1.33 cores=0,2,4,6
/proc/31189/task/31199/stat : 31199 (java) S 31187 31187 28892 0 -1 1077944384 14019 0 0 0 132 1 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514619812080 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31200] ppid=31187 vsize=13980732 memory=12216 CPUtime=1.37 cores=0,2,4,6
/proc/31189/task/31200/stat : 31200 (java) S 31187 31187 28892 0 -1 1077944384 14553 0 0 0 136 1 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514618759536 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31201] ppid=31187 vsize=13980732 memory=1992 CPUtime=0.31 cores=0,2,4,6
/proc/31189/task/31201/stat : 31201 (java) S 31187 31187 28892 0 -1 1077944384 3999 0 0 0 30 1 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514617706480 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31202] ppid=31187 vsize=13980732 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/31189/task/31202/stat : 31202 (java) S 31187 31187 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113366475 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514616654176 140515146245845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
[pid=31189/tid=31203] ppid=31187 vsize=13980732 memory=1000 CPUtime=0.02 cores=0,2,4,6
/proc/31189/task/31203/stat : 31203 (java) S 31187 31187 28892 0 -1 1077944384 1174 0 0 0 1 1 0 0 20 0 15 0 113366480 14316269568 48257 18446744073709551615 4194304 4196468 140732122033216 140514615602224 140515146246786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 39297024 140732122034609 140732122034785 140732122034785 140732122038223 0
Current children cumulated CPU time: 47.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 194408 KiB

Child status: 0
Real time (s): 44.0904
CPU time (s): 47.1878
CPU user time (s): 47.0164
CPU system time (s): 0.171482
CPU usage (%): 107.025
Max. virtual memory (cumulated for all children) (KiB): 13992492
Max. memory (cumulated for all children) (KiB): 223420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.0164
system time used= 0.171482
maximum resident set size= 222044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4371
involuntary context switches= 103


# summary of solver processes directly reported to runsolver:
#   pid: 31187
#   total CPU time (s): 47.1878
#   total CPU user time (s): 47.0164
#   total CPU system time (s): 0.171482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.275916 second user time and 0.473671 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 04:48:03
IDJOB=4282346
IDBENCH=120857
IDSOLVER=2677
FILE ID=node127/4282346-1503111734
RUNJOBID= node127-1503095799-28950
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
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-4282346-1503111734/watcher-4282346-1503111734 -o /tmp/evaluation-result-4282346-1503111734/solver-4282346-1503111734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28950 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 26430023 HOME/instance-4282346-1503111734.xml

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

MD5SUM BENCH= 2db28deb13cd993d5df964576e04fc69
RANDOM SEED=26430023

node127.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.92
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.92
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.92
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.92
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:        30931236 kB
MemAvailable:   31748376 kB
Buffers:          294392 kB
Cached:           824668 kB
SwapCached:            0 kB
Active:          1015216 kB
Inactive:         377076 kB
Active(anon):     223708 kB
Inactive(anon):    99188 kB
Active(file):     791508 kB
Inactive(file):   277888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7560 kB
Writeback:             4 kB
AnonPages:        272860 kB
Mapped:            72532 kB
Shmem:             49828 kB
Slab:             153036 kB
SReclaimable:     127160 kB
SUnreclaim:        25876 kB
KernelStack:        3440 kB
PageTables:         5904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1423500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-19 04:48:47