Trace number 4272055

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-07-26)OPT3 7.7574701 3.0862601

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-mug100-25.xml
MD5SUM6e356a27a2dd876e1bb3c04bb6ed0542
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark6.5992098
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints166
Number of domains1
Minimum domain size100
Maximum domain size100
Distribution of domain sizes[{"size":100,"count":100}]
Minimum variable degree4
Maximum variable degree5
Distribution of variable degrees[{"degree":4,"count":68},{"degree":5,"count":32}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":166}]
Number of extensional constraints0
Number of intensional constraints166
Distribution of constraint types[{"type":"intension","count":166}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272055-1502711969.xml"  -tl '2520s' -p 1 -x 3
0.07/0.29	c [HOME/instance-4272055-1502711969.xml, -tl, 2520s, -p, 1, -x, 3]
0.25/0.35	c simple solver
0.25/0.41	c parse instance...
0.84/0.64	c solve instance...
1.41/0.86	o 3 
7.56/2.95	s OPTIMUM FOUND
7.56/2.95	v <instantiation>
7.56/2.95	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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
7.56/2.95	v 	<values>0 2 1 1 0 1 0 0 2 0 0 2 1 1 0 0 0 2 1 1 2 0 0 1 1 2 1 0 1 2 0 0 3 1 1 1 0 1 2 0 1 0 2 2 1 3 1 3 2 0 0 2 0 3 2 0 1 2 1 2 0 1 0 2 2 1 1 1 2 0 0 1 3 0 1 2 1 3 2 0 2 1 1 2 0 0 3 2 0 1 2 1 0 2 1 0 2 1 2 0 </values>
7.56/2.95	v </instantiation>

Verifier Data

OK	3

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 (15238 MiB free)
  memory of node 1: 16384 MiB (13621 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272055-1502711969/watcher-4272055-1502711969 -o /tmp/evaluation-result-4272055-1502711969/solver-4272055-1502711969 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 595545911 HOME/instance-4272055-1502711969.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100138 s]*
/proc/loadavg: 1.74 1.74 1.69 3/199 9730
/proc/meminfo: memFree=29552068/32770624 swapFree=67108860/67108860
[pid=9728] ppid=9725 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9728/stat : 9728 (xcsp3-exec) S 9725 9728 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25079580 9740288 345 18446744073709551615 4194304 5098028 140734620853056 140734620851160 139698774037116 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 29392896 140734620860794 140734620860998 140734620860998 140734620864491 0
/proc/9728/statm: 2378 345 289 221 0 87 0
[pid=9730] ppid=9728 vsize=11657624 memory=9552 CPUtime=0 cores=0,2,4,6
/proc/9730/stat : 9730 (java) S 9728 9728 7968 0 -1 1077944320 2170 0 0 0 0 0 0 0 20 0 2 0 25079590 11937406976 2388 18446744073709551615 4194304 4196468 140722908445856 140722908428400 140680152121079 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
/proc/9730/statm: 2914406 2388 1151 1 0 2904376 0
[pid=9730/tid=9731] ppid=9728 vsize=11661736 memory=7078076838863583841 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9731/stat : 9731 (java) S 9728 9728 7968 0 -1 1077944384 960 0 0 0 0 0 0 0 20 0 6 0 25079590 11941617664 2454 18446744073709551615 4194304 4196468 140722908445856 140680156362448 140680152131285 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9732] ppid=9728 vsize=11661736 memory=4123389896250521363 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9732/stat : 9732 (java) S 9728 9728 7968 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 25079591 11941617664 2454 18446744073709551615 4194304 4196468 140722908445856 140680113020128 140680152131285 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9733] ppid=9728 vsize=11792808 memory=140486964332160 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9733/stat : 9733 (java) R 9728 9728 7968 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 25079591 12075835392 2454 18446744073709551615 4194304 4196468 140722908445856 140680111967328 140680152131285 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9734] ppid=9728 vsize=11923880 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9734/stat : 9734 (java) D 9728 9728 7968 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 6 0 25079591 12210053120 2454 18446744073709551615 4194304 4196468 140722908445856 140679750019768 140680144348899 0 4 1 16784584 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9735] ppid=9728 vsize=11923880 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9735/stat : 9735 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 25079591 12210053120 2454 18446744073709551615 4194304 4196468 140722908445856 140679748967440 140680152131285 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11667136 KiB
Current children cumulated memory: 10932 KiB

[startup+0.210196 s]*
/proc/loadavg: 1.74 1.74 1.69 4/213 9744
/proc/meminfo: memFree=29541008/32770624 swapFree=67108860/67108860
[pid=9728] ppid=9725 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9728/stat : 9728 (xcsp3-exec) S 9725 9728 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25079580 9740288 345 18446744073709551615 4194304 5098028 140734620853056 140734620851160 139698774037116 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 29392896 140734620860794 140734620860998 140734620860998 140734620864491 0
/proc/9728/statm: 2378 345 289 221 0 87 0
[pid=9730] ppid=9728 vsize=13974352 memory=22536 CPUtime=0.07 cores=0,2,4,6
/proc/9730/stat : 9730 (java) S 9728 9728 7968 0 -1 1077944320 5078 0 0 0 6 1 0 0 20 0 15 0 25079590 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140722908428400 140680152121079 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
/proc/9730/statm: 3493588 5634 2714 1 0 3482964 0
[pid=9730/tid=9731] ppid=9728 vsize=13974352 memory=7078076838863583841 CPUtime=0.05 cores=0,2,4,6
/proc/9730/task/9731/stat : 9731 (java) R 9728 9728 7968 0 -1 4202560 3242 0 0 0 5 0 0 0 20 0 15 0 25079590 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140680156346768 140680152143005 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9732] ppid=9728 vsize=13974352 memory=4123389896250521363 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9732/stat : 9732 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140680113019792 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9733] ppid=9728 vsize=13974352 memory=140486964332160 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9733/stat : 9733 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140680111966992 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9734] ppid=9728 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9734/stat : 9734 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140679750020240 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9735] ppid=9728 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9735/stat : 9735 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140679748967440 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9736] ppid=9728 vsize=13974352 memory=140486964332160 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9736/stat : 9736 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079592 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140679630628976 140680152132226 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9737] ppid=9728 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9737/stat : 9737 (java) S 9728 9728 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25079593 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140679629574944 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9738] ppid=9728 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9738/stat : 9738 (java) S 9728 9728 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25079593 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140679628522608 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9739] ppid=9728 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9739/stat : 9739 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079595 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140679627470928 140680152139675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9740] ppid=9728 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9740/stat : 9740 (java) S 9728 9728 7968 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 25079595 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140679626418800 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9741] ppid=9728 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9741/stat : 9741 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079595 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140679625366000 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9742] ppid=9728 vsize=13974352 memory=140486964332160 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9742/stat : 9742 (java) S 9728 9728 7968 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 15 0 25079595 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140679624313712 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9743] ppid=9728 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9743/stat : 9743 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079596 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140679623261152 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9744] ppid=9728 vsize=13974352 memory=140486964332160 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9744/stat : 9744 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079601 14309736448 5634 18446744073709551615 4194304 4196468 140722908445856 140679622207920 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 23916 KiB

[startup+0.310171 s]*
/proc/loadavg: 1.74 1.74 1.69 4/213 9744
/proc/meminfo: memFree=29525708/32770624 swapFree=67108860/67108860
[pid=9728] ppid=9725 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9728/stat : 9728 (xcsp3-exec) S 9725 9728 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25079580 9740288 345 18446744073709551615 4194304 5098028 140734620853056 140734620851160 139698774037116 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 29392896 140734620860794 140734620860998 140734620860998 140734620864491 0
/proc/9728/statm: 2378 345 289 221 0 87 0
[pid=9730] ppid=9728 vsize=13974352 memory=36596 CPUtime=0.25 cores=0,2,4,6
/proc/9730/stat : 9730 (java) S 9728 9728 7968 0 -1 1077944320 8681 0 0 0 22 3 0 0 20 0 15 0 25079590 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140722908428400 140680152121079 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
/proc/9730/statm: 3493588 9149 2981 1 0 3482964 0
[pid=9730/tid=9731] ppid=9728 vsize=13974352 memory=4278483708103473607 CPUtime=0.15 cores=0,2,4,6
/proc/9730/task/9731/stat : 9731 (java) R 9728 9728 7968 0 -1 4202560 5998 0 0 0 13 2 0 0 20 0 15 0 25079590 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140680156334528 140680152133014 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9732] ppid=9728 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9732/stat : 9732 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140680113019792 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9733] ppid=9728 vsize=13974352 memory=140486964339153 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9733/stat : 9733 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140680111966992 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9734] ppid=9728 vsize=13974352 memory=7163368189950382190 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9734/stat : 9734 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140679750020240 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9735] ppid=9728 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9735/stat : 9735 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140679748967440 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9736] ppid=9728 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9736/stat : 9736 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079592 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140679630628976 140680152132226 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9737] ppid=9728 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9737/stat : 9737 (java) S 9728 9728 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25079593 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140679629574944 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9738] ppid=9728 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9738/stat : 9738 (java) S 9728 9728 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25079593 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140679628522608 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9739] ppid=9728 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9739/stat : 9739 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079595 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140679627470928 140680152139675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9740] ppid=9728 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9730/task/9740/stat : 9740 (java) S 9728 9728 7968 0 -1 1077944384 598 0 0 0 1 0 0 0 20 0 15 0 25079595 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140679626418800 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9741] ppid=9728 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9730/task/9741/stat : 9741 (java) S 9728 9728 7968 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 15 0 25079595 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140679625366000 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9742] ppid=9728 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/9730/task/9742/stat : 9742 (java) S 9728 9728 7968 0 -1 1077944384 699 0 0 0 5 0 0 0 20 0 15 0 25079595 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140679624313712 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9743] ppid=9728 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9743/stat : 9743 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079596 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140679623261152 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9744] ppid=9728 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9744/stat : 9744 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079601 14309736448 9149 18446744073709551615 4194304 4196468 140722908445856 140679622207920 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37976 KiB

[startup+0.700781 s]
/proc/loadavg: 1.74 1.74 1.69 5/213 9744
/proc/meminfo: memFree=29513540/32770624 swapFree=67108860/67108860
[pid=9728] ppid=9725 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9728/stat : 9728 (xcsp3-exec) S 9725 9728 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25079580 9740288 345 18446744073709551615 4194304 5098028 140734620853056 140734620851160 139698774037116 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 29392896 140734620860794 140734620860998 140734620860998 140734620864491 0
/proc/9728/statm: 2378 345 289 221 0 87 0
[pid=9730] ppid=9728 vsize=13980732 memory=61872 CPUtime=1.1 cores=0,2,4,6
/proc/9730/stat : 9730 (java) S 9728 9728 7968 0 -1 1077944320 13239 0 0 0 105 5 0 0 20 0 15 0 25079590 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140722908428400 140680152121079 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
/proc/9730/statm: 3495183 15468 3172 1 0 3483476 0
[pid=9730/tid=9731] ppid=9728 vsize=13980732 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/9730/task/9731/stat : 9731 (java) R 9728 9728 7968 0 -1 4202560 8663 0 0 0 49 4 0 0 20 0 15 0 25079590 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140680156359312 140679794795472 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9732] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9732/stat : 9732 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140680113019792 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9733] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9733/stat : 9733 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140680111966992 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9734] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9734/stat : 9734 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140679750020240 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9735] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9735/stat : 9735 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140679748967440 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9736] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9736/stat : 9736 (java) S 9728 9728 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 25079592 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140679630628976 140680152132226 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9737] ppid=9728 vsize=13980732 memory=4211821575541791872 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9737/stat : 9737 (java) S 9728 9728 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25079593 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140679629574944 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9738] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9738/stat : 9738 (java) S 9728 9728 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25079593 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140679628522608 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9739] ppid=9728 vsize=13980732 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9739/stat : 9739 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079595 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140679627470928 140680152139675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9740] ppid=9728 vsize=13980732 memory=2241 CPUtime=0.13 cores=0,2,4,6
/proc/9730/task/9740/stat : 9740 (java) R 9728 9728 7968 0 -1 4202560 1289 0 0 0 13 0 0 0 20 0 15 0 25079595 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140679626405072 140680137002315 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9741] ppid=9728 vsize=13980732 memory=2244 CPUtime=0.13 cores=0,2,4,6
/proc/9730/task/9741/stat : 9741 (java) S 9728 9728 7968 0 -1 1077944384 631 0 0 0 13 0 0 0 20 0 15 0 25079595 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140679625366000 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9742] ppid=9728 vsize=13980732 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/9730/task/9742/stat : 9742 (java) S 9728 9728 7968 0 -1 1077944384 1348 0 0 0 28 0 0 0 20 0 15 0 25079595 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140679624313712 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9743] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9743/stat : 9743 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079596 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140679623261152 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9744] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9744/stat : 9744 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079601 14316269568 15468 18446744073709551615 4194304 4196468 140722908445856 140679622207920 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 63252 KiB

[startup+1.50078 s]
/proc/loadavg: 1.74 1.74 1.69 6/213 9744
/proc/meminfo: memFree=29472876/32770624 swapFree=67108860/67108860
[pid=9728] ppid=9725 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9728/stat : 9728 (xcsp3-exec) S 9725 9728 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25079580 9740288 345 18446744073709551615 4194304 5098028 140734620853056 140734620851160 139698774037116 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 29392896 140734620860794 140734620860998 140734620860998 140734620864491 0
/proc/9728/statm: 2378 345 289 221 0 87 0
[pid=9730] ppid=9728 vsize=13980732 memory=127804 CPUtime=3.7 cores=0,2,4,6
/proc/9730/stat : 9730 (java) S 9728 9728 7968 0 -1 1077944320 35002 0 0 0 362 8 0 0 20 0 15 0 25079590 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140722908428400 140680152121079 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
/proc/9730/statm: 3495183 31951 3187 1 0 3483476 0
[pid=9730/tid=9731] ppid=9728 vsize=13980732 memory=4124 CPUtime=1.33 cores=0,2,4,6
/proc/9730/task/9731/stat : 9731 (java) R 9728 9728 7968 0 -1 4202560 9350 0 0 0 129 4 0 0 20 0 15 0 25079590 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140680156359320 140679796613109 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9732] ppid=9728 vsize=13980732 memory=16468 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9732/stat : 9732 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140680113019792 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9733] ppid=9728 vsize=13980732 memory=118300 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9733/stat : 9733 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140680111966992 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9734] ppid=9728 vsize=13980732 memory=2388 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9734/stat : 9734 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140679750020240 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9735] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9735/stat : 9735 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140679748967440 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9736] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9736/stat : 9736 (java) S 9728 9728 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 25079592 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140679630628976 140680152132226 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9737] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9737/stat : 9737 (java) S 9728 9728 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25079593 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140679629574944 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9738] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9738/stat : 9738 (java) S 9728 9728 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25079593 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140679628522608 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9739] ppid=9728 vsize=13980732 memory=3472328296227679313 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9739/stat : 9739 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079595 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140679627470928 140680152139675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9740] ppid=9728 vsize=13980732 memory=6944656592455360604 CPUtime=0.92 cores=0,2,4,6
/proc/9730/task/9740/stat : 9740 (java) R 9728 9728 7968 0 -1 4202560 11505 0 0 0 91 1 0 0 20 0 15 0 25079595 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140679626409632 140680131364850 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9741] ppid=9728 vsize=13980732 memory=6944652177228980320 CPUtime=0.92 cores=0,2,4,6
/proc/9730/task/9741/stat : 9741 (java) R 9728 9728 7968 0 -1 4202560 8090 0 0 0 92 0 0 0 20 0 15 0 25079595 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140679625364400 140680133638864 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9742] ppid=9728 vsize=13980732 memory=6944656592455359580 CPUtime=0.48 cores=0,2,4,6
/proc/9730/task/9742/stat : 9742 (java) R 9728 9728 7968 0 -1 1077944384 4747 0 0 0 48 0 0 0 20 0 15 0 25079595 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140679624313712 140680152132226 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9743] ppid=9728 vsize=13980732 memory=55 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9743/stat : 9743 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079596 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140679623261152 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9744] ppid=9728 vsize=13980732 memory=11830 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9744/stat : 9744 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079601 14316269568 31951 18446744073709551615 4194304 4196468 140722908445856 140679622207920 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
Current children cumulated CPU time: 3.7 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 129184 KiB

[startup+3.08621 s]
# the end of solver process 9728 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.63694 s, system=0.120529 s

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

[startup+1.60093 s]
/proc/loadavg: 1.74 1.74 1.69 6/213 9744
/proc/meminfo: memFree=29472876/32770624 swapFree=67108860/67108860
[pid=9728] ppid=9725 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9728/stat : 9728 (xcsp3-exec) S 9725 9728 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25079580 9740288 345 18446744073709551615 4194304 5098028 140734620853056 140734620851160 139698774037116 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 29392896 140734620860794 140734620860998 140734620860998 140734620864491 0
/proc/9728/statm: 2378 345 289 221 0 87 0
[pid=9730] ppid=9728 vsize=13980732 memory=134100 CPUtime=4.01 cores=0,2,4,6
/proc/9730/stat : 9730 (java) S 9728 9728 7968 0 -1 1077944320 35140 0 0 0 393 8 0 0 20 0 15 0 25079590 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140722908428400 140680152121079 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
/proc/9730/statm: 3495183 33525 3189 1 0 3483476 0
[pid=9730/tid=9731] ppid=9728 vsize=13980732 memory=-1088251628401078322 CPUtime=1.43 cores=0,2,4,6
/proc/9730/task/9731/stat : 9731 (java) R 9728 9728 7968 0 -1 4202560 9367 0 0 0 139 4 0 0 20 0 15 0 25079590 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140680156355328 140679795919111 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9732] ppid=9728 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9732/stat : 9732 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140680113019792 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9733] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9733/stat : 9733 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140680111966992 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9734] ppid=9728 vsize=13980732 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9734/stat : 9734 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140679750020240 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9735] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9735/stat : 9735 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140679748967440 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9736] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9736/stat : 9736 (java) S 9728 9728 7968 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 25079592 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140679630628976 140680152132226 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9737] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9737/stat : 9737 (java) S 9728 9728 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25079593 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140679629574944 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9738] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9738/stat : 9738 (java) S 9728 9728 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25079593 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140679628522608 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9739] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9739/stat : 9739 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079595 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140679627470928 140680152139675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9740] ppid=9728 vsize=13980732 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/9730/task/9740/stat : 9740 (java) R 9728 9728 7968 0 -1 4202560 11533 0 0 0 101 1 0 0 20 0 15 0 25079595 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140679626405584 140680131377547 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9741] ppid=9728 vsize=13980732 memory=2424 CPUtime=1.02 cores=0,2,4,6
/proc/9730/task/9741/stat : 9741 (java) R 9728 9728 7968 0 -1 4202560 8156 0 0 0 102 0 0 0 20 0 15 0 25079595 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140679625353552 140680137001341 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9742] ppid=9728 vsize=13980732 memory=1296 CPUtime=0.49 cores=0,2,4,6
/proc/9730/task/9742/stat : 9742 (java) S 9728 9728 7968 0 -1 1077944384 4762 0 0 0 49 0 0 0 20 0 15 0 25079595 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140679624313712 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9743] ppid=9728 vsize=13980732 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9743/stat : 9743 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079596 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140679623261152 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9744] ppid=9728 vsize=13980732 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9744/stat : 9744 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079601 14316269568 33525 18446744073709551615 4194304 4196468 140722908445856 140679622207920 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 135480 KiB

[startup+2.40077 s]
/proc/loadavg: 1.74 1.74 1.69 5/213 9744
/proc/meminfo: memFree=29405808/32770624 swapFree=67108860/67108860
[pid=9728] ppid=9725 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9728/stat : 9728 (xcsp3-exec) S 9725 9728 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25079580 9740288 345 18446744073709551615 4194304 5098028 140734620853056 140734620851160 139698774037116 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 29392896 140734620860794 140734620860998 140734620860998 140734620864491 0
/proc/9728/statm: 2378 345 289 221 0 87 0
[pid=9730] ppid=9728 vsize=13980732 memory=183056 CPUtime=6.5 cores=0,2,4,6
/proc/9730/stat : 9730 (java) S 9728 9728 7968 0 -1 1077944320 37505 0 0 0 641 9 0 0 20 0 15 0 25079590 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140722908428400 140680152121079 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
/proc/9730/statm: 3495183 45764 3205 1 0 3483476 0
[pid=9730/tid=9731] ppid=9728 vsize=13980732 memory=46134995192308 CPUtime=2.23 cores=0,2,4,6
/proc/9730/task/9731/stat : 9731 (java) R 9728 9728 7968 0 -1 4202560 9872 0 0 0 218 5 0 0 20 0 15 0 25079590 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140680156358368 140679796719840 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9732] ppid=9728 vsize=13980732 memory=46134995192308 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9732/stat : 9732 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140680113019792 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9733] ppid=9728 vsize=13980732 memory=46134995192052 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9733/stat : 9733 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140680111966992 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9734] ppid=9728 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9734/stat : 9734 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140679750020240 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9735] ppid=9728 vsize=13980732 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9735/stat : 9735 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140679748967440 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9736] ppid=9728 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9736/stat : 9736 (java) S 9728 9728 7968 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 25079592 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140679630628976 140680152132226 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9737] ppid=9728 vsize=13980732 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9737/stat : 9737 (java) S 9728 9728 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25079593 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140679629574944 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9738] ppid=9728 vsize=13980732 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9738/stat : 9738 (java) S 9728 9728 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25079593 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140679628522608 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9739] ppid=9728 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9739/stat : 9739 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079595 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140679627470928 140680152139675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9740] ppid=9728 vsize=13980732 memory=1380 CPUtime=1.8 cores=0,2,4,6
/proc/9730/task/9740/stat : 9740 (java) R 9728 9728 7968 0 -1 4202560 12075 0 0 0 179 1 0 0 20 0 15 0 25079595 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140679626405584 140680135507816 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9741] ppid=9728 vsize=13980732 memory=146992 CPUtime=1.82 cores=0,2,4,6
/proc/9730/task/9741/stat : 9741 (java) R 9728 9728 7968 0 -1 4202560 8763 0 0 0 181 1 0 0 20 0 15 0 25079595 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140679625354352 140680133643566 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9742] ppid=9728 vsize=13980732 memory=2012 CPUtime=0.61 cores=0,2,4,6
/proc/9730/task/9742/stat : 9742 (java) S 9728 9728 7968 0 -1 1077944384 5462 0 0 0 61 0 0 0 20 0 15 0 25079595 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140679624313712 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9743] ppid=9728 vsize=13980732 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9743/stat : 9743 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079596 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140679623261152 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9744] ppid=9728 vsize=13980732 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9744/stat : 9744 (java) S 9728 9728 7968 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 25079601 14316269568 45764 18446744073709551615 4194304 4196468 140722908445856 140679622207920 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
Current children cumulated CPU time: 6.5 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 184436 KiB

[startup+2.80077 s]
/proc/loadavg: 1.74 1.74 1.69 5/213 9744
/proc/meminfo: memFree=29405808/32770624 swapFree=67108860/67108860
[pid=9728] ppid=9725 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9728/stat : 9728 (xcsp3-exec) S 9725 9728 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25079580 9740288 345 18446744073709551615 4194304 5098028 140734620853056 140734620851160 139698774037116 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 29392896 140734620860794 140734620860998 140734620860998 140734620864491 0
/proc/9728/statm: 2378 345 289 221 0 87 0
[pid=9730] ppid=9728 vsize=13980732 memory=205728 CPUtime=7.28 cores=0,2,4,6
/proc/9730/stat : 9730 (java) S 9728 9728 7968 0 -1 1077944320 37863 0 0 0 718 10 0 0 20 0 15 0 25079590 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140722908428400 140680152121079 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
/proc/9730/statm: 3495183 51432 3206 1 0 3483476 0
[pid=9730/tid=9731] ppid=9728 vsize=13980732 memory=46134995192564 CPUtime=2.63 cores=0,2,4,6
/proc/9730/task/9731/stat : 9731 (java) R 9728 9728 7968 0 -1 4202560 9912 0 0 0 257 6 0 0 20 0 15 0 25079590 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140680156358368 140679796998936 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9732] ppid=9728 vsize=13980732 memory=46134995192564 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9732/stat : 9732 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140680113019792 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9733] ppid=9728 vsize=13980732 memory=46134995192564 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9733/stat : 9733 (java) S 9728 9728 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140680111966992 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9734] ppid=9728 vsize=13980732 memory=46134995192564 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9734/stat : 9734 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140679750020240 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9735] ppid=9728 vsize=13980732 memory=46134995192564 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9735/stat : 9735 (java) S 9728 9728 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 25079591 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140679748967440 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9736] ppid=9728 vsize=13980732 memory=46134995192564 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9736/stat : 9736 (java) S 9728 9728 7968 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 25079592 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140679630628976 140680152132226 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9737] ppid=9728 vsize=13980732 memory=280973673500656 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9737/stat : 9737 (java) S 9728 9728 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 25079593 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140679629574944 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9738] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9738/stat : 9738 (java) S 9728 9728 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 25079593 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140679628522608 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9739] ppid=9728 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9739/stat : 9739 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079595 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140679627470928 140680152139675 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9740] ppid=9728 vsize=13980732 memory=0 CPUtime=2.02 cores=0,2,4,6
/proc/9730/task/9740/stat : 9740 (java) R 9728 9728 7968 0 -1 4202560 12326 0 0 0 201 1 0 0 20 0 15 0 25079595 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140679626417984 140680137040125 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9741] ppid=9728 vsize=13980732 memory=0 CPUtime=1.97 cores=0,2,4,6
/proc/9730/task/9741/stat : 9741 (java) R 9728 9728 7968 0 -1 4202560 8811 0 0 0 196 1 0 0 20 0 15 0 25079595 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140679625366000 140680137018721 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9742] ppid=9728 vsize=13980732 memory=3978701783356747039 CPUtime=0.62 cores=0,2,4,6
/proc/9730/task/9742/stat : 9742 (java) S 9728 9728 7968 0 -1 1077944384 5481 0 0 0 62 0 0 0 20 0 15 0 25079595 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140679624313712 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9743] ppid=9728 vsize=13980732 memory=6298398794808383591 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9743/stat : 9743 (java) S 9728 9728 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 25079596 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140679623261152 140680152131285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
[pid=9730/tid=9744] ppid=9728 vsize=13980732 memory=7448488012996307025 CPUtime=0 cores=0,2,4,6
/proc/9730/task/9744/stat : 9744 (java) S 9728 9728 7968 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 25079601 14316269568 51432 18446744073709551615 4194304 4196468 140722908445856 140679622207920 140680152132226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16543744 140722908447154 140722908447330 140722908447330 140722908450767 0
Current children cumulated CPU time: 7.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 207108 KiB

[startup+3.00078 s]*
/proc/loadavg: 1.74 1.74 1.69 2/200 9744
/proc/meminfo: memFree=29548268/32770624 swapFree=67108860/67108860
[pid=9728] ppid=9725 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/9728/stat : 9728 (xcsp3-exec) S 9725 9728 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 25079580 9740288 345 18446744073709551615 4194304 5098028 140734620853056 140734620851160 139698774037116 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 9 0 0 7196144 7232144 29392896 140734620860794 140734620860998 140734620860998 140734620864491 0
/proc/9728/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): 3.08626
CPU time (s): 7.75747
CPU user time (s): 7.63694
CPU system time (s): 0.120529
CPU usage (%): 251.355
Max. virtual memory (cumulated for all children) (KiB): 13992084
Max. memory (cumulated for all children) (KiB): 211220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.63694
system time used= 0.120529
maximum resident set size= 217024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39060
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= 2248
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 9728
#   total CPU time (s): 7.75747
#   total CPU user time (s): 7.63694
#   total CPU system time (s): 0.120529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04707 second user time and 0.070605 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-14 13:45:32
IDJOB=4272055
IDBENCH=120597
IDSOLVER=2664
FILE ID=node128/4272055-1502711969
RUNJOBID= node128-1502649221-29000
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-mug100-25.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-4272055-1502711969/watcher-4272055-1502711969 -o /tmp/evaluation-result-4272055-1502711969/solver-4272055-1502711969 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29000 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 595545911 HOME/instance-4272055-1502711969.xml

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

MD5SUM BENCH= 6e356a27a2dd876e1bb3c04bb6ed0542
RANDOM SEED=595545911

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
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.94
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.94
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.94
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:        29552704 kB
MemAvailable:   30313248 kB
Buffers:          191440 kB
Cached:           854284 kB
SwapCached:            0 kB
Active:          2023504 kB
Inactive:         775776 kB
Active(anon):    1753728 kB
Inactive(anon):    16764 kB
Active(file):     269776 kB
Inactive(file):   759012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7600 kB
Writeback:             0 kB
AnonPages:       1753376 kB
Mapped:            47588 kB
Shmem:             17116 kB
Slab:             120436 kB
SReclaimable:      95180 kB
SUnreclaim:        25256 kB
KernelStack:        3488 kB
PageTables:         8824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2440312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1687552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62012 MiB
End job on node128 at 2017-08-14 13:45:35