Trace number 4282129

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 8.77003 5.0083899

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-050.xml
MD5SUM010bfed6e804a02be5e9f2a754b88433
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.095192999
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size50
Distribution of domain sizes[{"size":49,"count":49},{"size":50,"count":50}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":51},{"degree":3,"count":48}]
Minimum constraint arity3
Maximum constraint arity50
Distribution of constraint arities[{"arity":3,"count":49},{"arity":49,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints49
Distribution of constraint types[{"type":"intension","count":49},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282129-1503117289.xml"  -tl '2520s' -p 1 -x 0
0.06/0.30	c [HOME/instance-4282129-1503117289.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.36	c simple solver
0.41/0.42	c parse instance...
0.83/0.62	c solve instance...
8.68/4.77	s SATISFIABLE
8.68/4.77	v <instantiation>
8.68/4.77	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] y[34] y[35] y[36] y[37] y[38] y[39] y[40] y[41] y[42] y[43] y[44] y[45] y[46] y[47] y[48] </list>
8.68/4.77	v 	<values>16 34 15 35 14 36 13 37 12 38 11 39 10 40 9 41 8 42 7 43 6 44 5 45 4 46 3 47 2 48 1 49 0 17 33 18 32 19 31 20 30 21 29 22 28 23 27 24 26 25 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 </values>
8.68/4.77	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 (14714 MiB free)
  memory of node 1: 16384 MiB (15442 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282129-1503117289/watcher-4282129-1503117289 -o /tmp/evaluation-result-4282129-1503117289/solver-4282129-1503117289 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1939428989 HOME/instance-4282129-1503117289.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=32670, runsolver pid=32667

[startup+0.10015 s]*
/proc/loadavg: 1.82 1.79 1.75 3/200 32672
/proc/meminfo: memFree=30881012/32770624 swapFree=67108860/67108860
[pid=32670] ppid=32667 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32670/stat : 32670 (xcsp3-exec) S 32667 32670 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113921888 9740288 345 18446744073709551615 4194304 5098028 140722051584336 140722051582440 140394791002748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 32579584 140722051588472 140722051588677 140722051588677 140722051592171 0
/proc/32670/statm: 2378 345 289 221 0 87 0
[pid=32672] ppid=32670 vsize=11659680 memory=9628 CPUtime=0 cores=1,3,5,7
/proc/32672/stat : 32672 (java) S 32670 32670 28892 0 -1 1077944320 2189 0 0 0 0 0 0 0 20 0 4 0 113921898 11939512320 2407 18446744073709551615 4194304 4196468 140736564836912 140736564819456 140054575664887 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
/proc/32672/statm: 2915177 2407 1151 1 0 2905147 0
[pid=32672/tid=32673] ppid=32670 vsize=11661736 memory=-6871798056524144002 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32673/stat : 32673 (java) S 32670 32670 28892 0 -1 1077944384 960 0 0 0 0 0 0 0 20 0 6 0 113921898 11941617664 2407 18446744073709551615 4194304 4196468 140736564836912 140054579906256 140054575675093 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32674] ppid=32670 vsize=11661736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32674/stat : 32674 (java) R 32670 32670 28892 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 6 0 113921899 11941617664 2407 18446744073709551615 4194304 4196468 140736564836912 140054532632032 140054575675093 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32675] ppid=32670 vsize=11989416 memory=139990187734656 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32675/stat : 32675 (java) R 32670 32670 28892 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 113921899 12277161984 2407 18446744073709551615 4194304 4196468 140736564836912 140054531579232 140054575675093 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32676] ppid=32670 vsize=11858344 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32676/stat : 32676 (java) R 32670 32670 28892 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 6 0 113921899 12142944256 2407 18446744073709551615 4194304 4196468 140736564836912 140054530525720 140054555688752 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32677] ppid=32670 vsize=11858344 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32677/stat : 32677 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 113921899 12142944256 2407 18446744073709551615 4194304 4196468 140736564836912 140054529473296 140054575675093 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11669192 KiB
Current children cumulated memory: 11008 KiB

[startup+0.210267 s]*
/proc/loadavg: 1.82 1.79 1.75 2/213 32685
/proc/meminfo: memFree=30869960/32770624 swapFree=67108860/67108860
[pid=32670] ppid=32667 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32670/stat : 32670 (xcsp3-exec) S 32667 32670 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113921888 9740288 345 18446744073709551615 4194304 5098028 140722051584336 140722051582440 140394791002748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 32579584 140722051588472 140722051588677 140722051588677 140722051592171 0
/proc/32670/statm: 2378 345 289 221 0 87 0
[pid=32672] ppid=32670 vsize=13973868 memory=21996 CPUtime=0.06 cores=1,3,5,7
/proc/32672/stat : 32672 (java) S 32670 32670 28892 0 -1 1077944320 4944 0 0 0 5 1 0 0 20 0 15 0 113921898 14309240832 5499 18446744073709551615 4194304 4196468 140736564836912 140736564819456 140054575664887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
/proc/32672/statm: 3493467 5499 2578 1 0 3482964 0
[pid=32672/tid=32673] ppid=32670 vsize=13974352 memory=7077796292425249400 CPUtime=0.04 cores=1,3,5,7
/proc/32672/task/32673/stat : 32673 (java) R 32670 32670 28892 0 -1 4202560 3116 0 0 0 4 0 0 0 20 0 15 0 113921898 14309736448 5499 18446744073709551615 4194304 4196468 140736564836912 140054579907168 140054536646211 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32674] ppid=32670 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32674/stat : 32674 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14309736448 5499 18446744073709551615 4194304 4196468 140736564836912 140054532631696 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32675] ppid=32670 vsize=13974352 memory=139990187734656 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32675/stat : 32675 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14309736448 5565 18446744073709551615 4194304 4196468 140736564836912 140054531578896 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32676] ppid=32670 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32676/stat : 32676 (java) S 32670 32670 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921899 14309736448 5565 18446744073709551615 4194304 4196468 140736564836912 140054530526096 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32677] ppid=32670 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32677/stat : 32677 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14309736448 5565 18446744073709551615 4194304 4196468 140736564836912 140054529473296 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32678] ppid=32670 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32678/stat : 32678 (java) S 32670 32670 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921900 14309736448 5565 18446744073709551615 4194304 4196468 140736564836912 140054121437552 140054575676034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32679] ppid=32670 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32679/stat : 32679 (java) S 32670 32670 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113921901 14309736448 5565 18446744073709551615 4194304 4196468 140736564836912 140054120383520 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32680] ppid=32670 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32680/stat : 32680 (java) S 32670 32670 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113921901 14309736448 5565 18446744073709551615 4194304 4196468 140736564836912 140054051677040 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32681] ppid=32670 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32681/stat : 32681 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921903 14309736448 5565 18446744073709551615 4194304 4196468 140736564836912 140054050625360 140054575683483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32682] ppid=32670 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32682/stat : 32682 (java) S 32670 32670 28892 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 113921903 14309736448 5565 18446744073709551615 4194304 4196468 140736564836912 140054049573744 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32683] ppid=32670 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32683/stat : 32683 (java) S 32670 32670 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113921903 14309736448 5565 18446744073709551615 4194304 4196468 140736564836912 140054048520944 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32684] ppid=32670 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32684/stat : 32684 (java) S 32670 32670 28892 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 15 0 113921903 14309736448 5631 18446744073709551615 4194304 4196468 140736564836912 140054047468144 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32685] ppid=32670 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32685/stat : 32685 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921904 14309736448 5631 18446744073709551615 4194304 4196468 140736564836912 140054046415584 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32686] ppid=32670 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32686/stat : 32686 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921909 14309736448 5631 18446744073709551615 4194304 4196468 140736564836912 140054045362864 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13983380 KiB
Current children cumulated memory: 23376 KiB

[startup+0.310448 s]*
/proc/loadavg: 1.82 1.79 1.75 3/214 32686
/proc/meminfo: memFree=30859320/32770624 swapFree=67108860/67108860
[pid=32670] ppid=32667 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32670/stat : 32670 (xcsp3-exec) S 32667 32670 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113921888 9740288 345 18446744073709551615 4194304 5098028 140722051584336 140722051582440 140394791002748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 32579584 140722051588472 140722051588677 140722051588677 140722051592171 0
/proc/32670/statm: 2378 345 289 221 0 87 0
[pid=32672] ppid=32670 vsize=13975376 memory=34756 CPUtime=0.25 cores=1,3,5,7
/proc/32672/stat : 32672 (java) S 32670 32670 28892 0 -1 1077944320 7548 0 0 0 23 2 0 0 20 0 15 0 113921898 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140736564819456 140054575664887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
/proc/32672/statm: 3493844 8689 2977 1 0 3483220 0
[pid=32672/tid=32673] ppid=32670 vsize=13975376 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/32672/task/32673/stat : 32673 (java) R 32670 32670 28892 0 -1 4202560 4889 0 0 0 13 1 0 0 20 0 15 0 113921898 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054579866864 140054568344605 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32674] ppid=32670 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32674/stat : 32674 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054532631696 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32675] ppid=32670 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32675/stat : 32675 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054531578896 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32676] ppid=32670 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32676/stat : 32676 (java) S 32670 32670 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921899 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054530526096 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32677] ppid=32670 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32677/stat : 32677 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054529473296 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32678] ppid=32670 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32678/stat : 32678 (java) S 32670 32670 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921900 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054121437552 140054575676034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32679] ppid=32670 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32679/stat : 32679 (java) S 32670 32670 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113921901 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054120383520 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32680] ppid=32670 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32680/stat : 32680 (java) S 32670 32670 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113921901 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054051677040 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32681] ppid=32670 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32681/stat : 32681 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921903 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054050625360 140054575683483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32682] ppid=32670 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32672/task/32682/stat : 32682 (java) S 32670 32670 28892 0 -1 1077944384 454 0 0 0 1 0 0 0 20 0 15 0 113921903 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054049573744 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32683] ppid=32670 vsize=13975376 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32672/task/32683/stat : 32683 (java) S 32670 32670 28892 0 -1 1077944384 222 0 0 0 1 0 0 0 20 0 15 0 113921903 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054048520944 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32684] ppid=32670 vsize=13975376 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/32672/task/32684/stat : 32684 (java) S 32670 32670 28892 0 -1 1077944384 715 0 0 0 6 0 0 0 20 0 15 0 113921903 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054047468144 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32685] ppid=32670 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32685/stat : 32685 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921904 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054046415584 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32686] ppid=32670 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32686/stat : 32686 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921909 14310785024 8689 18446744073709551615 4194304 4196468 140736564836912 140054045362864 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 36136 KiB

[startup+0.700861 s]
/proc/loadavg: 1.82 1.79 1.75 4/214 32686
/proc/meminfo: memFree=30844868/32770624 swapFree=67108860/67108860
[pid=32670] ppid=32667 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32670/stat : 32670 (xcsp3-exec) S 32667 32670 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113921888 9740288 345 18446744073709551615 4194304 5098028 140722051584336 140722051582440 140394791002748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 32579584 140722051588472 140722051588677 140722051588677 140722051592171 0
/proc/32670/statm: 2378 345 289 221 0 87 0
[pid=32672] ppid=32670 vsize=13980732 memory=62124 CPUtime=1.14 cores=1,3,5,7
/proc/32672/stat : 32672 (java) S 32670 32670 28892 0 -1 1077944320 13178 0 0 0 109 5 0 0 20 0 15 0 113921898 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140736564819456 140054575664887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
/proc/32672/statm: 3495183 15531 3172 1 0 3483476 0
[pid=32672/tid=32673] ppid=32670 vsize=13980732 memory=-8774313645642428999 CPUtime=0.52 cores=1,3,5,7
/proc/32672/task/32673/stat : 32673 (java) R 32670 32670 28892 0 -1 4202560 8546 0 0 0 49 3 0 0 20 0 15 0 113921898 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054579901680 140054205803767 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32674] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32674/stat : 32674 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054532631696 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32675] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32675/stat : 32675 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054531578896 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32676] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32676/stat : 32676 (java) S 32670 32670 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054530526096 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32677] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32677/stat : 32677 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054529473296 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32678] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32678/stat : 32678 (java) S 32670 32670 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113921900 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054121437552 140054575676034 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32679] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32679/stat : 32679 (java) S 32670 32670 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113921901 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054120383520 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32680] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32680/stat : 32680 (java) S 32670 32670 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113921901 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054051677040 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32681] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32681/stat : 32681 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921903 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054050625360 140054575683483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32682] ppid=32670 vsize=13980732 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/32672/task/32682/stat : 32682 (java) R 32670 32670 28892 0 -1 4202560 1089 0 0 0 16 0 0 0 20 0 15 0 113921903 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054049554760 140054559148348 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32683] ppid=32670 vsize=13980732 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/32672/task/32683/stat : 32683 (java) R 32670 32670 28892 0 -1 4202560 806 0 0 0 18 0 0 0 20 0 15 0 113921903 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054048509744 140054557209078 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32684] ppid=32670 vsize=13980732 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/32672/task/32684/stat : 32684 (java) S 32670 32670 28892 0 -1 1077944384 1430 0 0 0 25 0 0 0 20 0 15 0 113921903 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054047468144 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32685] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32685/stat : 32685 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921904 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054046415584 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32686] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32686/stat : 32686 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921909 14316269568 15531 18446744073709551615 4194304 4196468 140736564836912 140054045362864 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63504 KiB

[startup+1.50087 s]
/proc/loadavg: 1.82 1.79 1.75 5/214 32687
/proc/meminfo: memFree=30820308/32770624 swapFree=67108860/67108860
[pid=32670] ppid=32667 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32670/stat : 32670 (xcsp3-exec) S 32667 32670 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113921888 9740288 345 18446744073709551615 4194304 5098028 140722051584336 140722051582440 140394791002748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 32579584 140722051588472 140722051588677 140722051588677 140722051592171 0
/proc/32670/statm: 2378 345 289 221 0 87 0
[pid=32672] ppid=32670 vsize=13980732 memory=81452 CPUtime=3.63 cores=1,3,5,7
/proc/32672/stat : 32672 (java) S 32670 32670 28892 0 -1 1077944320 23458 0 0 0 357 6 0 0 20 0 15 0 113921898 14316269568 20363 18446744073709551615 4194304 4196468 140736564836912 140736564819456 140054575664887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
/proc/32672/statm: 3495183 20363 3183 1 0 3483476 0
[pid=32672/tid=32673] ppid=32670 vsize=13980732 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/32672/task/32673/stat : 32673 (java) R 32670 32670 28892 0 -1 4202560 9200 0 0 0 128 4 0 0 20 0 15 0 113921898 14316269568 20363 18446744073709551615 4194304 4196468 140736564836912 140054579901888 140054207061939 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32674] ppid=32670 vsize=13980732 memory=302 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32674/stat : 32674 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 20363 18446744073709551615 4194304 4196468 140736564836912 140054532631696 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32675] ppid=32670 vsize=13980732 memory=112 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32675/stat : 32675 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 20363 18446744073709551615 4194304 4196468 140736564836912 140054531578896 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32676] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32676/stat : 32676 (java) S 32670 32670 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 20363 18446744073709551615 4194304 4196468 140736564836912 140054530526096 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32677] ppid=32670 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32677/stat : 32677 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 20363 18446744073709551615 4194304 4196468 140736564836912 140054529473296 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32678] ppid=32670 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32678/stat : 32678 (java) S 32670 32670 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113921900 14316269568 20363 18446744073709551615 4194304 4196468 140736564836912 140054121437552 140054575676034 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32679] ppid=32670 vsize=13980732 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32679/stat : 32679 (java) S 32670 32670 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113921901 14316269568 20363 18446744073709551615 4194304 4196468 140736564836912 140054120383520 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32680] ppid=32670 vsize=13980732 memory=-7019007802211091872 CPUtime=0 cores=1,3,5,7

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

/proc/32672/task/32684/stat : 32684 (java) S 32670 32670 28892 0 -1 1077944384 2746 0 0 0 41 1 0 0 20 0 15 0 113921903 14316269568 29707 18446744073709551615 4194304 4196468 140736564836912 140054047468144 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32685] ppid=32670 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32685/stat : 32685 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921904 14316269568 29707 18446744073709551615 4194304 4196468 140736564836912 140054046415584 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32686] ppid=32670 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32686/stat : 32686 (java) S 32670 32670 28892 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 113921909 14316269568 29707 18446744073709551615 4194304 4196468 140736564836912 140054045362864 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
Current children cumulated CPU time: 7.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 120208 KiB

[startup+5.00834 s]
# the end of solver process 32670 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.67641 s, system=0.093623 s

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

[startup+3.20097 s]
/proc/loadavg: 1.82 1.79 1.75 4/214 32687
/proc/meminfo: memFree=30779644/32770624 swapFree=67108860/67108860
[pid=32670] ppid=32667 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32670/stat : 32670 (xcsp3-exec) S 32667 32670 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113921888 9740288 345 18446744073709551615 4194304 5098028 140722051584336 140722051582440 140394791002748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 32579584 140722051588472 140722051588677 140722051588677 140722051592171 0
/proc/32670/statm: 2378 345 289 221 0 87 0
[pid=32672] ppid=32670 vsize=13980732 memory=122924 CPUtime=7.11 cores=1,3,5,7
/proc/32672/stat : 32672 (java) S 32670 32670 28892 0 -1 1077944320 26510 0 0 0 704 7 0 0 20 0 15 0 113921898 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140736564819456 140054575664887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
/proc/32672/statm: 3495183 30731 3200 1 0 3483476 0
[pid=32672/tid=32673] ppid=32670 vsize=13980732 memory=1228 CPUtime=3.02 cores=1,3,5,7
/proc/32672/task/32673/stat : 32673 (java) R 32670 32670 28892 0 -1 4202560 9340 0 0 0 298 4 0 0 20 0 15 0 113921898 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054579901648 140054206639573 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32674] ppid=32670 vsize=13980732 memory=12216 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32674/stat : 32674 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054532631696 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32675] ppid=32670 vsize=13980732 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32675/stat : 32675 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054531578896 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32676] ppid=32670 vsize=13980732 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32676/stat : 32676 (java) S 32670 32670 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054530526096 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32677] ppid=32670 vsize=13980732 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32677/stat : 32677 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054529473296 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32678] ppid=32670 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32678/stat : 32678 (java) S 32670 32670 28892 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 113921900 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054121437552 140054575676034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32679] ppid=32670 vsize=13980732 memory=11152 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32679/stat : 32679 (java) S 32670 32670 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113921901 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054120383520 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32680] ppid=32670 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32680/stat : 32680 (java) S 32670 32670 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113921901 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054051677040 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32681] ppid=32670 vsize=13980732 memory=104176 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32681/stat : 32681 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921903 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054050625360 140054575683483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32682] ppid=32670 vsize=13980732 memory=0 CPUtime=1.8 cores=1,3,5,7
/proc/32672/task/32682/stat : 32682 (java) S 32670 32670 28892 0 -1 1077944384 6846 0 0 0 180 0 0 0 20 0 15 0 113921903 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054049573744 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32683] ppid=32670 vsize=13980732 memory=590024538737094858 CPUtime=1.83 cores=1,3,5,7
/proc/32672/task/32683/stat : 32683 (java) S 32670 32670 28892 0 -1 1077944384 6231 0 0 0 183 0 0 0 20 0 15 0 113921903 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054048520944 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32684] ppid=32670 vsize=13980732 memory=14054 CPUtime=0.42 cores=1,3,5,7
/proc/32672/task/32684/stat : 32684 (java) S 32670 32670 28892 0 -1 1077944384 2746 0 0 0 41 1 0 0 20 0 15 0 113921903 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054047468144 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32685] ppid=32670 vsize=13980732 memory=2320255636173242980 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32685/stat : 32685 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921904 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054046415584 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32686] ppid=32670 vsize=13980732 memory=7594314054150482022 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32686/stat : 32686 (java) S 32670 32670 28892 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 113921909 14316269568 30731 18446744073709551615 4194304 4196468 140736564836912 140054045362864 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
Current children cumulated CPU time: 7.11 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 124304 KiB

[startup+4.00077 s]*
/proc/loadavg: 1.84 1.80 1.75 3/214 32687
/proc/meminfo: memFree=30742532/32770624 swapFree=67108860/67108860
[pid=32670] ppid=32667 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32670/stat : 32670 (xcsp3-exec) S 32667 32670 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113921888 9740288 345 18446744073709551615 4194304 5098028 140722051584336 140722051582440 140394791002748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 32579584 140722051588472 140722051588677 140722051588677 140722051592171 0
/proc/32670/statm: 2378 345 289 221 0 87 0
[pid=32672] ppid=32670 vsize=13980732 memory=151804 CPUtime=7.99 cores=1,3,5,7
/proc/32672/stat : 32672 (java) S 32670 32670 28892 0 -1 1077944320 27256 0 0 0 791 8 0 0 20 0 15 0 113921898 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140736564819456 140054575664887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
/proc/32672/statm: 3495183 37951 3201 1 0 3483476 0
[pid=32672/tid=32673] ppid=32670 vsize=13980732 memory=7077796292425249400 CPUtime=3.83 cores=1,3,5,7
/proc/32672/task/32673/stat : 32673 (java) R 32670 32670 28892 0 -1 4202560 9651 0 0 0 378 5 0 0 20 0 15 0 113921898 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054579902312 140054206025197 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32674] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32674/stat : 32674 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054532631696 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32675] ppid=32670 vsize=13980732 memory=139990187734656 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32675/stat : 32675 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054531578896 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32676] ppid=32670 vsize=13980732 memory=-8412652152092201843 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32676/stat : 32676 (java) S 32670 32670 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054530526096 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32677] ppid=32670 vsize=13980732 memory=-7812800578125854340 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32677/stat : 32677 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054529473296 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32678] ppid=32670 vsize=13980732 memory=3054156605267020675 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32678/stat : 32678 (java) S 32670 32670 28892 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 113921900 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054121437552 140054575676034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32679] ppid=32670 vsize=13980732 memory=6789802306324843961 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32679/stat : 32679 (java) S 32670 32670 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113921901 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054120383520 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32680] ppid=32670 vsize=13980732 memory=139990187765857 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32680/stat : 32680 (java) S 32670 32670 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113921901 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054051677040 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32681] ppid=32670 vsize=13980732 memory=-6395016472963223644 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32681/stat : 32681 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921903 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054050625360 140054575683483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32682] ppid=32670 vsize=13980732 memory=6935655853048549456 CPUtime=1.85 cores=1,3,5,7
/proc/32672/task/32682/stat : 32682 (java) S 32670 32670 28892 0 -1 1077944384 6860 0 0 0 185 0 0 0 20 0 15 0 113921903 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054049573744 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32683] ppid=32670 vsize=13980732 memory=7877454816713195628 CPUtime=1.84 cores=1,3,5,7
/proc/32672/task/32683/stat : 32683 (java) S 32670 32670 28892 0 -1 1077944384 6499 0 0 0 184 0 0 0 20 0 15 0 113921903 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054048520944 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32684] ppid=32670 vsize=13980732 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/32672/task/32684/stat : 32684 (java) S 32670 32670 28892 0 -1 1077944384 2877 0 0 0 42 1 0 0 20 0 15 0 113921903 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054047468144 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32685] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32685/stat : 32685 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921904 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054046415584 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32686] ppid=32670 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32686/stat : 32686 (java) S 32670 32670 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113921909 14316269568 37951 18446744073709551615 4194304 4196468 140736564836912 140054045362864 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
Current children cumulated CPU time: 7.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 153184 KiB

[startup+4.40074 s]
/proc/loadavg: 1.84 1.80 1.75 3/214 32687
/proc/meminfo: memFree=30742532/32770624 swapFree=67108860/67108860
[pid=32670] ppid=32667 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32670/stat : 32670 (xcsp3-exec) S 32667 32670 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113921888 9740288 345 18446744073709551615 4194304 5098028 140722051584336 140722051582440 140394791002748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 32579584 140722051588472 140722051588677 140722051588677 140722051592171 0
/proc/32670/statm: 2378 345 289 221 0 87 0
[pid=32672] ppid=32670 vsize=13980732 memory=164112 CPUtime=8.38 cores=1,3,5,7
/proc/32672/stat : 32672 (java) S 32670 32670 28892 0 -1 1077944320 27757 0 0 0 830 8 0 0 20 0 15 0 113921898 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140736564819456 140054575664887 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
/proc/32672/statm: 3495183 41028 3205 1 0 3483476 0
[pid=32672/tid=32673] ppid=32670 vsize=13980732 memory=-6871798056524144002 CPUtime=4.22 cores=1,3,5,7
/proc/32672/task/32673/stat : 32673 (java) R 32670 32670 28892 0 -1 4202560 9848 0 0 0 417 5 0 0 20 0 15 0 113921898 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054579901728 140054206342387 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32674] ppid=32670 vsize=13980732 memory=144671544183540 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32674/stat : 32674 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054532631696 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32675] ppid=32670 vsize=13980732 memory=279980059877704 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32675/stat : 32675 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054531578896 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32676] ppid=32670 vsize=13980732 memory=279980059879976 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32676/stat : 32676 (java) S 32670 32670 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054530526096 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32677] ppid=32670 vsize=13980732 memory=279980059882248 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32677/stat : 32677 (java) S 32670 32670 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921899 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054529473296 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32678] ppid=32670 vsize=13980732 memory=279980059884520 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32678/stat : 32678 (java) S 32670 32670 28892 0 -1 1077944384 337 0 0 0 0 0 0 0 20 0 15 0 113921900 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054121437552 140054575676034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32679] ppid=32670 vsize=13980732 memory=279980059886792 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32679/stat : 32679 (java) S 32670 32670 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113921901 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054120383520 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32680] ppid=32670 vsize=13980732 memory=279980059889064 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32680/stat : 32680 (java) S 32670 32670 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113921901 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054051677040 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32681] ppid=32670 vsize=13980732 memory=279980059891336 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32681/stat : 32681 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921903 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054050625360 140054575683483 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32682] ppid=32670 vsize=13980732 memory=279980059893608 CPUtime=1.85 cores=1,3,5,7
/proc/32672/task/32682/stat : 32682 (java) S 32670 32670 28892 0 -1 1077944384 6860 0 0 0 185 0 0 0 20 0 15 0 113921903 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054049573744 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32683] ppid=32670 vsize=13980732 memory=279980059895880 CPUtime=1.84 cores=1,3,5,7
/proc/32672/task/32683/stat : 32683 (java) S 32670 32670 28892 0 -1 1077944384 6499 0 0 0 184 0 0 0 20 0 15 0 113921903 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054048520944 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32684] ppid=32670 vsize=13980732 memory=279980059898152 CPUtime=0.43 cores=1,3,5,7
/proc/32672/task/32684/stat : 32684 (java) S 32670 32670 28892 0 -1 1077944384 2877 0 0 0 42 1 0 0 20 0 15 0 113921903 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054047468144 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32685] ppid=32670 vsize=13980732 memory=279980059900424 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32685/stat : 32685 (java) S 32670 32670 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921904 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054046415584 140054575675093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
[pid=32672/tid=32686] ppid=32670 vsize=13980732 memory=279980059902696 CPUtime=0 cores=1,3,5,7
/proc/32672/task/32686/stat : 32686 (java) S 32670 32670 28892 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 113921909 14316269568 41028 18446744073709551615 4194304 4196468 140736564836912 140054045362864 140054575676034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14008320 140736564842929 140736564843105 140736564843105 140736564846543 0
Current children cumulated CPU time: 8.38 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 165492 KiB

[startup+4.80066 s]
/proc/loadavg: 1.84 1.80 1.75 3/214 32687
/proc/meminfo: memFree=30742532/32770624 swapFree=67108860/67108860
[pid=32670] ppid=32667 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32670/stat : 32670 (xcsp3-exec) S 32667 32670 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113921888 9740288 345 18446744073709551615 4194304 5098028 140722051584336 140722051582440 140394791002748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 32579584 140722051588472 140722051588677 140722051588677 140722051592171 0
/proc/32670/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+4.90044 s]
/proc/loadavg: 1.84 1.80 1.75 3/214 32687
/proc/meminfo: memFree=30742532/32770624 swapFree=67108860/67108860
[pid=32670] ppid=32667 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/32670/stat : 32670 (xcsp3-exec) S 32667 32670 28892 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113921888 9740288 345 18446744073709551615 4194304 5098028 140722051584336 140722051582440 140394791002748 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 32579584 140722051588472 140722051588677 140722051588677 140722051592171 0
/proc/32670/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 0
Real time (s): 5.00839
CPU time (s): 8.77003
CPU user time (s): 8.67641
CPU system time (s): 0.093623
CPU usage (%): 175.107
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 171636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.67641
system time used= 0.093623
maximum resident set size= 170552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29251
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2086
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 32670
#   total CPU time (s): 8.77003
#   total CPU user time (s): 8.67641
#   total CPU system time (s): 0.093623

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051669 second user time and 0.088308 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 06:20:37
IDJOB=4282129
IDBENCH=124119
IDSOLVER=2677
FILE ID=node127/4282129-1503117289
RUNJOBID= node127-1503095799-28951
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-050.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-4282129-1503117289/watcher-4282129-1503117289 -o /tmp/evaluation-result-4282129-1503117289/solver-4282129-1503117289 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1939428989 HOME/instance-4282129-1503117289.xml

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

MD5SUM BENCH= 010bfed6e804a02be5e9f2a754b88433
RANDOM SEED=1939428989

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30881344 kB
MemAvailable:   31701328 kB
Buffers:          295096 kB
Cached:           827196 kB
SwapCached:            0 kB
Active:          1064996 kB
Inactive:         374596 kB
Active(anon):     268196 kB
Inactive(anon):    99188 kB
Active(file):     796800 kB
Inactive(file):   275408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7916 kB
Writeback:             0 kB
AnonPages:        327944 kB
Mapped:            74084 kB
Shmem:             49828 kB
Slab:             153736 kB
SReclaimable:     127220 kB
SUnreclaim:        26516 kB
KernelStack:        3632 kB
PageTables:         6644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     941028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-19 06:20:42