Trace number 4283800

Some explanations

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

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

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

Solver answer on this benchmark

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

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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283800-1503213275.xml"  -tl '2520s' -p 1 -x 3
0.10/0.27	c [HOME/instance-4283800-1503213275.xml, -tl, 2520s, -p, 1, -x, 3]
0.29/0.33	c simple solver
0.29/0.39	c parse instance...
0.66/0.55	c solve instance...
72.52/67.23	s SATISFIABLE
72.52/67.23	v <instantiation>
72.52/67.23	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>
72.52/67.23	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>
72.52/67.23	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 (14238 MiB free)
  memory of node 1: 16384 MiB (15721 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283800-1503213275/watcher-4283800-1503213275 -o /tmp/evaluation-result-4283800-1503213275/solver-4283800-1503213275 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30215 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1627534854 HOME/instance-4283800-1503213275.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=5732, runsolver pid=5729

[startup+0.100157 s]*
/proc/loadavg: 1.58 1.55 1.56 2/202 5735
/proc/meminfo: memFree=30677408/32770624 swapFree=67108860/67108860
[pid=5732] ppid=5729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5732/stat : 5732 (xcsp3-exec) S 5729 5732 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 19737240 9740288 345 18446744073709551615 4194304 5098028 140721893702128 140721893700232 139664640922236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 22847488 140721893708153 140721893708358 140721893708358 140721893711851 0
/proc/5732/statm: 2378 345 289 221 0 87 0
[pid=5734] ppid=5732 vsize=13358712 memory=13932 CPUtime=0 cores=1,3,5,7
/proc/5734/stat : 5734 (java) S 5732 5732 16431 0 -1 1077944320 3278 0 0 0 0 0 0 0 20 0 6 0 19737250 13679321088 3483 18446744073709551615 4194304 4196468 140735706947664 140735706930208 139862091669239 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
/proc/5734/statm: 3339678 3483 1867 1 0 3329175 0
[pid=5734/tid=5735] ppid=5732 vsize=13358712 memory=-6739615476349292588 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5735/stat : 5735 (java) R 5732 5732 16431 0 -1 4202560 2071 0 0 0 0 0 0 0 20 0 6 0 19737250 13679321088 3549 18446744073709551615 4194304 4196468 140735706947664 139862095905360 139862077351765 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5736] ppid=5732 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5736/stat : 5736 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 19737251 13679321088 3549 18446744073709551615 4194304 4196468 140735706947664 139862054775184 139862091679445 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5737] ppid=5732 vsize=13358712 memory=140185012573824 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5737/stat : 5737 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 19737251 13679321088 3549 18446744073709551615 4194304 4196468 140735706947664 139861690759440 139862091679445 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5738] ppid=5732 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5738/stat : 5738 (java) S 5732 5732 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 19737251 13679321088 3549 18446744073709551615 4194304 4196468 140735706947664 139861689707152 139862091679445 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5739] ppid=5732 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5739/stat : 5739 (java) S 5732 5732 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 19737251 13679321088 3549 18446744073709551615 4194304 4196468 140735706947664 139861688654352 139862091679445 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15312 KiB

[startup+0.213803 s]*
/proc/loadavg: 1.58 1.55 1.56 5/215 5748
/proc/meminfo: memFree=30662308/32770624 swapFree=67108860/67108860
[pid=5732] ppid=5729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5732/stat : 5732 (xcsp3-exec) S 5729 5732 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 19737240 9740288 345 18446744073709551615 4194304 5098028 140721893702128 140721893700232 139664640922236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 22847488 140721893708153 140721893708358 140721893708358 140721893711851 0
/proc/5732/statm: 2378 345 289 221 0 87 0
[pid=5734] ppid=5732 vsize=13974352 memory=27020 CPUtime=0.1 cores=1,3,5,7
/proc/5734/stat : 5734 (java) S 5732 5732 16431 0 -1 1077944320 5200 0 0 0 9 1 0 0 20 0 15 0 19737250 14309736448 6755 18446744073709551615 4194304 4196468 140735706947664 140735706930208 139862091669239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
/proc/5734/statm: 3493588 6755 2749 1 0 3482964 0
[pid=5734/tid=5735] ppid=5732 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=1,3,5,7
/proc/5734/task/5735/stat : 5735 (java) R 5732 5732 16431 0 -1 4202560 3341 0 0 0 7 1 0 0 20 0 15 0 19737250 14309736448 6820 18446744073709551615 4194304 4196468 140735706947664 139862095897632 139862073075563 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5736] ppid=5732 vsize=13974352 memory=10596 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5736/stat : 5736 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19737251 14309736448 6820 18446744073709551615 4194304 4196468 140735706947664 139862054775184 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5737] ppid=5732 vsize=13974352 memory=140185012786229 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5737/stat : 5737 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19737251 14309736448 6820 18446744073709551615 4194304 4196468 140735706947664 139861690759440 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5738] ppid=5732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5738/stat : 5738 (java) S 5732 5732 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19737251 14309736448 6820 18446744073709551615 4194304 4196468 140735706947664 139861689707152 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5739] ppid=5732 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5739/stat : 5739 (java) S 5732 5732 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19737251 14309736448 6820 18446744073709551615 4194304 4196468 140735706947664 139861688654352 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5740] ppid=5732 vsize=13974352 memory=140185012573824 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5740/stat : 5740 (java) S 5732 5732 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19737252 14309736448 6820 18446744073709551615 4194304 4196468 140735706947664 139861570284144 139862091680386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5741] ppid=5732 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5741/stat : 5741 (java) S 5732 5732 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19737252 14309736448 6820 18446744073709551615 4194304 4196468 140735706947664 139861569230112 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5742] ppid=5732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5742/stat : 5742 (java) S 5732 5732 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19737253 14309736448 6820 18446744073709551615 4194304 4196468 140735706947664 139861568177776 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5743] ppid=5732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5743/stat : 5743 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14309736448 6886 18446744073709551615 4194304 4196468 140735706947664 139861567126096 139862091687835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5744] ppid=5732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5744/stat : 5744 (java) S 5732 5732 16431 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 19737255 14309736448 6886 18446744073709551615 4194304 4196468 140735706947664 139861566072944 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5745] ppid=5732 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5745/stat : 5745 (java) R 5732 5732 16431 0 -1 4202560 114 0 0 0 0 0 0 0 20 0 15 0 19737255 14309736448 6886 18446744073709551615 4194304 4196468 140735706947664 139861565011680 139862069588864 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5746] ppid=5732 vsize=13974352 memory=140185012573824 CPUtime=0.01 cores=1,3,5,7
/proc/5734/task/5746/stat : 5746 (java) S 5732 5732 16431 0 -1 1077944384 258 0 0 0 1 0 0 0 20 0 15 0 19737255 14309736448 6886 18446744073709551615 4194304 4196468 140735706947664 139861563967856 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5747] ppid=5732 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5747/stat : 5747 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14309736448 6886 18446744073709551615 4194304 4196468 140735706947664 139861562915296 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5748] ppid=5732 vsize=13974352 memory=140185012573824 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5748/stat : 5748 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19737259 14309736448 6886 18446744073709551615 4194304 4196468 140735706947664 139861561863088 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28400 KiB

[startup+0.310572 s]*
/proc/loadavg: 1.58 1.55 1.56 4/215 5748
/proc/meminfo: memFree=30651448/32770624 swapFree=67108860/67108860
[pid=5732] ppid=5729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5732/stat : 5732 (xcsp3-exec) S 5729 5732 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 19737240 9740288 345 18446744073709551615 4194304 5098028 140721893702128 140721893700232 139664640922236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 22847488 140721893708153 140721893708358 140721893708358 140721893711851 0
/proc/5732/statm: 2378 345 289 221 0 87 0
[pid=5734] ppid=5732 vsize=13974352 memory=37444 CPUtime=0.29 cores=1,3,5,7
/proc/5734/stat : 5734 (java) S 5732 5732 16431 0 -1 1077944320 8975 0 0 0 26 3 0 0 20 0 15 0 19737250 14309736448 9361 18446744073709551615 4194304 4196468 140735706947664 140735706930208 139862091669239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
/proc/5734/statm: 3493588 9361 2982 1 0 3482964 0
[pid=5734/tid=5735] ppid=5732 vsize=13974352 memory=6933928925625698159 CPUtime=0.17 cores=1,3,5,7
/proc/5734/task/5735/stat : 5735 (java) R 5732 5732 16431 0 -1 4202560 6113 0 0 0 15 2 0 0 20 0 15 0 19737250 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139862095898976 139861733802656 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5736] ppid=5732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5736/stat : 5736 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19737251 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139862054775184 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5737] ppid=5732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5737/stat : 5737 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19737251 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139861690759440 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5738] ppid=5732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5738/stat : 5738 (java) S 5732 5732 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19737251 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139861689707152 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5739] ppid=5732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5739/stat : 5739 (java) S 5732 5732 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19737251 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139861688654352 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5740] ppid=5732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5740/stat : 5740 (java) S 5732 5732 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19737252 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139861570284144 139862091680386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5741] ppid=5732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5741/stat : 5741 (java) S 5732 5732 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19737252 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139861569230112 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5742] ppid=5732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5742/stat : 5742 (java) S 5732 5732 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19737253 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139861568177776 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5743] ppid=5732 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5743/stat : 5743 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139861567126096 139862091687835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5744] ppid=5732 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5734/task/5744/stat : 5744 (java) S 5732 5732 16431 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 15 0 19737255 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139861566072944 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5745] ppid=5732 vsize=13974352 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5734/task/5745/stat : 5745 (java) R 5732 5732 16431 0 -1 4202560 435 0 0 0 2 0 0 0 20 0 15 0 19737255 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139861565020144 139862069644579 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5746] ppid=5732 vsize=13974352 memory=140185012573824 CPUtime=0.06 cores=1,3,5,7
/proc/5734/task/5746/stat : 5746 (java) S 5732 5732 16431 0 -1 1077944384 745 0 0 0 6 0 0 0 20 0 15 0 19737255 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139861563967856 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5747] ppid=5732 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5747/stat : 5747 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139861562915296 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5748] ppid=5732 vsize=13974352 memory=140185012573824 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5748/stat : 5748 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19737259 14309736448 9873 18446744073709551615 4194304 4196468 140735706947664 139861561863088 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38824 KiB

[startup+0.705591 s]
/proc/loadavg: 1.58 1.55 1.56 4/215 5748
/proc/meminfo: memFree=30639412/32770624 swapFree=67108860/67108860
[pid=5732] ppid=5729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5732/stat : 5732 (xcsp3-exec) S 5729 5732 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 19737240 9740288 345 18446744073709551615 4194304 5098028 140721893702128 140721893700232 139664640922236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 22847488 140721893708153 140721893708358 140721893708358 140721893711851 0
/proc/5732/statm: 2378 345 289 221 0 87 0
[pid=5734] ppid=5732 vsize=13980732 memory=69388 CPUtime=1.29 cores=1,3,5,7
/proc/5734/stat : 5734 (java) S 5732 5732 16431 0 -1 1077944320 14535 0 0 0 123 6 0 0 20 0 15 0 19737250 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 140735706930208 139862091669239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
/proc/5734/statm: 3495183 17347 3175 1 0 3483476 0
[pid=5734/tid=5735] ppid=5732 vsize=13980732 memory=7886766292050720565 CPUtime=0.55 cores=1,3,5,7
/proc/5734/task/5735/stat : 5735 (java) R 5732 5732 16431 0 -1 4202560 8507 0 0 0 52 3 0 0 20 0 15 0 19737250 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139862095908400 139861735023999 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5736] ppid=5732 vsize=13980732 memory=8247260936368895285 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5736/stat : 5736 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19737251 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139862054775184 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5737] ppid=5732 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5737/stat : 5737 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19737251 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139861690759440 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5738] ppid=5732 vsize=13980732 memory=78820 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5738/stat : 5738 (java) S 5732 5732 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19737251 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139861689707152 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5739] ppid=5732 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5739/stat : 5739 (java) S 5732 5732 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19737251 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139861688654352 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5740] ppid=5732 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5740/stat : 5740 (java) S 5732 5732 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 19737252 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139861570284144 139862091680386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5741] ppid=5732 vsize=13980732 memory=-4546129931942301828 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5741/stat : 5741 (java) S 5732 5732 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19737252 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139861569230112 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5742] ppid=5732 vsize=13980732 memory=-1891255765032775953 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5742/stat : 5742 (java) S 5732 5732 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19737253 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139861568177776 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5743] ppid=5732 vsize=13980732 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5743/stat : 5743 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139861567126096 139862091687835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5744] ppid=5732 vsize=13980732 memory=-1891255765032775953 CPUtime=0.2 cores=1,3,5,7
/proc/5734/task/5744/stat : 5744 (java) R 5732 5732 16431 0 -1 4202560 1424 0 0 0 20 0 0 0 20 0 15 0 19737255 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139861566072128 139862075054108 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5745] ppid=5732 vsize=13980732 memory=13699058338 CPUtime=0.21 cores=1,3,5,7
/proc/5734/task/5745/stat : 5745 (java) R 5732 5732 16431 0 -1 4202560 1531 0 0 0 21 0 0 0 20 0 15 0 19737255 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139861565006168 139862069264261 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5746] ppid=5732 vsize=13980732 memory=280369828221632 CPUtime=0.28 cores=1,3,5,7
/proc/5734/task/5746/stat : 5746 (java) R 5732 5732 16431 0 -1 4202560 1765 0 0 0 28 0 0 0 20 0 15 0 19737255 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139861563967856 139862073079389 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5747] ppid=5732 vsize=13980732 memory=280369828077512 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5747/stat : 5747 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139861562915296 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5748] ppid=5732 vsize=13980732 memory=2852 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5748/stat : 5748 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19737259 14316269568 17347 18446744073709551615 4194304 4196468 140735706947664 139861561863088 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 70768 KiB

[startup+1.50088 s]
/proc/loadavg: 1.58 1.55 1.56 6/215 5748
/proc/meminfo: memFree=30604116/32770624 swapFree=67108860/67108860
[pid=5732] ppid=5729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5732/stat : 5732 (xcsp3-exec) S 5729 5732 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 19737240 9740288 345 18446744073709551615 4194304 5098028 140721893702128 140721893700232 139664640922236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 22847488 140721893708153 140721893708358 140721893708358 140721893711851 0
/proc/5732/statm: 2378 345 289 221 0 87 0
[pid=5734] ppid=5732 vsize=13980732 memory=123608 CPUtime=3.76 cores=1,3,5,7
/proc/5734/stat : 5734 (java) S 5732 5732 16431 0 -1 1077944320 24150 0 0 0 369 7 0 0 20 0 15 0 19737250 14316269568 30902 18446744073709551615 4194304 4196468 140735706947664 140735706930208 139862091669239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
/proc/5734/statm: 3495183 30902 3194 1 0 3483476 0
[pid=5734/tid=5735] ppid=5732 vsize=13980732 memory=-1891255765032775953 CPUtime=1.34 cores=1,3,5,7
/proc/5734/task/5735/stat : 5735 (java) R 5732 5732 16431 0 -1 4202560 9444 0 0 0 130 4 0 0 20 0 15 0 19737250 14316269568 30902 18446744073709551615 4194304 4196468 140735706947664 139862095907840 139861736528910 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5736] ppid=5732 vsize=13980732 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5736/stat : 5736 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19737251 14316269568 30902 18446744073709551615 4194304 4196468 140735706947664 139862054775184 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5737] ppid=5732 vsize=13980732 memory=-1891255765032775953 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5737/stat : 5737 (java) S 5732 5732 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19737251 14316269568 30902 18446744073709551615 4194304 4196468 140735706947664 139861690759440 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5738] ppid=5732 vsize=13980732 memory=13699058338 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5738/stat : 5738 (java) S 5732 5732 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19737251 14316269568 30902 18446744073709551615 4194304 4196468 140735706947664 139861689707152 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5739] ppid=5732 vsize=13980732 memory=280369828221632 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5739/stat : 5739 (java) S 5732 5732 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19737251 14316269568 30902 18446744073709551615 4194304 4196468 140735706947664 139861688654352 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5740] ppid=5732 vsize=13980732 memory=280369828077512 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5740/stat : 5740 (java) S 5732 5732 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 19737252 14316269568 30902 18446744073709551615 4194304 4196468 140735706947664 139861570284144 139862091680386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5741] ppid=5732 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5741/stat : 5741 (java) S 5732 5732 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19737252 14316269568 30902 18446744073709551615 4194304 4196468 140735706947664 139861569230112 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5742] ppid=5732 vsize=13980732 memory=7807103587664157025 CPUtime=0 cores=1,3,5,7

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

/proc/5732/stat : 5732 (xcsp3-exec) S 5729 5732 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 19737240 9740288 345 18446744073709551615 4194304 5098028 140721893702128 140721893700232 139664640922236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 22847488 140721893708153 140721893708358 140721893708358 140721893711851 0
/proc/5732/statm: 2378 345 289 221 0 87 0
[pid=5734] ppid=5732 vsize=13980732 memory=160084 CPUtime=70.9 cores=1,3,5,7
/proc/5734/stat : 5734 (java) S 5732 5732 16431 0 -1 1077944320 45088 0 0 0 7072 18 0 0 20 0 15 0 19737250 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 140735706930208 139862091669239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
/proc/5734/statm: 3495183 40021 3236 1 0 3483476 0
[pid=5734/tid=5735] ppid=5732 vsize=13980732 memory=158036 CPUtime=65.04 cores=1,3,5,7
/proc/5734/task/5735/stat : 5735 (java) R 5732 5732 16431 0 -1 4202560 13148 0 0 0 6499 5 0 0 20 0 15 0 19737250 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139862095909008 139861736609292 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5736] ppid=5732 vsize=13980732 memory=1728 CPUtime=0.29 cores=1,3,5,7
/proc/5734/task/5736/stat : 5736 (java) S 5732 5732 16431 0 -1 1077944384 942 0 0 0 28 1 0 0 20 0 15 0 19737251 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139862054775184 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5737] ppid=5732 vsize=13980732 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/5734/task/5737/stat : 5737 (java) S 5732 5732 16431 0 -1 1077944384 1129 0 0 0 28 1 0 0 20 0 15 0 19737251 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139861690759440 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5738] ppid=5732 vsize=13980732 memory=6940159602849953802 CPUtime=0.29 cores=1,3,5,7
/proc/5734/task/5738/stat : 5738 (java) S 5732 5732 16431 0 -1 1077944384 936 0 0 0 28 1 0 0 20 0 15 0 19737251 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139861689707152 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5739] ppid=5732 vsize=13980732 memory=6940159620029823038 CPUtime=0.29 cores=1,3,5,7
/proc/5734/task/5739/stat : 5739 (java) S 5732 5732 16431 0 -1 1077944384 1597 0 0 0 28 1 0 0 20 0 15 0 19737251 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139861688654352 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5740] ppid=5732 vsize=13980732 memory=7684049578471207187 CPUtime=0.07 cores=1,3,5,7
/proc/5734/task/5740/stat : 5740 (java) S 5732 5732 16431 0 -1 1077944384 1391 0 0 0 6 1 0 0 20 0 15 0 19737252 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139861570284144 139862091680386 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5741] ppid=5732 vsize=13980732 memory=3467831323802167361 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5741/stat : 5741 (java) S 5732 5732 16431 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 19737252 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139861569230112 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5742] ppid=5732 vsize=13980732 memory=10155 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5742/stat : 5742 (java) S 5732 5732 16431 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 19737253 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139861568177776 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5743] ppid=5732 vsize=13980732 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5743/stat : 5743 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139861567126096 139862091687835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5744] ppid=5732 vsize=13980732 memory=13996 CPUtime=1.96 cores=1,3,5,7
/proc/5734/task/5744/stat : 5744 (java) S 5732 5732 16431 0 -1 1077944384 8740 0 0 0 195 1 0 0 20 0 15 0 19737255 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139861566072944 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5745] ppid=5732 vsize=13980732 memory=1296 CPUtime=2.04 cores=1,3,5,7
/proc/5734/task/5745/stat : 5745 (java) S 5732 5732 16431 0 -1 1077944384 9152 0 0 0 203 1 0 0 20 0 15 0 19737255 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139861565020144 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5746] ppid=5732 vsize=13980732 memory=2344 CPUtime=0.51 cores=1,3,5,7
/proc/5734/task/5746/stat : 5746 (java) S 5732 5732 16431 0 -1 1077944384 6318 0 0 0 50 1 0 0 20 0 15 0 19737255 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139861563967856 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5747] ppid=5732 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5747/stat : 5747 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139861562915296 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5748] ppid=5732 vsize=13980732 memory=11952 CPUtime=0.02 cores=1,3,5,7
/proc/5734/task/5748/stat : 5748 (java) S 5732 5732 16431 0 -1 1077944384 383 0 0 0 1 1 0 0 20 0 15 0 19737259 14316269568 40021 18446744073709551615 4194304 4196468 140735706947664 139861561863088 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
Current children cumulated CPU time: 70.9 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 161464 KiB

[startup+66.4008 s]
/proc/loadavg: 1.65 1.57 1.57 3/216 5774
/proc/meminfo: memFree=30644984/32770624 swapFree=67108860/67108860
[pid=5732] ppid=5729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5732/stat : 5732 (xcsp3-exec) S 5729 5732 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 19737240 9740288 345 18446744073709551615 4194304 5098028 140721893702128 140721893700232 139664640922236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 22847488 140721893708153 140721893708358 140721893708358 140721893711851 0
/proc/5732/statm: 2378 345 289 221 0 87 0
[pid=5734] ppid=5732 vsize=13980732 memory=159572 CPUtime=71.71 cores=1,3,5,7
/proc/5734/stat : 5734 (java) S 5732 5732 16431 0 -1 1077944320 45096 0 0 0 7153 18 0 0 20 0 15 0 19737250 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 140735706930208 139862091669239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
/proc/5734/statm: 3495183 39893 3236 1 0 3483476 0
[pid=5734/tid=5735] ppid=5732 vsize=13980732 memory=158288 CPUtime=65.83 cores=1,3,5,7
/proc/5734/task/5735/stat : 5735 (java) R 5732 5732 16431 0 -1 4202560 13149 0 0 0 6578 5 0 0 20 0 15 0 19737250 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139862095909120 139861738412660 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5736] ppid=5732 vsize=13980732 memory=2344 CPUtime=0.29 cores=1,3,5,7
/proc/5734/task/5736/stat : 5736 (java) S 5732 5732 16431 0 -1 1077944384 946 0 0 0 28 1 0 0 20 0 15 0 19737251 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139862054775184 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5737] ppid=5732 vsize=13980732 memory=1728 CPUtime=0.3 cores=1,3,5,7
/proc/5734/task/5737/stat : 5737 (java) S 5732 5732 16431 0 -1 1077944384 1130 0 0 0 29 1 0 0 20 0 15 0 19737251 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139861690759440 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5738] ppid=5732 vsize=13980732 memory=7680170660397595203 CPUtime=0.29 cores=1,3,5,7
/proc/5734/task/5738/stat : 5738 (java) S 5732 5732 16431 0 -1 1077944384 937 0 0 0 28 1 0 0 20 0 15 0 19737251 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139861689707152 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5739] ppid=5732 vsize=13980732 memory=157520 CPUtime=0.29 cores=1,3,5,7
/proc/5734/task/5739/stat : 5739 (java) S 5732 5732 16431 0 -1 1077944384 1598 0 0 0 28 1 0 0 20 0 15 0 19737251 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139861688654352 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5740] ppid=5732 vsize=13980732 memory=7680170660397595203 CPUtime=0.07 cores=1,3,5,7
/proc/5734/task/5740/stat : 5740 (java) S 5732 5732 16431 0 -1 1077944384 1391 0 0 0 6 1 0 0 20 0 15 0 19737252 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139861570284144 139862091680386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5741] ppid=5732 vsize=13980732 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5741/stat : 5741 (java) S 5732 5732 16431 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 19737252 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139861569230112 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5742] ppid=5732 vsize=13980732 memory=844 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5742/stat : 5742 (java) S 5732 5732 16431 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 19737253 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139861568177776 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5743] ppid=5732 vsize=13980732 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5743/stat : 5743 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139861567126096 139862091687835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5744] ppid=5732 vsize=13980732 memory=1156 CPUtime=1.96 cores=1,3,5,7
/proc/5734/task/5744/stat : 5744 (java) S 5732 5732 16431 0 -1 1077944384 8740 0 0 0 195 1 0 0 20 0 15 0 19737255 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139861566072944 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5745] ppid=5732 vsize=13980732 memory=3256 CPUtime=2.04 cores=1,3,5,7
/proc/5734/task/5745/stat : 5745 (java) S 5732 5732 16431 0 -1 1077944384 9152 0 0 0 203 1 0 0 20 0 15 0 19737255 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139861565020144 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5746] ppid=5732 vsize=13980732 memory=1380 CPUtime=0.51 cores=1,3,5,7
/proc/5734/task/5746/stat : 5746 (java) S 5732 5732 16431 0 -1 1077944384 6318 0 0 0 50 1 0 0 20 0 15 0 19737255 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139861563967856 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5747] ppid=5732 vsize=13980732 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5747/stat : 5747 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139861562915296 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5748] ppid=5732 vsize=13980732 memory=288230613214036277 CPUtime=0.02 cores=1,3,5,7
/proc/5734/task/5748/stat : 5748 (java) S 5732 5732 16431 0 -1 1077944384 383 0 0 0 1 1 0 0 20 0 15 0 19737259 14316269568 39893 18446744073709551615 4194304 4196468 140735706947664 139861561863088 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
Current children cumulated CPU time: 71.71 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 160952 KiB

[startup+66.8008 s]
/proc/loadavg: 1.65 1.57 1.57 3/216 5774
/proc/meminfo: memFree=30644984/32770624 swapFree=67108860/67108860
[pid=5732] ppid=5729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5732/stat : 5732 (xcsp3-exec) S 5729 5732 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 19737240 9740288 345 18446744073709551615 4194304 5098028 140721893702128 140721893700232 139664640922236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 22847488 140721893708153 140721893708358 140721893708358 140721893711851 0
/proc/5732/statm: 2378 345 289 221 0 87 0
[pid=5734] ppid=5732 vsize=13980732 memory=159060 CPUtime=72.11 cores=1,3,5,7
/proc/5734/stat : 5734 (java) S 5732 5732 16431 0 -1 1077944320 45098 0 0 0 7193 18 0 0 20 0 15 0 19737250 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 140735706930208 139862091669239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
/proc/5734/statm: 3495183 39765 3236 1 0 3483476 0
[pid=5734/tid=5735] ppid=5732 vsize=13980732 memory=7680170660397595203 CPUtime=66.23 cores=1,3,5,7
/proc/5734/task/5735/stat : 5735 (java) R 5732 5732 16431 0 -1 4202560 13150 0 0 0 6618 5 0 0 20 0 15 0 19737250 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139862095908960 139861735513403 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5736] ppid=5732 vsize=13980732 memory=1380 CPUtime=0.29 cores=1,3,5,7
/proc/5734/task/5736/stat : 5736 (java) S 5732 5732 16431 0 -1 1077944384 946 0 0 0 28 1 0 0 20 0 15 0 19737251 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139862054775184 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5737] ppid=5732 vsize=13980732 memory=156752 CPUtime=0.3 cores=1,3,5,7
/proc/5734/task/5737/stat : 5737 (java) S 5732 5732 16431 0 -1 1077944384 1131 0 0 0 29 1 0 0 20 0 15 0 19737251 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861690759440 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5738] ppid=5732 vsize=13980732 memory=6933928925625698159 CPUtime=0.3 cores=1,3,5,7
/proc/5734/task/5738/stat : 5738 (java) S 5732 5732 16431 0 -1 1077944384 937 0 0 0 29 1 0 0 20 0 15 0 19737251 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861689707152 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5739] ppid=5732 vsize=13980732 memory=952 CPUtime=0.3 cores=1,3,5,7
/proc/5734/task/5739/stat : 5739 (java) S 5732 5732 16431 0 -1 1077944384 1598 0 0 0 29 1 0 0 20 0 15 0 19737251 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861688654352 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5740] ppid=5732 vsize=13980732 memory=2240 CPUtime=0.07 cores=1,3,5,7
/proc/5734/task/5740/stat : 5740 (java) S 5732 5732 16431 0 -1 1077944384 1391 0 0 0 6 1 0 0 20 0 15 0 19737252 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861570284144 139862091680386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5741] ppid=5732 vsize=13980732 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5741/stat : 5741 (java) S 5732 5732 16431 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 19737252 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861569230112 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5742] ppid=5732 vsize=13980732 memory=932 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5742/stat : 5742 (java) S 5732 5732 16431 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 19737253 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861568177776 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5743] ppid=5732 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5743/stat : 5743 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861567126096 139862091687835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5744] ppid=5732 vsize=13980732 memory=155132 CPUtime=1.96 cores=1,3,5,7
/proc/5734/task/5744/stat : 5744 (java) S 5732 5732 16431 0 -1 1077944384 8740 0 0 0 195 1 0 0 20 0 15 0 19737255 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861566072944 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5745] ppid=5732 vsize=13980732 memory=844 CPUtime=2.04 cores=1,3,5,7
/proc/5734/task/5745/stat : 5745 (java) S 5732 5732 16431 0 -1 1077944384 9152 0 0 0 203 1 0 0 20 0 15 0 19737255 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861565020144 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5746] ppid=5732 vsize=13980732 memory=4064 CPUtime=0.51 cores=1,3,5,7
/proc/5734/task/5746/stat : 5746 (java) S 5732 5732 16431 0 -1 1077944384 6318 0 0 0 50 1 0 0 20 0 15 0 19737255 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861563967856 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5747] ppid=5732 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5747/stat : 5747 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861562915296 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5748] ppid=5732 vsize=13980732 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/5734/task/5748/stat : 5748 (java) S 5732 5732 16431 0 -1 1077944384 383 0 0 0 1 1 0 0 20 0 15 0 19737259 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861561863088 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
Current children cumulated CPU time: 72.11 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 160440 KiB

[startup+67.2008 s]
/proc/loadavg: 1.65 1.57 1.57 3/215 5774
/proc/meminfo: memFree=30646648/32770624 swapFree=67108860/67108860
[pid=5732] ppid=5729 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5732/stat : 5732 (xcsp3-exec) S 5729 5732 16431 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 19737240 9740288 345 18446744073709551615 4194304 5098028 140721893702128 140721893700232 139664640922236 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 22847488 140721893708153 140721893708358 140721893708358 140721893711851 0
/proc/5732/statm: 2378 345 289 221 0 87 0
[pid=5734] ppid=5732 vsize=13980732 memory=159060 CPUtime=72.52 cores=1,3,5,7
/proc/5734/stat : 5734 (java) S 5732 5732 16431 0 -1 1077944320 45105 0 0 0 7234 18 0 0 20 0 15 0 19737250 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 140735706930208 139862091669239 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
/proc/5734/statm: 3495183 39765 3236 1 0 3483476 0
[pid=5734/tid=5735] ppid=5732 vsize=13980732 memory=2852 CPUtime=66.63 cores=1,3,5,7
/proc/5734/task/5735/stat : 5735 (java) R 5732 5732 16431 0 -1 4202560 13151 0 0 0 6658 5 0 0 20 0 15 0 19737250 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139862095908720 139861737371425 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5736] ppid=5732 vsize=13980732 memory=1380 CPUtime=0.3 cores=1,3,5,7
/proc/5734/task/5736/stat : 5736 (java) S 5732 5732 16431 0 -1 1077944384 946 0 0 0 29 1 0 0 20 0 15 0 19737251 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139862054775184 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5737] ppid=5732 vsize=13980732 memory=158344 CPUtime=0.3 cores=1,3,5,7
/proc/5734/task/5737/stat : 5737 (java) S 5732 5732 16431 0 -1 1077944384 1133 0 0 0 29 1 0 0 20 0 15 0 19737251 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861690759440 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5738] ppid=5732 vsize=13980732 memory=7680170660397595203 CPUtime=0.3 cores=1,3,5,7
/proc/5734/task/5738/stat : 5738 (java) S 5732 5732 16431 0 -1 1077944384 937 0 0 0 29 1 0 0 20 0 15 0 19737251 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861689707152 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5739] ppid=5732 vsize=13980732 memory=3904 CPUtime=0.3 cores=1,3,5,7
/proc/5734/task/5739/stat : 5739 (java) S 5732 5732 16431 0 -1 1077944384 1602 0 0 0 29 1 0 0 20 0 15 0 19737251 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861688654352 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5740] ppid=5732 vsize=13980732 memory=7680170660397595203 CPUtime=0.07 cores=1,3,5,7
/proc/5734/task/5740/stat : 5740 (java) S 5732 5732 16431 0 -1 1077944384 1391 0 0 0 6 1 0 0 20 0 15 0 19737252 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861570284144 139862091680386 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5741] ppid=5732 vsize=13980732 memory=952 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5741/stat : 5741 (java) S 5732 5732 16431 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 19737252 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861569230112 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5742] ppid=5732 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5742/stat : 5742 (java) S 5732 5732 16431 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 19737253 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861568177776 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5743] ppid=5732 vsize=13980732 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5743/stat : 5743 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861567126096 139862091687835 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5744] ppid=5732 vsize=13980732 memory=13996 CPUtime=1.96 cores=1,3,5,7
/proc/5734/task/5744/stat : 5744 (java) S 5732 5732 16431 0 -1 1077944384 8740 0 0 0 195 1 0 0 20 0 15 0 19737255 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861566072944 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5745] ppid=5732 vsize=13980732 memory=1296 CPUtime=2.04 cores=1,3,5,7
/proc/5734/task/5745/stat : 5745 (java) S 5732 5732 16431 0 -1 1077944384 9152 0 0 0 203 1 0 0 20 0 15 0 19737255 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861565020144 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5746] ppid=5732 vsize=13980732 memory=1380 CPUtime=0.51 cores=1,3,5,7
/proc/5734/task/5746/stat : 5746 (java) S 5732 5732 16431 0 -1 1077944384 6318 0 0 0 50 1 0 0 20 0 15 0 19737255 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861563967856 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5747] ppid=5732 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5734/task/5747/stat : 5747 (java) S 5732 5732 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19737255 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861562915296 139862091679445 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
[pid=5734/tid=5748] ppid=5732 vsize=13980732 memory=157264 CPUtime=0.02 cores=1,3,5,7
/proc/5734/task/5748/stat : 5748 (java) S 5732 5732 16431 0 -1 1077944384 383 0 0 0 1 1 0 0 20 0 15 0 19737259 14316269568 39765 18446744073709551615 4194304 4196468 140735706947664 139861561863088 139862091680386 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 21401600 140735706956210 140735706956386 140735706956386 140735706959823 0
Current children cumulated CPU time: 72.52 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 160440 KiB

Child status: 0
Real time (s): 67.245
CPU time (s): 72.5831
CPU user time (s): 72.3898
CPU system time (s): 0.193304
CPU usage (%): 107.938
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 208588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.3898
system time used= 0.193304
maximum resident set size= 210800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46410
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5039
involuntary context switches= 121


# summary of solver processes directly reported to runsolver:
#   pid: 5732
#   total CPU time (s): 72.5831
#   total CPU user time (s): 72.3898
#   total CPU system time (s): 0.193304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.384148 second user time and 0.773924 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-20 09:00:35
IDJOB=4283800
IDBENCH=133093
IDSOLVER=2679
FILE ID=node128/4283800-1503213275
RUNJOBID= node128-1503171959-30215
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
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-4283800-1503213275/watcher-4283800-1503213275 -o /tmp/evaluation-result-4283800-1503213275/solver-4283800-1503213275 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30215 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1627534854 HOME/instance-4283800-1503213275.xml

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

MD5SUM BENCH= c33b611f783ff62a93dcb2ff1216bc06
RANDOM SEED=1627534854

node128.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.47
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.47
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.47
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.47
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:        30678784 kB
MemAvailable:   30949440 kB
Buffers:          200064 kB
Cached:           359552 kB
SwapCached:            0 kB
Active:          1337748 kB
Inactive:         346872 kB
Active(anon):    1125304 kB
Inactive(anon):    16752 kB
Active(file):     212444 kB
Inactive(file):   330120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:       1264408 kB
Mapped:            47364 kB
Shmem:             17060 kB
Slab:             112444 kB
SReclaimable:      87852 kB
SUnreclaim:        24592 kB
KernelStack:        3760 kB
PageTables:         7328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1734784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1179648 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 node128 at 2017-08-20 09:01:42