Trace number 4306605

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.7b seq (e747e1e)SAT (TO)43 2520.26 2506.27

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15a_c18.xml
MD5SUMa75ea741f9764b89989098c28f8006bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark58.1377
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints154
Number of domains19
Minimum domain size1
Maximum domain size27
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":31},{"size":3,"count":4},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":27,"count":15}]
Minimum variable degree2
Maximum variable degree41
Distribution of variable degrees[{"degree":2,"count":41},{"degree":40,"count":10},{"degree":41,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":128},{"arity":16,"count":26}]
Number of extensional constraints0
Number of intensional constraints128
Distribution of constraint types[{"type":"intension","count":128},{"type":"count","count":26}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306605-1534093781.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306605-1534093781.xml, -tl, 2520s, -p, 1]
0.12/0.22	c simple solver
0.33/0.28	c parse instance...
1.32/0.65	c solve instance...
1.56/0.73	o 81 
1.56/0.74	o 73 
1.56/0.76	o 72 
1.56/0.77	o 71 
3.12/1.24	o 67 
4.12/1.67	o 63 
4.45/1.82	o 59 
4.45/1.83	o 58 
5.01/2.21	o 57 
5.01/2.28	o 56 
5.12/2.34	o 53 
5.12/2.35	o 52 
24.15/20.70	o 51 
27.69/24.29	o 49 
27.79/24.33	o 47 
28.19/24.78	o 46 
43.72/40.28	o 45 
143.39/139.79	o 44 
554.62/550.04	o 43 
2520.08/2506.11	s SATISFIABLE
2520.08/2506.11	v <instantiation>
2520.08/2506.11	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] </list>
2520.08/2506.11	v 	<values>12 12 13 2 -2 -13 12 12 -12 1 -12 1 2 -1 5 1 1 0 0 0 0 0 0 0 0 0 2 1 2 2 0 0 1 0 0 0 0 0 0 4 1 0 0 0 0 8 10 0 0 6 0 7 0 0 12 0 </values>
2520.08/2506.11	v </instantiation>
2520.08/2506.11	c Unexpected resolution interruption!

Verifier Data

OK	43

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306605-1534093781/watcher-4306605-1534093781 -o /tmp/evaluation-result-4306605-1534093781/solver-4306605-1534093781 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534063588-31243 --watchdog 2580 HOME/xcsp3-exec -seed 1833333295 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306605-1534093781.xml 

running on 4 cores: 1,3,5,7

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

solver pid=2555, runsolver pid=2552

[startup+0.100107 s]*
/proc/loadavg: 1.68 1.74 1.73 3/217 2571
/proc/meminfo: memFree=16925740/32770624 swapFree=67108844/67108860
[pid=2555] ppid=2552 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2555/stat : 2555 (xcsp3-exec) S 2552 2555 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226941268 115843072 363 33554432000 4194304 5098028 140736941482128 140736941480232 140007812227708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13680640 140736941491258 140736941491460 140736941491460 140736941494218 0
/proc/2555/statm: 28282 363 305 221 0 87 0
[pid=2557] ppid=2555 vsize=14082940 memory=28772 CPUtime=0.12 cores=1,3,5,7
/proc/2557/stat : 2557 (java) S 2555 2555 31211 0 -1 1077944320 5535 0 0 0 11 1 0 0 20 0 15 0 226941268 14420930560 7193 33554432000 4194304 4196468 140722320296608 140722320279152 140163723779831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
/proc/2557/statm: 3520735 7193 3032 1 0 3483012 0
[pid=2557/tid=2558] ppid=2555 vsize=14082940 memory=7031125463459224206 CPUtime=0.09 cores=1,3,5,7
/proc/2557/task/2558/stat : 2558 (java) R 2555 2555 31211 0 -1 4202560 3560 0 0 0 9 0 0 0 20 0 15 0 226941269 14420930560 7193 33554432000 4194304 4196468 140722320296608 140163728013104 140163723801757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2559] ppid=2555 vsize=14082940 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2559/stat : 2559 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941269 14420930560 7193 33554432000 4194304 4196468 140722320296608 140163653868048 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2560] ppid=2555 vsize=14082940 memory=140520127981184 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2560/stat : 2560 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941269 14420930560 7193 33554432000 4194304 4196468 140722320296608 140163652815504 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2561] ppid=2555 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2561/stat : 2561 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941269 14420930560 7193 33554432000 4194304 4196468 140722320296608 140163651762448 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2562] ppid=2555 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2562/stat : 2562 (java) S 2555 2555 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226941269 14420930560 7193 33554432000 4194304 4196468 140722320296608 140163650709904 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2563] ppid=2555 vsize=14082940 memory=140520127981184 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2563/stat : 2563 (java) S 2555 2555 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226941271 14420930560 7193 33554432000 4194304 4196468 140722320296608 140162635770608 140163723790978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2564] ppid=2555 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2564/stat : 2564 (java) S 2555 2555 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226941271 14420930560 7193 33554432000 4194304 4196468 140722320296608 140162566710944 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2565] ppid=2555 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2565/stat : 2565 (java) S 2555 2555 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226941271 14420930560 7193 33554432000 4194304 4196468 140722320296608 140162565657840 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2566] ppid=2555 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2566/stat : 2566 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14420930560 7193 33554432000 4194304 4196468 140722320296608 140162564606416 140163723798427 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2567] ppid=2555 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2567/stat : 2567 (java) S 2555 2555 31211 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 226941274 14420930560 7193 33554432000 4194304 4196468 140722320296608 140162563553520 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2568] ppid=2555 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2568/stat : 2568 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14420930560 7193 33554432000 4194304 4196468 140722320296608 140162562500976 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2569] ppid=2555 vsize=14082940 memory=140520127981184 CPUtime=0.01 cores=1,3,5,7
/proc/2557/task/2569/stat : 2569 (java) S 2555 2555 31211 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 15 0 226941274 14420930560 7193 33554432000 4194304 4196468 140722320296608 140162561447920 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2570] ppid=2555 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2570/stat : 2570 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14420930560 7193 33554432000 4194304 4196468 140722320296608 140162560395616 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2571] ppid=2555 vsize=14082940 memory=140520127981184 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2571/stat : 2571 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941274 14420930560 7193 33554432000 4194304 4196468 140722320296608 140162559343664 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30224 KiB

[startup+0.210793 s]*
/proc/loadavg: 1.68 1.74 1.73 5/217 2571
/proc/meminfo: memFree=16913956/32770624 swapFree=67108844/67108860
[pid=2555] ppid=2552 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2555/stat : 2555 (xcsp3-exec) S 2552 2555 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226941268 115843072 363 33554432000 4194304 5098028 140736941482128 140736941480232 140007812227708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13680640 140736941491258 140736941491460 140736941491460 140736941494218 0
/proc/2555/statm: 28282 363 305 221 0 87 0
[pid=2557] ppid=2555 vsize=14082940 memory=40928 CPUtime=0.33 cores=1,3,5,7
/proc/2557/stat : 2557 (java) S 2555 2555 31211 0 -1 1077944320 8328 0 0 0 32 1 0 0 20 0 15 0 226941268 14420930560 10232 33554432000 4194304 4196468 140722320296608 140722320279152 140163723779831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
/proc/2557/statm: 3520735 10232 3175 1 0 3483012 0
[pid=2557/tid=2558] ppid=2555 vsize=14082940 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/2557/task/2558/stat : 2558 (java) R 2555 2555 31211 0 -1 4202560 5427 0 0 0 19 1 0 0 20 0 15 0 226941269 14420930560 10232 33554432000 4194304 4196468 140722320296608 140163728017440 140163707860318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2559] ppid=2555 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2559/stat : 2559 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941269 14420930560 10232 33554432000 4194304 4196468 140722320296608 140163653868048 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2560] ppid=2555 vsize=14082940 memory=140520128001775 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2560/stat : 2560 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941269 14420930560 10232 33554432000 4194304 4196468 140722320296608 140163652815504 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2561] ppid=2555 vsize=14082940 memory=140520127981184 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2561/stat : 2561 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941269 14420930560 10232 33554432000 4194304 4196468 140722320296608 140163651762448 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2562] ppid=2555 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2562/stat : 2562 (java) S 2555 2555 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226941269 14420930560 10232 33554432000 4194304 4196468 140722320296608 140163650709904 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2563] ppid=2555 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2563/stat : 2563 (java) S 2555 2555 31211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 226941271 14420930560 10232 33554432000 4194304 4196468 140722320296608 140162635770608 140163723790978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2564] ppid=2555 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2564/stat : 2564 (java) S 2555 2555 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226941271 14420930560 10232 33554432000 4194304 4196468 140722320296608 140162566710944 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2565] ppid=2555 vsize=14082940 memory=140520127981184 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2565/stat : 2565 (java) S 2555 2555 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226941271 14420930560 10232 33554432000 4194304 4196468 140722320296608 140162565657840 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2566] ppid=2555 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2566/stat : 2566 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14420930560 10232 33554432000 4194304 4196468 140722320296608 140162564606416 140163723798427 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2567] ppid=2555 vsize=14082940 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2557/task/2567/stat : 2567 (java) S 2555 2555 31211 0 -1 1077944384 451 0 0 0 2 0 0 0 20 0 15 0 226941274 14420930560 10232 33554432000 4194304 4196468 140722320296608 140162563553520 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2568] ppid=2555 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2557/task/2568/stat : 2568 (java) S 2555 2555 31211 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 15 0 226941274 14420930560 10232 33554432000 4194304 4196468 140722320296608 140162562500976 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2569] ppid=2555 vsize=14082940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2557/task/2569/stat : 2569 (java) S 2555 2555 31211 0 -1 1077944384 788 0 0 0 8 0 0 0 20 0 15 0 226941274 14420930560 10232 33554432000 4194304 4196468 140722320296608 140162561447920 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2570] ppid=2555 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2570/stat : 2570 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14420930560 10232 33554432000 4194304 4196468 140722320296608 140162560395616 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2571] ppid=2555 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2571/stat : 2571 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941274 14420930560 10232 33554432000 4194304 4196468 140722320296608 140162559343664 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42380 KiB

[startup+0.310645 s]*
/proc/loadavg: 1.68 1.74 1.73 4/217 2571
/proc/meminfo: memFree=16907504/32770624 swapFree=67108844/67108860
[pid=2555] ppid=2552 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2555/stat : 2555 (xcsp3-exec) S 2552 2555 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226941268 115843072 363 33554432000 4194304 5098028 140736941482128 140736941480232 140007812227708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13680640 140736941491258 140736941491460 140736941491460 140736941494218 0
/proc/2555/statm: 28282 363 305 221 0 87 0
[pid=2557] ppid=2555 vsize=14087196 memory=48220 CPUtime=0.53 cores=1,3,5,7
/proc/2557/stat : 2557 (java) S 2555 2555 31211 0 -1 1077944320 9214 0 0 0 51 2 0 0 20 0 15 0 226941268 14425288704 12055 33554432000 4194304 4196468 140722320296608 140722320279152 140163723779831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
/proc/2557/statm: 3521799 12055 3240 1 0 3483012 0
[pid=2557/tid=2558] ppid=2555 vsize=14087196 memory=281039977244576 CPUtime=0.29 cores=1,3,5,7
/proc/2557/task/2558/stat : 2558 (java) R 2555 2555 31211 0 -1 4202560 6143 0 0 0 28 1 0 0 20 0 15 0 226941269 14425288704 12055 33554432000 4194304 4196468 140722320296608 140163728010944 140163723801757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2559] ppid=2555 vsize=14087196 memory=4294967331 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2559/stat : 2559 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941269 14425288704 12055 33554432000 4194304 4196468 140722320296608 140163653868048 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2560] ppid=2555 vsize=14087196 memory=140520128036896 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2560/stat : 2560 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941269 14425288704 12055 33554432000 4194304 4196468 140722320296608 140163652815504 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2561] ppid=2555 vsize=14087196 memory=58084 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2561/stat : 2561 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941269 14425288704 12055 33554432000 4194304 4196468 140722320296608 140163651762448 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2562] ppid=2555 vsize=14087196 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2562/stat : 2562 (java) S 2555 2555 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226941269 14425288704 12055 33554432000 4194304 4196468 140722320296608 140163650709904 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2563] ppid=2555 vsize=14087196 memory=140520128043808 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2563/stat : 2563 (java) S 2555 2555 31211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 226941271 14425288704 12055 33554432000 4194304 4196468 140722320296608 140162635770608 140163723790978 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2564] ppid=2555 vsize=14087196 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2564/stat : 2564 (java) S 2555 2555 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226941271 14425288704 12055 33554432000 4194304 4196468 140722320296608 140162566710944 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2565] ppid=2555 vsize=14087196 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2565/stat : 2565 (java) S 2555 2555 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226941271 14425288704 12055 33554432000 4194304 4196468 140722320296608 140162565657840 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2566] ppid=2555 vsize=14087196 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2566/stat : 2566 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14425288704 12055 33554432000 4194304 4196468 140722320296608 140162564606416 140163723798427 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2567] ppid=2555 vsize=14087196 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2557/task/2567/stat : 2567 (java) S 2555 2555 31211 0 -1 1077944384 548 0 0 0 5 0 0 0 20 0 15 0 226941274 14425288704 12055 33554432000 4194304 4196468 140722320296608 140162563553520 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2568] ppid=2555 vsize=14087196 memory=140519988654543 CPUtime=0.04 cores=1,3,5,7
/proc/2557/task/2568/stat : 2568 (java) S 2555 2555 31211 0 -1 1077944384 383 0 0 0 4 0 0 0 20 0 15 0 226941274 14425288704 12055 33554432000 4194304 4196468 140722320296608 140162562500976 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2569] ppid=2555 vsize=14087196 memory=140520127983662 CPUtime=0.12 cores=1,3,5,7
/proc/2557/task/2569/stat : 2569 (java) S 2555 2555 31211 0 -1 1077944384 860 0 0 0 12 0 0 0 20 0 15 0 226941274 14425288704 12055 33554432000 4194304 4196468 140722320296608 140162561447920 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2570] ppid=2555 vsize=14087196 memory=140519988645327 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2570/stat : 2570 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14425288704 12055 33554432000 4194304 4196468 140722320296608 140162560395616 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2571] ppid=2555 vsize=14087196 memory=281040116635776 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2571/stat : 2571 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941274 14425288704 12055 33554432000 4194304 4196468 140722320296608 140162559343664 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49672 KiB

[startup+0.703559 s]
/proc/loadavg: 1.68 1.74 1.73 6/217 2571
/proc/meminfo: memFree=16890384/32770624 swapFree=67108844/67108860
[pid=2555] ppid=2552 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2555/stat : 2555 (xcsp3-exec) S 2552 2555 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226941268 115843072 363 33554432000 4194304 5098028 140736941482128 140736941480232 140007812227708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13680640 140736941491258 140736941491460 140736941491460 140736941494218 0
/proc/2555/statm: 28282 363 305 221 0 87 0
[pid=2557] ppid=2555 vsize=14089320 memory=78388 CPUtime=1.56 cores=1,3,5,7
/proc/2557/stat : 2557 (java) S 2555 2555 31211 0 -1 1077944320 12765 0 0 0 152 4 0 0 20 0 15 0 226941268 14427463680 19597 33554432000 4194304 4196468 140722320296608 140722320279152 140163723779831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
/proc/2557/statm: 3522330 19597 3363 1 0 3483524 0
[pid=2557/tid=2558] ppid=2555 vsize=14089320 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/2557/task/2558/stat : 2558 (java) R 2555 2555 31211 0 -1 4202560 7082 0 0 0 64 2 0 0 20 0 15 0 226941269 14427463680 19597 33554432000 4194304 4196468 140722320296608 140163728019968 140163326221723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2559] ppid=2555 vsize=14089320 memory=8242257093008242485 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2559/stat : 2559 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941269 14427463680 19597 33554432000 4194304 4196468 140722320296608 140163653868048 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2560] ppid=2555 vsize=14089320 memory=7300987428350083177 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2560/stat : 2560 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941269 14427463680 19597 33554432000 4194304 4196468 140722320296608 140163652815504 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2561] ppid=2555 vsize=14089320 memory=6155409523803181143 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2561/stat : 2561 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941269 14427463680 19597 33554432000 4194304 4196468 140722320296608 140163651762448 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2562] ppid=2555 vsize=14089320 memory=10464 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2562/stat : 2562 (java) S 2555 2555 31211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 226941269 14427463680 19597 33554432000 4194304 4196468 140722320296608 140163650709904 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2563] ppid=2555 vsize=14089320 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2563/stat : 2563 (java) S 2555 2555 31211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 226941271 14427463680 19597 33554432000 4194304 4196468 140722320296608 140162635770608 140163723790978 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2564] ppid=2555 vsize=14089320 memory=1168 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2564/stat : 2564 (java) S 2555 2555 31211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 226941271 14427463680 19597 33554432000 4194304 4196468 140722320296608 140162566710944 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2565] ppid=2555 vsize=14089320 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2565/stat : 2565 (java) S 2555 2555 31211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 226941271 14427463680 19597 33554432000 4194304 4196468 140722320296608 140162565657840 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2566] ppid=2555 vsize=14089320 memory=1020 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2566/stat : 2566 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14427463680 19597 33554432000 4194304 4196468 140722320296608 140162564606416 140163723798427 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2567] ppid=2555 vsize=14089320 memory=5780 CPUtime=0.23 cores=1,3,5,7
/proc/2557/task/2567/stat : 2567 (java) R 2555 2555 31211 0 -1 4202560 1165 0 0 0 23 0 0 0 20 0 15 0 226941274 14427463680 19597 33554432000 4194304 4196468 140722320296608 140162563544848 140163708855584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2568] ppid=2555 vsize=14089320 memory=756 CPUtime=0.24 cores=1,3,5,7
/proc/2557/task/2568/stat : 2568 (java) R 2555 2555 31211 0 -1 1077944384 1120 0 0 0 24 0 0 0 20 0 15 0 226941274 14427463680 19597 33554432000 4194304 4196468 140722320296608 140162562490768 140163723790037 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2569] ppid=2555 vsize=14089320 memory=14568 CPUtime=0.39 cores=1,3,5,7
/proc/2557/task/2569/stat : 2569 (java) R 2555 2555 31211 0 -1 4202560 2090 0 0 0 39 0 0 0 20 0 15 0 226941274 14427463680 19597 33554432000 4194304 4196468 140722320296608 140162561443184 140163702650912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2570] ppid=2555 vsize=14089320 memory=12708 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2570/stat : 2570 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14427463680 19597 33554432000 4194304 4196468 140722320296608 140162560395616 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2571] ppid=2555 vsize=14089320 memory=6153431502485416041 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2571/stat : 2571 (java) S 2555 2555 31211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 226941274 14427463680 19597 33554432000 4194304 4196468 140722320296608 140162559343664 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 79840 KiB

[startup+1.50087 s]
/proc/loadavg: 1.68 1.74 1.73 5/217 2571
/proc/meminfo: memFree=16868740/32770624 swapFree=67108844/67108860
[pid=2555] ppid=2552 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2555/stat : 2555 (xcsp3-exec) S 2552 2555 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226941268 115843072 363 33554432000 4194304 5098028 140736941482128 140736941480232 140007812227708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13680640 140736941491258 140736941491460 140736941491460 140736941494218 0
/proc/2555/statm: 28282 363 305 221 0 87 0

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

/proc/2557/task/2569/stat : 2569 (java) S 2555 2555 31211 0 -1 1077944384 8162 0 0 0 59 2 0 0 20 0 15 0 226941274 14427463680 2184789 33554432000 4194304 4196468 140722320296608 140162561447920 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2570] ppid=2555 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2570/stat : 2570 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14427463680 2184789 33554432000 4194304 4196468 140722320296608 140162560395616 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2571] ppid=2555 vsize=14089320 memory=4140 CPUtime=0.56 cores=1,3,5,7
/proc/2557/task/2571/stat : 2571 (java) S 2555 2555 31211 0 -1 1077944384 1580 0 0 0 23 33 0 0 20 0 15 0 226941274 14427463680 2184789 33554432000 4194304 4196468 140722320296608 140162559343664 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
Current children cumulated CPU time: 2396.13 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 8740608 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.54 1.57 2/196 2700
/proc/meminfo: memFree=8699756/32770624 swapFree=67108844/67108860
[pid=2555] ppid=2552 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2555/stat : 2555 (xcsp3-exec) S 2552 2555 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226941268 115843072 363 33554432000 4194304 5098028 140736941482128 140736941480232 140007812227708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13680640 140736941491258 140736941491460 140736941491460 140736941494218 0
/proc/2555/statm: 28282 363 305 221 0 87 0
[pid=2557] ppid=2555 vsize=14089320 memory=8739160 CPUtime=2456.19 cores=1,3,5,7
/proc/2557/stat : 2557 (java) S 2555 2555 31211 0 -1 1077944320 1571216 0 0 0 243959 1660 0 0 20 0 15 0 226941268 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140722320279152 140163723779831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
/proc/2557/statm: 3522330 2184790 3421 1 0 3483524 0
[pid=2557/tid=2558] ppid=2555 vsize=14089320 memory=8739160 CPUtime=2436.59 cores=1,3,5,7
/proc/2557/task/2558/stat : 2558 (java) R 2555 2555 31211 0 -1 4202560 1483778 0 0 0 242123 1536 0 0 20 0 15 0 226941269 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140163728019392 140163328409356 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2559] ppid=2555 vsize=14089320 memory=8739160 CPUtime=3.34 cores=1,3,5,7
/proc/2557/task/2559/stat : 2559 (java) S 2555 2555 31211 0 -1 1077944384 6770 0 0 0 326 8 0 0 20 0 15 0 226941269 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140163653868048 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2560] ppid=2555 vsize=14089320 memory=8739160 CPUtime=3.33 cores=1,3,5,7
/proc/2557/task/2560/stat : 2560 (java) S 2555 2555 31211 0 -1 1077944384 7631 0 0 0 324 9 0 0 20 0 15 0 226941269 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140163652815504 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2561] ppid=2555 vsize=14089320 memory=1452 CPUtime=3.34 cores=1,3,5,7
/proc/2557/task/2561/stat : 2561 (java) S 2555 2555 31211 0 -1 1077944384 6214 0 0 0 327 7 0 0 20 0 15 0 226941269 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140163651762448 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2562] ppid=2555 vsize=14089320 memory=8739160 CPUtime=3.3 cores=1,3,5,7
/proc/2557/task/2562/stat : 2562 (java) S 2555 2555 31211 0 -1 1077944384 4938 0 0 0 322 8 0 0 20 0 15 0 226941269 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140163650709904 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2563] ppid=2555 vsize=14089320 memory=1452 CPUtime=1.8 cores=1,3,5,7
/proc/2557/task/2563/stat : 2563 (java) S 2555 2555 31211 0 -1 1077944384 23280 0 0 0 118 62 0 0 20 0 15 0 226941271 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162635770608 140163723790978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2564] ppid=2555 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2564/stat : 2564 (java) S 2555 2555 31211 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 226941271 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162566710944 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2565] ppid=2555 vsize=14089320 memory=8739160 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2565/stat : 2565 (java) S 2555 2555 31211 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 226941271 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162565657840 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2566] ppid=2555 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2566/stat : 2566 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162564606416 140163723798427 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2567] ppid=2555 vsize=14089320 memory=1452 CPUtime=1.52 cores=1,3,5,7
/proc/2557/task/2567/stat : 2567 (java) S 2555 2555 31211 0 -1 1077944384 13416 0 0 0 151 1 0 0 20 0 15 0 226941274 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162563553520 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2568] ppid=2555 vsize=14089320 memory=8739160 CPUtime=1.7 cores=1,3,5,7
/proc/2557/task/2568/stat : 2568 (java) S 2555 2555 31211 0 -1 1077944384 14079 0 0 0 169 1 0 0 20 0 15 0 226941274 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162562500976 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2569] ppid=2555 vsize=14089320 memory=1452 CPUtime=0.61 cores=1,3,5,7
/proc/2557/task/2569/stat : 2569 (java) S 2555 2555 31211 0 -1 1077944384 8162 0 0 0 59 2 0 0 20 0 15 0 226941274 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162561447920 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2570] ppid=2555 vsize=14089320 memory=8739160 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2570/stat : 2570 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162560395616 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2571] ppid=2555 vsize=14089320 memory=1452 CPUtime=0.57 cores=1,3,5,7
/proc/2557/task/2571/stat : 2571 (java) S 2555 2555 31211 0 -1 1077944384 1584 0 0 0 23 34 0 0 20 0 15 0 226941274 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162559343664 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
Current children cumulated CPU time: 2456.19 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 8740612 KiB

[startup+2502.3 s]
/proc/loadavg: 1.16 1.46 1.54 2/196 2701
/proc/meminfo: memFree=8700564/32770624 swapFree=67108844/67108860
[pid=2555] ppid=2552 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2555/stat : 2555 (xcsp3-exec) S 2552 2555 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226941268 115843072 363 33554432000 4194304 5098028 140736941482128 140736941480232 140007812227708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13680640 140736941491258 140736941491460 140736941491460 140736941494218 0
/proc/2555/statm: 28282 363 305 221 0 87 0
[pid=2557] ppid=2555 vsize=14089320 memory=8739160 CPUtime=2516.22 cores=1,3,5,7
/proc/2557/stat : 2557 (java) S 2555 2555 31211 0 -1 1077944320 1669329 0 0 0 249949 1673 0 0 20 0 15 0 226941268 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140722320279152 140163723779831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
/proc/2557/statm: 3522330 2184790 3421 1 0 3483524 0
[pid=2557/tid=2558] ppid=2555 vsize=14089320 memory=8739160 CPUtime=2496.59 cores=1,3,5,7
/proc/2557/task/2558/stat : 2558 (java) R 2555 2555 31211 0 -1 4202560 1581865 0 0 0 248112 1547 0 0 20 0 15 0 226941269 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140163728019392 140163327005059 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2559] ppid=2555 vsize=14089320 memory=1452 CPUtime=3.34 cores=1,3,5,7
/proc/2557/task/2559/stat : 2559 (java) S 2555 2555 31211 0 -1 1077944384 6770 0 0 0 326 8 0 0 20 0 15 0 226941269 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140163653868048 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2560] ppid=2555 vsize=14089320 memory=8739160 CPUtime=3.33 cores=1,3,5,7
/proc/2557/task/2560/stat : 2560 (java) S 2555 2555 31211 0 -1 1077944384 7631 0 0 0 324 9 0 0 20 0 15 0 226941269 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140163652815504 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2561] ppid=2555 vsize=14089320 memory=8739160 CPUtime=3.34 cores=1,3,5,7
/proc/2557/task/2561/stat : 2561 (java) S 2555 2555 31211 0 -1 1077944384 6214 0 0 0 327 7 0 0 20 0 15 0 226941269 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140163651762448 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2562] ppid=2555 vsize=14089320 memory=1452 CPUtime=3.3 cores=1,3,5,7
/proc/2557/task/2562/stat : 2562 (java) S 2555 2555 31211 0 -1 1077944384 4938 0 0 0 322 8 0 0 20 0 15 0 226941269 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140163650709904 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2563] ppid=2555 vsize=14089320 memory=8739160 CPUtime=1.8 cores=1,3,5,7
/proc/2557/task/2563/stat : 2563 (java) S 2555 2555 31211 0 -1 1077944384 23282 0 0 0 118 62 0 0 20 0 15 0 226941271 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162635770608 140163723790978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2564] ppid=2555 vsize=14089320 memory=8739160 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2564/stat : 2564 (java) S 2555 2555 31211 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 226941271 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162566710944 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2565] ppid=2555 vsize=14089320 memory=8739160 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2565/stat : 2565 (java) S 2555 2555 31211 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 226941271 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162565657840 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2566] ppid=2555 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2566/stat : 2566 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162564606416 140163723798427 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2567] ppid=2555 vsize=14089320 memory=8739160 CPUtime=1.52 cores=1,3,5,7
/proc/2557/task/2567/stat : 2567 (java) S 2555 2555 31211 0 -1 1077944384 13418 0 0 0 151 1 0 0 20 0 15 0 226941274 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162563553520 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2568] ppid=2555 vsize=14089320 memory=1452 CPUtime=1.7 cores=1,3,5,7
/proc/2557/task/2568/stat : 2568 (java) S 2555 2555 31211 0 -1 1077944384 14082 0 0 0 169 1 0 0 20 0 15 0 226941274 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162562500976 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2569] ppid=2555 vsize=14089320 memory=8739160 CPUtime=0.61 cores=1,3,5,7
/proc/2557/task/2569/stat : 2569 (java) S 2555 2555 31211 0 -1 1077944384 8164 0 0 0 59 2 0 0 20 0 15 0 226941274 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162561447920 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2570] ppid=2555 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2570/stat : 2570 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162560395616 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2571] ppid=2555 vsize=14089320 memory=1452 CPUtime=0.58 cores=1,3,5,7
/proc/2557/task/2571/stat : 2571 (java) S 2555 2555 31211 0 -1 1077944384 1601 0 0 0 24 34 0 0 20 0 15 0 226941274 14427463680 2184790 33554432000 4194304 4196468 140722320296608 140162559343664 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
Current children cumulated CPU time: 2516.22 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 8740612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.11 s]
/proc/loadavg: 1.16 1.46 1.54 2/196 2701
/proc/meminfo: memFree=8700824/32770624 swapFree=67108844/67108860
[pid=2555] ppid=2552 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2555/stat : 2555 (xcsp3-exec) S 2552 2555 31211 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 226941268 115843072 363 33554432000 4194304 5098028 140736941482128 140736941480232 140007812227708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13680640 140736941491258 140736941491460 140736941491460 140736941494218 0
/proc/2555/statm: 28282 363 305 221 0 87 0
[pid=2557] ppid=2555 vsize=14089320 memory=8738812 CPUtime=2520.08 cores=1,3,5,7
/proc/2557/stat : 2557 (java) S 2555 2555 31211 0 -1 1077944320 1684648 0 0 0 250335 1673 0 0 20 0 15 0 226941268 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140722320279152 140163723779831 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
/proc/2557/statm: 3522330 2184703 3421 1 0 3483524 0
[pid=2557/tid=2558] ppid=2555 vsize=14089320 memory=8739160 CPUtime=2500.38 cores=1,3,5,7
/proc/2557/task/2558/stat : 2558 (java) R 2555 2555 31211 0 -1 4202560 1588744 0 0 0 248490 1548 0 0 20 0 15 0 226941269 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140163728019392 140163327005196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2559] ppid=2555 vsize=14089320 memory=8739160 CPUtime=3.36 cores=1,3,5,7
/proc/2557/task/2559/stat : 2559 (java) S 2555 2555 31211 0 -1 1077944384 10324 0 0 0 328 8 0 0 20 0 15 0 226941269 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140163653868048 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2560] ppid=2555 vsize=14089320 memory=1452 CPUtime=3.35 cores=1,3,5,7
/proc/2557/task/2560/stat : 2560 (java) S 2555 2555 31211 0 -1 1077944384 10101 0 0 0 326 9 0 0 20 0 15 0 226941269 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140163652815504 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2561] ppid=2555 vsize=14089320 memory=8739160 CPUtime=3.36 cores=1,3,5,7
/proc/2557/task/2561/stat : 2561 (java) S 2555 2555 31211 0 -1 1077944384 7371 0 0 0 329 7 0 0 20 0 15 0 226941269 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140163651762448 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2562] ppid=2555 vsize=14089320 memory=8739160 CPUtime=3.32 cores=1,3,5,7
/proc/2557/task/2562/stat : 2562 (java) S 2555 2555 31211 0 -1 1077944384 6030 0 0 0 324 8 0 0 20 0 15 0 226941269 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140163650709904 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2563] ppid=2555 vsize=14089320 memory=1452 CPUtime=1.8 cores=1,3,5,7
/proc/2557/task/2563/stat : 2563 (java) S 2555 2555 31211 0 -1 1077944384 23449 0 0 0 118 62 0 0 20 0 15 0 226941271 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140162635770608 140163723790978 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2564] ppid=2555 vsize=14089320 memory=8739160 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2564/stat : 2564 (java) S 2555 2555 31211 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 226941271 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140162566710944 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2565] ppid=2555 vsize=14089320 memory=8738812 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2565/stat : 2565 (java) S 2555 2555 31211 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 226941271 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140162565657840 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2566] ppid=2555 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2566/stat : 2566 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140162564606416 140163723798427 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2567] ppid=2555 vsize=14089320 memory=1452 CPUtime=1.52 cores=1,3,5,7
/proc/2557/task/2567/stat : 2567 (java) S 2555 2555 31211 0 -1 1077944384 13418 0 0 0 151 1 0 0 20 0 15 0 226941274 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140162563553520 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2568] ppid=2555 vsize=14089320 memory=1452 CPUtime=1.7 cores=1,3,5,7
/proc/2557/task/2568/stat : 2568 (java) S 2555 2555 31211 0 -1 1077944384 14082 0 0 0 169 1 0 0 20 0 15 0 226941274 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140162562500976 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2569] ppid=2555 vsize=14089320 memory=1452 CPUtime=0.61 cores=1,3,5,7
/proc/2557/task/2569/stat : 2569 (java) S 2555 2555 31211 0 -1 1077944384 8164 0 0 0 59 2 0 0 20 0 15 0 226941274 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140162561447920 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2570] ppid=2555 vsize=14089320 memory=8739160 CPUtime=0 cores=1,3,5,7
/proc/2557/task/2570/stat : 2570 (java) S 2555 2555 31211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 226941274 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140162560395616 140163723790037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
[pid=2557/tid=2571] ppid=2555 vsize=14089320 memory=1452 CPUtime=0.58 cores=1,3,5,7
/proc/2557/task/2571/stat : 2571 (java) S 2555 2555 31211 0 -1 1077944384 1601 0 0 0 24 34 0 0 20 0 15 0 226941274 14427463680 2184703 33554432000 4194304 4196468 140722320296608 140162559343664 140163723790978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 6676480 140722320299142 140722320299313 140722320299313 140722320302031 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 8740264 KiB

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

[startup+2506.12 s]
# the end of solver process 2555 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00074 s, system=0.001481 s

[startup+2506.27 s]
# the end of solver process 2557 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2503.36 s, system=16.8981 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+2506.21 s]*
/proc/loadavg: 1.16 1.46 1.54 2/182 2703
/proc/meminfo: memFree=16128268/32770624 swapFree=67108844/67108860
Current cumulated CPU time of completed processes: 0.002221 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2506.27
CPU time (s): 2520.26
CPU user time (s): 2503.36
CPU system time (s): 16.8981
CPU usage (%): 100.558
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 8740612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2503.36
system time used= 16.8981
maximum resident set size= 8740168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1685518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73085
involuntary context switches= 2378


# summary of solver processes directly reported to runsolver:
#   pid: 2555,2557
#   total CPU time (s): 2520.26
#   total CPU user time (s): 2503.36
#   total CPU system time (s): 16.8981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.522 second user time and 22.5909 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-12 19:09:41
IDJOB=4306605
IDBENCH=141323
IDSOLVER=2787
FILE ID=node136/4306605-1534093781
RUNJOBID= node136-1534063588-31243
PBS_JOBID= 21036988
Free space on /tmp= 35520 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15a_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306605-1534093781/watcher-4306605-1534093781 -o /tmp/evaluation-result-4306605-1534093781/solver-4306605-1534093781 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534063588-31243 --watchdog 2580  HOME/xcsp3-exec -seed 1833333295 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306605-1534093781.xml

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

MD5SUM BENCH= a75ea741f9764b89989098c28f8006bf
RANDOM SEED=1833333295

node136.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.50
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.50
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.50
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.50
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:        16942820 kB
MemAvailable:   31706948 kB
Buffers:          257212 kB
Cached:         14612088 kB
SwapCached:            8 kB
Active:          7427488 kB
Inactive:        7693160 kB
Active(anon):     200740 kB
Inactive(anon):   102964 kB
Active(file):    7226748 kB
Inactive(file):  7590196 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108844 kB
Dirty:             21832 kB
Writeback:             0 kB
AnonPages:        288760 kB
Mapped:            65848 kB
Shmem:             49788 kB
Slab:             403704 kB
SReclaimable:     375644 kB
SUnreclaim:        28060 kB
KernelStack:        3808 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1289004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 35520 MiB
End job on node136 at 2018-08-12 19:51:27