Trace number 4292311

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.7 seq (493a269)SAT (TO)43 2400.09 2384.05

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-4292311-1532338219.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.18	c [HOME/instance-4292311-1532338219.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.35/0.28	c parse instance...
1.35/0.65	c solve instance...
1.58/0.72	o 81 
1.58/0.73	o 73 
1.58/0.75	o 72 
1.58/0.76	o 71 
3.15/1.24	o 67 
4.27/1.68	o 63 
4.76/1.83	o 59 
4.76/1.85	o 58 
5.30/2.22	o 57 
5.30/2.30	o 56 
5.42/2.35	o 53 
5.42/2.36	o 52 
24.39/20.69	o 51 
28.01/24.29	o 49 
28.11/24.33	o 47 
28.52/24.77	o 46 
44.14/40.33	o 45 
144.40/140.37	o 44 
556.11/551.27	o 43 
2400.04/2384.01	s SATISFIABLE
2400.04/2384.01	v <instantiation>
2400.04/2384.01	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>
2400.04/2384.01	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>
2400.04/2384.01	v </instantiation>
2400.04/2384.01	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 (13065 MiB free)
  memory of node 1: 16384 MiB (13570 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292311-1532338219/watcher-4292311-1532338219 -o /tmp/evaluation-result-4292311-1532338219/solver-4292311-1532338219 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532328652-14413 --watchdog 2560 HOME/xcsp3-exec -seed 1793116704 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292311-1532338219.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=16592, runsolver pid=16589

[startup+0.100165 s]*
/proc/loadavg: 1.84 1.78 1.70 3/220 16608
/proc/meminfo: memFree=27258700/32770624 swapFree=67108860/67108860
[pid=16592] ppid=16589 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp3-exec) S 16589 16592 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51385149 115843072 363 33554432000 4194304 5098028 140730153243616 140730153241720 140227776303740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8699904 140730153247802 140730153248004 140730153248004 140730153250762 0
/proc/16592/statm: 28282 363 305 221 0 87 0
[pid=16594] ppid=16592 vsize=14082840 memory=29368 CPUtime=0.12 cores=0,2,4,6
/proc/16594/stat : 16594 (java) S 16592 16592 14382 0 -1 1077944320 5697 0 0 0 11 1 0 0 20 0 15 0 51385149 14420828160 7342 33554432000 4194304 4196468 140725505871696 140725505854240 140129920614135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
/proc/16594/statm: 3520710 7342 3004 1 0 3483008 0
[pid=16594/tid=16595] ppid=16592 vsize=14082840 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/16594/task/16595/stat : 16595 (java) R 16592 16592 14382 0 -1 4202560 3712 0 0 0 8 1 0 0 20 0 15 0 51385149 14420828160 7342 33554432000 4194304 4196468 140725505871696 140129924846384 140129920626070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16596] ppid=16592 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16596/stat : 16596 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385150 14420828160 7342 33554432000 4194304 4196468 140725505871696 140129885895568 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16597] ppid=16592 vsize=14082840 memory=139984188302976 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16597/stat : 16597 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385150 14420828160 7342 33554432000 4194304 4196468 140725505871696 140129515715344 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16598] ppid=16592 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16598/stat : 16598 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385150 14420828160 7342 33554432000 4194304 4196468 140725505871696 140129514663056 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16599] ppid=16592 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16599/stat : 16599 (java) S 16592 16592 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51385150 14420828160 7342 33554432000 4194304 4196468 140725505871696 140129513610256 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16600] ppid=16592 vsize=14082840 memory=139984188302976 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16600/stat : 16600 (java) S 16592 16592 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51385151 14420828160 7342 33554432000 4194304 4196468 140725505871696 140128833054832 140129920625282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16601] ppid=16592 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16601/stat : 16601 (java) S 16592 16592 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51385152 14420828160 7342 33554432000 4194304 4196468 140725505871696 140128832000800 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16602] ppid=16592 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16602/stat : 16602 (java) S 16592 16592 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51385152 14420828160 7342 33554432000 4194304 4196468 140725505871696 140128830948464 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16603] ppid=16592 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16603/stat : 16603 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385154 14420828160 7342 33554432000 4194304 4196468 140725505871696 140128829896784 140129920632731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16604] ppid=16592 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16604/stat : 16604 (java) S 16592 16592 14382 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 51385154 14420828160 7342 33554432000 4194304 4196468 140725505871696 140128828844656 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16605] ppid=16592 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16605/stat : 16605 (java) S 16592 16592 14382 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51385154 14420828160 7342 33554432000 4194304 4196468 140725505871696 140128827791856 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16606] ppid=16592 vsize=14082840 memory=139984188302976 CPUtime=0.01 cores=0,2,4,6
/proc/16594/task/16606/stat : 16606 (java) R 16592 16592 14382 0 -1 4202560 263 0 0 0 1 0 0 0 20 0 15 0 51385154 14420828160 7342 33554432000 4194304 4196468 140725505871696 140128826739568 140129905982943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16607] ppid=16592 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16607/stat : 16607 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385155 14420828160 7342 33554432000 4194304 4196468 140725505871696 140128825687008 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16608] ppid=16592 vsize=14082840 memory=139984188302976 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16608/stat : 16608 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385155 14420828160 7342 33554432000 4194304 4196468 140725505871696 140128824633776 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30820 KiB

[startup+0.214454 s]*
/proc/loadavg: 1.84 1.78 1.70 3/220 16608
/proc/meminfo: memFree=27247352/32770624 swapFree=67108860/67108860
[pid=16592] ppid=16589 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp3-exec) S 16589 16592 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51385149 115843072 363 33554432000 4194304 5098028 140730153243616 140730153241720 140227776303740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8699904 140730153247802 140730153248004 140730153248004 140730153250762 0
/proc/16592/statm: 28282 363 305 221 0 87 0
[pid=16594] ppid=16592 vsize=14087096 memory=41316 CPUtime=0.35 cores=0,2,4,6
/proc/16594/stat : 16594 (java) S 16592 16592 14382 0 -1 1077944320 8380 0 0 0 32 3 0 0 20 0 15 0 51385149 14425186304 10329 33554432000 4194304 4196468 140725505871696 140725505854240 140129920614135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
/proc/16594/statm: 3521774 10329 3164 1 0 3483008 0
[pid=16594/tid=16595] ppid=16592 vsize=14087096 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/16594/task/16595/stat : 16595 (java) R 16592 16592 14382 0 -1 4202560 5526 0 0 0 18 2 0 0 20 0 15 0 51385149 14425186304 10329 33554432000 4194304 4196468 140725505871696 140129924828144 140129920636061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16596] ppid=16592 vsize=14087096 memory=13660 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16596/stat : 16596 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385150 14425186304 10329 33554432000 4194304 4196468 140725505871696 140129885895568 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16597] ppid=16592 vsize=14087096 memory=139984188611973 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16597/stat : 16597 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385150 14425186304 10329 33554432000 4194304 4196468 140725505871696 140129515715344 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16598] ppid=16592 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16598/stat : 16598 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385150 14425186304 10329 33554432000 4194304 4196468 140725505871696 140129514663056 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16599] ppid=16592 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16599/stat : 16599 (java) S 16592 16592 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51385150 14425186304 10329 33554432000 4194304 4196468 140725505871696 140129513610256 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16600] ppid=16592 vsize=14087096 memory=139984188302976 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16600/stat : 16600 (java) S 16592 16592 14382 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51385151 14425186304 10329 33554432000 4194304 4196468 140725505871696 140128833054832 140129920625282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16601] ppid=16592 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16601/stat : 16601 (java) S 16592 16592 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51385152 14425186304 10329 33554432000 4194304 4196468 140725505871696 140128832000800 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16602] ppid=16592 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16602/stat : 16602 (java) S 16592 16592 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51385152 14425186304 10329 33554432000 4194304 4196468 140725505871696 140128830948464 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16603] ppid=16592 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16603/stat : 16603 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385154 14425186304 10329 33554432000 4194304 4196468 140725505871696 140128829896784 140129920632731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16604] ppid=16592 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16594/task/16604/stat : 16604 (java) S 16592 16592 14382 0 -1 1077944384 523 0 0 0 3 0 0 0 20 0 15 0 51385154 14425186304 10329 33554432000 4194304 4196468 140725505871696 140128828844656 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16605] ppid=16592 vsize=14087096 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/16594/task/16605/stat : 16605 (java) S 16592 16592 14382 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 15 0 51385154 14425186304 10329 33554432000 4194304 4196468 140725505871696 140128827791856 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16606] ppid=16592 vsize=14087096 memory=139984188302976 CPUtime=0.07 cores=0,2,4,6
/proc/16594/task/16606/stat : 16606 (java) R 16592 16592 14382 0 -1 4202560 762 0 0 0 7 0 0 0 20 0 15 0 51385154 14425186304 10329 33554432000 4194304 4196468 140725505871696 140128826739568 140129904694622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16607] ppid=16592 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16607/stat : 16607 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385155 14425186304 10329 33554432000 4194304 4196468 140725505871696 140128825687008 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16608] ppid=16592 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16608/stat : 16608 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385155 14425186304 10329 33554432000 4194304 4196468 140725505871696 140128824633776 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 42768 KiB

[startup+0.311009 s]*
/proc/loadavg: 1.84 1.78 1.70 3/220 16608
/proc/meminfo: memFree=27241520/32770624 swapFree=67108860/67108860
[pid=16592] ppid=16589 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp3-exec) S 16589 16592 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51385149 115843072 363 33554432000 4194304 5098028 140730153243616 140730153241720 140227776303740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8699904 140730153247802 140730153248004 140730153248004 140730153250762 0
/proc/16592/statm: 28282 363 305 221 0 87 0
[pid=16594] ppid=16592 vsize=14087096 memory=48040 CPUtime=0.51 cores=0,2,4,6
/proc/16594/stat : 16594 (java) S 16592 16592 14382 0 -1 1077944320 9153 0 0 0 48 3 0 0 20 0 15 0 51385149 14425186304 12010 33554432000 4194304 4196468 140725505871696 140725505854240 140129920614135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
/proc/16594/statm: 3521774 12010 3197 1 0 3483008 0
[pid=16594/tid=16595] ppid=16592 vsize=14087096 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/16594/task/16595/stat : 16595 (java) R 16592 16592 14382 0 -1 4202560 6212 0 0 0 27 2 0 0 20 0 15 0 51385149 14425186304 12010 33554432000 4194304 4196468 140725505871696 140129924849264 140129920626070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16596] ppid=16592 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16596/stat : 16596 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385150 14425186304 12010 33554432000 4194304 4196468 140725505871696 140129885895568 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16597] ppid=16592 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16597/stat : 16597 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385150 14425186304 12010 33554432000 4194304 4196468 140725505871696 140129515715344 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16598] ppid=16592 vsize=14087096 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16598/stat : 16598 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385150 14425186304 12010 33554432000 4194304 4196468 140725505871696 140129514663056 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16599] ppid=16592 vsize=14087096 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16599/stat : 16599 (java) S 16592 16592 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51385150 14425186304 12010 33554432000 4194304 4196468 140725505871696 140129513610256 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16600] ppid=16592 vsize=14087096 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16600/stat : 16600 (java) S 16592 16592 14382 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51385151 14425186304 12010 33554432000 4194304 4196468 140725505871696 140128833054832 140129920625282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16601] ppid=16592 vsize=14087096 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16601/stat : 16601 (java) S 16592 16592 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51385152 14425186304 12010 33554432000 4194304 4196468 140725505871696 140128832000800 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16602] ppid=16592 vsize=14087096 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16602/stat : 16602 (java) S 16592 16592 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51385152 14425186304 12010 33554432000 4194304 4196468 140725505871696 140128830948464 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16603] ppid=16592 vsize=14087096 memory=-6664436420846796947 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16603/stat : 16603 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385154 14425186304 12010 33554432000 4194304 4196468 140725505871696 140128829896784 140129920632731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16604] ppid=16592 vsize=14087096 memory=4426078206164241782 CPUtime=0.04 cores=0,2,4,6
/proc/16594/task/16604/stat : 16604 (java) S 16592 16592 14382 0 -1 1077944384 525 0 0 0 4 0 0 0 20 0 15 0 51385154 14425186304 12010 33554432000 4194304 4196468 140725505871696 140128828844656 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16605] ppid=16592 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16594/task/16605/stat : 16605 (java) S 16592 16592 14382 0 -1 1077944384 285 0 0 0 3 0 0 0 20 0 15 0 51385154 14425186304 12010 33554432000 4194304 4196468 140725505871696 140128827791856 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16606] ppid=16592 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16594/task/16606/stat : 16606 (java) R 16592 16592 14382 0 -1 4202560 828 0 0 0 12 0 0 0 20 0 15 0 51385154 14425186304 12010 33554432000 4194304 4196468 140725505871696 140128826739568 140129920626070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16607] ppid=16592 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16607/stat : 16607 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385155 14425186304 12010 33554432000 4194304 4196468 140725505871696 140128825687008 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16608] ppid=16592 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16608/stat : 16608 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385155 14425186304 12010 33554432000 4194304 4196468 140725505871696 140128824633776 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49492 KiB

[startup+0.700765 s]
/proc/loadavg: 1.84 1.78 1.70 6/220 16608
/proc/meminfo: memFree=27225640/32770624 swapFree=67108860/67108860
[pid=16592] ppid=16589 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp3-exec) S 16589 16592 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51385149 115843072 363 33554432000 4194304 5098028 140730153243616 140730153241720 140227776303740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8699904 140730153247802 140730153248004 140730153248004 140730153250762 0
/proc/16592/statm: 28282 363 305 221 0 87 0
[pid=16594] ppid=16592 vsize=14089220 memory=79828 CPUtime=1.58 cores=0,2,4,6
/proc/16594/stat : 16594 (java) S 16592 16592 14382 0 -1 1077944320 12591 0 0 0 153 5 0 0 20 0 15 0 51385149 14427361280 19957 33554432000 4194304 4196468 140725505871696 140725505854240 140129920614135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
/proc/16594/statm: 3522305 19957 3341 1 0 3483520 0
[pid=16594/tid=16595] ppid=16592 vsize=14089220 memory=33 CPUtime=0.66 cores=0,2,4,6
/proc/16594/task/16595/stat : 16595 (java) R 16592 16592 14382 0 -1 1077944384 7058 0 0 0 63 3 0 0 20 0 15 0 51385149 14427361280 19957 33554432000 4194304 4196468 140725505871696 140129924852272 140129920624341 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16596] ppid=16592 vsize=14089220 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16596/stat : 16596 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385150 14427361280 19957 33554432000 4194304 4196468 140725505871696 140129885895568 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16597] ppid=16592 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16597/stat : 16597 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385150 14427361280 19957 33554432000 4194304 4196468 140725505871696 140129515715344 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16598] ppid=16592 vsize=14089220 memory=16868 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16598/stat : 16598 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385150 14427361280 19957 33554432000 4194304 4196468 140725505871696 140129514663056 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16599] ppid=16592 vsize=14089220 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16599/stat : 16599 (java) S 16592 16592 14382 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51385150 14427361280 19957 33554432000 4194304 4196468 140725505871696 140129513610256 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16600] ppid=16592 vsize=14089220 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16600/stat : 16600 (java) S 16592 16592 14382 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51385151 14427361280 19957 33554432000 4194304 4196468 140725505871696 140128833054832 140129920625282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16601] ppid=16592 vsize=14089220 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16601/stat : 16601 (java) S 16592 16592 14382 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51385152 14427361280 19957 33554432000 4194304 4196468 140725505871696 140128832000800 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16602] ppid=16592 vsize=14089220 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16602/stat : 16602 (java) S 16592 16592 14382 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51385152 14427361280 19957 33554432000 4194304 4196468 140725505871696 140128830948464 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16603] ppid=16592 vsize=14089220 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16603/stat : 16603 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385154 14427361280 19957 33554432000 4194304 4196468 140725505871696 140128829896784 140129920632731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16604] ppid=16592 vsize=14089220 memory=796 CPUtime=0.25 cores=0,2,4,6
/proc/16594/task/16604/stat : 16604 (java) R 16592 16592 14382 0 -1 4202560 1273 0 0 0 25 0 0 0 20 0 15 0 51385154 14427361280 19957 33554432000 4194304 4196468 140725505871696 140128828834256 140129920635482 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16605] ppid=16592 vsize=14089220 memory=4616 CPUtime=0.24 cores=0,2,4,6
/proc/16594/task/16605/stat : 16605 (java) R 16592 16592 14382 0 -1 4202560 1024 0 0 0 24 0 0 0 20 0 15 0 51385154 14427361280 19957 33554432000 4194304 4196468 140725505871696 140128827781968 140129904002154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16606] ppid=16592 vsize=14089220 memory=1424 CPUtime=0.39 cores=0,2,4,6
/proc/16594/task/16606/stat : 16606 (java) S 16592 16592 14382 0 -1 1077944384 1930 0 0 0 39 0 0 0 20 0 15 0 51385154 14427361280 19957 33554432000 4194304 4196468 140725505871696 140128826739568 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16607] ppid=16592 vsize=14089220 memory=10940 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16607/stat : 16607 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385155 14427361280 19957 33554432000 4194304 4196468 140725505871696 140128825687008 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16608] ppid=16592 vsize=14089220 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16608/stat : 16608 (java) S 16592 16592 14382 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51385155 14427361280 19957 33554432000 4194304 4196468 140725505871696 140128824633776 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 81280 KiB

[startup+1.50084 s]
/proc/loadavg: 1.84 1.78 1.70 5/220 16608
/proc/meminfo: memFree=27196488/32770624 swapFree=67108860/67108860
[pid=16592] ppid=16589 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp3-exec) S 16589 16592 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51385149 115843072 363 33554432000 4194304 5098028 140730153243616 140730153241720 140227776303740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8699904 140730153247802 140730153248004 140730153248004 140730153250762 0
/proc/16592/statm: 28282 363 305 221 0 87 0

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

/proc/16594/task/16602/stat : 16602 (java) S 16592 16592 14382 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 51385152 14427361280 2187261 33554432000 4194304 4196468 140725505871696 140128830948464 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16603] ppid=16592 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16603/stat : 16603 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385154 14427361280 2187261 33554432000 4194304 4196468 140725505871696 140128829896784 140129920632731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16604] ppid=16592 vsize=14089220 memory=2828 CPUtime=1.74 cores=0,2,4,6
/proc/16594/task/16604/stat : 16604 (java) S 16592 16592 14382 0 -1 1077944384 13881 0 0 0 173 1 0 0 20 0 15 0 51385154 14427361280 2187261 33554432000 4194304 4196468 140725505871696 140128828844656 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16605] ppid=16592 vsize=14089220 memory=1452 CPUtime=1.81 cores=0,2,4,6
/proc/16594/task/16605/stat : 16605 (java) S 16592 16592 14382 0 -1 1077944384 12839 0 0 0 180 1 0 0 20 0 15 0 51385154 14427361280 2187261 33554432000 4194304 4196468 140725505871696 140128827791856 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16606] ppid=16592 vsize=14089220 memory=1452 CPUtime=0.59 cores=0,2,4,6
/proc/16594/task/16606/stat : 16606 (java) S 16592 16592 14382 0 -1 1077944384 7153 0 0 0 58 1 0 0 20 0 15 0 51385154 14427361280 2187261 33554432000 4194304 4196468 140725505871696 140128826739568 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16607] ppid=16592 vsize=14089220 memory=8749044 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16607/stat : 16607 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385155 14427361280 2187261 33554432000 4194304 4196468 140725505871696 140128825687008 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16608] ppid=16592 vsize=14089220 memory=1452 CPUtime=0.66 cores=0,2,4,6
/proc/16594/task/16608/stat : 16608 (java) S 16592 16592 14382 0 -1 1077944384 1437 0 0 0 27 39 0 0 20 0 15 0 51385155 14427361280 2187261 33554432000 4194304 4196468 140725505871696 140128824633776 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
Current children cumulated CPU time: 2278.24 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 8750496 KiB

[startup+2322.3 s]
/proc/loadavg: 1.92 1.78 1.70 3/221 16853
/proc/meminfo: memFree=18490520/32770624 swapFree=67108860/67108860
[pid=16592] ppid=16589 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp3-exec) S 16589 16592 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51385149 115843072 363 33554432000 4194304 5098028 140730153243616 140730153241720 140227776303740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8699904 140730153247802 140730153248004 140730153248004 140730153250762 0
/proc/16592/statm: 28282 363 305 221 0 87 0
[pid=16594] ppid=16592 vsize=14089220 memory=8753132 CPUtime=2338.31 cores=0,2,4,6
/proc/16594/stat : 16594 (java) S 16592 16592 14382 0 -1 1077944320 335780 0 0 0 232361 1470 0 0 20 0 15 0 51385149 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140725505854240 140129920614135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
/proc/16594/statm: 3522305 2188283 3406 1 0 3483520 0
[pid=16594/tid=16595] ppid=16592 vsize=14089220 memory=8753132 CPUtime=2316.39 cores=0,2,4,6
/proc/16594/task/16595/stat : 16595 (java) R 16592 16592 14382 0 -1 4202560 220051 0 0 0 230273 1366 0 0 20 0 15 0 51385149 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129924853520 140129562508932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16596] ppid=16592 vsize=14089220 memory=8753132 CPUtime=3.84 cores=0,2,4,6
/proc/16594/task/16596/stat : 16596 (java) S 16592 16592 14382 0 -1 1077944384 16818 0 0 0 375 9 0 0 20 0 15 0 51385150 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129885895568 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16597] ppid=16592 vsize=14089220 memory=8753132 CPUtime=3.86 cores=0,2,4,6
/proc/16594/task/16597/stat : 16597 (java) S 16592 16592 14382 0 -1 1077944384 14229 0 0 0 377 9 0 0 20 0 15 0 51385150 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129515715344 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16598] ppid=16592 vsize=14089220 memory=1452 CPUtime=3.84 cores=0,2,4,6
/proc/16594/task/16598/stat : 16598 (java) S 16592 16592 14382 0 -1 1077944384 10084 0 0 0 376 8 0 0 20 0 15 0 51385150 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129514663056 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16599] ppid=16592 vsize=14089220 memory=8753132 CPUtime=3.84 cores=0,2,4,6
/proc/16594/task/16599/stat : 16599 (java) S 16592 16592 14382 0 -1 1077944384 15711 0 0 0 375 9 0 0 20 0 15 0 51385150 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129513610256 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16600] ppid=16592 vsize=14089220 memory=1452 CPUtime=1.64 cores=0,2,4,6
/proc/16594/task/16600/stat : 16600 (java) S 16592 16592 14382 0 -1 1077944384 22153 0 0 0 123 41 0 0 20 0 15 0 51385151 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128833054832 140129920625282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16601] ppid=16592 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16601/stat : 16601 (java) S 16592 16592 14382 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 51385152 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128832000800 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16602] ppid=16592 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16602/stat : 16602 (java) S 16592 16592 14382 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 51385152 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128830948464 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16603] ppid=16592 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16603/stat : 16603 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385154 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128829896784 140129920632731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16604] ppid=16592 vsize=14089220 memory=8753132 CPUtime=1.74 cores=0,2,4,6
/proc/16594/task/16604/stat : 16604 (java) S 16592 16592 14382 0 -1 1077944384 13885 0 0 0 173 1 0 0 20 0 15 0 51385154 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128828844656 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16605] ppid=16592 vsize=14089220 memory=1452 CPUtime=1.81 cores=0,2,4,6
/proc/16594/task/16605/stat : 16605 (java) S 16592 16592 14382 0 -1 1077944384 12845 0 0 0 180 1 0 0 20 0 15 0 51385154 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128827791856 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16606] ppid=16592 vsize=14089220 memory=1452 CPUtime=0.59 cores=0,2,4,6
/proc/16594/task/16606/stat : 16606 (java) S 16592 16592 14382 0 -1 1077944384 7157 0 0 0 58 1 0 0 20 0 15 0 51385154 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128826739568 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16607] ppid=16592 vsize=14089220 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16607/stat : 16607 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385155 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128825687008 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16608] ppid=16592 vsize=14089220 memory=303430231908417850 CPUtime=0.67 cores=0,2,4,6
/proc/16594/task/16608/stat : 16608 (java) S 16592 16592 14382 0 -1 1077944384 1475 0 0 0 28 39 0 0 20 0 15 0 51385155 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128824633776 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
Current children cumulated CPU time: 2338.31 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 8754584 KiB

[startup+2382.3 s]
/proc/loadavg: 1.97 1.82 1.72 3/221 16854
/proc/meminfo: memFree=18490476/32770624 swapFree=67108860/67108860
[pid=16592] ppid=16589 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp3-exec) S 16589 16592 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51385149 115843072 363 33554432000 4194304 5098028 140730153243616 140730153241720 140227776303740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8699904 140730153247802 140730153248004 140730153248004 140730153250762 0
/proc/16592/statm: 28282 363 305 221 0 87 0
[pid=16594] ppid=16592 vsize=14089220 memory=8753132 CPUtime=2398.33 cores=0,2,4,6
/proc/16594/stat : 16594 (java) S 16592 16592 14382 0 -1 1077944320 337823 0 0 0 238362 1471 0 0 20 0 15 0 51385149 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140725505854240 140129920614135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
/proc/16594/statm: 3522305 2188283 3406 1 0 3483520 0
[pid=16594/tid=16595] ppid=16592 vsize=14089220 memory=8753132 CPUtime=2376.39 cores=0,2,4,6
/proc/16594/task/16595/stat : 16595 (java) R 16592 16592 14382 0 -1 4202560 222060 0 0 0 236273 1366 0 0 20 0 15 0 51385149 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129924853520 140129562382918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16596] ppid=16592 vsize=14089220 memory=8753132 CPUtime=3.84 cores=0,2,4,6
/proc/16594/task/16596/stat : 16596 (java) S 16592 16592 14382 0 -1 1077944384 16818 0 0 0 375 9 0 0 20 0 15 0 51385150 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129885895568 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16597] ppid=16592 vsize=14089220 memory=1452 CPUtime=3.86 cores=0,2,4,6
/proc/16594/task/16597/stat : 16597 (java) S 16592 16592 14382 0 -1 1077944384 14229 0 0 0 377 9 0 0 20 0 15 0 51385150 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129515715344 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16598] ppid=16592 vsize=14089220 memory=1452 CPUtime=3.84 cores=0,2,4,6
/proc/16594/task/16598/stat : 16598 (java) S 16592 16592 14382 0 -1 1077944384 10084 0 0 0 376 8 0 0 20 0 15 0 51385150 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129514663056 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16599] ppid=16592 vsize=14089220 memory=1452 CPUtime=3.84 cores=0,2,4,6
/proc/16594/task/16599/stat : 16599 (java) S 16592 16592 14382 0 -1 1077944384 15711 0 0 0 375 9 0 0 20 0 15 0 51385150 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129513610256 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16600] ppid=16592 vsize=14089220 memory=1008 CPUtime=1.64 cores=0,2,4,6
/proc/16594/task/16600/stat : 16600 (java) S 16592 16592 14382 0 -1 1077944384 22159 0 0 0 123 41 0 0 20 0 15 0 51385151 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128833054832 140129920625282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16601] ppid=16592 vsize=14089220 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16601/stat : 16601 (java) S 16592 16592 14382 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 51385152 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128832000800 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16602] ppid=16592 vsize=14089220 memory=7636 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16602/stat : 16602 (java) S 16592 16592 14382 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 51385152 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128830948464 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16603] ppid=16592 vsize=14089220 memory=840 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16603/stat : 16603 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385154 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128829896784 140129920632731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16604] ppid=16592 vsize=14089220 memory=4096 CPUtime=1.74 cores=0,2,4,6
/proc/16594/task/16604/stat : 16604 (java) S 16592 16592 14382 0 -1 1077944384 13887 0 0 0 173 1 0 0 20 0 15 0 51385154 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128828844656 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16605] ppid=16592 vsize=14089220 memory=16920 CPUtime=1.81 cores=0,2,4,6
/proc/16594/task/16605/stat : 16605 (java) S 16592 16592 14382 0 -1 1077944384 12848 0 0 0 180 1 0 0 20 0 15 0 51385154 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128827791856 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16606] ppid=16592 vsize=14089220 memory=1452 CPUtime=0.59 cores=0,2,4,6
/proc/16594/task/16606/stat : 16606 (java) S 16592 16592 14382 0 -1 1077944384 7159 0 0 0 58 1 0 0 20 0 15 0 51385154 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128826739568 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16607] ppid=16592 vsize=14089220 memory=8753132 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16607/stat : 16607 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385155 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128825687008 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16608] ppid=16592 vsize=14089220 memory=1452 CPUtime=0.69 cores=0,2,4,6
/proc/16594/task/16608/stat : 16608 (java) S 16592 16592 14382 0 -1 1077944384 1496 0 0 0 29 40 0 0 20 0 15 0 51385155 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128824633776 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
Current children cumulated CPU time: 2398.33 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 8754584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2384 s]*
/proc/loadavg: 1.97 1.82 1.72 3/222 16862
/proc/meminfo: memFree=18489144/32770624 swapFree=67108860/67108860
[pid=16592] ppid=16589 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16592/stat : 16592 (xcsp3-exec) S 16589 16592 14382 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 51385149 115843072 363 33554432000 4194304 5098028 140730153243616 140730153241720 140227776303740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 8699904 140730153247802 140730153248004 140730153248004 140730153250762 0
/proc/16592/statm: 28282 363 305 221 0 87 0
[pid=16594] ppid=16592 vsize=14089220 memory=8753132 CPUtime=2400.04 cores=0,2,4,6
/proc/16594/stat : 16594 (java) S 16592 16592 14382 0 -1 1077944320 337832 0 0 0 238533 1471 0 0 20 0 15 0 51385149 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140725505854240 140129920614135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
/proc/16594/statm: 3522305 2188283 3406 1 0 3483520 0
[pid=16594/tid=16595] ppid=16592 vsize=14089220 memory=6791534058613427641 CPUtime=2378.1 cores=0,2,4,6
/proc/16594/task/16595/stat : 16595 (java) R 16592 16592 14382 0 -1 4202560 222069 0 0 0 236444 1366 0 0 20 0 15 0 51385149 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129924853520 140129563245097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16596] ppid=16592 vsize=14089220 memory=4126316290023845779 CPUtime=3.84 cores=0,2,4,6
/proc/16594/task/16596/stat : 16596 (java) S 16592 16592 14382 0 -1 1077944384 16818 0 0 0 375 9 0 0 20 0 15 0 51385150 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129885895568 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16597] ppid=16592 vsize=14089220 memory=2240 CPUtime=3.86 cores=0,2,4,6
/proc/16594/task/16597/stat : 16597 (java) S 16592 16592 14382 0 -1 1077944384 14229 0 0 0 377 9 0 0 20 0 15 0 51385150 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129515715344 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16598] ppid=16592 vsize=14089220 memory=4124 CPUtime=3.84 cores=0,2,4,6
/proc/16594/task/16598/stat : 16598 (java) S 16592 16592 14382 0 -1 1077944384 10084 0 0 0 376 8 0 0 20 0 15 0 51385150 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129514663056 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16599] ppid=16592 vsize=14089220 memory=1452 CPUtime=3.84 cores=0,2,4,6
/proc/16594/task/16599/stat : 16599 (java) S 16592 16592 14382 0 -1 1077944384 15711 0 0 0 375 9 0 0 20 0 15 0 51385150 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140129513610256 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16600] ppid=16592 vsize=14089220 memory=8753132 CPUtime=1.64 cores=0,2,4,6
/proc/16594/task/16600/stat : 16600 (java) S 16592 16592 14382 0 -1 1077944384 22159 0 0 0 123 41 0 0 20 0 15 0 51385151 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128833054832 140129920625282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16601] ppid=16592 vsize=14089220 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16601/stat : 16601 (java) S 16592 16592 14382 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 51385152 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128832000800 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16602] ppid=16592 vsize=14089220 memory=211000 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16602/stat : 16602 (java) S 16592 16592 14382 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 51385152 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128830948464 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16603] ppid=16592 vsize=14089220 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16603/stat : 16603 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385154 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128829896784 140129920632731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16604] ppid=16592 vsize=14089220 memory=796 CPUtime=1.74 cores=0,2,4,6
/proc/16594/task/16604/stat : 16604 (java) S 16592 16592 14382 0 -1 1077944384 13887 0 0 0 173 1 0 0 20 0 15 0 51385154 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128828844656 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16605] ppid=16592 vsize=14089220 memory=4616 CPUtime=1.81 cores=0,2,4,6
/proc/16594/task/16605/stat : 16605 (java) S 16592 16592 14382 0 -1 1077944384 12848 0 0 0 180 1 0 0 20 0 15 0 51385154 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128827791856 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16606] ppid=16592 vsize=14089220 memory=1424 CPUtime=0.59 cores=0,2,4,6
/proc/16594/task/16606/stat : 16606 (java) S 16592 16592 14382 0 -1 1077944384 7159 0 0 0 58 1 0 0 20 0 15 0 51385154 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128826739568 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16607] ppid=16592 vsize=14089220 memory=10940 CPUtime=0 cores=0,2,4,6
/proc/16594/task/16607/stat : 16607 (java) S 16592 16592 14382 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51385155 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128825687008 140129920624341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
[pid=16594/tid=16608] ppid=16592 vsize=14089220 memory=1200 CPUtime=0.69 cores=0,2,4,6
/proc/16594/task/16608/stat : 16608 (java) S 16592 16592 14382 0 -1 1077944384 1496 0 0 0 29 40 0 0 20 0 15 0 51385155 14427361280 2188283 33554432000 4194304 4196468 140725505871696 140128824633776 140129920625282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 21094400 140725505873025 140725505873201 140725505873201 140725505875919 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 8754584 KiB

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

[startup+2384.02 s]
# the end of solver process 16592 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001061 s, system=0.001533 s

[startup+2384.05 s]
# the end of solver process 16594 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2385.34 s, system=14.7507 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

Child status: 143
Real time (s): 2384.05
CPU time (s): 2400.09
CPU user time (s): 2385.34
CPU system time (s): 14.7507
CPU usage (%): 100.673
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 8755100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2385.34
system time used= 14.7507
maximum resident set size= 8753648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338744
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70769
involuntary context switches= 3360


# summary of solver processes directly reported to runsolver:
#   pid: 16592,16594
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2385.34
#   total CPU system time (s): 14.7507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1125 second user time and 22.1823 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-23 11:30:19
IDJOB=4292311
IDBENCH=141323
IDSOLVER=2747
FILE ID=node134/4292311-1532338219
RUNJOBID= node134-1532328652-14413
PBS_JOBID= 21018997
Free space on /tmp= 55976 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
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-4292311-1532338219/watcher-4292311-1532338219 -o /tmp/evaluation-result-4292311-1532338219/solver-4292311-1532338219 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532328652-14413 --watchdog 2560  HOME/xcsp3-exec -seed 1793116704 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292311-1532338219.xml

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

MD5SUM BENCH= a75ea741f9764b89989098c28f8006bf
RANDOM SEED=1793116704

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.68
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.68
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.68
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.68
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:        27275828 kB
MemAvailable:   31806900 kB
Buffers:          190452 kB
Cached:          4604792 kB
SwapCached:            0 kB
Active:          1617148 kB
Inactive:        3403352 kB
Active(anon):     174892 kB
Inactive(anon):    70304 kB
Active(file):    1442256 kB
Inactive(file):  3333048 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20604 kB
Writeback:             0 kB
AnonPages:        294268 kB
Mapped:            49728 kB
Shmem:             17056 kB
Slab:             171248 kB
SReclaimable:     143204 kB
SUnreclaim:        28044 kB
KernelStack:        3840 kB
PageTables:         5320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1238024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55956 MiB
End job on node134 at 2018-07-23 12:10:04