Trace number 4272028

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-07-26)OPT44 863.19702 853

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-09-a4.xml
MD5SUM24dd80e7bb1ef2b7df88c183d3ee4992
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark6.618
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints548
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":9}]
Minimum variable degree225
Maximum variable degree226
Distribution of variable degrees[{"degree":225,"count":7},{"degree":226,"count":2}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":168},{"arity":4,"count":378},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints547
Distribution of constraint types[{"type":"intension","count":547},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272028-1502779797.xml"  -tl '2520s' -p 1 -x 3
0.08/0.28	c [HOME/instance-4272028-1502779797.xml, -tl, 2520s, -p, 1, -x, 3]
0.27/0.34	c simple solver
0.27/0.40	c parse instance...
1.48/0.80	c solve instance...
3.63/1.53	o 64 
3.95/1.64	o 63 
5.19/2.10	o 58 
6.39/2.49	o 56 
8.66/3.82	o 55 
11.35/6.19	o 53 
12.45/7.19	o 52 
20.22/13.87	o 51 
38.29/31.11	o 50 
46.00/38.73	o 49 
48.03/40.75	o 46 
187.79/178.94	o 45 
255.42/246.42	o 44 
863.09/852.99	s OPTIMUM FOUND
863.09/852.99	v <instantiation>
863.09/852.99	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] </list>
863.09/852.99	v 	<values>0 1 5 12 25 27 35 41 44 </values>
863.09/852.99	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272028-1502779797/watcher-4272028-1502779797 -o /tmp/evaluation-result-4272028-1502779797/solver-4272028-1502779797 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1744785700 HOME/instance-4272028-1502779797.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=27274, runsolver pid=27271

[startup+0.100273 s]*
/proc/loadavg: 2.23 2.18 2.21 3/199 27276
/proc/meminfo: memFree=23774268/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27274/stat : 27274 (xcsp3-exec) S 27271 27274 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 31862276 9740288 345 18446744073709551615 4194304 5098028 140723721782400 140723721780504 140035266118268 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11943936 140723721789817 140723721790022 140723721790022 140723721793515 0
/proc/27274/statm: 2378 345 289 221 0 87 0
[pid=27276] ppid=27274 vsize=11661736 memory=9628 CPUtime=0 cores=1,3,5,7
/proc/27276/stat : 27276 (java) S 27274 27274 7968 0 -1 1077944320 2197 0 0 0 0 0 0 0 20 0 6 0 31862286 11941617664 2407 18446744073709551615 4194304 4196468 140730127471120 140730127453664 139642258714359 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
/proc/27276/statm: 2964586 2407 1151 1 0 2954556 0
[pid=27276/tid=27277] ppid=27274 vsize=13356504 memory=7078076838863583841 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27277/stat : 27277 (java) R 27274 27274 7968 0 -1 4202560 1073 0 0 0 0 0 0 0 20 0 6 0 31862286 13677060096 2533 18446744073709551615 4194304 4196468 140730127471120 139642262956136 139642244795647 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27278] ppid=27274 vsize=13356504 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27278/stat : 27278 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 31862287 13677060096 2533 18446744073709551615 4194304 4196468 140730127471120 139642215680656 139642258724565 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27279] ppid=27274 vsize=13356504 memory=139809680053888 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27279/stat : 27279 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 31862287 13677060096 2599 18446744073709551615 4194304 4196468 140730127471120 139642214627856 139642258724565 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27280] ppid=27274 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27280/stat : 27280 (java) S 27274 27274 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 31862287 13677060096 2599 18446744073709551615 4194304 4196468 140730127471120 139642213575056 139642258724565 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27281] ppid=27274 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27281/stat : 27281 (java) S 27274 27274 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 31862287 13677060096 2599 18446744073709551615 4194304 4196468 140730127471120 139642212522256 139642258724565 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 11671248 KiB
Current children cumulated memory: 11008 KiB

[startup+0.209885 s]*
/proc/loadavg: 2.23 2.18 2.21 3/213 27290
/proc/meminfo: memFree=23762292/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27274/stat : 27274 (xcsp3-exec) S 27271 27274 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 31862276 9740288 345 18446744073709551615 4194304 5098028 140723721782400 140723721780504 140035266118268 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11943936 140723721789817 140723721790022 140723721790022 140723721793515 0
/proc/27274/statm: 2378 345 289 221 0 87 0
[pid=27276] ppid=27274 vsize=13974352 memory=25128 CPUtime=0.08 cores=1,3,5,7
/proc/27276/stat : 27276 (java) S 27274 27274 7968 0 -1 1077944320 5209 0 0 0 8 0 0 0 20 0 15 0 31862286 14309736448 6282 18446744073709551615 4194304 4196468 140730127471120 140730127453664 139642258714359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
/proc/27276/statm: 3493588 6282 2725 1 0 3482964 0
[pid=27276/tid=27277] ppid=27274 vsize=13974352 memory=7078076838863583841 CPUtime=0.06 cores=1,3,5,7
/proc/27276/task/27277/stat : 27277 (java) R 27274 27274 7968 0 -1 4202560 3352 0 0 0 6 0 0 0 20 0 15 0 31862286 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139642262948848 139642258736285 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27278] ppid=27274 vsize=13974352 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27278/stat : 27278 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31862287 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139642215680656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27279] ppid=27274 vsize=13974352 memory=139809680053888 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27279/stat : 27279 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31862287 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139642214627856 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27280] ppid=27274 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27280/stat : 27280 (java) S 27274 27274 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31862287 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139642213575056 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27281] ppid=27274 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27281/stat : 27281 (java) S 27274 27274 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31862287 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139642212522256 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27282] ppid=27274 vsize=13974352 memory=139809680053888 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27282/stat : 27282 (java) S 27274 27274 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31862288 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139641804442480 139642258725506 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27283] ppid=27274 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27283/stat : 27283 (java) S 27274 27274 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 31862289 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139641803388448 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27284] ppid=27274 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27284/stat : 27284 (java) S 27274 27274 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 31862289 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139641734817136 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27285] ppid=27274 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27285/stat : 27285 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139641733765456 139642258732955 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27286] ppid=27274 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27286/stat : 27286 (java) S 27274 27274 7968 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 31862291 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139641732712816 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27287] ppid=27274 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27287/stat : 27287 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139641731660016 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27288] ppid=27274 vsize=13974352 memory=139809680053888 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27288/stat : 27288 (java) S 27274 27274 7968 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 31862291 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139641730607216 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27289] ppid=27274 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27289/stat : 27289 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139641729554656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27290] ppid=27274 vsize=13974352 memory=139809680053888 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27290/stat : 27290 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31862296 14309736448 6794 18446744073709551615 4194304 4196468 140730127471120 139641728502960 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26508 KiB

[startup+0.310272 s]*
/proc/loadavg: 2.23 2.18 2.21 3/213 27290
/proc/meminfo: memFree=23746892/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27274/stat : 27274 (xcsp3-exec) S 27271 27274 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 31862276 9740288 345 18446744073709551615 4194304 5098028 140723721782400 140723721780504 140035266118268 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11943936 140723721789817 140723721790022 140723721790022 140723721793515 0
/proc/27274/statm: 2378 345 289 221 0 87 0
[pid=27276] ppid=27274 vsize=13974352 memory=37180 CPUtime=0.27 cores=1,3,5,7
/proc/27276/stat : 27276 (java) S 27274 27274 7968 0 -1 1077944320 8881 0 0 0 25 2 0 0 20 0 15 0 31862286 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 140730127453664 139642258714359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
/proc/27276/statm: 3493588 9295 2983 1 0 3482964 0
[pid=27276/tid=27277] ppid=27274 vsize=13974352 memory=4278483708103473607 CPUtime=0.16 cores=1,3,5,7
/proc/27276/task/27277/stat : 27277 (java) R 27274 27274 7968 0 -1 4202560 6079 0 0 0 15 1 0 0 20 0 15 0 31862286 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139642262936736 139642242794846 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27278] ppid=27274 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27278/stat : 27278 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31862287 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139642215680656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27279] ppid=27274 vsize=13974352 memory=139809680060881 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27279/stat : 27279 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31862287 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139642214627856 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27280] ppid=27274 vsize=13974352 memory=7667773538029825639 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27280/stat : 27280 (java) S 27274 27274 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31862287 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139642213575056 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27281] ppid=27274 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27281/stat : 27281 (java) S 27274 27274 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31862287 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139642212522256 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27282] ppid=27274 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27282/stat : 27282 (java) S 27274 27274 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31862288 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139641804442480 139642258725506 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27283] ppid=27274 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27283/stat : 27283 (java) S 27274 27274 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 31862289 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139641803388448 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27284] ppid=27274 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27284/stat : 27284 (java) S 27274 27274 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 31862289 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139641734817136 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27285] ppid=27274 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27285/stat : 27285 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139641733765456 139642258732955 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27286] ppid=27274 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27276/task/27286/stat : 27286 (java) S 27274 27274 7968 0 -1 1077944384 555 0 0 0 2 0 0 0 20 0 15 0 31862291 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139641732712816 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27287] ppid=27274 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27276/task/27287/stat : 27287 (java) R 27274 27274 7968 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 31862291 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139641731660016 139642258725506 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27288] ppid=27274 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27276/task/27288/stat : 27288 (java) R 27274 27274 7968 0 -1 4202560 693 0 0 0 5 0 0 0 20 0 15 0 31862291 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139641730607216 139642238435040 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27289] ppid=27274 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27289/stat : 27289 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139641729554656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27290] ppid=27274 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27290/stat : 27290 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31862296 14309736448 9295 18446744073709551615 4194304 4196468 140730127471120 139641728502960 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38560 KiB

[startup+0.709053 s]
/proc/loadavg: 2.23 2.18 2.21 3/213 27290
/proc/meminfo: memFree=23736176/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27274/stat : 27274 (xcsp3-exec) S 27271 27274 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 31862276 9740288 345 18446744073709551615 4194304 5098028 140723721782400 140723721780504 140035266118268 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11943936 140723721789817 140723721790022 140723721790022 140723721793515 0
/proc/27274/statm: 2378 345 289 221 0 87 0
[pid=27276] ppid=27274 vsize=13980732 memory=66704 CPUtime=1.18 cores=1,3,5,7
/proc/27276/stat : 27276 (java) S 27274 27274 7968 0 -1 1077944320 12779 0 0 0 113 5 0 0 20 0 15 0 31862286 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 140730127453664 139642258714359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
/proc/27276/statm: 3495183 16676 3176 1 0 3483476 0
[pid=27276/tid=27277] ppid=27274 vsize=13980732 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/27276/task/27277/stat : 27277 (java) R 27274 27274 7968 0 -1 4202560 8457 0 0 0 52 3 0 0 20 0 15 0 31862286 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139642262951344 139642240555070 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27278] ppid=27274 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27278/stat : 27278 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31862287 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139642215680656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27279] ppid=27274 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27279/stat : 27279 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31862287 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139642214627856 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27280] ppid=27274 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27280/stat : 27280 (java) S 27274 27274 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31862287 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139642213575056 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27281] ppid=27274 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27281/stat : 27281 (java) S 27274 27274 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31862287 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139642212522256 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27282] ppid=27274 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27282/stat : 27282 (java) S 27274 27274 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 31862288 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139641804442480 139642258725506 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27283] ppid=27274 vsize=13980732 memory=4211821575541792384 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27283/stat : 27283 (java) S 27274 27274 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 31862289 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139641803388448 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27284] ppid=27274 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27284/stat : 27284 (java) S 27274 27274 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 31862289 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139641734817136 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27285] ppid=27274 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27285/stat : 27285 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139641733765456 139642258732955 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27286] ppid=27274 vsize=13980732 memory=2241 CPUtime=0.15 cores=1,3,5,7
/proc/27276/task/27286/stat : 27286 (java) R 27274 27274 7968 0 -1 4202560 951 0 0 0 15 0 0 0 20 0 15 0 31862291 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139641732712000 139642242610192 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27287] ppid=27274 vsize=13980732 memory=2244 CPUtime=0.13 cores=1,3,5,7
/proc/27276/task/27287/stat : 27287 (java) R 27274 27274 7968 0 -1 4202560 683 0 0 0 13 0 0 0 20 0 15 0 31862291 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139641731646128 139642243596163 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27288] ppid=27274 vsize=13980732 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/27276/task/27288/stat : 27288 (java) R 27274 27274 7968 0 -1 4202560 1380 0 0 0 31 0 0 0 20 0 15 0 31862291 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139641730605176 139642238062368 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27289] ppid=27274 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27289/stat : 27289 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139641729554656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27290] ppid=27274 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27290/stat : 27290 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31862296 14316269568 16676 18446744073709551615 4194304 4196468 140730127471120 139641728502960 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 68084 KiB

[startup+1.50085 s]
/proc/loadavg: 2.21 2.17 2.21 5/213 27290
/proc/meminfo: memFree=23692948/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27274/stat : 27274 (xcsp3-exec) S 27271 27274 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 31862276 9740288 345 18446744073709551615 4194304 5098028 140723721782400 140723721780504 140035266118268 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11943936 140723721789817 140723721790022 140723721790022 140723721793515 0
/proc/27274/statm: 2378 345 289 221 0 87 0
[pid=27276] ppid=27274 vsize=13983192 memory=134864 CPUtime=3.63 cores=1,3,5,7
/proc/27276/stat : 27276 (java) S 27274 27274 7968 0 -1 1077944320 36344 0 0 0 355 8 0 0 20 0 15 0 31862286 14318788608 33716 18446744073709551615 4194304 4196468 140730127471120 140730127453664 139642258714359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
/proc/27276/statm: 3495798 33716 3189 1 0 3484091 0
[pid=27276/tid=27277] ppid=27274 vsize=13983192 memory=4124 CPUtime=1.34 cores=1,3,5,7
/proc/27276/task/27277/stat : 27277 (java) R 27274 27274 7968 0 -1 4202560 9230 0 0 0 130 4 0 0 20 0 15 0 31862286 14318788608 33716 18446744073709551615 4194304 4196468 140730127471120 139642262950656 139641891172039 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27278] ppid=27274 vsize=13983192 memory=19636 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27278/stat : 27278 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31862287 14318788608 33716 18446744073709551615 4194304 4196468 140730127471120 139642215680656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27279] ppid=27274 vsize=13983192 memory=112420 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27279/stat : 27279 (java) S 27274 27274 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 31862287 14318788608 33716 18446744073709551615 4194304 4196468 140730127471120 139642214627856 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27280] ppid=27274 vsize=13983192 memory=2388 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27280/stat : 27280 (java) S 27274 27274 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31862287 14318788608 33716 18446744073709551615 4194304 4196468 140730127471120 139642213575056 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27281] ppid=27274 vsize=13983192 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27281/stat : 27281 (java) S 27274 27274 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 31862287 14318788608 33716 18446744073709551615 4194304 4196468 140730127471120 139642212522256 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27282] ppid=27274 vsize=13983192 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27282/stat : 27282 (java) S 27274 27274 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 31862288 14318788608 33716 18446744073709551615 4194304 4196468 140730127471120 139641804442480 139642258725506 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27283] ppid=27274 vsize=13983192 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27283/stat : 27283 (java) S 27274 27274 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 31862289 14318788608 33716 18446744073709551615 4194304 4196468 140730127471120 139641803388448 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27284] ppid=27274 vsize=13983192 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/27274/stat : 27274 (xcsp3-exec) S 27271 27274 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 31862276 9740288 345 18446744073709551615 4194304 5098028 140723721782400 140723721780504 140035266118268 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11943936 140723721789817 140723721790022 140723721790022 140723721793515 0
/proc/27274/statm: 2378 345 289 221 0 87 0
[pid=27276] ppid=27274 vsize=13980732 memory=387132 CPUtime=862.19 cores=1,3,5,7
/proc/27276/stat : 27276 (java) S 27274 27274 7968 0 -1 1077944320 115268 0 0 0 86161 58 0 0 20 0 15 0 31862286 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 140730127453664 139642258714359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
/proc/27276/statm: 3495183 96783 3237 1 0 3483476 0
[pid=27276/tid=27277] ppid=27274 vsize=13980732 memory=4278483708103473607 CPUtime=851.46 cores=1,3,5,7
/proc/27276/task/27277/stat : 27277 (java) R 27274 27274 7968 0 -1 4202560 23833 0 0 0 85139 7 0 0 20 0 15 0 31862286 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642262953712 139641892216041 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27278] ppid=27274 vsize=13980732 memory=-7003737579269690708 CPUtime=0.28 cores=1,3,5,7
/proc/27276/task/27278/stat : 27278 (java) S 27274 27274 7968 0 -1 1077944384 2420 0 0 0 24 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642215680656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27279] ppid=27274 vsize=13980732 memory=1296 CPUtime=0.29 cores=1,3,5,7
/proc/27276/task/27279/stat : 27279 (java) S 27274 27274 7968 0 -1 1077944384 1437 0 0 0 25 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642214627856 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27280] ppid=27274 vsize=13980732 memory=1732 CPUtime=0.29 cores=1,3,5,7
/proc/27276/task/27280/stat : 27280 (java) S 27274 27274 7968 0 -1 1077944384 1687 0 0 0 25 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642213575056 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27281] ppid=27274 vsize=13980732 memory=1700 CPUtime=0.29 cores=1,3,5,7
/proc/27276/task/27281/stat : 27281 (java) S 27274 27274 7968 0 -1 1077944384 2015 0 0 0 25 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642212522256 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27282] ppid=27274 vsize=13980732 memory=1228 CPUtime=0.03 cores=1,3,5,7
/proc/27276/task/27282/stat : 27282 (java) S 27274 27274 7968 0 -1 1077944384 2398 0 0 0 2 1 0 0 20 0 15 0 31862288 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641804442480 139642258725506 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27283] ppid=27274 vsize=13980732 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27283/stat : 27283 (java) S 27274 27274 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 31862289 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641803388448 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27284] ppid=27274 vsize=13980732 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27284/stat : 27284 (java) S 27274 27274 7968 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 31862289 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641734817136 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27285] ppid=27274 vsize=13980732 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27285/stat : 27285 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641733765456 139642258732955 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27286] ppid=27274 vsize=13980732 memory=4612 CPUtime=3.72 cores=1,3,5,7
/proc/27276/task/27286/stat : 27286 (java) S 27274 27274 7968 0 -1 1077944384 34298 0 0 0 368 4 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641732712816 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27287] ppid=27274 vsize=13980732 memory=792 CPUtime=4.48 cores=1,3,5,7
/proc/27276/task/27287/stat : 27287 (java) S 27274 27274 7968 0 -1 1077944384 32814 0 0 0 444 4 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641731660016 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27288] ppid=27274 vsize=13980732 memory=8700 CPUtime=0.84 cores=1,3,5,7
/proc/27276/task/27288/stat : 27288 (java) S 27274 27274 7968 0 -1 1077944384 11673 0 0 0 82 2 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641730607216 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27289] ppid=27274 vsize=13980732 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27289/stat : 27289 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641729554656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27290] ppid=27274 vsize=13980732 memory=9916 CPUtime=0.42 cores=1,3,5,7
/proc/27276/task/27290/stat : 27290 (java) S 27274 27274 7968 0 -1 1077944384 1333 0 0 0 18 24 0 0 20 0 15 0 31862296 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641728502960 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
Current children cumulated CPU time: 862.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 388512 KiB

[startup+852.401 s]
/proc/loadavg: 2.02 2.10 2.18 3/216 27374
/proc/meminfo: memFree=20764648/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27274/stat : 27274 (xcsp3-exec) S 27271 27274 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 31862276 9740288 345 18446744073709551615 4194304 5098028 140723721782400 140723721780504 140035266118268 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11943936 140723721789817 140723721790022 140723721790022 140723721793515 0
/proc/27274/statm: 2378 345 289 221 0 87 0
[pid=27276] ppid=27274 vsize=13980732 memory=387132 CPUtime=862.58 cores=1,3,5,7
/proc/27276/stat : 27276 (java) S 27274 27274 7968 0 -1 1077944320 115268 0 0 0 86200 58 0 0 20 0 15 0 31862286 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 140730127453664 139642258714359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
/proc/27276/statm: 3495183 96783 3237 1 0 3483476 0
[pid=27276/tid=27277] ppid=27274 vsize=13980732 memory=6081945713969741920 CPUtime=851.85 cores=1,3,5,7
/proc/27276/task/27277/stat : 27277 (java) R 27274 27274 7968 0 -1 4202560 23833 0 0 0 85178 7 0 0 20 0 15 0 31862286 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642262953712 139641894203312 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27278] ppid=27274 vsize=13980732 memory=6083635663341633632 CPUtime=0.28 cores=1,3,5,7
/proc/27276/task/27278/stat : 27278 (java) S 27274 27274 7968 0 -1 1077944384 2420 0 0 0 24 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642215680656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27279] ppid=27274 vsize=13980732 memory=8099557252117258602 CPUtime=0.29 cores=1,3,5,7
/proc/27276/task/27279/stat : 27279 (java) S 27274 27274 7968 0 -1 1077944384 1437 0 0 0 25 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642214627856 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27280] ppid=27274 vsize=13980732 memory=1380 CPUtime=0.29 cores=1,3,5,7
/proc/27276/task/27280/stat : 27280 (java) S 27274 27274 7968 0 -1 1077944384 1687 0 0 0 25 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642213575056 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27281] ppid=27274 vsize=13980732 memory=387132 CPUtime=0.29 cores=1,3,5,7
/proc/27276/task/27281/stat : 27281 (java) S 27274 27274 7968 0 -1 1077944384 2015 0 0 0 25 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642212522256 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27282] ppid=27274 vsize=13980732 memory=1792 CPUtime=0.03 cores=1,3,5,7
/proc/27276/task/27282/stat : 27282 (java) S 27274 27274 7968 0 -1 1077944384 2398 0 0 0 2 1 0 0 20 0 15 0 31862288 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641804442480 139642258725506 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27283] ppid=27274 vsize=13980732 memory=960 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27283/stat : 27283 (java) S 27274 27274 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 31862289 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641803388448 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27284] ppid=27274 vsize=13980732 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27284/stat : 27284 (java) S 27274 27274 7968 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 31862289 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641734817136 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27285] ppid=27274 vsize=13980732 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27285/stat : 27285 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641733765456 139642258732955 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27286] ppid=27274 vsize=13980732 memory=1588 CPUtime=3.72 cores=1,3,5,7
/proc/27276/task/27286/stat : 27286 (java) S 27274 27274 7968 0 -1 1077944384 34298 0 0 0 368 4 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641732712816 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27287] ppid=27274 vsize=13980732 memory=928 CPUtime=4.48 cores=1,3,5,7
/proc/27276/task/27287/stat : 27287 (java) S 27274 27274 7968 0 -1 1077944384 32814 0 0 0 444 4 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641731660016 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27288] ppid=27274 vsize=13980732 memory=2164 CPUtime=0.84 cores=1,3,5,7
/proc/27276/task/27288/stat : 27288 (java) S 27274 27274 7968 0 -1 1077944384 11673 0 0 0 82 2 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641730607216 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27289] ppid=27274 vsize=13980732 memory=840 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27289/stat : 27289 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641729554656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27290] ppid=27274 vsize=13980732 memory=387132 CPUtime=0.42 cores=1,3,5,7
/proc/27276/task/27290/stat : 27290 (java) S 27274 27274 7968 0 -1 1077944384 1333 0 0 0 18 24 0 0 20 0 15 0 31862296 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641728502960 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
Current children cumulated CPU time: 862.58 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 388512 KiB

[startup+852.801 s]
/proc/loadavg: 2.02 2.10 2.18 3/216 27374
/proc/meminfo: memFree=20764648/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27274/stat : 27274 (xcsp3-exec) S 27271 27274 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 31862276 9740288 345 18446744073709551615 4194304 5098028 140723721782400 140723721780504 140035266118268 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11943936 140723721789817 140723721790022 140723721790022 140723721793515 0
/proc/27274/statm: 2378 345 289 221 0 87 0
[pid=27276] ppid=27274 vsize=13980732 memory=387132 CPUtime=862.99 cores=1,3,5,7
/proc/27276/stat : 27276 (java) S 27274 27274 7968 0 -1 1077944320 115270 0 0 0 86240 59 0 0 20 0 15 0 31862286 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 140730127453664 139642258714359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
/proc/27276/statm: 3495183 96783 3237 1 0 3483476 0
[pid=27276/tid=27277] ppid=27274 vsize=13980732 memory=12372 CPUtime=852.25 cores=1,3,5,7
/proc/27276/task/27277/stat : 27277 (java) R 27274 27274 7968 0 -1 4202560 23835 0 0 0 85218 7 0 0 20 0 15 0 31862286 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642262953712 139641893118420 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27278] ppid=27274 vsize=13980732 memory=-8774313645642428999 CPUtime=0.28 cores=1,3,5,7
/proc/27276/task/27278/stat : 27278 (java) S 27274 27274 7968 0 -1 1077944384 2420 0 0 0 24 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642215680656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27279] ppid=27274 vsize=13980732 memory=387132 CPUtime=0.29 cores=1,3,5,7
/proc/27276/task/27279/stat : 27279 (java) S 27274 27274 7968 0 -1 1077944384 1437 0 0 0 25 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642214627856 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27280] ppid=27274 vsize=13980732 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/27276/task/27280/stat : 27280 (java) S 27274 27274 7968 0 -1 1077944384 1687 0 0 0 25 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642213575056 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27281] ppid=27274 vsize=13980732 memory=387132 CPUtime=0.29 cores=1,3,5,7
/proc/27276/task/27281/stat : 27281 (java) S 27274 27274 7968 0 -1 1077944384 2015 0 0 0 25 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642212522256 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27282] ppid=27274 vsize=13980732 memory=1228 CPUtime=0.03 cores=1,3,5,7
/proc/27276/task/27282/stat : 27282 (java) S 27274 27274 7968 0 -1 1077944384 2398 0 0 0 2 1 0 0 20 0 15 0 31862288 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641804442480 139642258725506 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27283] ppid=27274 vsize=13980732 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27283/stat : 27283 (java) S 27274 27274 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 31862289 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641803388448 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27284] ppid=27274 vsize=13980732 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27284/stat : 27284 (java) S 27274 27274 7968 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 31862289 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641734817136 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27285] ppid=27274 vsize=13980732 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27285/stat : 27285 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641733765456 139642258732955 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27286] ppid=27274 vsize=13980732 memory=4612 CPUtime=3.72 cores=1,3,5,7
/proc/27276/task/27286/stat : 27286 (java) S 27274 27274 7968 0 -1 1077944384 34298 0 0 0 368 4 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641732712816 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27287] ppid=27274 vsize=13980732 memory=1380 CPUtime=4.48 cores=1,3,5,7
/proc/27276/task/27287/stat : 27287 (java) S 27274 27274 7968 0 -1 1077944384 32814 0 0 0 444 4 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641731660016 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27288] ppid=27274 vsize=13980732 memory=387132 CPUtime=0.84 cores=1,3,5,7
/proc/27276/task/27288/stat : 27288 (java) S 27274 27274 7968 0 -1 1077944384 11673 0 0 0 82 2 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641730607216 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27289] ppid=27274 vsize=13980732 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27289/stat : 27289 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641729554656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27290] ppid=27274 vsize=13980732 memory=5520 CPUtime=0.42 cores=1,3,5,7
/proc/27276/task/27290/stat : 27290 (java) S 27274 27274 7968 0 -1 1077944384 1333 0 0 0 18 24 0 0 20 0 15 0 31862296 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641728502960 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
Current children cumulated CPU time: 862.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 388512 KiB

[startup+852.901 s]
/proc/loadavg: 2.02 2.10 2.18 3/216 27374
/proc/meminfo: memFree=20764648/32770624 swapFree=67108860/67108860
[pid=27274] ppid=27271 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27274/stat : 27274 (xcsp3-exec) S 27271 27274 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 31862276 9740288 345 18446744073709551615 4194304 5098028 140723721782400 140723721780504 140035266118268 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 9 0 0 7196144 7232144 11943936 140723721789817 140723721790022 140723721790022 140723721793515 0
/proc/27274/statm: 2378 345 289 221 0 87 0
[pid=27276] ppid=27274 vsize=13980732 memory=387132 CPUtime=863.09 cores=1,3,5,7
/proc/27276/stat : 27276 (java) S 27274 27274 7968 0 -1 1077944320 115270 0 0 0 86250 59 0 0 20 0 15 0 31862286 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 140730127453664 139642258714359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
/proc/27276/statm: 3495183 96783 3237 1 0 3483476 0
[pid=27276/tid=27277] ppid=27274 vsize=13980732 memory=387132 CPUtime=852.35 cores=1,3,5,7
/proc/27276/task/27277/stat : 27277 (java) R 27274 27274 7968 0 -1 4202560 23835 0 0 0 85228 7 0 0 20 0 15 0 31862286 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642262953712 139641894201653 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27278] ppid=27274 vsize=13980732 memory=387132 CPUtime=0.28 cores=1,3,5,7
/proc/27276/task/27278/stat : 27278 (java) S 27274 27274 7968 0 -1 1077944384 2420 0 0 0 24 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642215680656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27279] ppid=27274 vsize=13980732 memory=1380 CPUtime=0.29 cores=1,3,5,7
/proc/27276/task/27279/stat : 27279 (java) S 27274 27274 7968 0 -1 1077944384 1437 0 0 0 25 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642214627856 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27280] ppid=27274 vsize=13980732 memory=288230574492221466 CPUtime=0.29 cores=1,3,5,7
/proc/27276/task/27280/stat : 27280 (java) S 27274 27274 7968 0 -1 1077944384 1687 0 0 0 25 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642213575056 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27281] ppid=27274 vsize=13980732 memory=288230617509003574 CPUtime=0.29 cores=1,3,5,7
/proc/27276/task/27281/stat : 27281 (java) S 27274 27274 7968 0 -1 1077944384 2015 0 0 0 25 4 0 0 20 0 15 0 31862287 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139642212522256 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27282] ppid=27274 vsize=13980732 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/27276/task/27282/stat : 27282 (java) S 27274 27274 7968 0 -1 1077944384 2398 0 0 0 2 1 0 0 20 0 15 0 31862288 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641804442480 139642258725506 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27283] ppid=27274 vsize=13980732 memory=387132 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27283/stat : 27283 (java) S 27274 27274 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 31862289 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641803388448 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27284] ppid=27274 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27284/stat : 27284 (java) S 27274 27274 7968 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 31862289 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641734817136 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27285] ppid=27274 vsize=13980732 memory=387132 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27285/stat : 27285 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641733765456 139642258732955 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27286] ppid=27274 vsize=13980732 memory=1380 CPUtime=3.72 cores=1,3,5,7
/proc/27276/task/27286/stat : 27286 (java) S 27274 27274 7968 0 -1 1077944384 34298 0 0 0 368 4 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641732712816 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27287] ppid=27274 vsize=13980732 memory=387132 CPUtime=4.48 cores=1,3,5,7
/proc/27276/task/27287/stat : 27287 (java) S 27274 27274 7968 0 -1 1077944384 32814 0 0 0 444 4 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641731660016 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27288] ppid=27274 vsize=13980732 memory=387132 CPUtime=0.84 cores=1,3,5,7
/proc/27276/task/27288/stat : 27288 (java) S 27274 27274 7968 0 -1 1077944384 11673 0 0 0 82 2 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641730607216 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27289] ppid=27274 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27276/task/27289/stat : 27289 (java) S 27274 27274 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 31862291 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641729554656 139642258724565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
[pid=27276/tid=27290] ppid=27274 vsize=13980732 memory=387132 CPUtime=0.42 cores=1,3,5,7
/proc/27276/task/27290/stat : 27290 (java) S 27274 27274 7968 0 -1 1077944384 1333 0 0 0 18 24 0 0 20 0 15 0 31862296 14316269568 96783 18446744073709551615 4194304 4196468 140730127471120 139641728502960 139642258725506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 13811712 140730127479218 140730127479394 140730127479394 140730127482831 0
Current children cumulated CPU time: 863.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 388512 KiB

Child status: 0
Real time (s): 853
CPU time (s): 863.197
CPU user time (s): 862.599
CPU system time (s): 0.59808
CPU usage (%): 101.196
Max. virtual memory (cumulated for all children) (KiB): 13992704
Max. memory (cumulated for all children) (KiB): 388512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 862.599
system time used= 0.59808
maximum resident set size= 387500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117242
page faults= 0
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22158
involuntary context switches= 353


# summary of solver processes directly reported to runsolver:
#   pid: 27274
#   total CPU time (s): 863.197
#   total CPU user time (s): 862.599
#   total CPU system time (s): 0.59808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.35993 second user time and 8.32038 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-15 08:35:59
IDJOB=4272028
IDBENCH=126243
IDSOLVER=2664
FILE ID=node128/4272028-1502779797
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-09-a4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272028-1502779797/watcher-4272028-1502779797 -o /tmp/evaluation-result-4272028-1502779797/solver-4272028-1502779797 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1744785700 HOME/instance-4272028-1502779797.xml

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

MD5SUM BENCH= 24dd80e7bb1ef2b7df88c183d3ee4992
RANDOM SEED=1744785700

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23774004 kB
MemAvailable:   24650832 kB
Buffers:          219992 kB
Cached:           940808 kB
SwapCached:            0 kB
Active:          7716648 kB
Inactive:         848876 kB
Active(anon):    7405200 kB
Inactive(anon):    16764 kB
Active(file):     311448 kB
Inactive(file):   832112 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7836 kB
Writeback:             4 kB
AnonPages:       7404336 kB
Mapped:            49572 kB
Shmem:             17116 kB
Slab:             123228 kB
SReclaimable:      98208 kB
SUnreclaim:        25020 kB
KernelStack:        3472 kB
PageTables:        19940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    9003684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7059456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62012 MiB
End job on node128 at 2017-08-15 08:50:12