Trace number 4269108

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 4.0.5 seq (2017-08-09)SAT (TO)3 2520.04 2499.9199

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-4-insertions-3.xml
MD5SUM681bcba91e68c7fd43dde01217071906
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 benchmark34.0299
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints156
Number of domains1
Minimum domain size79
Maximum domain size79
Distribution of domain sizes[{"size":79,"count":79}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":13},{"degree":5,"count":65},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":156}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269108-1502718663.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4269108-1502718663.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.33	c simple solver
0.29/0.40	c parse instance...
0.65/0.60	c solve instance...
1.18/0.72	o 3 
2520.02/2499.90	s SATISFIABLE
2520.02/2499.90	v <instantiation>
2520.02/2499.90	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] </list>
2520.02/2499.90	v 	<values>1 0 1 0 1 0 1 0 1 0 1 0 2 1 0 1 0 1 2 1 0 1 2 1 0 2 2 0 1 0 2 0 0 0 2 0 0 0 2 1 3 1 1 1 2 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 </values>
2520.02/2499.90	v </instantiation>
2520.02/2499.90	c Unexpected resolution interruption!

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269108-1502718663/watcher-4269108-1502718663 -o /tmp/evaluation-result-4269108-1502718663/solver-4269108-1502718663 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 276825615 HOME/instance-4269108-1502718663.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=2866, runsolver pid=2863
Current StackSize limit: 8192 KiB


[startup+0.100189 s]*
/proc/loadavg: 1.92 1.78 1.66 3/206 2873
/proc/meminfo: memFree=31566112/32770624 swapFree=67108764/67108860
[pid=2866] ppid=2863 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/2866/stat : 2866 (xcsp3-exec) S 2863 2866 4674 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 119372774 9740288 344 18446744073709551615 4194304 5098028 140723857046288 140723857044392 140662739878524 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 16838656 140723857047929 140723857048133 140723857048133 140723857051627 0
/proc/2866/statm: 2378 344 289 221 0 87 0
[pid=2868] ppid=2866 vsize=13441356 memory=15304 CPUtime=0.01 cores=0,2,4,6
/proc/2868/stat : 2868 (java) S 2866 2866 4674 0 -1 1077944320 3576 0 0 0 1 0 0 0 20 0 7 0 119372782 13763948544 3826 18446744073709551615 4194304 4196468 140732774866208 140732774848752 140385733041911 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
/proc/2868/statm: 3360339 3826 2021 1 0 3349836 0
[pid=2868/tid=2869] ppid=2866 vsize=13441356 memory=8508281356421924513 CPUtime=0.01 cores=0,2,4,6
/proc/2868/task/2869/stat : 2869 (java) R 2866 2866 4674 0 -1 4202560 2356 0 0 0 1 0 0 0 20 0 7 0 119372783 13763948544 3826 18446744073709551615 4194304 4196468 140732774866208 140385737284368 140385717122398 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2870] ppid=2866 vsize=13441356 memory=4122819170707441977 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2870/stat : 2870 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 119372783 13763948544 3826 18446744073709551615 4194304 4196468 140732774866208 140385704884880 140385733052117 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2871] ppid=2866 vsize=13441356 memory=140372575950464 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2871/stat : 2871 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 119372783 13763948544 3826 18446744073709551615 4194304 4196468 140732774866208 140385332488720 140385733052117 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2872] ppid=2866 vsize=13441356 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2872/stat : 2872 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 119372783 13763948544 3826 18446744073709551615 4194304 4196468 140732774866208 140385331435920 140385733052117 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2873] ppid=2866 vsize=13441356 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2873/stat : 2873 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 119372783 13763948544 3826 18446744073709551615 4194304 4196468 140732774866208 140385330383120 140385733052117 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2874] ppid=2866 vsize=13441356 memory=140372575950464 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2874/stat : 2874 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 119372785 13763948544 3826 18446744073709551615 4194304 4196468 140732774866208 140385211579248 140385733053058 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 16680 KiB

[startup+0.210171 s]*
/proc/loadavg: 1.92 1.78 1.66 3/215 2882
/proc/meminfo: memFree=31556988/32770624 swapFree=67108764/67108860
[pid=2866] ppid=2863 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/2866/stat : 2866 (xcsp3-exec) S 2863 2866 4674 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 119372774 9740288 344 18446744073709551615 4194304 5098028 140723857046288 140723857044392 140662739878524 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 16838656 140723857047929 140723857048133 140723857048133 140723857051627 0
/proc/2866/statm: 2378 344 289 221 0 87 0
[pid=2868] ppid=2866 vsize=13974352 memory=28396 CPUtime=0.09 cores=0,2,4,6
/proc/2868/stat : 2868 (java) S 2866 2866 4674 0 -1 1077944320 4993 0 0 0 7 2 0 0 20 0 15 0 119372782 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140732774848752 140385733041911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
/proc/2868/statm: 3493588 7099 2758 1 0 3482964 0
[pid=2868/tid=2869] ppid=2866 vsize=13974352 memory=7022364594140610616 CPUtime=0.07 cores=0,2,4,6
/proc/2868/task/2869/stat : 2869 (java) R 2866 2866 4674 0 -1 4202560 3132 0 0 0 6 1 0 0 20 0 15 0 119372783 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385737272064 140385714437117 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2870] ppid=2866 vsize=13974352 memory=4294979926 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2870/stat : 2870 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119372783 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385704884880 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2871] ppid=2866 vsize=13974352 memory=140372576739193 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2871/stat : 2871 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119372783 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385332488720 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2872] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2872/stat : 2872 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119372783 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385331435920 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2873] ppid=2866 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2873/stat : 2873 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119372783 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385330383120 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2874] ppid=2866 vsize=13974352 memory=140372575950464 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2874/stat : 2874 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119372785 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385211579248 140385733053058 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2875] ppid=2866 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2875/stat : 2875 (java) S 2866 2866 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119372785 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385210525216 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2876] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2876/stat : 2876 (java) S 2866 2866 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119372785 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385209472368 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2877] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2877/stat : 2877 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385208420688 140385733060507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2878] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2878/stat : 2878 (java) S 2866 2866 4674 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 119372788 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385207368048 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2879] ppid=2866 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2879/stat : 2879 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385206315248 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2880] ppid=2866 vsize=13974352 memory=140372575950464 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2880/stat : 2880 (java) S 2866 2866 4674 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 15 0 119372788 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385205262448 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2881] ppid=2866 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2881/stat : 2881 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385204209888 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2882] ppid=2866 vsize=13974352 memory=140372575950464 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2882/stat : 2882 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119372793 14309736448 7099 18446744073709551615 4194304 4196468 140732774866208 140385203158192 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29772 KiB

[startup+0.313081 s]*
/proc/loadavg: 1.92 1.78 1.66 5/215 2882
/proc/meminfo: memFree=31543932/32770624 swapFree=67108764/67108860
[pid=2866] ppid=2863 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/2866/stat : 2866 (xcsp3-exec) S 2863 2866 4674 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 119372774 9740288 344 18446744073709551615 4194304 5098028 140723857046288 140723857044392 140662739878524 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 16838656 140723857047929 140723857048133 140723857048133 140723857051627 0
/proc/2866/statm: 2378 344 289 221 0 87 0
[pid=2868] ppid=2866 vsize=13974352 memory=37220 CPUtime=0.29 cores=0,2,4,6
/proc/2868/stat : 2868 (java) S 2866 2866 4674 0 -1 1077944320 8446 0 0 0 26 3 0 0 20 0 15 0 119372782 14309736448 9305 18446744073709551615 4194304 4196468 140732774866208 140732774848752 140385733041911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
/proc/2868/statm: 3493588 9305 2974 1 0 3482964 0
[pid=2868/tid=2869] ppid=2866 vsize=13974352 memory=4278483708103473607 CPUtime=0.17 cores=0,2,4,6
/proc/2868/task/2869/stat : 2869 (java) R 2866 2866 4674 0 -1 4202560 5746 0 0 0 15 2 0 0 20 0 15 0 119372783 14309736448 9305 18446744073709551615 4194304 4196468 140732774866208 140385737278080 140385719110030 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2870] ppid=2866 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2870/stat : 2870 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119372783 14309736448 9305 18446744073709551615 4194304 4196468 140732774866208 140385704884880 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2871] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2871/stat : 2871 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119372783 14309736448 9305 18446744073709551615 4194304 4196468 140732774866208 140385332488720 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2872] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2872/stat : 2872 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119372783 14309736448 9305 18446744073709551615 4194304 4196468 140732774866208 140385331435920 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2873] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2873/stat : 2873 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119372783 14309736448 9305 18446744073709551615 4194304 4196468 140732774866208 140385330383120 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2874] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2874/stat : 2874 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119372785 14309736448 9305 18446744073709551615 4194304 4196468 140732774866208 140385211579248 140385733053058 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2875] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2875/stat : 2875 (java) S 2866 2866 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119372785 14309736448 9305 18446744073709551615 4194304 4196468 140732774866208 140385210525216 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2876] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2876/stat : 2876 (java) S 2866 2866 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119372785 14309736448 9305 18446744073709551615 4194304 4196468 140732774866208 140385209472368 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2877] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2877/stat : 2877 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14309736448 9305 18446744073709551615 4194304 4196468 140732774866208 140385208420688 140385733060507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2878] ppid=2866 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2868/task/2878/stat : 2878 (java) S 2866 2866 4674 0 -1 1077944384 434 0 0 0 1 0 0 0 20 0 15 0 119372788 14309736448 9305 18446744073709551615 4194304 4196468 140732774866208 140385207368048 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2879] ppid=2866 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2868/task/2879/stat : 2879 (java) R 2866 2866 4674 0 -1 4202560 247 0 0 0 2 0 0 0 20 0 15 0 119372788 14309736448 9817 18446744073709551615 4194304 4196468 140732774866208 140385206315248 140385717942090 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2880] ppid=2866 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/2868/task/2880/stat : 2880 (java) S 2866 2866 4674 0 -1 1077944384 715 0 0 0 6 0 0 0 20 0 15 0 119372788 14309736448 9817 18446744073709551615 4194304 4196468 140732774866208 140385205262448 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2881] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2881/stat : 2881 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14309736448 9817 18446744073709551615 4194304 4196468 140732774866208 140385204209888 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2882] ppid=2866 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2882/stat : 2882 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119372793 14309736448 9817 18446744073709551615 4194304 4196468 140732774866208 140385203158192 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38596 KiB

[startup+0.700778 s]
/proc/loadavg: 1.92 1.78 1.66 4/215 2882
/proc/meminfo: memFree=31533596/32770624 swapFree=67108764/67108860
[pid=2866] ppid=2863 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/2866/stat : 2866 (xcsp3-exec) S 2863 2866 4674 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 119372774 9740288 344 18446744073709551615 4194304 5098028 140723857046288 140723857044392 140662739878524 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 16838656 140723857047929 140723857048133 140723857048133 140723857051627 0
/proc/2866/statm: 2378 344 289 221 0 87 0
[pid=2868] ppid=2866 vsize=13980732 memory=61324 CPUtime=1.18 cores=0,2,4,6
/proc/2868/stat : 2868 (java) S 2866 2866 4674 0 -1 1077944320 12592 0 0 0 112 6 0 0 20 0 15 0 119372782 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140732774848752 140385733041911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
/proc/2868/statm: 3495183 15331 3175 1 0 3483476 0
[pid=2868/tid=2869] ppid=2866 vsize=13980732 memory=33 CPUtime=0.55 cores=0,2,4,6
/proc/2868/task/2869/stat : 2869 (java) R 2866 2866 4674 0 -1 4202560 8176 0 0 0 51 4 0 0 20 0 15 0 119372783 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385737281072 140385377149891 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2870] ppid=2866 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2870/stat : 2870 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119372783 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385704884880 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2871] ppid=2866 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2871/stat : 2871 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119372783 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385332488720 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2872] ppid=2866 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2872/stat : 2872 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119372783 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385331435920 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2873] ppid=2866 vsize=13980732 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2873/stat : 2873 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119372783 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385330383120 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2874] ppid=2866 vsize=13980732 memory=-7028383565733675155 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2874/stat : 2874 (java) S 2866 2866 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 119372785 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385211579248 140385733053058 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2875] ppid=2866 vsize=13980732 memory=5450909908396308010 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2875/stat : 2875 (java) S 2866 2866 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 119372785 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385210525216 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2876] ppid=2866 vsize=13980732 memory=5450916479880885802 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2876/stat : 2876 (java) S 2866 2866 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 119372785 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385209472368 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2877] ppid=2866 vsize=13980732 memory=5450909908396308010 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2877/stat : 2877 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385208420688 140385733060507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2878] ppid=2866 vsize=13980732 memory=-8412654363917126771 CPUtime=0.16 cores=0,2,4,6
/proc/2868/task/2878/stat : 2878 (java) R 2866 2866 4674 0 -1 4202560 1011 0 0 0 16 0 0 0 20 0 15 0 119372788 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385207368048 140385725279038 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2879] ppid=2866 vsize=13980732 memory=-8412654363917126771 CPUtime=0.19 cores=0,2,4,6
/proc/2868/task/2879/stat : 2879 (java) R 2866 2866 4674 0 -1 4202560 921 0 0 0 19 0 0 0 20 0 15 0 119372788 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385206304048 140385725331360 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2880] ppid=2866 vsize=13980732 memory=-6374952517165216960 CPUtime=0.25 cores=0,2,4,6
/proc/2868/task/2880/stat : 2880 (java) S 2866 2866 4674 0 -1 1077944384 1193 0 0 0 25 0 0 0 20 0 15 0 119372788 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385205262448 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2881] ppid=2866 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2881/stat : 2881 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385204209888 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2882] ppid=2866 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2882/stat : 2882 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119372793 14316269568 15331 18446744073709551615 4194304 4196468 140732774866208 140385203158192 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 62700 KiB

[startup+1.50082 s]
/proc/loadavg: 2.08 1.82 1.67 5/215 2882
/proc/meminfo: memFree=31499620/32770624 swapFree=67108764/67108860
[pid=2866] ppid=2863 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/2866/stat : 2866 (xcsp3-exec) S 2863 2866 4674 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 119372774 9740288 344 18446744073709551615 4194304 5098028 140723857046288 140723857044392 140662739878524 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 16838656 140723857047929 140723857048133 140723857048133 140723857051627 0
/proc/2866/statm: 2378 344 289 221 0 87 0
[pid=2868] ppid=2866 vsize=13980732 memory=95472 CPUtime=3.64 cores=0,2,4,6
/proc/2868/stat : 2868 (java) S 2866 2866 4674 0 -1 1077944320 24530 0 0 0 356 8 0 0 20 0 15 0 119372782 14316269568 23868 18446744073709551615 4194304 4196468 140732774866208 140732774848752 140385733041911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
/proc/2868/statm: 3495183 23868 3187 1 0 3483476 0
[pid=2868/tid=2869] ppid=2866 vsize=13980732 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/2868/task/2869/stat : 2869 (java) R 2866 2866 4674 0 -1 4202560 8392 0 0 0 131 4 0 0 20 0 15 0 119372783 14316269568 23868 18446744073709551615 4194304 4196468 140732774866208 140385737278464 140385717414231 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2870] ppid=2866 vsize=13980732 memory=152681792411240 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2870/stat : 2870 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119372783 14316269568 23868 18446744073709551615 4194304 4196468 140732774866208 140385704884880 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2871] ppid=2866 vsize=13980732 memory=280744832347232 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2871/stat : 2871 (java) S 2866 2866 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 119372783 14316269568 23868 18446744073709551615 4194304 4196468 140732774866208 140385332488720 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2872] ppid=2866 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2872/stat : 2872 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119372783 14316269568 23868 18446744073709551615 4194304 4196468 140732774866208 140385331435920 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2873] ppid=2866 vsize=13980732 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2873/stat : 2873 (java) S 2866 2866 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 119372783 14316269568 23868 18446744073709551615 4194304 4196468 140732774866208 140385330383120 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2874] ppid=2866 vsize=13980732 memory=14978858180937582 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2874/stat : 2874 (java) S 2866 2866 4674 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 119372785 14316269568 23868 18446744073709551615 4194304 4196468 140732774866208 140385211579248 140385733053058 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2875] ppid=2866 vsize=13980732 memory=1232 CPUtime=0 cores=0,2,4,6

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

/proc/2868/task/2876/stat : 2876 (java) S 2866 2866 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 119372785 14316269568 325279 18446744073709551615 4194304 4196468 140732774866208 140385209472368 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2877] ppid=2866 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2877/stat : 2877 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14316269568 325279 18446744073709551615 4194304 4196468 140732774866208 140385208420688 140385733060507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2878] ppid=2866 vsize=13980732 memory=4048 CPUtime=1.23 cores=0,2,4,6
/proc/2868/task/2878/stat : 2878 (java) S 2866 2866 4674 0 -1 1077944384 9572 0 0 0 122 1 0 0 20 0 15 0 119372788 14316269568 325279 18446744073709551615 4194304 4196468 140732774866208 140385207368048 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2879] ppid=2866 vsize=13980732 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/2868/task/2879/stat : 2879 (java) S 2866 2866 4674 0 -1 1077944384 9340 0 0 0 125 1 0 0 20 0 15 0 119372788 14316269568 325279 18446744073709551615 4194304 4196468 140732774866208 140385206315248 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2880] ppid=2866 vsize=13980732 memory=75 CPUtime=0.41 cores=0,2,4,6
/proc/2868/task/2880/stat : 2880 (java) S 2866 2866 4674 0 -1 1077944384 5099 0 0 0 39 2 0 0 20 0 15 0 119372788 14316269568 325279 18446744073709551615 4194304 4196468 140732774866208 140385205262448 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2881] ppid=2866 vsize=13980732 memory=4148 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2881/stat : 2881 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14316269568 325279 18446744073709551615 4194304 4196468 140732774866208 140385204209888 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2882] ppid=2866 vsize=13980732 memory=58192 CPUtime=0.75 cores=0,2,4,6
/proc/2868/task/2882/stat : 2882 (java) S 2866 2866 4674 0 -1 1077944384 1943 0 0 0 35 40 0 0 20 0 15 0 119372793 14316269568 325279 18446744073709551615 4194304 4196468 140732774866208 140385203158192 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
Current children cumulated CPU time: 2402.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1302492 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.51 1.54 3/216 3135
/proc/meminfo: memFree=30255412/32770624 swapFree=67108764/67108860
[pid=2866] ppid=2863 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/2866/stat : 2866 (xcsp3-exec) S 2863 2866 4674 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 119372774 9740288 344 18446744073709551615 4194304 5098028 140723857046288 140723857044392 140662739878524 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 16838656 140723857047929 140723857048133 140723857048133 140723857051627 0
/proc/2866/statm: 2378 344 289 221 0 87 0
[pid=2868] ppid=2866 vsize=13980732 memory=1301156 CPUtime=2462.28 cores=0,2,4,6
/proc/2868/stat : 2868 (java) S 2866 2866 4674 0 -1 1077944320 191758 0 0 0 246007 221 0 0 20 0 15 0 119372782 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140732774848752 140385733041911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
/proc/2868/statm: 3495183 325289 3241 1 0 3483476 0
[pid=2868/tid=2869] ppid=2866 vsize=13980732 memory=1301156 CPUtime=2433.98 cores=0,2,4,6
/proc/2868/task/2869/stat : 2869 (java) R 2866 2866 4674 0 -1 4202560 68425 0 0 0 243294 104 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385737281072 140385378870178 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2870] ppid=2866 vsize=13980732 memory=1301156 CPUtime=5.8 cores=0,2,4,6
/proc/2868/task/2870/stat : 2870 (java) S 2866 2866 4674 0 -1 1077944384 18448 0 0 0 561 19 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385704884880 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2871] ppid=2866 vsize=13980732 memory=1301156 CPUtime=5.79 cores=0,2,4,6
/proc/2868/task/2871/stat : 2871 (java) S 2866 2866 4674 0 -1 1077944384 20162 0 0 0 561 18 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385332488720 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2872] ppid=2866 vsize=13980732 memory=1301156 CPUtime=5.8 cores=0,2,4,6
/proc/2868/task/2872/stat : 2872 (java) S 2866 2866 4674 0 -1 1077944384 20563 0 0 0 563 17 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385331435920 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2873] ppid=2866 vsize=13980732 memory=1301156 CPUtime=5.77 cores=0,2,4,6
/proc/2868/task/2873/stat : 2873 (java) S 2866 2866 4674 0 -1 1077944384 17839 0 0 0 559 18 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385330383120 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2874] ppid=2866 vsize=13980732 memory=1376 CPUtime=1.39 cores=0,2,4,6
/proc/2868/task/2874/stat : 2874 (java) S 2866 2866 4674 0 -1 1077944384 18953 0 0 0 119 20 0 0 20 0 15 0 119372785 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385211579248 140385733053058 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2875] ppid=2866 vsize=13980732 memory=1301156 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2875/stat : 2875 (java) S 2866 2866 4674 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 119372785 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385210525216 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2876] ppid=2866 vsize=13980732 memory=1301156 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2876/stat : 2876 (java) S 2866 2866 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 119372785 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385209472368 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2877] ppid=2866 vsize=13980732 memory=1301156 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2877/stat : 2877 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385208420688 140385733060507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2878] ppid=2866 vsize=13980732 memory=1376 CPUtime=1.23 cores=0,2,4,6
/proc/2868/task/2878/stat : 2878 (java) S 2866 2866 4674 0 -1 1077944384 9576 0 0 0 122 1 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385207368048 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2879] ppid=2866 vsize=13980732 memory=1301156 CPUtime=1.26 cores=0,2,4,6
/proc/2868/task/2879/stat : 2879 (java) S 2866 2866 4674 0 -1 1077944384 9344 0 0 0 125 1 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385206315248 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2880] ppid=2866 vsize=13980732 memory=1301156 CPUtime=0.41 cores=0,2,4,6
/proc/2868/task/2880/stat : 2880 (java) S 2866 2866 4674 0 -1 1077944384 5103 0 0 0 39 2 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385205262448 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2881] ppid=2866 vsize=13980732 memory=1301156 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2881/stat : 2881 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385204209888 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2882] ppid=2866 vsize=13980732 memory=1376 CPUtime=0.77 cores=0,2,4,6
/proc/2868/task/2882/stat : 2882 (java) S 2866 2866 4674 0 -1 1077944384 1973 0 0 0 36 41 0 0 20 0 15 0 119372793 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385203158192 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
Current children cumulated CPU time: 2462.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1302532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2499.9 s]
/proc/loadavg: 1.59 1.52 1.54 3/215 3137
/proc/meminfo: memFree=30255032/32770624 swapFree=67108764/67108860
[pid=2866] ppid=2863 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/2866/stat : 2866 (xcsp3-exec) S 2863 2866 4674 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 119372774 9740288 344 18446744073709551615 4194304 5098028 140723857046288 140723857044392 140662739878524 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 16838656 140723857047929 140723857048133 140723857048133 140723857051627 0
/proc/2866/statm: 2378 344 289 221 0 87 0
[pid=2868] ppid=2866 vsize=13980732 memory=1301156 CPUtime=2520.02 cores=0,2,4,6
/proc/2868/stat : 2868 (java) S 2866 2866 4674 0 -1 1077944320 194549 0 0 0 251779 223 0 0 20 0 15 0 119372782 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140732774848752 140385733041911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
/proc/2868/statm: 3495183 325289 3241 1 0 3483476 0
[pid=2868/tid=2869] ppid=2866 vsize=13980732 memory=1376 CPUtime=2491.5 cores=0,2,4,6
/proc/2868/task/2869/stat : 2869 (java) R 2866 2866 4674 0 -1 4202560 69294 0 0 0 249045 105 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385737281184 140385378869667 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2870] ppid=2866 vsize=13980732 memory=1301156 CPUtime=5.84 cores=0,2,4,6
/proc/2868/task/2870/stat : 2870 (java) S 2866 2866 4674 0 -1 1077944384 18815 0 0 0 565 19 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385704884880 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2871] ppid=2866 vsize=13980732 memory=1301156 CPUtime=5.83 cores=0,2,4,6
/proc/2868/task/2871/stat : 2871 (java) S 2866 2866 4674 0 -1 1077944384 20575 0 0 0 565 18 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385332488720 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2872] ppid=2866 vsize=13980732 memory=1376 CPUtime=5.84 cores=0,2,4,6
/proc/2868/task/2872/stat : 2872 (java) S 2866 2866 4674 0 -1 1077944384 20738 0 0 0 567 17 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385331435920 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2873] ppid=2866 vsize=13980732 memory=140372416706561 CPUtime=5.81 cores=0,2,4,6
/proc/2868/task/2873/stat : 2873 (java) S 2866 2866 4674 0 -1 1077944384 18229 0 0 0 563 18 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385330383120 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2874] ppid=2866 vsize=13980732 memory=1301156 CPUtime=1.42 cores=0,2,4,6
/proc/2868/task/2874/stat : 2874 (java) S 2866 2866 4674 0 -1 1077944384 19470 0 0 0 122 20 0 0 20 0 15 0 119372785 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385211579248 140385733053058 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2875] ppid=2866 vsize=13980732 memory=1301156 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2875/stat : 2875 (java) S 2866 2866 4674 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 119372785 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385210525216 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2876] ppid=2866 vsize=13980732 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2876/stat : 2876 (java) S 2866 2866 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 119372785 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385209472368 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2877] ppid=2866 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2877/stat : 2877 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385208420688 140385733060507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2878] ppid=2866 vsize=13980732 memory=1301156 CPUtime=1.23 cores=0,2,4,6
/proc/2868/task/2878/stat : 2878 (java) S 2866 2866 4674 0 -1 1077944384 9582 0 0 0 122 1 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385207368048 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2879] ppid=2866 vsize=13980732 memory=1376 CPUtime=1.26 cores=0,2,4,6
/proc/2868/task/2879/stat : 2879 (java) S 2866 2866 4674 0 -1 1077944384 9351 0 0 0 125 1 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385206315248 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2880] ppid=2866 vsize=13980732 memory=1301156 CPUtime=0.41 cores=0,2,4,6
/proc/2868/task/2880/stat : 2880 (java) S 2866 2866 4674 0 -1 1077944384 5109 0 0 0 39 2 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385205262448 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2881] ppid=2866 vsize=13980732 memory=1301156 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2881/stat : 2881 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385204209888 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2882] ppid=2866 vsize=13980732 memory=7680170660397595203 CPUtime=0.78 cores=0,2,4,6
/proc/2868/task/2882/stat : 2882 (java) S 2866 2866 4674 0 -1 1077944384 2014 0 0 0 36 42 0 0 20 0 15 0 119372793 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385203158192 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1302532 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2499.91 s]
# the end of solver process 2866 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000933 s, system=0.000933 s

[startup+2499.92 s]
# the end of solver process 2868 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.8 s, system=2.23919 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2499.9 s]
/proc/loadavg: 1.59 1.52 1.54 3/215 3137
/proc/meminfo: memFree=30255032/32770624 swapFree=67108764/67108860
[pid=2866] ppid=2863 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/2866/stat : 2866 (xcsp3-exec) S 2863 2866 4674 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 119372774 9740288 344 18446744073709551615 4194304 5098028 140723857046288 140723857044392 140662739878524 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 16838656 140723857047929 140723857048133 140723857048133 140723857051627 0
/proc/2866/statm: 2378 344 289 221 0 87 0
[pid=2868] ppid=2866 vsize=13980732 memory=1301156 CPUtime=2520.02 cores=0,2,4,6
/proc/2868/stat : 2868 (java) S 2866 2866 4674 0 -1 1077944320 194549 0 0 0 251779 223 0 0 20 0 15 0 119372782 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140732774848752 140385733041911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
/proc/2868/statm: 3495183 325289 3241 1 0 3483476 0
[pid=2868/tid=2869] ppid=2866 vsize=13980732 memory=1376 CPUtime=2491.5 cores=0,2,4,6
/proc/2868/task/2869/stat : 2869 (java) R 2866 2866 4674 0 -1 4202560 69294 0 0 0 249045 105 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385737281184 140385378869667 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2870] ppid=2866 vsize=13980732 memory=1301156 CPUtime=5.84 cores=0,2,4,6
/proc/2868/task/2870/stat : 2870 (java) S 2866 2866 4674 0 -1 1077944384 18815 0 0 0 565 19 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385704884880 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2871] ppid=2866 vsize=13980732 memory=1301156 CPUtime=5.83 cores=0,2,4,6
/proc/2868/task/2871/stat : 2871 (java) S 2866 2866 4674 0 -1 1077944384 20575 0 0 0 565 18 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385332488720 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2872] ppid=2866 vsize=13980732 memory=1376 CPUtime=5.84 cores=0,2,4,6
/proc/2868/task/2872/stat : 2872 (java) S 2866 2866 4674 0 -1 1077944384 20738 0 0 0 567 17 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385331435920 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2873] ppid=2866 vsize=13980732 memory=140372416706561 CPUtime=5.81 cores=0,2,4,6
/proc/2868/task/2873/stat : 2873 (java) S 2866 2866 4674 0 -1 1077944384 18229 0 0 0 563 18 0 0 20 0 15 0 119372783 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385330383120 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2874] ppid=2866 vsize=13980732 memory=1301156 CPUtime=1.42 cores=0,2,4,6
/proc/2868/task/2874/stat : 2874 (java) S 2866 2866 4674 0 -1 1077944384 19470 0 0 0 122 20 0 0 20 0 15 0 119372785 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385211579248 140385733053058 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2875] ppid=2866 vsize=13980732 memory=1301156 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2875/stat : 2875 (java) S 2866 2866 4674 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 119372785 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385210525216 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2876] ppid=2866 vsize=13980732 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2876/stat : 2876 (java) S 2866 2866 4674 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 119372785 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385209472368 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2877] ppid=2866 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2877/stat : 2877 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385208420688 140385733060507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2878] ppid=2866 vsize=13980732 memory=1301156 CPUtime=1.23 cores=0,2,4,6
/proc/2868/task/2878/stat : 2878 (java) S 2866 2866 4674 0 -1 1077944384 9582 0 0 0 122 1 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385207368048 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2879] ppid=2866 vsize=13980732 memory=1376 CPUtime=1.26 cores=0,2,4,6
/proc/2868/task/2879/stat : 2879 (java) S 2866 2866 4674 0 -1 1077944384 9351 0 0 0 125 1 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385206315248 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2880] ppid=2866 vsize=13980732 memory=1301156 CPUtime=0.41 cores=0,2,4,6
/proc/2868/task/2880/stat : 2880 (java) S 2866 2866 4674 0 -1 1077944384 5109 0 0 0 39 2 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385205262448 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2881] ppid=2866 vsize=13980732 memory=1301156 CPUtime=0 cores=0,2,4,6
/proc/2868/task/2881/stat : 2881 (java) S 2866 2866 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 119372788 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385204209888 140385733052117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
[pid=2868/tid=2882] ppid=2866 vsize=13980732 memory=7680170660397595203 CPUtime=0.78 cores=0,2,4,6
/proc/2868/task/2882/stat : 2882 (java) S 2866 2866 4674 0 -1 1077944384 2014 0 0 0 36 42 0 0 20 0 15 0 119372793 14316269568 325289 18446744073709551615 4194304 4196468 140732774866208 140385203158192 140385733053058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 11415552 140732774867377 140732774867553 140732774867553 140732774870991 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1302532 KiB

Child status: 143
Real time (s): 2499.92
CPU time (s): 2520.04
CPU user time (s): 2517.8
CPU system time (s): 2.23919
CPU usage (%): 100.805
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 3838956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.8
system time used= 2.23919
maximum resident set size= 3905492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195310
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91481
involuntary context switches= 6489


# summary of solver processes directly reported to runsolver:
#   pid: 2866,2868
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2517.8
#   total CPU system time (s): 2.23919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3538 second user time and 23.8683 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-14 15:37:09
IDJOB=4269108
IDBENCH=120617
IDSOLVER=2660
FILE ID=node134/4269108-1502718663
RUNJOBID= node134-1502649032-24470
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-4-insertions-3.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-4269108-1502718663/watcher-4269108-1502718663 -o /tmp/evaluation-result-4269108-1502718663/solver-4269108-1502718663 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 276825615 HOME/instance-4269108-1502718663.xml

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=276825615

node134.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.43
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.43
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.43
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.43
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:        31572560 kB
MemAvailable:   31805016 kB
Buffers:          257472 kB
Cached:           266096 kB
SwapCached:            4 kB
Active:           549892 kB
Inactive:         193096 kB
Active(anon):     166472 kB
Inactive(anon):    94536 kB
Active(file):     383420 kB
Inactive(file):    98560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              7856 kB
Writeback:             0 kB
AnonPages:        219348 kB
Mapped:            70756 kB
Shmem:             41564 kB
Slab:             159456 kB
SReclaimable:     132624 kB
SUnreclaim:        26832 kB
KernelStack:        3520 kB
PageTables:         5652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1168364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-14 16:18:49