Trace number 4282829

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)63 244.584 240.02299

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-10-a4.xml
MD5SUM5c3e91a7aa658c047886207443b7266d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark37.235699
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints872
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":10}]
Minimum variable degree325
Maximum variable degree326
Distribution of variable degrees[{"degree":325,"count":8},{"degree":326,"count":2}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":240},{"arity":4,"count":630},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints871
Distribution of constraint types[{"type":"intension","count":871},{"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-4282829-1503212460.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4282829-1503212460.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
1.64/0.70	c solve instance...
7.45/4.10	o 500 
26.06/22.17	o 88 
26.17/22.27	o 86 
26.71/22.76	o 84 
26.94/22.95	o 83 
33.74/29.69	o 80 
33.84/29.72	o 76 
34.44/30.37	o 74 
74.72/70.38	o 72 
78.32/73.92	o 67 
140.20/135.70	o 65 
179.22/174.74	o 64 
196.23/191.75	o 63 
244.55/240.01	s SATISFIABLE
244.55/240.01	v <instantiation>
244.55/240.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] </list>
244.55/240.01	v 	<values>0 1 4 6 18 29 39 48 55 63 </values>
244.55/240.01	v </instantiation>
244.55/240.01	c Unexpected resolution interruption!

Verifier Data

OK	63

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282829-1503212460/watcher-4282829-1503212460 -o /tmp/evaluation-result-4282829-1503212460/solver-4282829-1503212460 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node102-1503209175-21930 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1902934088 HOME/instance-4282829-1503212460.xml 

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

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=24002, runsolver pid=23999

[startup+0.102302 s]*
/proc/loadavg: 2.38 2.00 1.86 3/217 24018
/proc/meminfo: memFree=27280788/32770624 swapFree=67108860/67108860
[pid=24002] ppid=23999 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24002/stat : 24002 (xcsp3-exec) S 23999 24002 21899 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154334103 9740288 346 33554432000 4194304 5098028 140728216790832 140728216788936 140129653514876 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18481152 140728216794228 140728216794432 140728216794432 140728216797163 0
/proc/24002/statm: 2378 346 289 221 0 87 0
[pid=24004] ppid=24002 vsize=13978596 memory=28364 CPUtime=0.12 cores=0,2,4,6
/proc/24004/stat : 24004 (java) S 24002 24002 21899 0 -1 1077944320 5400 0 0 0 11 1 0 0 20 0 15 0 154334103 14314082304 7091 33554432000 4194304 4196468 140723667350432 140723667332976 139669630885623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
/proc/24004/statm: 3494649 7091 2894 1 0 3482966 0
[pid=24004/tid=24005] ppid=24002 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/24004/task/24005/stat : 24005 (java) R 24002 24002 21899 0 -1 4202560 3338 0 0 0 8 1 0 0 20 0 15 0 154334104 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669635117728 139669614966110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24006] ppid=24002 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24006/stat : 24006 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334104 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669587438224 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24007] ppid=24002 vsize=13978596 memory=140049965528704 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24007/stat : 24007 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334104 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669586385424 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24008] ppid=24002 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24008/stat : 24008 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334104 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669224745360 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24009] ppid=24002 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24009/stat : 24009 (java) S 24002 24002 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154334104 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669223692560 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24010] ppid=24002 vsize=13978596 memory=140049965528704 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24010/stat : 24010 (java) S 24002 24002 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154334106 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669104708464 139669630896770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24011] ppid=24002 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24011/stat : 24011 (java) S 24002 24002 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154334106 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669103654432 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24012] ppid=24002 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24012/stat : 24012 (java) S 24002 24002 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154334106 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669102601584 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24013] ppid=24002 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24013/stat : 24013 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669101549904 139669630904219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24014] ppid=24002 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24014/stat : 24014 (java) S 24002 24002 21899 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 154334109 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669100497264 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24015] ppid=24002 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24015/stat : 24015 (java) S 24002 24002 21899 0 -1 1077944384 400 0 0 0 0 0 0 0 20 0 15 0 154334109 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669099444464 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24016] ppid=24002 vsize=13978596 memory=140049965528704 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24016/stat : 24016 (java) R 24002 24002 21899 0 -1 4202560 331 0 0 0 1 0 0 0 20 0 15 0 154334109 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669098391664 139669630906970 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24017] ppid=24002 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24017/stat : 24017 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669097339104 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24018] ppid=24002 vsize=13978596 memory=140049965528704 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24018/stat : 24018 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334109 14314082304 7091 33554432000 4194304 4196468 140723667350432 139669096287408 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29748 KiB

[startup+0.210625 s]*
/proc/loadavg: 2.38 2.00 1.86 5/217 24018
/proc/meminfo: memFree=27268800/32770624 swapFree=67108860/67108860
[pid=24002] ppid=23999 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24002/stat : 24002 (xcsp3-exec) S 23999 24002 21899 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154334103 9740288 346 33554432000 4194304 5098028 140728216790832 140728216788936 140129653514876 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18481152 140728216794228 140728216794432 140728216794432 140728216797163 0
/proc/24002/statm: 2378 346 289 221 0 87 0
[pid=24004] ppid=24002 vsize=13982852 memory=40356 CPUtime=0.33 cores=0,2,4,6
/proc/24004/stat : 24004 (java) S 24002 24002 21899 0 -1 1077944320 8234 0 0 0 31 2 0 0 20 0 15 0 154334103 14318440448 10089 33554432000 4194304 4196468 140723667350432 140723667332976 139669630885623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
/proc/24004/statm: 3495713 10089 3036 1 0 3482966 0
[pid=24004/tid=24005] ppid=24002 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/24004/task/24005/stat : 24005 (java) D 24002 24002 21899 0 -1 1077944384 5355 0 0 0 18 1 0 0 20 0 15 0 154334104 14318440448 10089 33554432000 4194304 4196468 140723667350432 139669635095360 139669623564845 0 4 0 16800975 18446744072101568036 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24006] ppid=24002 vsize=13982852 memory=8961 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24006/stat : 24006 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334104 14318440448 10089 33554432000 4194304 4196468 140723667350432 139669587438224 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24007] ppid=24002 vsize=13982852 memory=3688648829214013088 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24007/stat : 24007 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334104 14318440448 10089 33554432000 4194304 4196468 140723667350432 139669586385424 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24008] ppid=24002 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24008/stat : 24008 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334104 14318473216 10089 33554432000 4194304 4196468 140723667350432 139669224745360 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24009] ppid=24002 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24009/stat : 24009 (java) S 24002 24002 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154334104 14318440448 10089 33554432000 4194304 4196468 140723667350432 139669223692560 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24010] ppid=24002 vsize=13982852 memory=140049965528704 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24010/stat : 24010 (java) S 24002 24002 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154334106 14318440448 10089 33554432000 4194304 4196468 140723667350432 139669104708464 139669630896770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24011] ppid=24002 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24011/stat : 24011 (java) S 24002 24002 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154334106 14318440448 10089 33554432000 4194304 4196468 140723667350432 139669103654432 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24012] ppid=24002 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24012/stat : 24012 (java) S 24002 24002 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154334106 14318440448 10089 33554432000 4194304 4196468 140723667350432 139669102601584 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24013] ppid=24002 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24013/stat : 24013 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14318440448 10089 33554432000 4194304 4196468 140723667350432 139669101549904 139669630904219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24014] ppid=24002 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24004/task/24014/stat : 24014 (java) S 24002 24002 21899 0 -1 1077944384 235 0 0 0 2 0 0 0 20 0 15 0 154334109 14318440448 10089 33554432000 4194304 4196468 140723667350432 139669100497264 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24015] ppid=24002 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/24004/task/24015/stat : 24015 (java) S 24002 24002 21899 0 -1 1077944384 572 0 0 0 2 0 0 0 20 0 15 0 154334109 14318440448 10089 33554432000 4194304 4196468 140723667350432 139669099444464 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24016] ppid=24002 vsize=13982852 memory=140049965528704 CPUtime=0.07 cores=0,2,4,6
/proc/24004/task/24016/stat : 24016 (java) S 24002 24002 21899 0 -1 1077944384 776 0 0 0 7 0 0 0 20 0 15 0 154334109 14318440448 10089 33554432000 4194304 4196468 140723667350432 139669098391664 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24017] ppid=24002 vsize=13982884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24017/stat : 24017 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14318473216 10089 33554432000 4194304 4196468 140723667350432 139669097339104 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24018] ppid=24002 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24018/stat : 24018 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334109 14318473216 10089 33554432000 4194304 4196468 140723667350432 139669096287408 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41740 KiB

[startup+0.31056 s]*
/proc/loadavg: 2.38 2.00 1.86 5/217 24018
/proc/meminfo: memFree=27261852/32770624 swapFree=67108860/67108860
[pid=24002] ppid=23999 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24002/stat : 24002 (xcsp3-exec) S 23999 24002 21899 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154334103 9740288 346 33554432000 4194304 5098028 140728216790832 140728216788936 140129653514876 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18481152 140728216794228 140728216794432 140728216794432 140728216797163 0
/proc/24002/statm: 2378 346 289 221 0 87 0
[pid=24004] ppid=24002 vsize=13982852 memory=47184 CPUtime=0.52 cores=0,2,4,6
/proc/24004/stat : 24004 (java) S 24002 24002 21899 0 -1 1077944320 9008 0 0 0 49 3 0 0 20 0 15 0 154334103 14318440448 11796 33554432000 4194304 4196468 140723667350432 140723667332976 139669630885623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
/proc/24004/statm: 3495713 11796 3092 1 0 3482966 0
[pid=24004/tid=24005] ppid=24002 vsize=13982852 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/24004/task/24005/stat : 24005 (java) R 24002 24002 21899 0 -1 4202560 5913 0 0 0 28 2 0 0 20 0 15 0 154334104 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669635123360 139669266370892 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24006] ppid=24002 vsize=13982852 memory=9323 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24006/stat : 24006 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334104 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669587438224 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24007] ppid=24002 vsize=13982852 memory=4337868251985084448 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24007/stat : 24007 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334104 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669586385424 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24008] ppid=24002 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24008/stat : 24008 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334104 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669224745360 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24009] ppid=24002 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24009/stat : 24009 (java) S 24002 24002 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154334104 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669223692560 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24010] ppid=24002 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24010/stat : 24010 (java) S 24002 24002 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154334106 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669104708464 139669630896770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24011] ppid=24002 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24011/stat : 24011 (java) S 24002 24002 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154334106 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669103654432 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24012] ppid=24002 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24012/stat : 24012 (java) S 24002 24002 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154334106 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669102601584 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24013] ppid=24002 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24013/stat : 24013 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669101549904 139669630904219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24014] ppid=24002 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24004/task/24014/stat : 24014 (java) R 24002 24002 21899 0 -1 1077944384 237 0 0 0 2 0 0 0 20 0 15 0 154334109 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669100497264 139669630896770 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24015] ppid=24002 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/24004/task/24015/stat : 24015 (java) R 24002 24002 21899 0 -1 4202560 654 0 0 0 4 0 0 0 20 0 15 0 154334109 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669099444464 139669615174480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24016] ppid=24002 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/24004/task/24016/stat : 24016 (java) R 24002 24002 21899 0 -1 4202560 901 0 0 0 13 0 0 0 20 0 15 0 154334109 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669098388032 139669614966110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24017] ppid=24002 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24017/stat : 24017 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669097339104 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24018] ppid=24002 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24018/stat : 24018 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334109 14318440448 11796 33554432000 4194304 4196468 140723667350432 139669096287408 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48568 KiB

[startup+0.700733 s]
/proc/loadavg: 2.38 2.00 1.86 4/217 24018
/proc/meminfo: memFree=27248140/32770624 swapFree=67108860/67108860
[pid=24002] ppid=23999 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24002/stat : 24002 (xcsp3-exec) S 23999 24002 21899 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154334103 9740288 346 33554432000 4194304 5098028 140728216790832 140728216788936 140129653514876 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18481152 140728216794228 140728216794432 140728216794432 140728216797163 0
/proc/24002/statm: 2378 346 289 221 0 87 0
[pid=24004] ppid=24002 vsize=13984976 memory=87476 CPUtime=1.64 cores=0,2,4,6
/proc/24004/stat : 24004 (java) S 24002 24002 21899 0 -1 1077944320 12456 0 0 0 160 4 0 0 20 0 15 0 154334103 14320615424 21869 33554432000 4194304 4196468 140723667350432 140723667332976 139669630885623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
/proc/24004/statm: 3496244 21869 3204 1 0 3483478 0
[pid=24004/tid=24005] ppid=24002 vsize=13984976 memory=24612 CPUtime=0.67 cores=0,2,4,6
/proc/24004/task/24005/stat : 24005 (java) R 24002 24002 21899 0 -1 4202560 6666 0 0 0 65 2 0 0 20 0 15 0 154334104 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669635121392 139669623563637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24006] ppid=24002 vsize=13984976 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24006/stat : 24006 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334104 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669587438224 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24007] ppid=24002 vsize=13984976 memory=648 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24007/stat : 24007 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334104 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669586385424 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24008] ppid=24002 vsize=13984976 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24008/stat : 24008 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334104 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669224745360 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24009] ppid=24002 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24009/stat : 24009 (java) S 24002 24002 21899 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154334104 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669223692560 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24010] ppid=24002 vsize=13984976 memory=2468 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24010/stat : 24010 (java) S 24002 24002 21899 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669104708464 139669630896770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24011] ppid=24002 vsize=13984976 memory=928 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24011/stat : 24011 (java) S 24002 24002 21899 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669103654432 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24012] ppid=24002 vsize=13984976 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24012/stat : 24012 (java) S 24002 24002 21899 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669102601584 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24013] ppid=24002 vsize=13984976 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24013/stat : 24013 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669101549904 139669630904219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24014] ppid=24002 vsize=13984976 memory=4316 CPUtime=0.26 cores=0,2,4,6
/proc/24004/task/24014/stat : 24014 (java) S 24002 24002 21899 0 -1 1077944384 1102 0 0 0 26 0 0 0 20 0 15 0 154334109 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669100497264 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24015] ppid=24002 vsize=13984976 memory=2196 CPUtime=0.25 cores=0,2,4,6
/proc/24004/task/24015/stat : 24015 (java) S 24002 24002 21899 0 -1 1077944384 1175 0 0 0 25 0 0 0 20 0 15 0 154334109 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669099444464 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24016] ppid=24002 vsize=13984976 memory=7784 CPUtime=0.43 cores=0,2,4,6
/proc/24004/task/24016/stat : 24016 (java) S 24002 24002 21899 0 -1 1077944384 2206 0 0 0 43 0 0 0 20 0 15 0 154334109 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669098391664 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24017] ppid=24002 vsize=13984976 memory=832 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24017/stat : 24017 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669097339104 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24018] ppid=24002 vsize=13984976 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24018/stat : 24018 (java) S 24002 24002 21899 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154334109 14320615424 21869 33554432000 4194304 4196468 140723667350432 139669096287408 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 88860 KiB

[startup+1.50089 s]
/proc/loadavg: 2.38 2.00 1.86 5/217 24018
/proc/meminfo: memFree=27207844/32770624 swapFree=67108860/67108860
[pid=24002] ppid=23999 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24002/stat : 24002 (xcsp3-exec) S 23999 24002 21899 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154334103 9740288 346 33554432000 4194304 5098028 140728216790832 140728216788936 140129653514876 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18481152 140728216794228 140728216794432 140728216794432 140728216797163 0
/proc/24002/statm: 2378 346 289 221 0 87 0

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

[pid=24004/tid=24010] ppid=24002 vsize=13984976 memory=257312 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24010/stat : 24010 (java) S 24002 24002 21899 0 -1 1077944384 639 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 64328 33554432000 4194304 4196468 140723667350432 139669104708464 139669630896770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24011] ppid=24002 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24011/stat : 24011 (java) S 24002 24002 21899 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 64328 33554432000 4194304 4196468 140723667350432 139669103654432 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24012] ppid=24002 vsize=13984976 memory=257312 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24012/stat : 24012 (java) S 24002 24002 21899 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 64328 33554432000 4194304 4196468 140723667350432 139669102601584 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24013] ppid=24002 vsize=13984976 memory=257312 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24013/stat : 24013 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14320615424 64328 33554432000 4194304 4196468 140723667350432 139669101549904 139669630904219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24014] ppid=24002 vsize=13984976 memory=257268 CPUtime=2.03 cores=0,2,4,6
/proc/24004/task/24014/stat : 24014 (java) S 24002 24002 21899 0 -1 1077944384 16306 0 0 0 203 0 0 0 20 0 15 0 154334109 14320615424 64328 33554432000 4194304 4196468 140723667350432 139669100497264 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24015] ppid=24002 vsize=13984976 memory=0 CPUtime=1.68 cores=0,2,4,6
/proc/24004/task/24015/stat : 24015 (java) S 24002 24002 21899 0 -1 1077944384 13104 0 0 0 166 2 0 0 20 0 15 0 154334109 14320615424 64328 33554432000 4194304 4196468 140723667350432 139669099444464 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24016] ppid=24002 vsize=13984976 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/24004/task/24016/stat : 24016 (java) S 24002 24002 21899 0 -1 1077944384 6022 0 0 0 62 1 0 0 20 0 15 0 154334109 14320615424 64328 33554432000 4194304 4196468 140723667350432 139669098391664 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24017] ppid=24002 vsize=13984976 memory=257312 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24017/stat : 24017 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14320615424 64328 33554432000 4194304 4196468 140723667350432 139669097339104 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24018] ppid=24002 vsize=13984976 memory=4136 CPUtime=0.03 cores=0,2,4,6
/proc/24004/task/24018/stat : 24018 (java) S 24002 24002 21899 0 -1 1077944384 879 0 0 0 2 1 0 0 20 0 15 0 154334109 14320615424 64328 33554432000 4194304 4196468 140723667350432 139669096287408 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
Current children cumulated CPU time: 106.74 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 258696 KiB

[startup+162.301 s]
/proc/loadavg: 2.09 2.00 1.88 3/217 24020
/proc/meminfo: memFree=27053196/32770624 swapFree=67108860/67108860
[pid=24002] ppid=23999 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24002/stat : 24002 (xcsp3-exec) S 23999 24002 21899 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154334103 9740288 346 33554432000 4194304 5098028 140728216790832 140728216788936 140129653514876 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18481152 140728216794228 140728216794432 140728216794432 140728216797163 0
/proc/24002/statm: 2378 346 289 221 0 87 0
[pid=24004] ppid=24002 vsize=13984976 memory=257380 CPUtime=166.82 cores=0,2,4,6
/proc/24004/stat : 24004 (java) S 24002 24002 21899 0 -1 1077944320 52259 0 0 0 16669 13 0 0 20 0 15 0 154334103 14320615424 64345 33554432000 4194304 4196468 140723667350432 140723667332976 139669630885623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
/proc/24004/statm: 3496244 64345 3256 1 0 3483478 0
[pid=24004/tid=24005] ppid=24002 vsize=13984976 memory=257380 CPUtime=162.25 cores=0,2,4,6
/proc/24004/task/24005/stat : 24005 (java) R 24002 24002 21899 0 -1 4202560 11686 0 0 0 16221 4 0 0 20 0 15 0 154334104 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669635122904 139669271746173 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24006] ppid=24002 vsize=13984976 memory=257380 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24006/stat : 24006 (java) S 24002 24002 21899 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 15 0 154334104 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669587438224 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24007] ppid=24002 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24007/stat : 24007 (java) S 24002 24002 21899 0 -1 1077944384 827 0 0 0 1 0 0 0 20 0 15 0 154334104 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669586385424 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24008] ppid=24002 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24008/stat : 24008 (java) S 24002 24002 21899 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 15 0 154334104 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669224745360 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24009] ppid=24002 vsize=13984976 memory=257380 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24009/stat : 24009 (java) S 24002 24002 21899 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 154334104 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669223692560 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24010] ppid=24002 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24010/stat : 24010 (java) S 24002 24002 21899 0 -1 1077944384 681 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669104708464 139669630896770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24011] ppid=24002 vsize=13984976 memory=257332 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24011/stat : 24011 (java) S 24002 24002 21899 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669103654432 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24012] ppid=24002 vsize=13984976 memory=257380 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24012/stat : 24012 (java) S 24002 24002 21899 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669102601584 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24013] ppid=24002 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24013/stat : 24013 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669101549904 139669630904219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24014] ppid=24002 vsize=13984976 memory=1384 CPUtime=2.06 cores=0,2,4,6
/proc/24004/task/24014/stat : 24014 (java) S 24002 24002 21899 0 -1 1077944384 16740 0 0 0 206 0 0 0 20 0 15 0 154334109 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669100497264 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24015] ppid=24002 vsize=13984976 memory=205772 CPUtime=1.69 cores=0,2,4,6
/proc/24004/task/24015/stat : 24015 (java) S 24002 24002 21899 0 -1 1077944384 13258 0 0 0 167 2 0 0 20 0 15 0 154334109 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669099444464 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24016] ppid=24002 vsize=13984976 memory=1724 CPUtime=0.63 cores=0,2,4,6
/proc/24004/task/24016/stat : 24016 (java) S 24002 24002 21899 0 -1 1077944384 6320 0 0 0 62 1 0 0 20 0 15 0 154334109 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669098391664 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24017] ppid=24002 vsize=13984976 memory=11104 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24017/stat : 24017 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669097339104 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24018] ppid=24002 vsize=13984976 memory=1224 CPUtime=0.04 cores=0,2,4,6
/proc/24004/task/24018/stat : 24018 (java) S 24002 24002 21899 0 -1 1077944384 974 0 0 0 2 2 0 0 20 0 15 0 154334109 14320615424 64345 33554432000 4194304 4196468 140723667350432 139669096287408 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
Current children cumulated CPU time: 166.82 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 258764 KiB

[startup+222.301 s]
/proc/loadavg: 2.04 2.00 1.88 3/217 24028
/proc/meminfo: memFree=27048888/32770624 swapFree=67108860/67108860
[pid=24002] ppid=23999 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24002/stat : 24002 (xcsp3-exec) S 23999 24002 21899 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154334103 9740288 346 33554432000 4194304 5098028 140728216790832 140728216788936 140129653514876 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18481152 140728216794228 140728216794432 140728216794432 140728216797163 0
/proc/24002/statm: 2378 346 289 221 0 87 0
[pid=24004] ppid=24002 vsize=13984976 memory=259444 CPUtime=226.84 cores=0,2,4,6
/proc/24004/stat : 24004 (java) S 24002 24002 21899 0 -1 1077944320 52908 0 0 0 22671 13 0 0 20 0 15 0 154334103 14320615424 64861 33554432000 4194304 4196468 140723667350432 140723667332976 139669630885623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
/proc/24004/statm: 3496244 64861 3256 1 0 3483478 0
[pid=24004/tid=24005] ppid=24002 vsize=13984976 memory=1384 CPUtime=222.26 cores=0,2,4,6
/proc/24004/task/24005/stat : 24005 (java) R 24002 24002 21899 0 -1 4202560 11954 0 0 0 22222 4 0 0 20 0 15 0 154334104 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669635125176 139669272906253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24006] ppid=24002 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24006/stat : 24006 (java) S 24002 24002 21899 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 15 0 154334104 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669587438224 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24007] ppid=24002 vsize=13984976 memory=259428 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24007/stat : 24007 (java) S 24002 24002 21899 0 -1 1077944384 827 0 0 0 1 0 0 0 20 0 15 0 154334104 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669586385424 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24008] ppid=24002 vsize=13984976 memory=6944656592455097440 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24008/stat : 24008 (java) S 24002 24002 21899 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 15 0 154334104 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669224745360 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24009] ppid=24002 vsize=13984976 memory=1384 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24009/stat : 24009 (java) S 24002 24002 21899 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 154334104 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669223692560 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24010] ppid=24002 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24010/stat : 24010 (java) S 24002 24002 21899 0 -1 1077944384 688 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669104708464 139669630896770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24011] ppid=24002 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24011/stat : 24011 (java) S 24002 24002 21899 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669103654432 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24012] ppid=24002 vsize=13984976 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24012/stat : 24012 (java) S 24002 24002 21899 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669102601584 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24013] ppid=24002 vsize=13984976 memory=259444 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24013/stat : 24013 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669101549904 139669630904219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24014] ppid=24002 vsize=13984976 memory=1384 CPUtime=2.06 cores=0,2,4,6
/proc/24004/task/24014/stat : 24014 (java) S 24002 24002 21899 0 -1 1077944384 16741 0 0 0 206 0 0 0 20 0 15 0 154334109 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669100497264 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24015] ppid=24002 vsize=13984976 memory=1944 CPUtime=1.69 cores=0,2,4,6
/proc/24004/task/24015/stat : 24015 (java) S 24002 24002 21899 0 -1 1077944384 13259 0 0 0 167 2 0 0 20 0 15 0 154334109 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669099444464 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24016] ppid=24002 vsize=13984976 memory=1424 CPUtime=0.64 cores=0,2,4,6
/proc/24004/task/24016/stat : 24016 (java) S 24002 24002 21899 0 -1 1077944384 6662 0 0 0 63 1 0 0 20 0 15 0 154334109 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669098391664 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24017] ppid=24002 vsize=13984976 memory=8608 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24017/stat : 24017 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669097339104 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24018] ppid=24002 vsize=13984976 memory=5792 CPUtime=0.06 cores=0,2,4,6
/proc/24004/task/24018/stat : 24018 (java) S 24002 24002 21899 0 -1 1077944384 1004 0 0 0 3 3 0 0 20 0 15 0 154334109 14320615424 64861 33554432000 4194304 4196468 140723667350432 139669096287408 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
Current children cumulated CPU time: 226.84 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 260828 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.95 1.99 1.88 3/217 24106
/proc/meminfo: memFree=27924084/32770624 swapFree=67108860/67108860
[pid=24002] ppid=23999 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/24002/stat : 24002 (xcsp3-exec) S 23999 24002 21899 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154334103 9740288 346 33554432000 4194304 5098028 140728216790832 140728216788936 140129653514876 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18481152 140728216794228 140728216794432 140728216794432 140728216797163 0
/proc/24002/statm: 2378 346 289 221 0 87 0
[pid=24004] ppid=24002 vsize=13984976 memory=259456 CPUtime=244.55 cores=0,2,4,6
/proc/24004/stat : 24004 (java) S 24002 24002 21899 0 -1 1077944320 53039 0 0 0 24442 13 0 0 20 0 15 0 154334103 14320615424 64864 33554432000 4194304 4196468 140723667350432 140723667332976 139669630885623 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
/proc/24004/statm: 3496244 64864 3256 1 0 3483478 0
[pid=24004/tid=24005] ppid=24002 vsize=13984976 memory=6791534058613427641 CPUtime=239.97 cores=0,2,4,6
/proc/24004/task/24005/stat : 24005 (java) R 24002 24002 21899 0 -1 4202560 12014 0 0 0 23993 4 0 0 20 0 15 0 154334104 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669635124168 139669273555340 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24006] ppid=24002 vsize=13984976 memory=4872558044660077418 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24006/stat : 24006 (java) S 24002 24002 21899 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 15 0 154334104 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669587438224 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24007] ppid=24002 vsize=13984976 memory=6944656592455360604 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24007/stat : 24007 (java) S 24002 24002 21899 0 -1 1077944384 827 0 0 0 1 0 0 0 20 0 15 0 154334104 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669586385424 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24008] ppid=24002 vsize=13984976 memory=6944656575208382560 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24008/stat : 24008 (java) S 24002 24002 21899 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 15 0 154334104 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669224745360 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24009] ppid=24002 vsize=13984976 memory=6656426216303648864 CPUtime=0.01 cores=0,2,4,6
/proc/24004/task/24009/stat : 24009 (java) S 24002 24002 21899 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 154334104 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669223692560 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24010] ppid=24002 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24010/stat : 24010 (java) S 24002 24002 21899 0 -1 1077944384 688 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669104708464 139669630896770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24011] ppid=24002 vsize=13984976 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24011/stat : 24011 (java) S 24002 24002 21899 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669103654432 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24012] ppid=24002 vsize=13984976 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24012/stat : 24012 (java) S 24002 24002 21899 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154334106 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669102601584 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24013] ppid=24002 vsize=13984976 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24013/stat : 24013 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669101549904 139669630904219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24014] ppid=24002 vsize=13984976 memory=8608 CPUtime=2.06 cores=0,2,4,6
/proc/24004/task/24014/stat : 24014 (java) S 24002 24002 21899 0 -1 1077944384 16741 0 0 0 206 0 0 0 20 0 15 0 154334109 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669100497264 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24015] ppid=24002 vsize=13984976 memory=1200 CPUtime=1.69 cores=0,2,4,6
/proc/24004/task/24015/stat : 24015 (java) S 24002 24002 21899 0 -1 1077944384 13259 0 0 0 167 2 0 0 20 0 15 0 154334109 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669099444464 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24016] ppid=24002 vsize=13984976 memory=15880 CPUtime=0.64 cores=0,2,4,6
/proc/24004/task/24016/stat : 24016 (java) S 24002 24002 21899 0 -1 1077944384 6733 0 0 0 63 1 0 0 20 0 15 0 154334109 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669098391664 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24017] ppid=24002 vsize=13984976 memory=16236 CPUtime=0 cores=0,2,4,6
/proc/24004/task/24017/stat : 24017 (java) S 24002 24002 21899 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154334109 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669097339104 139669630895829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
[pid=24004/tid=24018] ppid=24002 vsize=13984976 memory=4044 CPUtime=0.06 cores=0,2,4,6
/proc/24004/task/24018/stat : 24018 (java) S 24002 24002 21899 0 -1 1077944384 1004 0 0 0 3 3 0 0 20 0 15 0 154334109 14320615424 64864 33554432000 4194304 4196468 140723667350432 139669096287408 139669630896770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140723667358877 140723667359052 140723667359052 140723667361743 0
Current children cumulated CPU time: 244.55 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 260840 KiB

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

[startup+240.023 s]
# the end of solver process 24002 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=244.439 s, system=0.145018 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 240.023
CPU time (s): 244.584
CPU user time (s): 244.439
CPU system time (s): 0.145018
CPU usage (%): 101.9
Max. virtual memory (cumulated for all children) (KiB): 13996192
Max. memory (cumulated for all children) (KiB): 260840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.439
system time used= 0.145018
maximum resident set size= 260072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53985
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7898
involuntary context switches= 139


# summary of solver processes directly reported to runsolver:
#   pid: 24002
#   total CPU time (s): 244.584
#   total CPU user time (s): 244.439
#   total CPU system time (s): 0.145018

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58561 second user time and 2.10933 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-20 08:46:39
IDJOB=4282829
IDBENCH=126241
IDSOLVER=2678
FILE ID=node102/4282829-1503212460
RUNJOBID= node102-1503209175-21930
PBS_JOBID= 20630875
Free space on /tmp= 61676 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-10-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-4282829-1503212460/watcher-4282829-1503212460 -o /tmp/evaluation-result-4282829-1503212460/solver-4282829-1503212460 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node102-1503209175-21930 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1902934088 HOME/instance-4282829-1503212460.xml

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

MD5SUM BENCH= 5c3e91a7aa658c047886207443b7266d
RANDOM SEED=1902934088

node102.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.35
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.35
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.35
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.35
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:        27297512 kB
MemAvailable:   30946428 kB
Buffers:          240144 kB
Cached:          3701740 kB
SwapCached:            0 kB
Active:          2103684 kB
Inactive:        2921092 kB
Active(anon):    1036140 kB
Inactive(anon):    83092 kB
Active(file):    1067544 kB
Inactive(file):  2838000 kB
Unevictable:        7464 kB
Mlocked:            7464 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8080 kB
Writeback:             0 kB
AnonPages:       1090412 kB
Mapped:            64068 kB
Shmem:             33420 kB
Slab:             146344 kB
SReclaimable:     118416 kB
SUnreclaim:        27928 kB
KernelStack:        3552 kB
PageTables:         7444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3177232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    913408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61668 MiB
End job on node102 at 2017-08-20 08:50:40