Trace number 4284303

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)SAT (TO)201 250.007 240.02499

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-15-a4.xml
MD5SUMa2ce00dc78b702eb5fb62c242f19e981
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark171
Best CPU time to get the best result obtained on this benchmark249.758
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints5007
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":15}]
Minimum variable degree1275
Maximum variable degree1276
Distribution of variable degrees[{"degree":1275,"count":13},{"degree":1276,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":910},{"arity":4,"count":4095},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints5006
Distribution of constraint types[{"type":"intension","count":5006},{"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-4284303-1503212565.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284303-1503212565.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
3.19/1.19	c solve instance...
22.51/16.52	o 226 
25.27/19.20	o 209 
30.78/24.17	o 207 
64.36/57.39	o 201 
249.98/240.01	s SATISFIABLE
249.98/240.01	v <instantiation>
249.98/240.01	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] x[12] x[13] x[14] </list>
249.98/240.01	v 	<values>0 1 4 6 13 21 31 45 64 80 102 136 164 190 201 </values>
249.98/240.01	v </instantiation>
249.98/240.01	c Unexpected resolution interruption!

Verifier Data

OK	201

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284303-1503212565/watcher-4284303-1503212565 -o /tmp/evaluation-result-4284303-1503212565/solver-4284303-1503212565 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node112-1503208953-13390 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 929422300 HOME/instance-4284303-1503212565.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=15621, runsolver pid=15618

[startup+0.10043 s]*
/proc/loadavg: 1.58 1.69 1.72 3/217 15637
/proc/meminfo: memFree=24854976/32770624 swapFree=67108860/67108860
[pid=15621] ppid=15618 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15621/stat : 15621 (xcsp3-exec) S 15618 15621 13358 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154344110 9740288 346 33554432000 4194304 5098028 140725140636992 140725140635096 140644605690492 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38772736 140725140640885 140725140641088 140725140641088 140725140643819 0
/proc/15621/statm: 2378 346 289 221 0 87 0
[pid=15623] ppid=15621 vsize=13978596 memory=29056 CPUtime=0.12 cores=1,3,5,7
/proc/15623/stat : 15623 (java) S 15621 15621 13358 0 -1 1077944320 5066 0 0 0 11 1 0 0 20 0 15 0 154344110 14314082304 7264 33554432000 4194304 4196468 140728987733440 140728987715984 140130918506231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
/proc/15623/statm: 3494649 7264 2900 1 0 3482966 0
[pid=15623/tid=15624] ppid=15621 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/15623/task/15624/stat : 15624 (java) R 15621 15621 13358 0 -1 4202560 3067 0 0 0 8 0 0 0 20 0 15 0 154344111 14314082304 7264 33554432000 4194304 4196468 140728987733440 140130922738480 140130900088312 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15625] ppid=15621 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15625/stat : 15625 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344111 14314082304 7264 33554432000 4194304 4196468 140728987733440 140130833574160 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15626] ppid=15621 vsize=13978596 memory=140199899747968 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15626/stat : 15626 (java) S 15621 15621 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154344111 14314082304 7264 33554432000 4194304 4196468 140728987733440 140130832521616 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15627] ppid=15621 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15627/stat : 15627 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344111 14314082304 7264 33554432000 4194304 4196468 140728987733440 140130831469072 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15628] ppid=15621 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15628/stat : 15628 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344111 14314082304 7264 33554432000 4194304 4196468 140728987733440 140130830416528 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15629] ppid=15621 vsize=13978596 memory=140199899747968 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15629/stat : 15629 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344113 14314082304 7264 33554432000 4194304 4196468 140728987733440 140130391669232 140130918517378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15630] ppid=15621 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15630/stat : 15630 (java) S 15621 15621 13358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154344113 14314082304 7264 33554432000 4194304 4196468 140728987733440 140130390615456 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15631] ppid=15621 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15631/stat : 15631 (java) S 15621 15621 13358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154344113 14314082304 7264 33554432000 4194304 4196468 140728987733440 140130389562864 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15632] ppid=15621 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15632/stat : 15632 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14314082304 7330 33554432000 4194304 4196468 140728987733440 140130388511440 140130918524827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15633] ppid=15621 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15633/stat : 15633 (java) S 15621 15621 13358 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 154344116 14314082304 7330 33554432000 4194304 4196468 140728987733440 140130387458032 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15634] ppid=15621 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15634/stat : 15634 (java) S 15621 15621 13358 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 15 0 154344116 14314082304 7330 33554432000 4194304 4196468 140728987733440 140130386405488 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15635] ppid=15621 vsize=13978596 memory=140199899747968 CPUtime=0.01 cores=1,3,5,7
/proc/15623/task/15635/stat : 15635 (java) R 15621 15621 13358 0 -1 4202560 334 0 0 0 1 0 0 0 20 0 15 0 154344116 14314082304 7330 33554432000 4194304 4196468 140728987733440 140130385352944 140130897462569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15636] ppid=15621 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15636/stat : 15636 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14314082304 7330 33554432000 4194304 4196468 140728987733440 140130384300640 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15637] ppid=15621 vsize=13978596 memory=140199899747968 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15637/stat : 15637 (java) S 15621 15621 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154344116 14314082304 7330 33554432000 4194304 4196468 140728987733440 140130383248176 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30440 KiB

[startup+0.210739 s]*
/proc/loadavg: 1.58 1.69 1.72 3/217 15637
/proc/meminfo: memFree=24844260/32770624 swapFree=67108860/67108860
[pid=15621] ppid=15618 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15621/stat : 15621 (xcsp3-exec) S 15618 15621 13358 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154344110 9740288 346 33554432000 4194304 5098028 140725140636992 140725140635096 140644605690492 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38772736 140725140640885 140725140641088 140725140641088 140725140643819 0
/proc/15621/statm: 2378 346 289 221 0 87 0
[pid=15623] ppid=15621 vsize=13982852 memory=40004 CPUtime=0.33 cores=1,3,5,7
/proc/15623/stat : 15623 (java) S 15621 15621 13358 0 -1 1077944320 7620 0 0 0 31 2 0 0 20 0 15 0 154344110 14318440448 10001 33554432000 4194304 4196468 140728987733440 140728987715984 140130918506231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
/proc/15623/statm: 3495713 10001 3033 1 0 3482966 0
[pid=15623/tid=15624] ppid=15621 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/15623/task/15624/stat : 15624 (java) D 15621 15621 13358 0 -1 1077944384 4872 0 0 0 18 1 0 0 20 0 15 0 154344111 14318440448 10001 33554432000 4194304 4196468 140728987733440 140130922717024 140130911185453 0 4 0 16800975 18446744072101625380 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15625] ppid=15621 vsize=13982852 memory=2898 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15625/stat : 15625 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344111 14318440448 10001 33554432000 4194304 4196468 140728987733440 140130833574160 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15626] ppid=15621 vsize=13982852 memory=288370576051459712 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15626/stat : 15626 (java) S 15621 15621 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154344111 14318440448 10001 33554432000 4194304 4196468 140728987733440 140130832521616 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15627] ppid=15621 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15627/stat : 15627 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344111 14318440448 10001 33554432000 4194304 4196468 140728987733440 140130831469072 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15628] ppid=15621 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15628/stat : 15628 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344111 14318440448 10001 33554432000 4194304 4196468 140728987733440 140130830416528 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15629] ppid=15621 vsize=13982884 memory=140199899747968 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15629/stat : 15629 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344113 14318473216 10001 33554432000 4194304 4196468 140728987733440 140130391669232 140130918517378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15630] ppid=15621 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15630/stat : 15630 (java) S 15621 15621 13358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154344113 14318473216 10001 33554432000 4194304 4196468 140728987733440 140130390615456 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15631] ppid=15621 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15631/stat : 15631 (java) S 15621 15621 13358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154344113 14318440448 10001 33554432000 4194304 4196468 140728987733440 140130389562864 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15632] ppid=15621 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15632/stat : 15632 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14318440448 10001 33554432000 4194304 4196468 140728987733440 140130388511440 140130918524827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15633] ppid=15621 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15623/task/15633/stat : 15633 (java) S 15621 15621 13358 0 -1 1077944384 391 0 0 0 2 0 0 0 20 0 15 0 154344116 14318440448 10001 33554432000 4194304 4196468 140728987733440 140130387458032 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15634] ppid=15621 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15623/task/15634/stat : 15634 (java) S 15621 15621 13358 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 15 0 154344116 14318440448 10001 33554432000 4194304 4196468 140728987733440 140130386405488 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15635] ppid=15621 vsize=13982852 memory=140199899747968 CPUtime=0.08 cores=1,3,5,7
/proc/15623/task/15635/stat : 15635 (java) S 15621 15621 13358 0 -1 1077944384 704 0 0 0 8 0 0 0 20 0 15 0 154344116 14318440448 10001 33554432000 4194304 4196468 140728987733440 140130385352944 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15636] ppid=15621 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15636/stat : 15636 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14318440448 10001 33554432000 4194304 4196468 140728987733440 140130384300640 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15637] ppid=15621 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15637/stat : 15637 (java) S 15621 15621 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154344116 14318440448 10001 33554432000 4194304 4196468 140728987733440 140130383248176 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41388 KiB

[startup+0.310576 s]*
/proc/loadavg: 1.58 1.69 1.72 4/217 15637
/proc/meminfo: memFree=24837436/32770624 swapFree=67108860/67108860
[pid=15621] ppid=15618 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15621/stat : 15621 (xcsp3-exec) S 15618 15621 13358 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154344110 9740288 346 33554432000 4194304 5098028 140725140636992 140725140635096 140644605690492 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38772736 140725140640885 140725140641088 140725140641088 140725140643819 0
/proc/15621/statm: 2378 346 289 221 0 87 0
[pid=15623] ppid=15621 vsize=13982852 memory=47108 CPUtime=0.52 cores=1,3,5,7
/proc/15623/stat : 15623 (java) S 15621 15621 13358 0 -1 1077944320 8473 0 0 0 49 3 0 0 20 0 15 0 154344110 14318440448 11777 33554432000 4194304 4196468 140728987733440 140728987715984 140130918506231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
/proc/15623/statm: 3495713 11777 3076 1 0 3482966 0
[pid=15623/tid=15624] ppid=15621 vsize=13982852 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/15623/task/15624/stat : 15624 (java) R 15621 15621 13358 0 -1 4202560 5447 0 0 0 28 2 0 0 20 0 15 0 154344111 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130922744576 140130507556049 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15625] ppid=15621 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15625/stat : 15625 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344111 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130833574160 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15626] ppid=15621 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15626/stat : 15626 (java) S 15621 15621 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154344111 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130832521616 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15627] ppid=15621 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15627/stat : 15627 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344111 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130831469072 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15628] ppid=15621 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15628/stat : 15628 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344111 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130830416528 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15629] ppid=15621 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15629/stat : 15629 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344113 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130391669232 140130918517378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15630] ppid=15621 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15630/stat : 15630 (java) S 15621 15621 13358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154344113 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130390615456 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15631] ppid=15621 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15631/stat : 15631 (java) S 15621 15621 13358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154344113 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130389562864 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15632] ppid=15621 vsize=13982852 memory=8331535677343896411 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15632/stat : 15632 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130388511440 140130918524827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15633] ppid=15621 vsize=13982852 memory=8508281356422055839 CPUtime=0.03 cores=1,3,5,7
/proc/15623/task/15633/stat : 15633 (java) R 15621 15621 13358 0 -1 1077944384 391 0 0 0 3 0 0 0 20 0 15 0 154344116 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130387458128 140130918516437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15634] ppid=15621 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/15623/task/15634/stat : 15634 (java) R 15621 15621 13358 0 -1 4202560 497 0 0 0 4 0 0 0 20 0 15 0 154344116 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130386405488 140130902006710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15635] ppid=15621 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/15623/task/15635/stat : 15635 (java) R 15621 15621 13358 0 -1 4202560 835 0 0 0 13 0 0 0 20 0 15 0 154344116 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130385348896 140130911603067 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15636] ppid=15621 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15636/stat : 15636 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130384300640 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15637] ppid=15621 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15637/stat : 15637 (java) S 15621 15621 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154344116 14318440448 11777 33554432000 4194304 4196468 140728987733440 140130383248176 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48492 KiB

[startup+0.705333 s]
/proc/loadavg: 1.58 1.69 1.72 5/217 15637
/proc/meminfo: memFree=24806396/32770624 swapFree=67108860/67108860
[pid=15621] ppid=15618 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15621/stat : 15621 (xcsp3-exec) S 15618 15621 13358 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154344110 9740288 346 33554432000 4194304 5098028 140725140636992 140725140635096 140644605690492 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38772736 140725140640885 140725140641088 140725140641088 140725140643819 0
/proc/15621/statm: 2378 346 289 221 0 87 0
[pid=15623] ppid=15621 vsize=13984976 memory=111392 CPUtime=1.82 cores=1,3,5,7
/proc/15623/stat : 15623 (java) S 15621 15621 13358 0 -1 1077944320 12379 0 0 0 178 4 0 0 20 0 15 0 154344110 14320615424 27848 33554432000 4194304 4196468 140728987733440 140728987715984 140130918506231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
/proc/15623/statm: 3496244 27848 3201 1 0 3483478 0
[pid=15623/tid=15624] ppid=15621 vsize=13984976 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/15623/task/15624/stat : 15624 (java) R 15621 15621 13358 0 -1 4202560 6096 0 0 0 64 3 0 0 20 0 15 0 154344111 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130922744336 140130505600027 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15625] ppid=15621 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15625/stat : 15625 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344111 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130833574160 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15626] ppid=15621 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15626/stat : 15626 (java) S 15621 15621 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154344111 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130832521616 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15627] ppid=15621 vsize=13984976 memory=42980 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15627/stat : 15627 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344111 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130831469072 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15628] ppid=15621 vsize=13984976 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15628/stat : 15628 (java) S 15621 15621 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154344111 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130830416528 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15629] ppid=15621 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15629/stat : 15629 (java) S 15621 15621 13358 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154344113 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130391669232 140130918517378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15630] ppid=15621 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15630/stat : 15630 (java) S 15621 15621 13358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154344113 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130390615456 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15631] ppid=15621 vsize=13984976 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15631/stat : 15631 (java) S 15621 15621 13358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154344113 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130389562864 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15632] ppid=15621 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15632/stat : 15632 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130388511440 140130918524827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15633] ppid=15621 vsize=13984976 memory=796 CPUtime=0.39 cores=1,3,5,7
/proc/15623/task/15633/stat : 15633 (java) R 15621 15621 13358 0 -1 4202560 1351 0 0 0 39 0 0 0 20 0 15 0 154344116 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130387446384 140130902005392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15634] ppid=15621 vsize=13984976 memory=10088 CPUtime=0.39 cores=1,3,5,7
/proc/15623/task/15634/stat : 15634 (java) R 15621 15621 13358 0 -1 4202560 1888 0 0 0 39 0 0 0 20 0 15 0 154344116 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130386391512 140130903621423 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15635] ppid=15621 vsize=13984976 memory=1948 CPUtime=0.34 cores=1,3,5,7
/proc/15623/task/15635/stat : 15635 (java) R 15621 15621 13358 0 -1 4202560 1736 0 0 0 34 0 0 0 20 0 15 0 154344116 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130385349880 140130897025840 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15636] ppid=15621 vsize=13984976 memory=8584 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15636/stat : 15636 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130384300640 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15637] ppid=15621 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15637/stat : 15637 (java) S 15621 15621 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154344116 14320615424 27848 33554432000 4194304 4196468 140728987733440 140130383248176 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 112776 KiB

[startup+1.51095 s]
/proc/loadavg: 1.58 1.69 1.72 5/217 15637
/proc/meminfo: memFree=24705248/32770624 swapFree=67108860/67108860
[pid=15621] ppid=15618 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15621/stat : 15621 (xcsp3-exec) S 15618 15621 13358 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154344110 9740288 346 33554432000 4194304 5098028 140725140636992 140725140635096 140644605690492 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38772736 140725140640885 140725140641088 140725140641088 140725140643819 0
/proc/15621/statm: 2378 346 289 221 0 87 0

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

/proc/15623/task/15631/stat : 15631 (java) S 15621 15621 13358 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154344113 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130389562880 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15632] ppid=15621 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15632/stat : 15632 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130388511440 140130918524827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15633] ppid=15621 vsize=13984976 memory=1384 CPUtime=2.94 cores=1,3,5,7
/proc/15623/task/15633/stat : 15633 (java) S 15621 15621 13358 0 -1 1077944384 12789 0 0 0 292 2 0 0 20 0 15 0 154344116 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130387458032 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15634] ppid=15621 vsize=13984976 memory=6791534058613427641 CPUtime=2.96 cores=1,3,5,7
/proc/15623/task/15634/stat : 15634 (java) S 15621 15621 13358 0 -1 1077944384 14555 0 0 0 295 1 0 0 20 0 15 0 154344116 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130386405488 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15635] ppid=15621 vsize=13984976 memory=672968 CPUtime=0.86 cores=1,3,5,7
/proc/15623/task/15635/stat : 15635 (java) S 15621 15621 13358 0 -1 1077944384 6860 0 0 0 85 1 0 0 20 0 15 0 154344116 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130385352944 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15636] ppid=15621 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15636/stat : 15636 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130384300640 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15637] ppid=15621 vsize=13984976 memory=1384 CPUtime=0.06 cores=1,3,5,7
/proc/15623/task/15637/stat : 15637 (java) S 15621 15621 13358 0 -1 1077944384 538 0 0 0 3 3 0 0 20 0 15 0 154344116 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130383248176 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
Current children cumulated CPU time: 111.75 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 674356 KiB

[startup+162.301 s]
/proc/loadavg: 2.12 1.85 1.78 3/218 15725
/proc/meminfo: memFree=24269508/32770624 swapFree=67108860/67108860
[pid=15621] ppid=15618 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15621/stat : 15621 (xcsp3-exec) S 15618 15621 13358 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154344110 9740288 346 33554432000 4194304 5098028 140725140636992 140725140635096 140644605690492 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38772736 140725140640885 140725140641088 140725140641088 140725140643819 0
/proc/15621/statm: 2378 346 289 221 0 87 0
[pid=15623] ppid=15621 vsize=13984976 memory=672972 CPUtime=171.9 cores=1,3,5,7
/proc/15623/stat : 15623 (java) S 15621 15621 13358 0 -1 1077944320 57957 0 0 0 17141 49 0 0 20 0 15 0 154344110 14320615424 168243 33554432000 4194304 4196468 140728987733440 140728987715984 140130918506231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
/proc/15623/statm: 3496244 168243 3274 1 0 3483478 0
[pid=15623/tid=15624] ppid=15621 vsize=13984976 memory=1384 CPUtime=160.86 cores=1,3,5,7
/proc/15623/task/15624/stat : 15624 (java) R 15621 15621 13358 0 -1 4202560 12318 0 0 0 16079 7 0 0 20 0 15 0 154344111 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130922745400 140130514555763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15625] ppid=15621 vsize=13984976 memory=1384 CPUtime=0.88 cores=1,3,5,7
/proc/15623/task/15625/stat : 15625 (java) S 15621 15621 13358 0 -1 1077944384 376 0 0 0 81 7 0 0 20 0 15 0 154344111 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130833574160 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15626] ppid=15621 vsize=13984976 memory=672968 CPUtime=0.88 cores=1,3,5,7
/proc/15623/task/15626/stat : 15626 (java) S 15621 15621 13358 0 -1 1077944384 1920 0 0 0 81 7 0 0 20 0 15 0 154344111 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130832521616 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15627] ppid=15621 vsize=13984976 memory=1384 CPUtime=0.84 cores=1,3,5,7
/proc/15623/task/15627/stat : 15627 (java) S 15621 15621 13358 0 -1 1077944384 732 0 0 0 77 7 0 0 20 0 15 0 154344111 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130831469072 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15628] ppid=15621 vsize=13984976 memory=672972 CPUtime=0.88 cores=1,3,5,7
/proc/15623/task/15628/stat : 15628 (java) S 15621 15621 13358 0 -1 1077944384 404 0 0 0 81 7 0 0 20 0 15 0 154344111 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130830416528 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15629] ppid=15621 vsize=13984976 memory=5788 CPUtime=0.5 cores=1,3,5,7
/proc/15623/task/15629/stat : 15629 (java) S 15621 15621 13358 0 -1 1077944384 4234 0 0 0 50 0 0 0 20 0 15 0 154344113 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130391669232 140130918517378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15630] ppid=15621 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15630/stat : 15630 (java) S 15621 15621 13358 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 154344113 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130390615520 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15631] ppid=15621 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15631/stat : 15631 (java) S 15621 15621 13358 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154344113 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130389562880 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15632] ppid=15621 vsize=13984976 memory=2548 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15632/stat : 15632 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130388511440 140130918524827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15633] ppid=15621 vsize=13984976 memory=2672 CPUtime=2.96 cores=1,3,5,7
/proc/15623/task/15633/stat : 15633 (java) S 15621 15621 13358 0 -1 1077944384 12985 0 0 0 294 2 0 0 20 0 15 0 154344116 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130387458032 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15634] ppid=15621 vsize=13984976 memory=672972 CPUtime=3.02 cores=1,3,5,7
/proc/15623/task/15634/stat : 15634 (java) S 15621 15621 13358 0 -1 1077944384 15465 0 0 0 301 1 0 0 20 0 15 0 154344116 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130386405488 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15635] ppid=15621 vsize=13984976 memory=1384 CPUtime=0.87 cores=1,3,5,7
/proc/15623/task/15635/stat : 15635 (java) S 15621 15621 13358 0 -1 1077944384 7605 0 0 0 86 1 0 0 20 0 15 0 154344116 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130385352944 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15636] ppid=15621 vsize=13984976 memory=672972 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15636/stat : 15636 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130384300640 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15637] ppid=15621 vsize=13984976 memory=1384 CPUtime=0.1 cores=1,3,5,7
/proc/15623/task/15637/stat : 15637 (java) S 15621 15621 13358 0 -1 1077944384 593 0 0 0 5 5 0 0 20 0 15 0 154344116 14320615424 168243 33554432000 4194304 4196468 140728987733440 140130383248176 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
Current children cumulated CPU time: 171.9 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 674356 KiB

[startup+222.301 s]
/proc/loadavg: 1.98 1.86 1.78 3/218 15726
/proc/meminfo: memFree=24070696/32770624 swapFree=67108860/67108860
[pid=15621] ppid=15618 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15621/stat : 15621 (xcsp3-exec) S 15618 15621 13358 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154344110 9740288 346 33554432000 4194304 5098028 140725140636992 140725140635096 140644605690492 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38772736 140725140640885 140725140641088 140725140641088 140725140643819 0
/proc/15621/statm: 2378 346 289 221 0 87 0
[pid=15623] ppid=15621 vsize=13984976 memory=670832 CPUtime=232.22 cores=1,3,5,7
/proc/15623/stat : 15623 (java) S 15621 15621 13358 0 -1 1077944320 63762 0 0 0 23170 52 0 0 20 0 15 0 154344110 14320615424 167708 33554432000 4194304 4196468 140728987733440 140728987715984 140130918506231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
/proc/15623/statm: 3496244 167708 3274 1 0 3483478 0
[pid=15623/tid=15624] ppid=15621 vsize=13984976 memory=1384 CPUtime=220.86 cores=1,3,5,7
/proc/15623/task/15624/stat : 15624 (java) R 15621 15621 13358 0 -1 4202560 13221 0 0 0 22079 7 0 0 20 0 15 0 154344111 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130922742048 140130514081115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15625] ppid=15621 vsize=13984976 memory=670832 CPUtime=0.88 cores=1,3,5,7
/proc/15623/task/15625/stat : 15625 (java) S 15621 15621 13358 0 -1 1077944384 376 0 0 0 81 7 0 0 20 0 15 0 154344111 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130833574160 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15626] ppid=15621 vsize=13984976 memory=670832 CPUtime=0.88 cores=1,3,5,7
/proc/15623/task/15626/stat : 15626 (java) S 15621 15621 13358 0 -1 1077944384 1920 0 0 0 81 7 0 0 20 0 15 0 154344111 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130832521616 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15627] ppid=15621 vsize=13984976 memory=1384 CPUtime=0.84 cores=1,3,5,7
/proc/15623/task/15627/stat : 15627 (java) S 15621 15621 13358 0 -1 1077944384 732 0 0 0 77 7 0 0 20 0 15 0 154344111 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130831469072 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15628] ppid=15621 vsize=13984976 memory=496748 CPUtime=0.88 cores=1,3,5,7
/proc/15623/task/15628/stat : 15628 (java) S 15621 15621 13358 0 -1 1077944384 404 0 0 0 81 7 0 0 20 0 15 0 154344111 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130830416528 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15629] ppid=15621 vsize=13984976 memory=673108 CPUtime=0.5 cores=1,3,5,7
/proc/15623/task/15629/stat : 15629 (java) S 15621 15621 13358 0 -1 1077944384 4269 0 0 0 50 0 0 0 20 0 15 0 154344113 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130391669232 140130918517378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15630] ppid=15621 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15630/stat : 15630 (java) S 15621 15621 13358 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 154344113 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130390615520 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15631] ppid=15621 vsize=13984976 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15631/stat : 15631 (java) S 15621 15621 13358 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154344113 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130389562880 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15632] ppid=15621 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15632/stat : 15632 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130388511440 140130918524827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15633] ppid=15621 vsize=13984976 memory=4132 CPUtime=3.2 cores=1,3,5,7
/proc/15623/task/15633/stat : 15633 (java) S 15621 15621 13358 0 -1 1077944384 16961 0 0 0 318 2 0 0 20 0 15 0 154344116 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130387458032 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15634] ppid=15621 vsize=13984976 memory=42988 CPUtime=3.03 cores=1,3,5,7
/proc/15623/task/15634/stat : 15634 (java) S 15621 15621 13358 0 -1 1077944384 15685 0 0 0 302 1 0 0 20 0 15 0 154344116 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130386405488 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15635] ppid=15621 vsize=13984976 memory=1384 CPUtime=0.9 cores=1,3,5,7
/proc/15623/task/15635/stat : 15635 (java) S 15621 15621 13358 0 -1 1077944384 8269 0 0 0 89 1 0 0 20 0 15 0 154344116 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130385352944 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15636] ppid=15621 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15636/stat : 15636 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130384300640 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15637] ppid=15621 vsize=13984976 memory=670832 CPUtime=0.13 cores=1,3,5,7
/proc/15623/task/15637/stat : 15637 (java) S 15621 15621 13358 0 -1 1077944384 600 0 0 0 6 7 0 0 20 0 15 0 154344116 14320615424 167708 33554432000 4194304 4196468 140728987733440 140130383248176 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
Current children cumulated CPU time: 232.22 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 672216 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.98 1.87 1.79 3/218 15726
/proc/meminfo: memFree=24073408/32770624 swapFree=67108860/67108860
[pid=15621] ppid=15618 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15621/stat : 15621 (xcsp3-exec) S 15618 15621 13358 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154344110 9740288 346 33554432000 4194304 5098028 140725140636992 140725140635096 140644605690492 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38772736 140725140640885 140725140641088 140725140641088 140725140643819 0
/proc/15621/statm: 2378 346 289 221 0 87 0
[pid=15623] ppid=15621 vsize=13984976 memory=670844 CPUtime=249.98 cores=1,3,5,7
/proc/15623/stat : 15623 (java) S 15621 15621 13358 0 -1 1077944320 65579 0 0 0 24946 52 0 0 20 0 15 0 154344110 14320615424 167711 33554432000 4194304 4196468 140728987733440 140728987715984 140130918506231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
/proc/15623/statm: 3496244 167711 3274 1 0 3483478 0
[pid=15623/tid=15624] ppid=15621 vsize=13984976 memory=15876 CPUtime=238.57 cores=1,3,5,7
/proc/15623/task/15624/stat : 15624 (java) R 15621 15621 13358 0 -1 4202560 13875 0 0 0 23850 7 0 0 20 0 15 0 154344111 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130922744280 140130512771177 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15625] ppid=15621 vsize=13984976 memory=4040 CPUtime=0.88 cores=1,3,5,7
/proc/15623/task/15625/stat : 15625 (java) S 15621 15621 13358 0 -1 1077944384 376 0 0 0 81 7 0 0 20 0 15 0 154344111 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130833574160 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15626] ppid=15621 vsize=13984976 memory=4872558044660077418 CPUtime=0.88 cores=1,3,5,7
/proc/15623/task/15626/stat : 15626 (java) S 15621 15621 13358 0 -1 1077944384 1920 0 0 0 81 7 0 0 20 0 15 0 154344111 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130832521616 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15627] ppid=15621 vsize=13984976 memory=8048 CPUtime=0.84 cores=1,3,5,7
/proc/15623/task/15627/stat : 15627 (java) S 15621 15621 13358 0 -1 1077944384 732 0 0 0 77 7 0 0 20 0 15 0 154344111 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130831469072 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15628] ppid=15621 vsize=13984976 memory=836 CPUtime=0.88 cores=1,3,5,7
/proc/15623/task/15628/stat : 15628 (java) S 15621 15621 13358 0 -1 1077944384 404 0 0 0 81 7 0 0 20 0 15 0 154344111 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130830416528 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15629] ppid=15621 vsize=13984976 memory=1692 CPUtime=0.5 cores=1,3,5,7
/proc/15623/task/15629/stat : 15629 (java) S 15621 15621 13358 0 -1 1077944384 4275 0 0 0 50 0 0 0 20 0 15 0 154344113 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130391669232 140130918517378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15630] ppid=15621 vsize=13984976 memory=916 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15630/stat : 15630 (java) S 15621 15621 13358 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 154344113 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130390615520 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15631] ppid=15621 vsize=13984976 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15631/stat : 15631 (java) S 15621 15621 13358 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154344113 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130389562880 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15632] ppid=15621 vsize=13984976 memory=2548 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15632/stat : 15632 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130388511440 140130918524827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15633] ppid=15621 vsize=13984976 memory=2672 CPUtime=3.2 cores=1,3,5,7
/proc/15623/task/15633/stat : 15633 (java) S 15621 15621 13358 0 -1 1077944384 17112 0 0 0 318 2 0 0 20 0 15 0 154344116 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130387458032 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15634] ppid=15621 vsize=13984976 memory=648 CPUtime=3.07 cores=1,3,5,7
/proc/15623/task/15634/stat : 15634 (java) S 15621 15621 13358 0 -1 1077944384 16594 0 0 0 306 1 0 0 20 0 15 0 154344116 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130386405488 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15635] ppid=15621 vsize=13984976 memory=1236 CPUtime=0.91 cores=1,3,5,7
/proc/15623/task/15635/stat : 15635 (java) S 15621 15621 13358 0 -1 1077944384 8341 0 0 0 89 2 0 0 20 0 15 0 154344116 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130385352944 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15636] ppid=15621 vsize=13984976 memory=960 CPUtime=0 cores=1,3,5,7
/proc/15623/task/15636/stat : 15636 (java) S 15621 15621 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154344116 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130384300640 140130918516437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
[pid=15623/tid=15637] ppid=15621 vsize=13984976 memory=2424 CPUtime=0.15 cores=1,3,5,7
/proc/15623/task/15637/stat : 15637 (java) S 15621 15621 13358 0 -1 1077944384 625 0 0 0 7 8 0 0 20 0 15 0 154344116 14320615424 167711 33554432000 4194304 4196468 140728987733440 140130383248176 140130918517378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140728987735197 140728987735372 140728987735372 140728987738063 0
Current children cumulated CPU time: 249.98 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 672228 KiB

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

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

[startup+240.025 s]
# the end of solver process 15623 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.473 s, system=0.534249 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.025
CPU time (s): 250.007
CPU user time (s): 249.473
CPU system time (s): 0.534249
CPU usage (%): 104.159
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 678616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.473
system time used= 0.534249
maximum resident set size= 677232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66677
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= 8398
involuntary context switches= 153


# summary of solver processes directly reported to runsolver:
#   pid: 15621,15623
#   total CPU time (s): 250.007
#   total CPU user time (s): 249.473
#   total CPU system time (s): 0.534249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.59107 second user time and 2.4074 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-20 08:48:25
IDJOB=4284303
IDBENCH=126245
IDSOLVER=2680
FILE ID=node112/4284303-1503212565
RUNJOBID= node112-1503208953-13390
PBS_JOBID= 20630869
Free space on /tmp= 61780 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-15-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-4284303-1503212565/watcher-4284303-1503212565 -o /tmp/evaluation-result-4284303-1503212565/solver-4284303-1503212565 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node112-1503208953-13390 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 929422300 HOME/instance-4284303-1503212565.xml

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

MD5SUM BENCH= a2ce00dc78b702eb5fb62c242f19e981
RANDOM SEED=929422300

node112.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.24
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.24
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.24
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.24
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:        24873516 kB
MemAvailable:   31629720 kB
Buffers:          254944 kB
Cached:          6790976 kB
SwapCached:            0 kB
Active:          1522148 kB
Inactive:        5921736 kB
Active(anon):     349688 kB
Inactive(anon):    84384 kB
Active(file):    1172460 kB
Inactive(file):  5837352 kB
Unevictable:        7844 kB
Mlocked:            7844 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7876 kB
Writeback:            12 kB
AnonPages:        422136 kB
Mapped:            64000 kB
Shmem:             33416 kB
Slab:             151748 kB
SReclaimable:     124452 kB
SUnreclaim:        27296 kB
KernelStack:        3808 kB
PageTables:         6120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1435228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61772 MiB
End job on node112 at 2017-08-20 08:52:25