Trace number 4282330

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 7.8290901 4.9738002

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-08.xml
MD5SUMc33b611f783ff62a93dcb2ff1216bc06
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 benchmark0.042851999
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282330-1503136980.xml"  -tl '2520s' -p 1 -x 0
0.06/0.29	c [HOME/instance-4282330-1503136980.xml, -tl, 2520s, -p, 1, -x, 0]
0.24/0.35	c simple solver
0.42/0.42	c parse instance...
0.60/0.56	c solve instance...
7.74/4.96	s SATISFIABLE
7.74/4.96	v <instantiation>
7.74/4.96	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] </list>
7.74/4.96	v 	<values>0 0 1 1 0 0 0 0 1 1 1 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 </values>
7.74/4.96	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 (14357 MiB free)
  memory of node 1: 16384 MiB (15511 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282330-1503136980/watcher-4282330-1503136980 -o /tmp/evaluation-result-4282330-1503136980/solver-4282330-1503136980 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14042 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 785609150 HOME/instance-4282330-1503136980.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100107 s]*
/proc/loadavg: 1.89 1.87 1.84 2/197 21669
/proc/meminfo: memFree=30586052/32770624 swapFree=67108860/67108860
[pid=21668] ppid=21665 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21668/stat : 21668 (xcsp3-exec) S 21665 21668 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102038595 9740288 345 18446744073709551615 4194304 5098028 140723125641104 140723125639208 139982351581820 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 18104320 140723125649785 140723125649989 140723125649989 140723125653483 0
/proc/21668/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.20925 s]*
/proc/loadavg: 1.89 1.87 1.84 2/211 21683
/proc/meminfo: memFree=30574084/32770624 swapFree=67108860/67108860
[pid=21668] ppid=21665 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21668/stat : 21668 (xcsp3-exec) S 21665 21668 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102038595 9740288 345 18446744073709551615 4194304 5098028 140723125641104 140723125639208 139982351581820 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 18104320 140723125649785 140723125649989 140723125649989 140723125653483 0
/proc/21668/statm: 2378 345 289 221 0 87 0
[pid=21670] ppid=21668 vsize=13974352 memory=22932 CPUtime=0.06 cores=1,3,5,7
/proc/21670/stat : 21670 (java) S 21668 21668 13977 0 -1 1077944320 5138 0 0 0 5 1 0 0 20 0 15 0 102038606 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140728884687504 140574822371063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
/proc/21670/statm: 3493588 5733 2703 1 0 3482964 0
[pid=21670/tid=21671] ppid=21668 vsize=13974352 memory=-6297276292793471327 CPUtime=0.05 cores=1,3,5,7
/proc/21670/task/21671/stat : 21671 (java) R 21668 21668 13977 0 -1 4202560 3299 0 0 0 5 0 0 0 20 0 15 0 102038606 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574826598192 140574822392989 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21672] ppid=21668 vsize=13974352 memory=4211973667911822730 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21672/stat : 21672 (java) S 21668 21668 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038607 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574756805008 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21673] ppid=21668 vsize=13974352 memory=139941707032192 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21673/stat : 21673 (java) S 21668 21668 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038607 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574755752208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21674] ppid=21668 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21674/stat : 21674 (java) S 21668 21668 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038607 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574754699920 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21675] ppid=21668 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21675/stat : 21675 (java) S 21668 21668 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038607 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574753647120 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21676] ppid=21668 vsize=13974352 memory=139941707032192 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21676/stat : 21676 (java) S 21668 21668 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038608 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574300912240 140574822382210 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21677] ppid=21668 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21677/stat : 21677 (java) S 21668 21668 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102038609 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574299858208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21678] ppid=21668 vsize=13974352 memory=139941707032192 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21678/stat : 21678 (java) S 21668 21668 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102038609 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574298805872 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21679] ppid=21668 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21679/stat : 21679 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574297754192 140574822389659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21680] ppid=21668 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21680/stat : 21680 (java) S 21668 21668 13977 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 102038611 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574296701040 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21681] ppid=21668 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21681/stat : 21681 (java) S 21668 21668 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038611 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574295648240 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21682] ppid=21668 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21682/stat : 21682 (java) S 21668 21668 13977 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 15 0 102038611 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574294595952 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21683] ppid=21668 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21683/stat : 21683 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574293543392 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21684] ppid=21668 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21684/stat : 21684 (java) S 21668 21668 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038617 14309736448 5733 18446744073709551615 4194304 4196468 140728884704960 140574292491184 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 24312 KiB

[startup+0.310152 s]*
/proc/loadavg: 1.89 1.87 1.84 3/212 21684
/proc/meminfo: memFree=30556188/32770624 swapFree=67108860/67108860
[pid=21668] ppid=21665 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21668/stat : 21668 (xcsp3-exec) S 21665 21668 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102038595 9740288 345 18446744073709551615 4194304 5098028 140723125641104 140723125639208 139982351581820 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 18104320 140723125649785 140723125649989 140723125649989 140723125653483 0
/proc/21668/statm: 2378 345 289 221 0 87 0
[pid=21670] ppid=21668 vsize=13974352 memory=36460 CPUtime=0.24 cores=1,3,5,7
/proc/21670/stat : 21670 (java) S 21668 21668 13977 0 -1 1077944320 8766 0 0 0 22 2 0 0 20 0 15 0 102038606 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140728884687504 140574822371063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
/proc/21670/statm: 3493588 9115 2974 1 0 3482964 0
[pid=21670/tid=21671] ppid=21668 vsize=13974352 memory=288363917221298210 CPUtime=0.14 cores=1,3,5,7
/proc/21670/task/21671/stat : 21671 (java) R 21668 21668 13977 0 -1 4202560 5994 0 0 0 13 1 0 0 20 0 15 0 102038606 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574826602592 140574806451550 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21672] ppid=21668 vsize=13974352 memory=301 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21672/stat : 21672 (java) S 21668 21668 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038607 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574756805008 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21673] ppid=21668 vsize=13974352 memory=3761543056210306720 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21673/stat : 21673 (java) S 21668 21668 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038607 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574755752208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21674] ppid=21668 vsize=13974352 memory=-6804530833007812508 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21674/stat : 21674 (java) S 21668 21668 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038607 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574754699920 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21675] ppid=21668 vsize=13974352 memory=8097827316026060847 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21675/stat : 21675 (java) S 21668 21668 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038607 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574753647120 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21676] ppid=21668 vsize=13974352 memory=7311574973231793651 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21676/stat : 21676 (java) S 21668 21668 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038608 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574300912240 140574822382210 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21677] ppid=21668 vsize=13974352 memory=3472328296160571439 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21677/stat : 21677 (java) S 21668 21668 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102038609 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574299858208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21678] ppid=21668 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21678/stat : 21678 (java) S 21668 21668 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102038609 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574298805872 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21679] ppid=21668 vsize=13974352 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21679/stat : 21679 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574297754192 140574822389659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21680] ppid=21668 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21670/task/21680/stat : 21680 (java) S 21668 21668 13977 0 -1 1077944384 439 0 0 0 2 0 0 0 20 0 15 0 102038611 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574296701040 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21681] ppid=21668 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/21670/task/21681/stat : 21681 (java) S 21668 21668 13977 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 15 0 102038611 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574295648240 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21682] ppid=21668 vsize=13974352 memory=139941707032192 CPUtime=0.05 cores=1,3,5,7
/proc/21670/task/21682/stat : 21682 (java) S 21668 21668 13977 0 -1 1077944384 710 0 0 0 5 0 0 0 20 0 15 0 102038611 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574294595952 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21683] ppid=21668 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21683/stat : 21683 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574293543392 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21684] ppid=21668 vsize=13974352 memory=139941707032192 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21684/stat : 21684 (java) S 21668 21668 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038617 14309736448 9115 18446744073709551615 4194304 4196468 140728884704960 140574292491184 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37840 KiB

[startup+0.700753 s]
/proc/loadavg: 1.89 1.87 1.84 4/212 21684
/proc/meminfo: memFree=30549788/32770624 swapFree=67108860/67108860
[pid=21668] ppid=21665 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21668/stat : 21668 (xcsp3-exec) S 21665 21668 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102038595 9740288 345 18446744073709551615 4194304 5098028 140723125641104 140723125639208 139982351581820 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 18104320 140723125649785 140723125649989 140723125649989 140723125653483 0
/proc/21668/statm: 2378 345 289 221 0 87 0
[pid=21670] ppid=21668 vsize=13980732 memory=66816 CPUtime=1.16 cores=1,3,5,7
/proc/21670/stat : 21670 (java) S 21668 21668 13977 0 -1 1077944320 14832 0 0 0 112 4 0 0 20 0 15 0 102038606 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140728884687504 140574822371063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
/proc/21670/statm: 3495183 16704 3177 1 0 3483476 0
[pid=21670/tid=21671] ppid=21668 vsize=13980732 memory=1312 CPUtime=0.53 cores=1,3,5,7
/proc/21670/task/21671/stat : 21671 (java) R 21668 21668 13977 0 -1 4202560 8448 0 0 0 50 3 0 0 20 0 15 0 102038606 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574826607824 140574433496631 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21672] ppid=21668 vsize=13980732 memory=171 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21672/stat : 21672 (java) S 21668 21668 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574756805008 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21673] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21673/stat : 21673 (java) S 21668 21668 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574755752208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21674] ppid=21668 vsize=13980732 memory=5865164880804276834 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21674/stat : 21674 (java) S 21668 21668 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574754699920 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21675] ppid=21668 vsize=13980732 memory=6935650355287975249 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21675/stat : 21675 (java) S 21668 21668 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574753647120 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21676] ppid=21668 vsize=13980732 memory=4638778428397932880 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21676/stat : 21676 (java) S 21668 21668 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 102038608 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574300912240 140574822382210 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21677] ppid=21668 vsize=13980732 memory=7100839870071150693 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21677/stat : 21677 (java) S 21668 21668 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102038609 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574299858208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21678] ppid=21668 vsize=13980732 memory=8370611207638964880 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21678/stat : 21678 (java) S 21668 21668 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102038609 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574298805872 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21679] ppid=21668 vsize=13980732 memory=-7737605734073691286 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21679/stat : 21679 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574297754192 140574822389659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21680] ppid=21668 vsize=13980732 memory=-7522837415797432223 CPUtime=0.21 cores=1,3,5,7
/proc/21670/task/21680/stat : 21680 (java) R 21668 21668 13977 0 -1 4202560 2229 0 0 0 21 0 0 0 20 0 15 0 102038611 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574296692992 140574805781957 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21681] ppid=21668 vsize=13980732 memory=4137292528961491315 CPUtime=0.18 cores=1,3,5,7
/proc/21670/task/21681/stat : 21681 (java) R 21668 21668 13977 0 -1 4202560 1309 0 0 0 18 0 0 0 20 0 15 0 102038611 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574295633704 140574805928421 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21682] ppid=21668 vsize=13980732 memory=8187704045996132563 CPUtime=0.22 cores=1,3,5,7
/proc/21670/task/21682/stat : 21682 (java) S 21668 21668 13977 0 -1 1077944384 1537 0 0 0 22 0 0 0 20 0 15 0 102038611 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574294595952 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21683] ppid=21668 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21683/stat : 21683 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574293543392 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21684] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21684/stat : 21684 (java) S 21668 21668 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038617 14316269568 16704 18446744073709551615 4194304 4196468 140728884704960 140574292491184 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 68196 KiB

[startup+1.50079 s]
/proc/loadavg: 1.89 1.87 1.84 5/212 21684
/proc/meminfo: memFree=30510224/32770624 swapFree=67108860/67108860
[pid=21668] ppid=21665 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21668/stat : 21668 (xcsp3-exec) S 21665 21668 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102038595 9740288 345 18446744073709551615 4194304 5098028 140723125641104 140723125639208 139982351581820 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 18104320 140723125649785 140723125649989 140723125649989 140723125653483 0
/proc/21668/statm: 2378 345 289 221 0 87 0
[pid=21670] ppid=21668 vsize=13980732 memory=103560 CPUtime=3.61 cores=1,3,5,7
/proc/21670/stat : 21670 (java) S 21668 21668 13977 0 -1 1077944320 31260 0 0 0 355 6 0 0 20 0 15 0 102038606 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140728884687504 140574822371063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
/proc/21670/statm: 3495183 25890 3186 1 0 3483476 0
[pid=21670/tid=21671] ppid=21668 vsize=13980732 memory=1380 CPUtime=1.33 cores=1,3,5,7
/proc/21670/task/21671/stat : 21671 (java) R 21668 21668 13977 0 -1 4202560 8639 0 0 0 130 3 0 0 20 0 15 0 102038606 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574826608176 140574434338823 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21672] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21672/stat : 21672 (java) S 21668 21668 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574756805008 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21673] ppid=21668 vsize=13980732 memory=279883154553600 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21673/stat : 21673 (java) S 21668 21668 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574755752208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21674] ppid=21668 vsize=13980732 memory=279883154560848 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21674/stat : 21674 (java) S 21668 21668 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574754699920 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21675] ppid=21668 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21675/stat : 21675 (java) S 21668 21668 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574753647120 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21676] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21676/stat : 21676 (java) S 21668 21668 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 102038608 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574300912240 140574822382210 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21677] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21677/stat : 21677 (java) S 21668 21668 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 102038609 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574299858208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21678] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21678/stat : 21678 (java) S 21668 21668 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 102038609 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574298805872 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21679] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21679/stat : 21679 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574297754192 140574822389659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21680] ppid=21668 vsize=13980732 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/21670/task/21680/stat : 21680 (java) R 21668 21668 13977 0 -1 4202560 10335 0 0 0 100 1 0 0 20 0 15 0 102038611 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574296687584 140574807478738 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21681] ppid=21668 vsize=13980732 memory=0 CPUtime=0.97 cores=1,3,5,7
/proc/21670/task/21681/stat : 21681 (java) R 21668 21668 13977 0 -1 4202560 8942 0 0 0 97 0 0 0 20 0 15 0 102038611 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574295634120 140574808401136 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21682] ppid=21668 vsize=13980732 memory=4120 CPUtime=0.26 cores=1,3,5,7
/proc/21670/task/21682/stat : 21682 (java) S 21668 21668 13977 0 -1 1077944384 2033 0 0 0 26 0 0 0 20 0 15 0 102038611 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574294595952 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21683] ppid=21668 vsize=13980732 memory=55536 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21683/stat : 21683 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574293543392 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21684] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21684/stat : 21684 (java) S 21668 21668 13977 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 102038617 14316269568 25890 18446744073709551615 4194304 4196468 140728884704960 140574292491184 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0

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

/proc/21668/stat : 21668 (xcsp3-exec) S 21665 21668 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102038595 9740288 345 18446744073709551615 4194304 5098028 140723125641104 140723125639208 139982351581820 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 18104320 140723125649785 140723125649989 140723125649989 140723125653483 0
/proc/21668/statm: 2378 345 289 221 0 87 0
[pid=21670] ppid=21668 vsize=13980732 memory=212736 CPUtime=6.81 cores=1,3,5,7
/proc/21670/stat : 21670 (java) S 21668 21668 13977 0 -1 1077944320 34860 0 0 0 672 9 0 0 20 0 15 0 102038606 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140728884687504 140574822371063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
/proc/21670/statm: 3495183 53184 3218 1 0 3483476 0
[pid=21670/tid=21671] ppid=21668 vsize=13980732 memory=-8774313645642428999 CPUtime=3.83 cores=1,3,5,7
/proc/21670/task/21671/stat : 21671 (java) R 21668 21668 13977 0 -1 4202560 9007 0 0 0 378 5 0 0 20 0 15 0 102038606 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574826607976 140574434268251 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21672] ppid=21668 vsize=13980732 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21672/stat : 21672 (java) S 21668 21668 13977 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574756805008 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21673] ppid=21668 vsize=13980732 memory=7681407940103534239 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21673/stat : 21673 (java) S 21668 21668 13977 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574755752208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21674] ppid=21668 vsize=13980732 memory=7089903109410995570 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21674/stat : 21674 (java) S 21668 21668 13977 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574754699920 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21675] ppid=21668 vsize=13980732 memory=4209357772117481859 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21675/stat : 21675 (java) S 21668 21668 13977 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574753647120 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21676] ppid=21668 vsize=13980732 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21676/stat : 21676 (java) S 21668 21668 13977 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 15 0 102038608 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574300912240 140574822382210 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21677] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21677/stat : 21677 (java) S 21668 21668 13977 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 102038609 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574299858208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21678] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21678/stat : 21678 (java) S 21668 21668 13977 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 102038609 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574298805872 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21679] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21679/stat : 21679 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574297754192 140574822389659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21680] ppid=21668 vsize=13980732 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/21670/task/21680/stat : 21680 (java) S 21668 21668 13977 0 -1 1077944384 11221 0 0 0 132 1 0 0 20 0 15 0 102038611 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574296701040 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21681] ppid=21668 vsize=13980732 memory=0 CPUtime=1.29 cores=1,3,5,7
/proc/21670/task/21681/stat : 21681 (java) S 21668 21668 13977 0 -1 1077944384 9436 0 0 0 129 0 0 0 20 0 15 0 102038611 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574295648240 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21682] ppid=21668 vsize=13980732 memory=2211 CPUtime=0.29 cores=1,3,5,7
/proc/21670/task/21682/stat : 21682 (java) S 21668 21668 13977 0 -1 1077944384 2898 0 0 0 29 0 0 0 20 0 15 0 102038611 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574294595952 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21683] ppid=21668 vsize=13980732 memory=139941707032202 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21683/stat : 21683 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574293543392 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21684] ppid=21668 vsize=13980732 memory=3611886944908228663 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21684/stat : 21684 (java) S 21668 21668 13977 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 102038617 14316269568 53184 18446744073709551615 4194304 4196468 140728884704960 140574292491184 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
Current children cumulated CPU time: 6.81 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 214116 KiB

[startup+4.40071 s]
/proc/loadavg: 1.90 1.87 1.84 3/212 21684
/proc/meminfo: memFree=30385680/32770624 swapFree=67108860/67108860
[pid=21668] ppid=21665 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21668/stat : 21668 (xcsp3-exec) S 21665 21668 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102038595 9740288 345 18446744073709551615 4194304 5098028 140723125641104 140723125639208 139982351581820 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 18104320 140723125649785 140723125649989 140723125649989 140723125653483 0
/proc/21668/statm: 2378 345 289 221 0 87 0
[pid=21670] ppid=21668 vsize=13980732 memory=212772 CPUtime=7.24 cores=1,3,5,7
/proc/21670/stat : 21670 (java) S 21668 21668 13977 0 -1 1077944320 34913 0 0 0 715 9 0 0 20 0 15 0 102038606 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140728884687504 140574822371063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
/proc/21670/statm: 3495183 53193 3218 1 0 3483476 0
[pid=21670/tid=21671] ppid=21668 vsize=13980732 memory=0 CPUtime=4.22 cores=1,3,5,7
/proc/21670/task/21671/stat : 21671 (java) R 21668 21668 13977 0 -1 4202560 9010 0 0 0 417 5 0 0 20 0 15 0 102038606 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574826608640 140574434268928 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21672] ppid=21668 vsize=13980732 memory=4637180968128643444 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21672/stat : 21672 (java) S 21668 21668 13977 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574756805008 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21673] ppid=21668 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21673/stat : 21673 (java) S 21668 21668 13977 0 -1 1077944384 250 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574755752208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21674] ppid=21668 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21674/stat : 21674 (java) S 21668 21668 13977 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574754699920 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21675] ppid=21668 vsize=13980732 memory=212736 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21675/stat : 21675 (java) S 21668 21668 13977 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574753647120 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21676] ppid=21668 vsize=13980732 memory=6082202987141949783 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21676/stat : 21676 (java) S 21668 21668 13977 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 102038608 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574300912240 140574822382210 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21677] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21677/stat : 21677 (java) S 21668 21668 13977 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 102038609 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574299858208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21678] ppid=21668 vsize=13980732 memory=41 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21678/stat : 21678 (java) S 21668 21668 13977 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 102038609 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574298805872 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21679] ppid=21668 vsize=13980732 memory=139941577314320 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21679/stat : 21679 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574297754192 140574822389659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21680] ppid=21668 vsize=13980732 memory=279883154608784 CPUtime=1.35 cores=1,3,5,7
/proc/21670/task/21680/stat : 21680 (java) S 21668 21668 13977 0 -1 1077944384 11241 0 0 0 134 1 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574296701040 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21681] ppid=21668 vsize=13980732 memory=1380 CPUtime=1.31 cores=1,3,5,7
/proc/21670/task/21681/stat : 21681 (java) S 21668 21668 13977 0 -1 1077944384 9442 0 0 0 131 0 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574295648240 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21682] ppid=21668 vsize=13980732 memory=196000 CPUtime=0.3 cores=1,3,5,7
/proc/21670/task/21682/stat : 21682 (java) S 21668 21668 13977 0 -1 1077944384 2914 0 0 0 30 0 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574294595952 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21683] ppid=21668 vsize=13980732 memory=279883154652256 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21683/stat : 21683 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574293543392 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21684] ppid=21668 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21684/stat : 21684 (java) S 21668 21668 13977 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 102038617 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574292491184 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
Current children cumulated CPU time: 7.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 214152 KiB

[startup+4.80069 s]
/proc/loadavg: 1.90 1.87 1.84 3/212 21684
/proc/meminfo: memFree=30385680/32770624 swapFree=67108860/67108860
[pid=21668] ppid=21665 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21668/stat : 21668 (xcsp3-exec) S 21665 21668 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102038595 9740288 345 18446744073709551615 4194304 5098028 140723125641104 140723125639208 139982351581820 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 18104320 140723125649785 140723125649989 140723125649989 140723125653483 0
/proc/21668/statm: 2378 345 289 221 0 87 0
[pid=21670] ppid=21668 vsize=13980732 memory=212772 CPUtime=7.64 cores=1,3,5,7
/proc/21670/stat : 21670 (java) S 21668 21668 13977 0 -1 1077944320 34913 0 0 0 755 9 0 0 20 0 15 0 102038606 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140728884687504 140574822371063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
/proc/21670/statm: 3495183 53193 3218 1 0 3483476 0
[pid=21670/tid=21671] ppid=21668 vsize=13980732 memory=1232 CPUtime=4.62 cores=1,3,5,7
/proc/21670/task/21671/stat : 21671 (java) R 21668 21668 13977 0 -1 4202560 9010 0 0 0 457 5 0 0 20 0 15 0 102038606 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574826608640 140574433496806 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21672] ppid=21668 vsize=13980732 memory=9020 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21672/stat : 21672 (java) S 21668 21668 13977 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574756805008 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21673] ppid=21668 vsize=13980732 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21673/stat : 21673 (java) S 21668 21668 13977 0 -1 1077944384 250 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574755752208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21674] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21674/stat : 21674 (java) S 21668 21668 13977 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574754699920 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21675] ppid=21668 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21675/stat : 21675 (java) S 21668 21668 13977 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574753647120 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21676] ppid=21668 vsize=13980732 memory=212736 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21676/stat : 21676 (java) S 21668 21668 13977 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 102038608 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574300912240 140574822382210 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21677] ppid=21668 vsize=13980732 memory=279883154470016 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21677/stat : 21677 (java) S 21668 21668 13977 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 102038609 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574299858208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21678] ppid=21668 vsize=13980732 memory=288230591722423600 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21678/stat : 21678 (java) S 21668 21668 13977 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 102038609 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574298805872 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21679] ppid=21668 vsize=13980732 memory=14979961987556499 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21679/stat : 21679 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574297754192 140574822389659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21680] ppid=21668 vsize=13980732 memory=6656426216303648864 CPUtime=1.35 cores=1,3,5,7
/proc/21670/task/21680/stat : 21680 (java) S 21668 21668 13977 0 -1 1077944384 11241 0 0 0 134 1 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574296701040 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21681] ppid=21668 vsize=13980732 memory=6944656575208382560 CPUtime=1.31 cores=1,3,5,7
/proc/21670/task/21681/stat : 21681 (java) S 21668 21668 13977 0 -1 1077944384 9442 0 0 0 131 0 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574295648240 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21682] ppid=21668 vsize=13980732 memory=6944656592455360604 CPUtime=0.3 cores=1,3,5,7
/proc/21670/task/21682/stat : 21682 (java) S 21668 21668 13977 0 -1 1077944384 2914 0 0 0 30 0 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574294595952 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21683] ppid=21668 vsize=13980732 memory=8295700127829158208 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21683/stat : 21683 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574293543392 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21684] ppid=21668 vsize=13980732 memory=6940425710114848869 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21684/stat : 21684 (java) S 21668 21668 13977 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 102038617 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574292491184 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
Current children cumulated CPU time: 7.64 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 214152 KiB

[startup+4.9007 s]
/proc/loadavg: 1.90 1.87 1.84 3/212 21684
/proc/meminfo: memFree=30385680/32770624 swapFree=67108860/67108860
[pid=21668] ppid=21665 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21668/stat : 21668 (xcsp3-exec) S 21665 21668 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 102038595 9740288 345 18446744073709551615 4194304 5098028 140723125641104 140723125639208 139982351581820 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 18104320 140723125649785 140723125649989 140723125649989 140723125653483 0
/proc/21668/statm: 2378 345 289 221 0 87 0
[pid=21670] ppid=21668 vsize=13980732 memory=212772 CPUtime=7.74 cores=1,3,5,7
/proc/21670/stat : 21670 (java) S 21668 21668 13977 0 -1 1077944320 34913 0 0 0 765 9 0 0 20 0 15 0 102038606 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140728884687504 140574822371063 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
/proc/21670/statm: 3495183 53193 3218 1 0 3483476 0
[pid=21670/tid=21671] ppid=21668 vsize=13980732 memory=1380 CPUtime=4.72 cores=1,3,5,7
/proc/21670/task/21671/stat : 21671 (java) R 21668 21668 13977 0 -1 4202560 9010 0 0 0 467 5 0 0 20 0 15 0 102038606 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574826608640 140574434268182 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21672] ppid=21668 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21672/stat : 21672 (java) S 21668 21668 13977 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574756805008 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21673] ppid=21668 vsize=13980732 memory=200096 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21673/stat : 21673 (java) S 21668 21668 13977 0 -1 1077944384 250 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574755752208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21674] ppid=21668 vsize=13980732 memory=279883154958752 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21674/stat : 21674 (java) S 21668 21668 13977 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574754699920 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21675] ppid=21668 vsize=13980732 memory=8098715017620646761 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21675/stat : 21675 (java) S 21668 21668 13977 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 102038607 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574753647120 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21676] ppid=21668 vsize=13980732 memory=3053811428040725072 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21676/stat : 21676 (java) S 21668 21668 13977 0 -1 1077944384 206 0 0 0 0 0 0 0 20 0 15 0 102038608 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574300912240 140574822382210 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21677] ppid=21668 vsize=13980732 memory=7588959346590378834 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21677/stat : 21677 (java) S 21668 21668 13977 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 102038609 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574299858208 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21678] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21678/stat : 21678 (java) S 21668 21668 13977 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 102038609 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574298805872 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21679] ppid=21668 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21679/stat : 21679 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574297754192 140574822389659 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21680] ppid=21668 vsize=13980732 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/21670/task/21680/stat : 21680 (java) S 21668 21668 13977 0 -1 1077944384 11241 0 0 0 134 1 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574296701040 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21681] ppid=21668 vsize=13980732 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/21670/task/21681/stat : 21681 (java) S 21668 21668 13977 0 -1 1077944384 9442 0 0 0 131 0 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574295648240 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21682] ppid=21668 vsize=13980732 memory=279883154709872 CPUtime=0.3 cores=1,3,5,7
/proc/21670/task/21682/stat : 21682 (java) S 21668 21668 13977 0 -1 1077944384 2914 0 0 0 30 0 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574294595952 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21683] ppid=21668 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21683/stat : 21683 (java) S 21668 21668 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 102038611 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574293543392 140574822381269 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
[pid=21670/tid=21684] ppid=21668 vsize=13980732 memory=6149776772845295721 CPUtime=0 cores=1,3,5,7
/proc/21670/task/21684/stat : 21684 (java) S 21668 21668 13977 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 102038617 14316269568 53193 18446744073709551615 4194304 4196468 140728884704960 140574292491184 140574822382210 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24059904 140728884707761 140728884707937 140728884707937 140728884711375 0
Current children cumulated CPU time: 7.74 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 214152 KiB

Child status: 0
Real time (s): 4.9738
CPU time (s): 7.82909
CPU user time (s): 7.72629
CPU system time (s): 0.102791
CPU usage (%): 157.407
Max. virtual memory (cumulated for all children) (KiB): 13991916
Max. memory (cumulated for all children) (KiB): 214152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.7263
system time used= 0.102791
maximum resident set size= 213072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35769
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1667
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 21668
#   total CPU time (s): 7.82909
#   total CPU user time (s): 7.72629
#   total CPU system time (s): 0.102791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054694 second user time and 0.082041 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-19 11:48:43
IDJOB=4282330
IDBENCH=133093
IDSOLVER=2677
FILE ID=node124/4282330-1503136980
RUNJOBID= node124-1503095780-14042
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-08.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-4282330-1503136980/watcher-4282330-1503136980 -o /tmp/evaluation-result-4282330-1503136980/solver-4282330-1503136980 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14042 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 785609150 HOME/instance-4282330-1503136980.xml

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

MD5SUM BENCH= c33b611f783ff62a93dcb2ff1216bc06
RANDOM SEED=785609150

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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.51
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.51
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.51
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:        30586152 kB
MemAvailable:   31200560 kB
Buffers:          289148 kB
Cached:           618624 kB
SwapCached:            0 kB
Active:          1367108 kB
Inactive:         363792 kB
Active(anon):     775652 kB
Inactive(anon):    89140 kB
Active(file):     591456 kB
Inactive(file):   274652 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:            40 kB
AnonPages:        822788 kB
Mapped:            69224 kB
Shmem:             41704 kB
Slab:             155284 kB
SReclaimable:     128268 kB
SUnreclaim:        27016 kB
KernelStack:        3440 kB
PageTables:         6700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1552264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-19 11:48:48