Trace number 4282325

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 6.5796299 4.73873

General information on the benchmark

NameMagicSquare/MagicSquare-table-s1/
MagicSquare-5-table.xml
MD5SUM61ed6ce3ae3f811d4d1b54502d982bfc
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 benchmark3.00596
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints13
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":16},{"degree":4,"count":8},{"degree":5,"count":1}]
Minimum constraint arity5
Maximum constraint arity25
Distribution of constraint arities[{"arity":5,"count":12},{"arity":25,"count":1}]
Number of extensional constraints12
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":12},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282325-1503138303.xml"  -tl '2520s' -p 1 -x 0
0.05/0.30	c [HOME/instance-4282325-1503138303.xml, -tl, 2520s, -p, 1, -x, 0]
0.23/0.36	c simple solver
0.41/0.43	c parse instance...
6.23/4.60	c solve instance...
6.52/4.72	s SATISFIABLE
6.52/4.72	v <instantiation>
6.52/4.72	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] </list>
6.52/4.72	v 	<values>22 14 6 21 2 9 13 10 8 25 1 5 23 12 24 16 15 19 4 11 17 18 7 20 3 </values>
6.52/4.72	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 (13778 MiB free)
  memory of node 1: 16384 MiB (15259 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282325-1503138303/watcher-4282325-1503138303 -o /tmp/evaluation-result-4282325-1503138303/solver-4282325-1503138303 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8622 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 36083000 HOME/instance-4282325-1503138303.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
solver pid=19663, runsolver pid=19660
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 1.63 1.66 1.70 2/199 19664
/proc/meminfo: memFree=29734732/32770624 swapFree=67108860/67108860
[pid=19663] ppid=19660 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/19663/stat : 19663 (runsolver) D 19660 19663 8563 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 116050756 34791424 114 18446744073709551615 4194304 4346622 140737429927280 140737429923912 139819893027543 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 34549760 140737429930041 140737429930532 140737429930532 140737429934026 0
/proc/19663/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209128 s]*
/proc/loadavg: 1.63 1.66 1.70 2/213 19678
/proc/meminfo: memFree=29722672/32770624 swapFree=67108860/67108860
[pid=19663] ppid=19660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19663/stat : 19663 (xcsp3-exec) S 19660 19663 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116050756 9740288 344 18446744073709551615 4194304 5098028 140730680036544 140730680034648 140356381799036 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 34312192 140730680037754 140730680037957 140730680037957 140730680041451 0
/proc/19663/statm: 2378 344 289 221 0 87 0
[pid=19665] ppid=19663 vsize=13907304 memory=22408 CPUtime=0.05 cores=1,3,5,7
/proc/19665/stat : 19665 (java) S 19663 19663 8563 0 -1 1077944320 5029 0 0 0 5 0 0 0 20 0 14 0 116050768 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140736748939616 140243298049783 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
/proc/19665/statm: 3476826 5602 2560 1 0 3466323 0
[pid=19665/tid=19666] ppid=19663 vsize=13907304 memory=8390339637985935414 CPUtime=0.04 cores=1,3,5,7
/proc/19665/task/19666/stat : 19666 (java) D 19663 19663 8563 0 -1 4202560 3199 0 0 0 4 0 0 0 20 0 14 0 116050768 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140243302287264 140243298071805 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19667] ppid=19663 vsize=13907304 memory=288230596118065508 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19667/stat : 19667 (java) S 19663 19663 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 116050769 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140242897779728 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19668] ppid=19663 vsize=13907304 memory=3545939716488525472 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19668/stat : 19668 (java) S 19663 19663 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 116050769 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140242896727184 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19669] ppid=19663 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19669/stat : 19669 (java) S 19663 19663 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 116050769 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140242895674128 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19670] ppid=19663 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19670/stat : 19670 (java) S 19663 19663 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 116050769 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140242894621584 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19671] ppid=19663 vsize=13907304 memory=139819895977600 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19671/stat : 19671 (java) S 19663 19663 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 116050770 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140242843764976 140243298060930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19672] ppid=19663 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19672/stat : 19672 (java) S 19663 19663 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 116050771 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140242842711200 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19673] ppid=19663 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19673/stat : 19673 (java) S 19663 19663 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 116050771 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140242841658096 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19674] ppid=19663 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19674/stat : 19674 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 116050773 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140242840606672 140243298068379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19675] ppid=19663 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19675/stat : 19675 (java) S 19663 19663 8563 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 14 0 116050773 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140242839554800 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19676] ppid=19663 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19676/stat : 19676 (java) S 19663 19663 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 116050773 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140242838502256 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19677] ppid=19663 vsize=13907304 memory=139819895977600 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19677/stat : 19677 (java) S 19663 19663 8563 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 14 0 116050773 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140242837449200 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19678] ppid=19663 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19678/stat : 19678 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 116050773 14241079296 5602 18446744073709551615 4194304 4196468 140736748957072 140242836396896 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23784 KiB

[startup+0.310059 s]*
/proc/loadavg: 1.63 1.66 1.70 3/214 19679
/proc/meminfo: memFree=29714328/32770624 swapFree=67108860/67108860
[pid=19663] ppid=19660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19663/stat : 19663 (xcsp3-exec) S 19660 19663 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116050756 9740288 344 18446744073709551615 4194304 5098028 140730680036544 140730680034648 140356381799036 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 34312192 140730680037754 140730680037957 140730680037957 140730680041451 0
/proc/19663/statm: 2378 344 289 221 0 87 0
[pid=19665] ppid=19663 vsize=13975376 memory=35024 CPUtime=0.23 cores=1,3,5,7
/proc/19665/stat : 19665 (java) S 19663 19663 8563 0 -1 1077944320 8616 0 0 0 21 2 0 0 20 0 15 0 116050768 14310785024 8691 18446744073709551615 4194304 4196468 140736748957072 140736748939616 140243298049783 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
/proc/19665/statm: 3493844 8756 2981 1 0 3483220 0
[pid=19665/tid=19666] ppid=19663 vsize=13975376 memory=-8774313645642428999 CPUtime=0.13 cores=1,3,5,7
/proc/19665/task/19666/stat : 19666 (java) R 19663 19663 8563 0 -1 4202560 6042 0 0 0 12 1 0 0 20 0 15 0 116050768 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140243302272160 140243290729501 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19667] ppid=19663 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19667/stat : 19667 (java) S 19663 19663 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116050769 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242897779728 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19668] ppid=19663 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19668/stat : 19668 (java) S 19663 19663 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116050769 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242896727184 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19669] ppid=19663 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19669/stat : 19669 (java) S 19663 19663 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116050769 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242895674128 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19670] ppid=19663 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19670/stat : 19670 (java) S 19663 19663 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116050769 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242894621584 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19671] ppid=19663 vsize=13975376 memory=139819895977600 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19671/stat : 19671 (java) S 19663 19663 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116050770 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242843764976 140243298060930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19672] ppid=19663 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19672/stat : 19672 (java) S 19663 19663 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116050771 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242842711200 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19673] ppid=19663 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19673/stat : 19673 (java) S 19663 19663 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116050771 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242841658096 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19674] ppid=19663 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19674/stat : 19674 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242840606672 140243298068379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19675] ppid=19663 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19665/task/19675/stat : 19675 (java) S 19663 19663 8563 0 -1 1077944384 564 0 0 0 1 0 0 0 20 0 15 0 116050773 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242839554800 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19676] ppid=19663 vsize=13975376 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19665/task/19676/stat : 19676 (java) S 19663 19663 8563 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 15 0 116050773 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242838502256 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19677] ppid=19663 vsize=13975376 memory=139819895977600 CPUtime=0.05 cores=1,3,5,7
/proc/19665/task/19677/stat : 19677 (java) S 19663 19663 8563 0 -1 1077944384 717 0 0 0 5 0 0 0 20 0 15 0 116050773 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242837449200 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19678] ppid=19663 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19678/stat : 19678 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242836396896 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19679] ppid=19663 vsize=13975376 memory=139819895977600 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19679/stat : 19679 (java) S 19663 19663 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116050779 14310785024 8888 18446744073709551615 4194304 4196468 140736748957072 140242835343920 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 36400 KiB

[startup+0.701154 s]
/proc/loadavg: 1.63 1.66 1.70 4/214 19679
/proc/meminfo: memFree=29692924/32770624 swapFree=67108860/67108860
[pid=19663] ppid=19660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19663/stat : 19663 (xcsp3-exec) S 19660 19663 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116050756 9740288 344 18446744073709551615 4194304 5098028 140730680036544 140730680034648 140356381799036 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 34312192 140730680037754 140730680037957 140730680037957 140730680041451 0
/proc/19663/statm: 2378 344 289 221 0 87 0
[pid=19665] ppid=19663 vsize=13978684 memory=127288 CPUtime=1.1 cores=1,3,5,7
/proc/19665/stat : 19665 (java) S 19663 19663 8563 0 -1 1077944320 12204 0 0 0 104 6 0 0 20 0 15 0 116050768 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140736748939616 140243298049783 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
/proc/19665/statm: 3494671 31822 3165 1 0 3482964 0
[pid=19665/tid=19666] ppid=19663 vsize=13978684 memory=288230617509003574 CPUtime=0.51 cores=1,3,5,7
/proc/19665/task/19666/stat : 19666 (java) R 19663 19663 8563 0 -1 4202560 7884 0 0 0 47 4 0 0 20 0 15 0 116050768 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140243302283744 140242913141466 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19667] ppid=19663 vsize=13978684 memory=15536310592997909 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19667/stat : 19667 (java) S 19663 19663 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116050769 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242897779728 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19668] ppid=19663 vsize=13978684 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19668/stat : 19668 (java) S 19663 19663 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116050769 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242896727184 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19669] ppid=19663 vsize=13978684 memory=640 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19669/stat : 19669 (java) S 19663 19663 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116050769 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242895674128 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19670] ppid=19663 vsize=13978684 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19670/stat : 19670 (java) S 19663 19663 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116050769 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242894621584 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19671] ppid=19663 vsize=13978684 memory=960 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19671/stat : 19671 (java) S 19663 19663 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 116050770 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242843764976 140243298060930 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19672] ppid=19663 vsize=13978684 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19672/stat : 19672 (java) S 19663 19663 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116050771 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242842711200 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19673] ppid=19663 vsize=13978684 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19673/stat : 19673 (java) S 19663 19663 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 116050771 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242841658096 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19674] ppid=19663 vsize=13978684 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19674/stat : 19674 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242840606672 140243298068379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19675] ppid=19663 vsize=13978684 memory=1624 CPUtime=0.17 cores=1,3,5,7
/proc/19665/task/19675/stat : 19675 (java) R 19663 19663 8563 0 -1 4202560 1079 0 0 0 17 0 0 0 20 0 15 0 116050773 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242839535816 140243282338640 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19676] ppid=19663 vsize=13978684 memory=928 CPUtime=0.17 cores=1,3,5,7
/proc/19665/task/19676/stat : 19676 (java) R 19663 19663 8563 0 -1 4202560 727 0 0 0 17 0 0 0 20 0 15 0 116050773 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242838483272 140243278751279 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19677] ppid=19663 vsize=13978684 memory=2164 CPUtime=0.21 cores=1,3,5,7
/proc/19665/task/19677/stat : 19677 (java) S 19663 19663 8563 0 -1 1077944384 1208 0 0 0 21 0 0 0 20 0 15 0 116050773 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242837449200 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19678] ppid=19663 vsize=13978684 memory=840 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19678/stat : 19678 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242836396896 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19679] ppid=19663 vsize=13978684 memory=139863531731371 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19679/stat : 19679 (java) S 19663 19663 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116050779 14314172416 31822 18446744073709551615 4194304 4196468 140736748957072 140242835343920 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 128664 KiB

[startup+1.50085 s]
/proc/loadavg: 1.63 1.66 1.70 5/214 19679
/proc/meminfo: memFree=29512400/32770624 swapFree=67108860/67108860
[pid=19663] ppid=19660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19663/stat : 19663 (xcsp3-exec) S 19660 19663 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116050756 9740288 344 18446744073709551615 4194304 5098028 140730680036544 140730680034648 140356381799036 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 34312192 140730680037754 140730680037957 140730680037957 140730680041451 0
/proc/19663/statm: 2378 344 289 221 0 87 0
[pid=19665] ppid=19663 vsize=13978684 memory=379664 CPUtime=2.66 cores=1,3,5,7
/proc/19665/stat : 19665 (java) S 19663 19663 8563 0 -1 1077944320 14123 0 0 0 250 16 0 0 20 0 15 0 116050768 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140736748939616 140243298049783 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
/proc/19665/statm: 3494671 94916 3191 1 0 3482964 0
[pid=19665/tid=19666] ppid=19663 vsize=13978684 memory=279639549415784 CPUtime=1.26 cores=1,3,5,7
/proc/19665/task/19666/stat : 19666 (java) R 19663 19663 8563 0 -1 4202560 8002 0 0 0 120 6 0 0 20 0 15 0 116050768 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140243302287552 140243298063692 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19667] ppid=19663 vsize=13978684 memory=1766640846337 CPUtime=0.02 cores=1,3,5,7
/proc/19665/task/19667/stat : 19667 (java) S 19663 19663 8563 0 -1 1077944384 67 0 0 0 1 1 0 0 20 0 15 0 116050769 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242897779728 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19668] ppid=19663 vsize=13978684 memory=1852540192257 CPUtime=0.03 cores=1,3,5,7
/proc/19665/task/19668/stat : 19668 (java) S 19663 19663 8563 0 -1 1077944384 79 0 0 0 2 1 0 0 20 0 15 0 116050769 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242896727184 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19669] ppid=19663 vsize=13978684 memory=1861130126593 CPUtime=0.03 cores=1,3,5,7
/proc/19665/task/19669/stat : 19669 (java) S 19663 19663 8563 0 -1 1077944384 79 0 0 0 2 1 0 0 20 0 15 0 116050769 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242895674128 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19670] ppid=19663 vsize=13978684 memory=1376 CPUtime=0.04 cores=1,3,5,7
/proc/19665/task/19670/stat : 19670 (java) S 19663 19663 8563 0 -1 1077944384 62 0 0 0 2 2 0 0 20 0 15 0 116050769 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242894621584 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19671] ppid=19663 vsize=13978684 memory=210408 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19671/stat : 19671 (java) S 19663 19663 8563 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 116050770 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242843764976 140243298060930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19672] ppid=19663 vsize=13978684 memory=10388 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19672/stat : 19672 (java) S 19663 19663 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 116050771 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242842711264 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19673] ppid=19663 vsize=13978684 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19673/stat : 19673 (java) S 19663 19663 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 116050771 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242841658112 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19674] ppid=19663 vsize=13978684 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19674/stat : 19674 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242840606672 140243298068379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19675] ppid=19663 vsize=13978684 memory=7976406965554101975 CPUtime=0.47 cores=1,3,5,7
/proc/19665/task/19675/stat : 19675 (java) S 19663 19663 8563 0 -1 1077944384 1819 0 0 0 47 0 0 0 20 0 15 0 116050773 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242839554800 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19676] ppid=19663 vsize=13978684 memory=-3704326594973231514 CPUtime=0.48 cores=1,3,5,7
/proc/19665/task/19676/stat : 19676 (java) S 19663 19663 8563 0 -1 1077944384 1249 0 0 0 48 0 0 0 20 0 15 0 116050773 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242838502256 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19677] ppid=19663 vsize=13978684 memory=8303054830060986464 CPUtime=0.24 cores=1,3,5,7
/proc/19665/task/19677/stat : 19677 (java) S 19663 19663 8563 0 -1 1077944384 1258 0 0 0 24 0 0 0 20 0 15 0 116050773 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242837449200 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19678] ppid=19663 vsize=13978684 memory=-7173504570860347296 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19678/stat : 19678 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242836396896 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19679] ppid=19663 vsize=13978684 memory=-8033973737701895300 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19679/stat : 19679 (java) S 19663 19663 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 116050779 14314172416 94916 18446744073709551615 4194304 4196468 140736748957072 140242835343920 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 13988196 KiB

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

/proc/19663/stat : 19663 (xcsp3-exec) S 19660 19663 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116050756 9740288 344 18446744073709551615 4194304 5098028 140730680036544 140730680034648 140356381799036 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 34312192 140730680037754 140730680037957 140730680037957 140730680041451 0
/proc/19663/statm: 2378 344 289 221 0 87 0
[pid=19665] ppid=19663 vsize=13980732 memory=432504 CPUtime=5.59 cores=1,3,5,7
/proc/19665/stat : 19665 (java) S 19663 19663 8563 0 -1 1077944320 17792 0 0 0 538 21 0 0 20 0 15 0 116050768 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140736748939616 140243298049783 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
/proc/19665/statm: 3495183 108126 3206 1 0 3483476 0
[pid=19665/tid=19666] ppid=19663 vsize=13980732 memory=-8774313645642428999 CPUtime=3.73 cores=1,3,5,7
/proc/19665/task/19666/stat : 19666 (java) R 19663 19663 8563 0 -1 4202560 8757 0 0 0 367 6 0 0 20 0 15 0 116050768 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140243302287544 140242916716526 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19667] ppid=19663 vsize=13980732 memory=4872558044660077418 CPUtime=0.06 cores=1,3,5,7
/proc/19665/task/19667/stat : 19667 (java) S 19663 19663 8563 0 -1 1077944384 189 0 0 0 4 2 0 0 20 0 15 0 116050769 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242897779728 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19668] ppid=19663 vsize=13980732 memory=7014470040326004800 CPUtime=0.08 cores=1,3,5,7
/proc/19665/task/19668/stat : 19668 (java) S 19663 19663 8563 0 -1 1077944384 316 0 0 0 5 3 0 0 20 0 15 0 116050769 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242896727184 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19669] ppid=19663 vsize=13980732 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19665/task/19669/stat : 19669 (java) S 19663 19663 8563 0 -1 1077944384 572 0 0 0 5 3 0 0 20 0 15 0 116050769 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242895674128 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19670] ppid=19663 vsize=13980732 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19665/task/19670/stat : 19670 (java) S 19663 19663 8563 0 -1 1077944384 178 0 0 0 5 3 0 0 20 0 15 0 116050769 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242894621584 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19671] ppid=19663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19671/stat : 19671 (java) S 19663 19663 8563 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 15 0 116050770 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242843764976 140243298060930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19672] ppid=19663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19672/stat : 19672 (java) S 19663 19663 8563 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 116050771 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242842711264 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19673] ppid=19663 vsize=13980732 memory=2308440474242842633 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19673/stat : 19673 (java) S 19663 19663 8563 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 116050771 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242841658112 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19674] ppid=19663 vsize=13980732 memory=4121412822068371464 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19674/stat : 19674 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242840606672 140243298068379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19675] ppid=19663 vsize=13980732 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/19665/task/19675/stat : 19675 (java) S 19663 19663 8563 0 -1 1077944384 2952 0 0 0 62 0 0 0 20 0 15 0 116050773 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242839554800 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19676] ppid=19663 vsize=13980732 memory=3472328296227670329 CPUtime=0.58 cores=1,3,5,7
/proc/19665/task/19676/stat : 19676 (java) S 19663 19663 8563 0 -1 1077944384 1623 0 0 0 58 0 0 0 20 0 15 0 116050773 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242838502256 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19677] ppid=19663 vsize=13980732 memory=-7751062316387021378 CPUtime=0.29 cores=1,3,5,7
/proc/19665/task/19677/stat : 19677 (java) S 19663 19663 8563 0 -1 1077944384 1434 0 0 0 29 0 0 0 20 0 15 0 116050773 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242837449200 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19678] ppid=19663 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19678/stat : 19678 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242836396896 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19679] ppid=19663 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19679/stat : 19679 (java) S 19663 19663 8563 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 116050779 14316269568 108126 18446744073709551615 4194304 4196468 140736748957072 140242835343920 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
Current children cumulated CPU time: 5.59 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 433880 KiB

[startup+4.40089 s]
/proc/loadavg: 1.63 1.66 1.70 3/214 19679
/proc/meminfo: memFree=29313644/32770624 swapFree=67108860/67108860
[pid=19663] ppid=19660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19663/stat : 19663 (xcsp3-exec) S 19660 19663 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116050756 9740288 344 18446744073709551615 4194304 5098028 140730680036544 140730680034648 140356381799036 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 34312192 140730680037754 140730680037957 140730680037957 140730680041451 0
/proc/19663/statm: 2378 344 289 221 0 87 0
[pid=19665] ppid=19663 vsize=13980732 memory=432512 CPUtime=6.02 cores=1,3,5,7
/proc/19665/stat : 19665 (java) S 19663 19663 8563 0 -1 1077944320 17874 0 0 0 581 21 0 0 20 0 15 0 116050768 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140736748939616 140243298049783 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
/proc/19665/statm: 3495183 108128 3206 1 0 3483476 0
[pid=19665/tid=19666] ppid=19663 vsize=13980732 memory=3 CPUtime=4.12 cores=1,3,5,7
/proc/19665/task/19666/stat : 19666 (java) R 19663 19663 8563 0 -1 4202560 8790 0 0 0 406 6 0 0 20 0 15 0 116050768 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140243302284720 140242916716526 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19667] ppid=19663 vsize=13980732 memory=4 CPUtime=0.06 cores=1,3,5,7
/proc/19665/task/19667/stat : 19667 (java) S 19663 19663 8563 0 -1 1077944384 189 0 0 0 4 2 0 0 20 0 15 0 116050769 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242897779728 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19668] ppid=19663 vsize=13980732 memory=1376 CPUtime=0.08 cores=1,3,5,7
/proc/19665/task/19668/stat : 19668 (java) S 19663 19663 8563 0 -1 1077944384 316 0 0 0 5 3 0 0 20 0 15 0 116050769 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242896727184 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19669] ppid=19663 vsize=13980732 memory=432504 CPUtime=0.08 cores=1,3,5,7
/proc/19665/task/19669/stat : 19669 (java) S 19663 19663 8563 0 -1 1077944384 572 0 0 0 5 3 0 0 20 0 15 0 116050769 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242895674128 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19670] ppid=19663 vsize=13980732 memory=279639549957296 CPUtime=0.08 cores=1,3,5,7
/proc/19665/task/19670/stat : 19670 (java) S 19663 19663 8563 0 -1 1077944384 178 0 0 0 5 3 0 0 20 0 15 0 116050769 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242894621584 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19671] ppid=19663 vsize=13980732 memory=2 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19671/stat : 19671 (java) S 19663 19663 8563 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 15 0 116050770 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242843764976 140243298060930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19672] ppid=19663 vsize=13980732 memory=279639550063280 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19672/stat : 19672 (java) S 19663 19663 8563 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 116050771 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242842711264 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19673] ppid=19663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19673/stat : 19673 (java) S 19663 19663 8563 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 116050771 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242841658112 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19674] ppid=19663 vsize=13980732 memory=139819775043129 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19674/stat : 19674 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242840606672 140243298068379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19675] ppid=19663 vsize=13980732 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/19665/task/19675/stat : 19675 (java) S 19663 19663 8563 0 -1 1077944384 2982 0 0 0 64 0 0 0 20 0 15 0 116050773 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242839554800 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19676] ppid=19663 vsize=13980732 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/19665/task/19676/stat : 19676 (java) S 19663 19663 8563 0 -1 1077944384 1642 0 0 0 60 0 0 0 20 0 15 0 116050773 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242838502256 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19677] ppid=19663 vsize=13980732 memory=22993 CPUtime=0.29 cores=1,3,5,7
/proc/19665/task/19677/stat : 19677 (java) S 19663 19663 8563 0 -1 1077944384 1434 0 0 0 29 0 0 0 20 0 15 0 116050773 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242837449200 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19678] ppid=19663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19678/stat : 19678 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242836396896 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19679] ppid=19663 vsize=13980732 memory=-3472574944341025154 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19679/stat : 19679 (java) S 19663 19663 8563 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 116050779 14316269568 108128 18446744073709551615 4194304 4196468 140736748957072 140242835343920 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 433888 KiB

[startup+4.60085 s]
/proc/loadavg: 1.63 1.66 1.70 3/214 19679
/proc/meminfo: memFree=29313644/32770624 swapFree=67108860/67108860
[pid=19663] ppid=19660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19663/stat : 19663 (xcsp3-exec) S 19660 19663 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116050756 9740288 344 18446744073709551615 4194304 5098028 140730680036544 140730680034648 140356381799036 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 34312192 140730680037754 140730680037957 140730680037957 140730680041451 0
/proc/19663/statm: 2378 344 289 221 0 87 0
[pid=19665] ppid=19663 vsize=13980732 memory=432732 CPUtime=6.23 cores=1,3,5,7
/proc/19665/stat : 19665 (java) S 19663 19663 8563 0 -1 1077944320 19092 0 0 0 602 21 0 0 20 0 15 0 116050768 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140736748939616 140243298049783 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
/proc/19665/statm: 3495183 108183 3206 1 0 3483476 0
[pid=19665/tid=19666] ppid=19663 vsize=13980732 memory=6944656592455360604 CPUtime=4.33 cores=1,3,5,7
/proc/19665/task/19666/stat : 19666 (java) R 19663 19663 8563 0 -1 4202560 9874 0 0 0 426 7 0 0 20 0 15 0 116050768 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140243302280016 140243258997294 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19667] ppid=19663 vsize=13980732 memory=8546823402028195750 CPUtime=0.06 cores=1,3,5,7
/proc/19665/task/19667/stat : 19667 (java) S 19663 19663 8563 0 -1 1077944384 189 0 0 0 4 2 0 0 20 0 15 0 116050769 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242897779728 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19668] ppid=19663 vsize=13980732 memory=1953 CPUtime=0.08 cores=1,3,5,7
/proc/19665/task/19668/stat : 19668 (java) S 19663 19663 8563 0 -1 1077944384 316 0 0 0 5 3 0 0 20 0 15 0 116050769 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242896727184 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19669] ppid=19663 vsize=13980732 memory=3841 CPUtime=0.08 cores=1,3,5,7
/proc/19665/task/19669/stat : 19669 (java) S 19663 19663 8563 0 -1 1077944384 572 0 0 0 5 3 0 0 20 0 15 0 116050769 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242895674128 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19670] ppid=19663 vsize=13980732 memory=19013820223058 CPUtime=0.08 cores=1,3,5,7
/proc/19665/task/19670/stat : 19670 (java) S 19663 19663 8563 0 -1 1077944384 178 0 0 0 5 3 0 0 20 0 15 0 116050769 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242894621584 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19671] ppid=19663 vsize=13980732 memory=12881 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19671/stat : 19671 (java) S 19663 19663 8563 0 -1 1077944384 403 0 0 0 0 0 0 0 20 0 15 0 116050770 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242843764976 140243298060930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19672] ppid=19663 vsize=13980732 memory=32685 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19672/stat : 19672 (java) S 19663 19663 8563 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 116050771 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242842711264 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19673] ppid=19663 vsize=13980732 memory=7018970414166857575 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19673/stat : 19673 (java) S 19663 19663 8563 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 116050771 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242841658112 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19674] ppid=19663 vsize=13980732 memory=7018970414167250791 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19674/stat : 19674 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242840606672 140243298068379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19675] ppid=19663 vsize=13980732 memory=-8388089942953067618 CPUtime=0.65 cores=1,3,5,7
/proc/19665/task/19675/stat : 19675 (java) R 19663 19663 8563 0 -1 4202560 3006 0 0 0 65 0 0 0 20 0 15 0 116050773 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242839554896 140243278685689 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19676] ppid=19663 vsize=13980732 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/19665/task/19676/stat : 19676 (java) S 19663 19663 8563 0 -1 1077944384 1644 0 0 0 60 0 0 0 20 0 15 0 116050773 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242838502256 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19677] ppid=19663 vsize=13980732 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/19665/task/19677/stat : 19677 (java) S 19663 19663 8563 0 -1 1077944384 1539 0 0 0 30 0 0 0 20 0 15 0 116050773 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242837449200 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19678] ppid=19663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19678/stat : 19678 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242836396896 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19679] ppid=19663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19679/stat : 19679 (java) S 19663 19663 8563 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 116050779 14316269568 108183 18446744073709551615 4194304 4196468 140736748957072 140242835343920 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 434108 KiB

[startup+4.70131 s]
/proc/loadavg: 1.63 1.66 1.70 3/214 19679
/proc/meminfo: memFree=29313644/32770624 swapFree=67108860/67108860
[pid=19663] ppid=19660 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19663/stat : 19663 (xcsp3-exec) S 19660 19663 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 116050756 9740288 344 18446744073709551615 4194304 5098028 140730680036544 140730680034648 140356381799036 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 11 0 0 7196144 7232144 34312192 140730680037754 140730680037957 140730680037957 140730680041451 0
/proc/19663/statm: 2378 344 289 221 0 87 0
[pid=19665] ppid=19663 vsize=13980732 memory=433276 CPUtime=6.52 cores=1,3,5,7
/proc/19665/stat : 19665 (java) S 19663 19663 8563 0 -1 1077944320 20133 0 0 0 630 22 0 0 20 0 15 0 116050768 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140736748939616 140243298049783 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
/proc/19665/statm: 3495183 108319 3214 1 0 3483476 0
[pid=19665/tid=19666] ppid=19663 vsize=13980732 memory=382640 CPUtime=4.42 cores=1,3,5,7
/proc/19665/task/19666/stat : 19666 (java) R 19663 19663 8563 0 -1 4202560 10105 0 0 0 435 7 0 0 20 0 15 0 116050768 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140243302288512 140243298061718 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19667] ppid=19663 vsize=13980732 memory=432512 CPUtime=0.06 cores=1,3,5,7
/proc/19665/task/19667/stat : 19667 (java) S 19663 19663 8563 0 -1 1077944384 189 0 0 0 4 2 0 0 20 0 15 0 116050769 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242897779728 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19668] ppid=19663 vsize=13980732 memory=432512 CPUtime=0.08 cores=1,3,5,7
/proc/19665/task/19668/stat : 19668 (java) S 19663 19663 8563 0 -1 1077944384 316 0 0 0 5 3 0 0 20 0 15 0 116050769 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242896727184 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19669] ppid=19663 vsize=13980732 memory=6 CPUtime=0.08 cores=1,3,5,7
/proc/19665/task/19669/stat : 19669 (java) S 19663 19663 8563 0 -1 1077944384 572 0 0 0 5 3 0 0 20 0 15 0 116050769 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242895674128 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19670] ppid=19663 vsize=13980732 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/19665/task/19670/stat : 19670 (java) S 19663 19663 8563 0 -1 1077944384 178 0 0 0 5 3 0 0 20 0 15 0 116050769 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242894621584 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19671] ppid=19663 vsize=13980732 memory=279639549733184 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19671/stat : 19671 (java) S 19663 19663 8563 0 -1 1077944384 403 0 0 0 0 0 0 0 20 0 15 0 116050770 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242843764976 140243298060930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19672] ppid=19663 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19672/stat : 19672 (java) S 19663 19663 8563 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 116050771 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242842711264 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19673] ppid=19663 vsize=13980732 memory=56 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19673/stat : 19673 (java) S 19663 19663 8563 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 116050771 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242841658112 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19674] ppid=19663 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19674/stat : 19674 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242840606672 140243298068379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19675] ppid=19663 vsize=13980732 memory=4116 CPUtime=0.72 cores=1,3,5,7
/proc/19665/task/19675/stat : 19675 (java) S 19663 19663 8563 0 -1 1077944384 3289 0 0 0 72 0 0 0 20 0 15 0 116050773 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242839554800 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19676] ppid=19663 vsize=13980732 memory=4076 CPUtime=0.67 cores=1,3,5,7
/proc/19665/task/19676/stat : 19676 (java) R 19663 19663 8563 0 -1 4202560 1985 0 0 0 67 0 0 0 20 0 15 0 116050773 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242838502256 140243283730481 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19677] ppid=19663 vsize=13980732 memory=4580 CPUtime=0.34 cores=1,3,5,7
/proc/19665/task/19677/stat : 19677 (java) R 19663 19663 8563 0 -1 1077944384 1726 0 0 0 34 0 0 0 20 0 15 0 116050773 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242837449200 140243298060930 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19678] ppid=19663 vsize=13980732 memory=58 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19678/stat : 19678 (java) S 19663 19663 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 116050773 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242836396896 140243298059989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
[pid=19665/tid=19679] ppid=19663 vsize=13980732 memory=29 CPUtime=0 cores=1,3,5,7
/proc/19665/task/19679/stat : 19679 (java) S 19663 19663 8563 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 116050779 14316269568 108319 18446744073709551615 4194304 4196468 140736748957072 140242835343920 140243298060930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 36089856 140736748962225 140736748962401 140736748962401 140736748965839 0
Current children cumulated CPU time: 6.52 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 434652 KiB

Child status: 0
Real time (s): 4.73873
CPU time (s): 6.57963
CPU user time (s): 6.34585
CPU system time (s): 0.233777
CPU usage (%): 138.848
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 434652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.34585
system time used= 0.233777
maximum resident set size= 434272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20717
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= 2082
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 19663
#   total CPU time (s): 6.57963
#   total CPU user time (s): 6.34585
#   total CPU system time (s): 0.233777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050267 second user time and 0.09265 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-19 12:10:55
IDJOB=4282325
IDBENCH=133256
IDSOLVER=2677
FILE ID=node125/4282325-1503138303
RUNJOBID= node125-1503095795-8622
PBS_JOBID= 
Free space on /tmp= 62016 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/MagicSquare/MagicSquare-table-s1/MagicSquare-5-table.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-4282325-1503138303/watcher-4282325-1503138303 -o /tmp/evaluation-result-4282325-1503138303/solver-4282325-1503138303 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503095795-8622 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 36083000 HOME/instance-4282325-1503138303.xml

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

MD5SUM BENCH= 61ed6ce3ae3f811d4d1b54502d982bfc
RANDOM SEED=36083000

node125.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.07
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.07
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.07
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.07
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:        29734744 kB
MemAvailable:   30891920 kB
Buffers:          325328 kB
Cached:          1139264 kB
SwapCached:            0 kB
Active:          1918928 kB
Inactive:         675172 kB
Active(anon):    1130068 kB
Inactive(anon):    49484 kB
Active(file):     788860 kB
Inactive(file):   625688 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15052 kB
Writeback:             0 kB
AnonPages:       1143700 kB
Mapped:            74616 kB
Shmem:             49828 kB
Slab:             143260 kB
SReclaimable:     116924 kB
SUnreclaim:        26336 kB
KernelStack:        3760 kB
PageTables:         8208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1936352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1075200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62008 MiB
End job on node125 at 2017-08-19 12:11:00