Trace number 4282830

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT (TO)109 243.882 240.06

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-12-a4.xml
MD5SUM72e40c8851280ca3f4afc7fa1ebce33e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark247.715
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1927
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":12}]
Minimum variable degree606
Maximum variable degree607
Distribution of variable degrees[{"degree":606,"count":10},{"degree":607,"count":2}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":440},{"arity":4,"count":1485},{"arity":12,"count":1}]
Number of extensional constraints0
Number of intensional constraints1926
Distribution of constraint types[{"type":"intension","count":1926},{"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.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282830-1503212481.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4282830-1503212481.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
2.08/0.85	c solve instance...
22.68/19.69	o 122 
22.80/19.76	o 121 
32.45/29.31	o 120 
32.77/29.67	o 118 
49.60/46.20	o 117 
55.90/52.51	o 116 
63.62/60.22	o 115 
141.20/137.70	o 114 
178.76/175.12	o 112 
209.28/205.63	o 109 
243.75/240.04	s SATISFIABLE
243.75/240.04	v <instantiation>
243.75/240.04	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] </list>
243.75/240.04	v 	<values>0 1 4 6 13 21 35 45 63 82 93 109 </values>
243.75/240.04	v </instantiation>
243.75/240.04	c Unexpected resolution interruption!

Verifier Data

OK	109

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282830-1503212481/watcher-4282830-1503212481 -o /tmp/evaluation-result-4282830-1503212481/solver-4282830-1503212481 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503208459-5117 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1745902493 HOME/instance-4282830-1503212481.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=7866, runsolver pid=7863

[startup+0.100079 s]*
/proc/loadavg: 1.74 1.82 1.84 4/217 7882
/proc/meminfo: memFree=22419376/32770624 swapFree=67108860/67108860
[pid=7866] ppid=7863 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7866/stat : 7866 (xcsp3-exec) S 7863 7866 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154329073 9740288 346 33554432000 4194304 5098028 140728970035632 140728970033736 139878645813884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21999616 140728970044532 140728970044736 140728970044736 140728970047467 0
/proc/7866/statm: 2378 346 289 221 0 87 0
[pid=7868] ppid=7866 vsize=13978596 memory=28244 CPUtime=0.12 cores=1,3,5,7
/proc/7868/stat : 7868 (java) S 7866 7866 5085 0 -1 1077944320 5418 0 0 0 11 1 0 0 20 0 15 0 154329073 14314082304 7061 33554432000 4194304 4196468 140725466796752 140725466779296 140588611444471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
/proc/7868/statm: 3494649 7061 2869 1 0 3482966 0
[pid=7868/tid=7869] ppid=7866 vsize=13978596 memory=8117076007360631643 CPUtime=0.08 cores=1,3,5,7
/proc/7868/task/7869/stat : 7869 (java) R 7866 7866 5085 0 -1 4202560 3433 0 0 0 8 0 0 0 20 0 15 0 154329073 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588615668112 140588611456406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7870] ppid=7866 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7870/stat : 7870 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588206975632 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7871] ppid=7866 vsize=13978596 memory=140490853684864 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7871/stat : 7871 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588205922832 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7872] ppid=7866 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7872/stat : 7872 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588204870032 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7873] ppid=7866 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7873/stat : 7873 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588203817232 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7874] ppid=7866 vsize=13978596 memory=140490853684864 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7874/stat : 7874 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329076 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588085562224 140588611455618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7875] ppid=7866 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7875/stat : 7875 (java) S 7866 7866 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154329076 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588084508192 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7876] ppid=7866 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7876/stat : 7876 (java) S 7866 7866 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154329076 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588083455344 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7877] ppid=7866 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7877/stat : 7877 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588082403664 140588611463067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7878] ppid=7866 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7878/stat : 7878 (java) S 7866 7866 5085 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 154329079 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588081351024 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7879] ppid=7866 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7879/stat : 7879 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588080298224 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7880] ppid=7866 vsize=13978596 memory=140490853684864 CPUtime=0.01 cores=1,3,5,7
/proc/7868/task/7880/stat : 7880 (java) R 7866 7866 5085 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 15 0 154329079 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588079245424 140588590834092 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7881] ppid=7866 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7881/stat : 7881 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588078192864 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7882] ppid=7866 vsize=13978596 memory=140490853684864 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7882/stat : 7882 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329079 14314082304 7061 33554432000 4194304 4196468 140725466796752 140588077141168 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29628 KiB

[startup+0.210559 s]*
/proc/loadavg: 1.74 1.82 1.84 3/217 7882
/proc/meminfo: memFree=22408272/32770624 swapFree=67108860/67108860
[pid=7866] ppid=7863 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7866/stat : 7866 (xcsp3-exec) S 7863 7866 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154329073 9740288 346 33554432000 4194304 5098028 140728970035632 140728970033736 139878645813884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21999616 140728970044532 140728970044736 140728970044736 140728970047467 0
/proc/7866/statm: 2378 346 289 221 0 87 0
[pid=7868] ppid=7866 vsize=13982852 memory=40572 CPUtime=0.34 cores=1,3,5,7
/proc/7868/stat : 7868 (java) S 7866 7866 5085 0 -1 1077944320 8190 0 0 0 32 2 0 0 20 0 15 0 154329073 14318440448 10143 33554432000 4194304 4196468 140725466796752 140725466779296 140588611444471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
/proc/7868/statm: 3495713 10143 3050 1 0 3482966 0
[pid=7868/tid=7869] ppid=7866 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/7868/task/7869/stat : 7869 (java) D 7866 7866 5085 0 -1 1077944384 5363 0 0 0 18 1 0 0 20 0 15 0 154329073 14318440448 10143 33554432000 4194304 4196468 140725466796752 140588615655264 140588604123693 0 4 0 16800975 18446744072101654052 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7870] ppid=7866 vsize=13982852 memory=9010 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7870/stat : 7870 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14318440448 10143 33554432000 4194304 4196468 140725466796752 140588206975632 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7871] ppid=7866 vsize=13982852 memory=140490854456973 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7871/stat : 7871 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14318440448 10143 33554432000 4194304 4196468 140725466796752 140588205922832 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7872] ppid=7866 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7872/stat : 7872 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14318440448 10143 33554432000 4194304 4196468 140725466796752 140588204870032 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7873] ppid=7866 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7873/stat : 7873 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14318473216 10143 33554432000 4194304 4196468 140725466796752 140588203817232 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7874] ppid=7866 vsize=13982884 memory=140490853684864 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7874/stat : 7874 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329076 14318473216 10143 33554432000 4194304 4196468 140725466796752 140588085562224 140588611455618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7875] ppid=7866 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7875/stat : 7875 (java) S 7866 7866 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154329076 14318440448 10143 33554432000 4194304 4196468 140725466796752 140588084508192 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7876] ppid=7866 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7876/stat : 7876 (java) S 7866 7866 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154329076 14318440448 10143 33554432000 4194304 4196468 140725466796752 140588083455344 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7877] ppid=7866 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7877/stat : 7877 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14318440448 10143 33554432000 4194304 4196468 140725466796752 140588082403664 140588611463067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7878] ppid=7866 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7868/task/7878/stat : 7878 (java) S 7866 7866 5085 0 -1 1077944384 646 0 0 0 2 0 0 0 20 0 15 0 154329079 14318440448 10143 33554432000 4194304 4196468 140725466796752 140588081351024 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7879] ppid=7866 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7868/task/7879/stat : 7879 (java) S 7866 7866 5085 0 -1 1077944384 157 0 0 0 2 0 0 0 20 0 15 0 154329079 14318440448 10143 33554432000 4194304 4196468 140725466796752 140588080298224 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7880] ppid=7866 vsize=13982884 memory=140490853684864 CPUtime=0.08 cores=1,3,5,7
/proc/7868/task/7880/stat : 7880 (java) S 7866 7866 5085 0 -1 1077944384 752 0 0 0 8 0 0 0 20 0 15 0 154329079 14318473216 10143 33554432000 4194304 4196468 140725466796752 140588079245424 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7881] ppid=7866 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7881/stat : 7881 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14318473216 10143 33554432000 4194304 4196468 140725466796752 140588078192864 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7882] ppid=7866 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7882/stat : 7882 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329079 14318440448 10143 33554432000 4194304 4196468 140725466796752 140588077141168 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41956 KiB

[startup+0.317693 s]*
/proc/loadavg: 1.74 1.82 1.84 6/217 7882
/proc/meminfo: memFree=22401572/32770624 swapFree=67108860/67108860
[pid=7866] ppid=7863 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7866/stat : 7866 (xcsp3-exec) S 7863 7866 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154329073 9740288 346 33554432000 4194304 5098028 140728970035632 140728970033736 139878645813884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21999616 140728970044532 140728970044736 140728970044736 140728970047467 0
/proc/7866/statm: 2378 346 289 221 0 87 0
[pid=7868] ppid=7866 vsize=13982852 memory=47724 CPUtime=0.53 cores=1,3,5,7
/proc/7868/stat : 7868 (java) S 7866 7866 5085 0 -1 1077944320 9044 0 0 0 50 3 0 0 20 0 15 0 154329073 14318440448 11931 33554432000 4194304 4196468 140725466796752 140725466779296 140588611444471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
/proc/7868/statm: 3495713 11931 3124 1 0 3482966 0
[pid=7868/tid=7869] ppid=7866 vsize=13982852 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/7868/task/7869/stat : 7869 (java) R 7866 7866 5085 0 -1 4202560 5973 0 0 0 28 2 0 0 20 0 15 0 154329073 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588615681936 140588248601287 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7870] ppid=7866 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7870/stat : 7870 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588206975632 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7871] ppid=7866 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7871/stat : 7871 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588205922832 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7872] ppid=7866 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7872/stat : 7872 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588204870032 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7873] ppid=7866 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7873/stat : 7873 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588203817232 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7874] ppid=7866 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7874/stat : 7874 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329076 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588085562224 140588611455618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7875] ppid=7866 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7875/stat : 7875 (java) S 7866 7866 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154329076 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588084508192 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7876] ppid=7866 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7876/stat : 7876 (java) S 7866 7866 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154329076 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588083455344 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7877] ppid=7866 vsize=13982852 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7877/stat : 7877 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588082403664 140588611463067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7878] ppid=7866 vsize=13982852 memory=7100839887185294217 CPUtime=0.04 cores=1,3,5,7
/proc/7868/task/7878/stat : 7878 (java) R 7866 7866 5085 0 -1 4202560 667 0 0 0 4 0 0 0 20 0 15 0 154329079 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588081351024 140588595841036 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7879] ppid=7866 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7868/task/7879/stat : 7879 (java) R 7866 7866 5085 0 -1 1077944384 240 0 0 0 3 0 0 0 20 0 15 0 154329079 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588080298224 140588611455618 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7880] ppid=7866 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/7868/task/7880/stat : 7880 (java) R 7866 7866 5085 0 -1 4202560 862 0 0 0 13 0 0 0 20 0 15 0 154329079 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588079243384 140588590138064 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7881] ppid=7866 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7881/stat : 7881 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588078192864 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7882] ppid=7866 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7882/stat : 7882 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329079 14318440448 11931 33554432000 4194304 4196468 140725466796752 140588077141168 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49108 KiB

[startup+0.700839 s]
/proc/loadavg: 1.74 1.82 1.84 6/217 7882
/proc/meminfo: memFree=22375392/32770624 swapFree=67108860/67108860
[pid=7866] ppid=7863 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7866/stat : 7866 (xcsp3-exec) S 7863 7866 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154329073 9740288 346 33554432000 4194304 5098028 140728970035632 140728970033736 139878645813884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21999616 140728970044532 140728970044736 140728970044736 140728970047467 0
/proc/7866/statm: 2378 346 289 221 0 87 0
[pid=7868] ppid=7866 vsize=13984976 memory=92488 CPUtime=1.73 cores=1,3,5,7
/proc/7868/stat : 7868 (java) S 7866 7866 5085 0 -1 1077944320 12675 0 0 0 168 5 0 0 20 0 15 0 154329073 14320615424 23122 33554432000 4194304 4196468 140725466796752 140725466779296 140588611444471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
/proc/7868/statm: 3496244 23122 3207 1 0 3483478 0
[pid=7868/tid=7869] ppid=7866 vsize=13984976 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/7868/task/7869/stat : 7869 (java) R 7866 7866 5085 0 -1 4202560 6647 0 0 0 64 3 0 0 20 0 15 0 154329073 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588615682432 140588611456406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7870] ppid=7866 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7870/stat : 7870 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588206975632 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7871] ppid=7866 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7871/stat : 7871 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588205922832 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7872] ppid=7866 vsize=13984976 memory=43020 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7872/stat : 7872 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588204870032 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7873] ppid=7866 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7873/stat : 7873 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588203817232 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7874] ppid=7866 vsize=13984976 memory=2396 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7874/stat : 7874 (java) S 7866 7866 5085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154329076 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588085562224 140588611455618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7875] ppid=7866 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7875/stat : 7875 (java) S 7866 7866 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154329076 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588084508192 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7876] ppid=7866 vsize=13984976 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7876/stat : 7876 (java) S 7866 7866 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154329076 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588083455344 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7877] ppid=7866 vsize=13984976 memory=11112 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7877/stat : 7877 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588082403664 140588611463067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7878] ppid=7866 vsize=13984976 memory=5776 CPUtime=0.33 cores=1,3,5,7
/proc/7868/task/7878/stat : 7878 (java) S 7866 7866 5085 0 -1 1077944384 1538 0 0 0 33 0 0 0 20 0 15 0 154329079 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588081342352 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7879] ppid=7866 vsize=13984976 memory=4616 CPUtime=0.29 cores=1,3,5,7
/proc/7868/task/7879/stat : 7879 (java) R 7866 7866 5085 0 -1 1077944384 927 0 0 0 29 0 0 0 20 0 15 0 154329079 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588080296624 140588611454677 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7880] ppid=7866 vsize=13984976 memory=792 CPUtime=0.41 cores=1,3,5,7
/proc/7868/task/7880/stat : 7880 (java) R 7866 7866 5085 0 -1 4202560 2256 0 0 0 41 0 0 0 20 0 15 0 154329079 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588079240000 140588611456406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7881] ppid=7866 vsize=13984976 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7881/stat : 7881 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588078192864 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7882] ppid=7866 vsize=13984976 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7882/stat : 7882 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329079 14320615424 23122 33554432000 4194304 4196468 140725466796752 140588077141168 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 93872 KiB

[startup+1.50079 s]
/proc/loadavg: 1.74 1.82 1.84 6/217 7882
/proc/meminfo: memFree=22325812/32770624 swapFree=67108860/67108860
[pid=7866] ppid=7863 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7866/stat : 7866 (xcsp3-exec) S 7863 7866 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154329073 9740288 346 33554432000 4194304 5098028 140728970035632 140728970033736 139878645813884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21999616 140728970044532 140728970044736 140728970044736 140728970047467 0
/proc/7866/statm: 2378 346 289 221 0 87 0

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

/proc/7868/task/7876/stat : 7876 (java) S 7866 7866 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154329076 14320615424 46061 33554432000 4194304 4196468 140725466796752 140588083455344 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7877] ppid=7866 vsize=13984976 memory=184244 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7877/stat : 7877 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14320615424 46061 33554432000 4194304 4196468 140725466796752 140588082403664 140588611463067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7878] ppid=7866 vsize=13984976 memory=280981459089936 CPUtime=1.52 cores=1,3,5,7
/proc/7868/task/7878/stat : 7878 (java) S 7866 7866 5085 0 -1 1077944384 11007 0 0 0 151 1 0 0 20 0 15 0 154329079 14320615424 46061 33554432000 4194304 4196468 140725466796752 140588081351024 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7879] ppid=7866 vsize=13984976 memory=576462957290218045 CPUtime=1.22 cores=1,3,5,7
/proc/7868/task/7879/stat : 7879 (java) S 7866 7866 5085 0 -1 1077944384 8736 0 0 0 121 1 0 0 20 0 15 0 154329079 14320615424 46061 33554432000 4194304 4196468 140725466796752 140588080298224 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7880] ppid=7866 vsize=13984976 memory=55 CPUtime=0.66 cores=1,3,5,7
/proc/7868/task/7880/stat : 7880 (java) S 7866 7866 5085 0 -1 1077944384 6477 0 0 0 65 1 0 0 20 0 15 0 154329079 14320615424 46061 33554432000 4194304 4196468 140725466796752 140588079245424 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7881] ppid=7866 vsize=13984976 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7881/stat : 7881 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14320615424 46061 33554432000 4194304 4196468 140725466796752 140588078192864 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7882] ppid=7866 vsize=13984976 memory=4140 CPUtime=0.05 cores=1,3,5,7
/proc/7868/task/7882/stat : 7882 (java) S 7866 7866 5085 0 -1 1077944384 678 0 0 0 2 3 0 0 20 0 15 0 154329079 14320615424 46061 33554432000 4194304 4196468 140725466796752 140588077141168 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
Current children cumulated CPU time: 105.77 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 185628 KiB

[startup+162.301 s]
/proc/loadavg: 1.98 1.90 1.87 3/217 7884
/proc/meminfo: memFree=22188108/32770624 swapFree=67108860/67108860
[pid=7866] ppid=7863 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7866/stat : 7866 (xcsp3-exec) S 7863 7866 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154329073 9740288 346 33554432000 4194304 5098028 140728970035632 140728970033736 139878645813884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21999616 140728970044532 140728970044736 140728970044736 140728970047467 0
/proc/7866/statm: 2378 346 289 221 0 87 0
[pid=7868] ppid=7866 vsize=13984976 memory=186356 CPUtime=165.84 cores=1,3,5,7
/proc/7868/stat : 7868 (java) S 7866 7866 5085 0 -1 1077944320 42634 0 0 0 16570 14 0 0 20 0 15 0 154329073 14320615424 46589 33554432000 4194304 4196468 140725466796752 140725466779296 140588611444471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
/proc/7868/statm: 3496244 46589 3231 1 0 3483478 0
[pid=7868/tid=7869] ppid=7866 vsize=13984976 memory=1384 CPUtime=162.29 cores=1,3,5,7
/proc/7868/task/7869/stat : 7869 (java) R 7866 7866 5085 0 -1 4202560 12283 0 0 0 16223 6 0 0 20 0 15 0 154329073 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588615682552 140588254546769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7870] ppid=7866 vsize=13984976 memory=186356 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7870/stat : 7870 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588206975632 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7871] ppid=7866 vsize=13984976 memory=186356 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7871/stat : 7871 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588205922832 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7872] ppid=7866 vsize=13984976 memory=186356 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7872/stat : 7872 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588204870032 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7873] ppid=7866 vsize=13984976 memory=186356 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7873/stat : 7873 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588203817232 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7874] ppid=7866 vsize=13984976 memory=186304 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7874/stat : 7874 (java) S 7866 7866 5085 0 -1 1077944384 509 0 0 0 0 0 0 0 20 0 15 0 154329076 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588085562224 140588611455618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7875] ppid=7866 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7875/stat : 7875 (java) S 7866 7866 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154329076 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588084508192 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7876] ppid=7866 vsize=13984976 memory=186356 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7876/stat : 7876 (java) S 7866 7866 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154329076 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588083455344 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7877] ppid=7866 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7877/stat : 7877 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588082403664 140588611463067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7878] ppid=7866 vsize=13984976 memory=1384 CPUtime=1.53 cores=1,3,5,7
/proc/7868/task/7878/stat : 7878 (java) S 7866 7866 5085 0 -1 1077944384 11260 0 0 0 152 1 0 0 20 0 15 0 154329079 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588081351024 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7879] ppid=7866 vsize=13984976 memory=1384 CPUtime=1.22 cores=1,3,5,7
/proc/7868/task/7879/stat : 7879 (java) S 7866 7866 5085 0 -1 1077944384 8917 0 0 0 121 1 0 0 20 0 15 0 154329079 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588080298224 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7880] ppid=7866 vsize=13984976 memory=186356 CPUtime=0.67 cores=1,3,5,7
/proc/7868/task/7880/stat : 7880 (java) S 7866 7866 5085 0 -1 1077944384 7639 0 0 0 66 1 0 0 20 0 15 0 154329079 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588079245424 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7881] ppid=7866 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7881/stat : 7881 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588078192864 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7882] ppid=7866 vsize=13984976 memory=1384 CPUtime=0.09 cores=1,3,5,7
/proc/7868/task/7882/stat : 7882 (java) S 7866 7866 5085 0 -1 1077944384 725 0 0 0 4 5 0 0 20 0 15 0 154329079 14320615424 46589 33554432000 4194304 4196468 140725466796752 140588077141168 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
Current children cumulated CPU time: 165.84 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 187740 KiB

[startup+222.301 s]
/proc/loadavg: 1.99 1.91 1.88 3/217 7892
/proc/meminfo: memFree=22182764/32770624 swapFree=67108860/67108860
[pid=7866] ppid=7863 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7866/stat : 7866 (xcsp3-exec) S 7863 7866 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154329073 9740288 346 33554432000 4194304 5098028 140728970035632 140728970033736 139878645813884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21999616 140728970044532 140728970044736 140728970044736 140728970047467 0
/proc/7866/statm: 2378 346 289 221 0 87 0
[pid=7868] ppid=7866 vsize=13984976 memory=190544 CPUtime=226 cores=1,3,5,7
/proc/7868/stat : 7868 (java) S 7866 7866 5085 0 -1 1077944320 45489 0 0 0 22584 16 0 0 20 0 15 0 154329073 14320615424 47636 33554432000 4194304 4196468 140725466796752 140725466779296 140588611444471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
/proc/7868/statm: 3496244 47636 3234 1 0 3483478 0
[pid=7868/tid=7869] ppid=7866 vsize=13984976 memory=190544 CPUtime=222.29 cores=1,3,5,7
/proc/7868/task/7869/stat : 7869 (java) R 7866 7866 5085 0 -1 4202560 12530 0 0 0 22223 6 0 0 20 0 15 0 154329073 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588615675728 140588254618263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7870] ppid=7866 vsize=13984976 memory=190544 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7870/stat : 7870 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588206975632 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7871] ppid=7866 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7871/stat : 7871 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588205922832 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7872] ppid=7866 vsize=13984976 memory=190544 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7872/stat : 7872 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588204870032 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7873] ppid=7866 vsize=13984976 memory=190544 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7873/stat : 7873 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588203817232 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7874] ppid=7866 vsize=13984976 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/7868/task/7874/stat : 7874 (java) S 7866 7866 5085 0 -1 1077944384 525 0 0 0 0 1 0 0 20 0 15 0 154329076 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588085562224 140588611455618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7875] ppid=7866 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7875/stat : 7875 (java) S 7866 7866 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154329076 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588084508192 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7876] ppid=7866 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7876/stat : 7876 (java) S 7866 7866 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154329076 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588083455344 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7877] ppid=7866 vsize=13984976 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7877/stat : 7877 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588082403664 140588611463067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7878] ppid=7866 vsize=13984976 memory=1384 CPUtime=1.63 cores=1,3,5,7
/proc/7868/task/7878/stat : 7878 (java) S 7866 7866 5085 0 -1 1077944384 13640 0 0 0 162 1 0 0 20 0 15 0 154329079 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588081351024 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7879] ppid=7866 vsize=13984976 memory=190544 CPUtime=1.23 cores=1,3,5,7
/proc/7868/task/7879/stat : 7879 (java) S 7866 7866 5085 0 -1 1077944384 9093 0 0 0 122 1 0 0 20 0 15 0 154329079 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588080298224 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7880] ppid=7866 vsize=13984976 memory=8112282956445269571 CPUtime=0.68 cores=1,3,5,7
/proc/7868/task/7880/stat : 7880 (java) S 7866 7866 5085 0 -1 1077944384 7668 0 0 0 67 1 0 0 20 0 15 0 154329079 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588079245424 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7881] ppid=7866 vsize=13984976 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7881/stat : 7881 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588078192864 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7882] ppid=7866 vsize=13984976 memory=8112282956445269571 CPUtime=0.12 cores=1,3,5,7
/proc/7868/task/7882/stat : 7882 (java) S 7866 7866 5085 0 -1 1077944384 732 0 0 0 6 6 0 0 20 0 15 0 154329079 14320615424 47636 33554432000 4194304 4196468 140725466796752 140588077141168 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
Current children cumulated CPU time: 226 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 191928 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.07 1.94 1.88 3/217 7970
/proc/meminfo: memFree=22224932/32770624 swapFree=67108860/67108860
[pid=7866] ppid=7863 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7866/stat : 7866 (xcsp3-exec) S 7863 7866 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154329073 9740288 346 33554432000 4194304 5098028 140728970035632 140728970033736 139878645813884 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21999616 140728970044532 140728970044736 140728970044736 140728970047467 0
/proc/7866/statm: 2378 346 289 221 0 87 0
[pid=7868] ppid=7866 vsize=13984976 memory=192608 CPUtime=243.75 cores=1,3,5,7
/proc/7868/stat : 7868 (java) S 7866 7866 5085 0 -1 1077944320 46091 0 0 0 24359 16 0 0 20 0 15 0 154329073 14320615424 48152 33554432000 4194304 4196468 140725466796752 140725466779296 140588611444471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
/proc/7868/statm: 3496244 48152 3234 1 0 3483478 0
[pid=7868/tid=7869] ppid=7866 vsize=13984976 memory=8112282956445269571 CPUtime=240 cores=1,3,5,7
/proc/7868/task/7869/stat : 7869 (java) R 7866 7866 5085 0 -1 4202560 12778 0 0 0 23994 6 0 0 20 0 15 0 154329073 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588615680560 140588254547296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7870] ppid=7866 vsize=13984976 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7870/stat : 7870 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588206975632 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7871] ppid=7866 vsize=13984976 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7871/stat : 7871 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588205922832 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7872] ppid=7866 vsize=13984976 memory=24792 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7872/stat : 7872 (java) S 7866 7866 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588204870032 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7873] ppid=7866 vsize=13984976 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7873/stat : 7873 (java) S 7866 7866 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154329074 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588203817232 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7874] ppid=7866 vsize=13984976 memory=636 CPUtime=0.01 cores=1,3,5,7
/proc/7868/task/7874/stat : 7874 (java) S 7866 7866 5085 0 -1 1077944384 546 0 0 0 0 1 0 0 20 0 15 0 154329076 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588085562224 140588611455618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7875] ppid=7866 vsize=13984976 memory=960 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7875/stat : 7875 (java) S 7866 7866 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154329076 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588084508192 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7876] ppid=7866 vsize=13984976 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7876/stat : 7876 (java) S 7866 7866 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154329076 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588083455344 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7877] ppid=7866 vsize=13984976 memory=2464 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7877/stat : 7877 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588082403664 140588611463067 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7878] ppid=7866 vsize=13984976 memory=1580 CPUtime=1.66 cores=1,3,5,7
/proc/7868/task/7878/stat : 7878 (java) S 7866 7866 5085 0 -1 1077944384 13765 0 0 0 165 1 0 0 20 0 15 0 154329079 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588081351024 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7879] ppid=7866 vsize=13984976 memory=928 CPUtime=1.23 cores=1,3,5,7
/proc/7868/task/7879/stat : 7879 (java) S 7866 7866 5085 0 -1 1077944384 9110 0 0 0 122 1 0 0 20 0 15 0 154329079 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588080298224 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7880] ppid=7866 vsize=13984976 memory=2244 CPUtime=0.68 cores=1,3,5,7
/proc/7868/task/7880/stat : 7880 (java) S 7866 7866 5085 0 -1 1077944384 7839 0 0 0 67 1 0 0 20 0 15 0 154329079 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588079245424 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7881] ppid=7866 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/7868/task/7881/stat : 7881 (java) S 7866 7866 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154329079 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588078192864 140588611454677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
[pid=7868/tid=7882] ppid=7866 vsize=13984976 memory=920 CPUtime=0.13 cores=1,3,5,7
/proc/7868/task/7882/stat : 7882 (java) S 7866 7866 5085 0 -1 1077944384 752 0 0 0 6 7 0 0 20 0 15 0 154329079 14320615424 48152 33554432000 4194304 4196468 140725466796752 140588077141168 140588611455618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 37613568 140725466805405 140725466805580 140725466805580 140725466808271 0
Current children cumulated CPU time: 243.75 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 193992 KiB

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

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

[startup+240.06 s]
# the end of solver process 7868 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=243.681 s, system=0.201054 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): 240.06
CPU time (s): 243.882
CPU user time (s): 243.681
CPU system time (s): 0.201054
CPU usage (%): 101.592
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 193992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.681
system time used= 0.201054
maximum resident set size= 234356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48494
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7895
involuntary context switches= 405


# summary of solver processes directly reported to runsolver:
#   pid: 7866,7868
#   total CPU time (s): 243.882
#   total CPU user time (s): 243.681
#   total CPU system time (s): 0.201054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49016 second user time and 2.34089 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-20 08:47:01
IDJOB=4282830
IDBENCH=126246
IDSOLVER=2678
FILE ID=node150/4282830-1503212481
RUNJOBID= node150-1503208459-5117
PBS_JOBID= 20630864
Free space on /tmp= 61764 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-12-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-4282830-1503212481/watcher-4282830-1503212481 -o /tmp/evaluation-result-4282830-1503212481/solver-4282830-1503212481 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503208459-5117 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1745902493 HOME/instance-4282830-1503212481.xml

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

MD5SUM BENCH= 72e40c8851280ca3f4afc7fa1ebce33e
RANDOM SEED=1745902493

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        22437132 kB
MemAvailable:   31744892 kB
Buffers:          302128 kB
Cached:          9284128 kB
SwapCached:            0 kB
Active:          2996340 kB
Inactive:        6863012 kB
Active(anon):     223416 kB
Inactive(anon):    85796 kB
Active(file):    2772924 kB
Inactive(file):  6777216 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8088 kB
Writeback:             0 kB
AnonPages:        280444 kB
Mapped:            64416 kB
Shmem:             33416 kB
Slab:             173772 kB
SReclaimable:     146908 kB
SUnreclaim:        26864 kB
KernelStack:        3552 kB
PageTables:         5864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1432020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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= 61756 MiB
End job on node150 at 2017-08-20 08:51:01