Trace number 4282835

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)311 250.931 240.03101

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-18-a4.xml
MD5SUMcd45d5bd6c60c6606ac40fe75fc6407d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark296
Best CPU time to get the best result obtained on this benchmark250.634
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints10814
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":18}]
Minimum variable degree2313
Maximum variable degree2314
Distribution of variable degrees[{"degree":2313,"count":16},{"degree":2314,"count":2}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1632},{"arity":4,"count":9180},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints10813
Distribution of constraint types[{"type":"intension","count":10813},{"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-4282835-1503212441.xml"  -tl '264s' -p 1 -x 0
0.13/0.14	c [HOME/instance-4282835-1503212441.xml, -tl, 264s, -p, 1, -x, 0]
0.13/0.19	c simple solver
0.34/0.26	c parse instance...
4.50/1.66	c solve instance...
139.64/128.94	o 360 
139.97/129.24	o 323 
146.30/135.52	o 311 
250.90/240.01	s SATISFIABLE
250.90/240.01	v <instantiation>
250.90/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] x[15] x[16] x[17] </list>
250.90/240.01	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 181 228 256 289 311 </values>
250.90/240.01	v </instantiation>
250.90/240.01	c Unexpected resolution interruption!

Verifier Data

OK	311

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282835-1503212441/watcher-4282835-1503212441 -o /tmp/evaluation-result-4282835-1503212441/solver-4282835-1503212441 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node148-1503208459-17466 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1882927148 HOME/instance-4282835-1503212441.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=19743, runsolver pid=19740

[startup+0.105279 s]*
/proc/loadavg: 1.82 1.88 1.87 4/217 19759
/proc/meminfo: memFree=24676572/32770624 swapFree=67108860/67108860
[pid=19743] ppid=19740 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19743/stat : 19743 (xcsp3-exec) S 19740 19743 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154324959 9740288 346 33554432000 4194304 5098028 140732500939632 140732500937736 140135623066236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38338560 140732500943988 140732500944192 140732500944192 140732500946923 0
/proc/19743/statm: 2378 346 289 221 0 87 0
[pid=19745] ppid=19743 vsize=13978596 memory=28292 CPUtime=0.13 cores=0,2,4,6
/proc/19745/stat : 19745 (java) S 19743 19743 17435 0 -1 1077944320 5417 0 0 0 12 1 0 0 20 0 15 0 154324959 14314082304 7073 33554432000 4194304 4196468 140726091272144 140726091254688 140165186277111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
/proc/19745/statm: 3494649 7073 2879 1 0 3482966 0
[pid=19745/tid=19746] ppid=19743 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/19745/task/19746/stat : 19746 (java) R 19743 19743 17435 0 -1 4202560 3340 0 0 0 9 0 0 0 20 0 15 0 154324960 14314082304 7073 33554432000 4194304 4196468 140726091272144 140165190510384 140165186289046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19747] ppid=19743 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19747/stat : 19747 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324960 14314082304 7073 33554432000 4194304 4196468 140726091272144 140165123877904 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19748] ppid=19743 vsize=13978596 memory=139680822376064 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19748/stat : 19748 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324960 14314082304 7073 33554432000 4194304 4196468 140726091272144 140165122825360 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19749] ppid=19743 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19749/stat : 19749 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324960 14314082304 7073 33554432000 4194304 4196468 140726091272144 140165121772304 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19750] ppid=19743 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19750/stat : 19750 (java) S 19743 19743 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154324960 14314082304 7073 33554432000 4194304 4196468 140726091272144 140165120719760 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19751] ppid=19743 vsize=13978596 memory=139680822376064 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19751/stat : 19751 (java) S 19743 19743 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154324962 14314082304 7073 33554432000 4194304 4196468 140726091272144 140164727687408 140165186288258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19752] ppid=19743 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19752/stat : 19752 (java) S 19743 19743 17435 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154324962 14314082304 7073 33554432000 4194304 4196468 140726091272144 140164726633632 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19753] ppid=19743 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19753/stat : 19753 (java) S 19743 19743 17435 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154324962 14314082304 7073 33554432000 4194304 4196468 140726091272144 140164725580528 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19754] ppid=19743 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19754/stat : 19754 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14314082304 7073 33554432000 4194304 4196468 140726091272144 140164724529104 140165186295707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19755] ppid=19743 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19755/stat : 19755 (java) S 19743 19743 17435 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 154324965 14314082304 7073 33554432000 4194304 4196468 140726091272144 140164723477232 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19756] ppid=19743 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19756/stat : 19756 (java) S 19743 19743 17435 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 154324965 14314082304 7073 33554432000 4194304 4196468 140726091272144 140164722424688 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19757] ppid=19743 vsize=13978596 memory=139680822376064 CPUtime=0.02 cores=0,2,4,6
/proc/19745/task/19757/stat : 19757 (java) R 19743 19743 17435 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 154324965 14314082304 7073 33554432000 4194304 4196468 140726091272144 140164721369168 140165186298458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19758] ppid=19743 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19758/stat : 19758 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14314082304 7073 33554432000 4194304 4196468 140726091272144 140164720319328 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19759] ppid=19743 vsize=13978596 memory=139680822376064 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19759/stat : 19759 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324965 14314082304 7073 33554432000 4194304 4196468 140726091272144 140164719266352 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29676 KiB

[startup+0.210843 s]*
/proc/loadavg: 1.82 1.88 1.87 3/217 19759
/proc/meminfo: memFree=24664672/32770624 swapFree=67108860/67108860
[pid=19743] ppid=19740 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19743/stat : 19743 (xcsp3-exec) S 19740 19743 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154324959 9740288 346 33554432000 4194304 5098028 140732500939632 140732500937736 140135623066236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38338560 140732500943988 140732500944192 140732500944192 140732500946923 0
/proc/19743/statm: 2378 346 289 221 0 87 0
[pid=19745] ppid=19743 vsize=13982852 memory=40604 CPUtime=0.34 cores=0,2,4,6
/proc/19745/stat : 19745 (java) S 19743 19743 17435 0 -1 1077944320 8198 0 0 0 31 3 0 0 20 0 15 0 154324959 14318440448 10151 33554432000 4194304 4196468 140726091272144 140726091254688 140165186277111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
/proc/19745/statm: 3495713 10151 3079 1 0 3482966 0
[pid=19745/tid=19746] ppid=19743 vsize=13982884 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/19745/task/19746/stat : 19746 (java) R 19743 19743 17435 0 -1 4202560 5337 0 0 0 18 2 0 0 20 0 15 0 154324960 14318473216 10151 33554432000 4194304 4196468 140726091272144 140165190487904 140165178956829 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19747] ppid=19743 vsize=13982852 memory=13650 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19747/stat : 19747 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324960 14318440448 10151 33554432000 4194304 4196468 140726091272144 140165123877904 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19748] ppid=19743 vsize=13982852 memory=139680823152370 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19748/stat : 19748 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324960 14318440448 10151 33554432000 4194304 4196468 140726091272144 140165122825360 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19749] ppid=19743 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19749/stat : 19749 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324960 14318440448 10151 33554432000 4194304 4196468 140726091272144 140165121772304 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19750] ppid=19743 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19750/stat : 19750 (java) S 19743 19743 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154324960 14318440448 10151 33554432000 4194304 4196468 140726091272144 140165120719760 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19751] ppid=19743 vsize=13982852 memory=139680822376064 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19751/stat : 19751 (java) S 19743 19743 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154324962 14318440448 10151 33554432000 4194304 4196468 140726091272144 140164727687408 140165186288258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19752] ppid=19743 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19752/stat : 19752 (java) S 19743 19743 17435 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154324962 14318440448 10151 33554432000 4194304 4196468 140726091272144 140164726633632 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19753] ppid=19743 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19753/stat : 19753 (java) S 19743 19743 17435 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154324962 14318440448 10151 33554432000 4194304 4196468 140726091272144 140164725580528 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19754] ppid=19743 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19754/stat : 19754 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14318473216 10151 33554432000 4194304 4196468 140726091272144 140164724529104 140165186295707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19755] ppid=19743 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/19745/task/19755/stat : 19755 (java) S 19743 19743 17435 0 -1 1077944384 616 0 0 0 3 0 0 0 20 0 15 0 154324965 14318440448 10151 33554432000 4194304 4196468 140726091272144 140164723477232 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19756] ppid=19743 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/19745/task/19756/stat : 19756 (java) S 19743 19743 17435 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 15 0 154324965 14318440448 10151 33554432000 4194304 4196468 140726091272144 140164722424688 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19757] ppid=19743 vsize=13982852 memory=139680822376064 CPUtime=0.08 cores=0,2,4,6
/proc/19745/task/19757/stat : 19757 (java) S 19743 19743 17435 0 -1 1077944384 759 0 0 0 8 0 0 0 20 0 15 0 154324965 14318440448 10151 33554432000 4194304 4196468 140726091272144 140164721371632 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19758] ppid=19743 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19758/stat : 19758 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14318440448 10151 33554432000 4194304 4196468 140726091272144 140164720319328 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19759] ppid=19743 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19759/stat : 19759 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324965 14318440448 10151 33554432000 4194304 4196468 140726091272144 140164719266352 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41988 KiB

[startup+0.317288 s]*
/proc/loadavg: 1.82 1.88 1.87 5/217 19759
/proc/meminfo: memFree=24658228/32770624 swapFree=67108860/67108860
[pid=19743] ppid=19740 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19743/stat : 19743 (xcsp3-exec) S 19740 19743 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154324959 9740288 346 33554432000 4194304 5098028 140732500939632 140732500937736 140135623066236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38338560 140732500943988 140732500944192 140732500944192 140732500946923 0
/proc/19743/statm: 2378 346 289 221 0 87 0
[pid=19745] ppid=19743 vsize=13982852 memory=47188 CPUtime=0.54 cores=0,2,4,6
/proc/19745/stat : 19745 (java) S 19743 19743 17435 0 -1 1077944320 8980 0 0 0 50 4 0 0 20 0 15 0 154324959 14318440448 11797 33554432000 4194304 4196468 140726091272144 140726091254688 140165186277111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
/proc/19745/statm: 3495713 11797 3095 1 0 3482966 0
[pid=19745/tid=19746] ppid=19743 vsize=13982852 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/19745/task/19746/stat : 19746 (java) R 19743 19743 17435 0 -1 4202560 5907 0 0 0 28 2 0 0 20 0 15 0 154324960 14318440448 11797 33554432000 4194304 4196468 140726091272144 140165190515264 140164798238128 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19747] ppid=19743 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19747/stat : 19747 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324960 14318440448 11797 33554432000 4194304 4196468 140726091272144 140165123877904 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19748] ppid=19743 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19748/stat : 19748 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324960 14318440448 11797 33554432000 4194304 4196468 140726091272144 140165122825360 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19749] ppid=19743 vsize=13982852 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19749/stat : 19749 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324960 14318440448 11797 33554432000 4194304 4196468 140726091272144 140165121772304 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19750] ppid=19743 vsize=13982852 memory=7593697182111006371 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19750/stat : 19750 (java) S 19743 19743 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154324960 14318440448 11797 33554432000 4194304 4196468 140726091272144 140165120719760 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19751] ppid=19743 vsize=13982852 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19751/stat : 19751 (java) S 19743 19743 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154324962 14318440448 11797 33554432000 4194304 4196468 140726091272144 140164727687408 140165186288258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19752] ppid=19743 vsize=13982852 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19752/stat : 19752 (java) S 19743 19743 17435 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154324962 14318440448 11797 33554432000 4194304 4196468 140726091272144 140164726633632 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19753] ppid=19743 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19753/stat : 19753 (java) S 19743 19743 17435 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154324962 14318440448 11797 33554432000 4194304 4196468 140726091272144 140164725580528 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19754] ppid=19743 vsize=13982852 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19754/stat : 19754 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14318440448 11797 33554432000 4194304 4196468 140726091272144 140164724529104 140165186295707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19755] ppid=19743 vsize=13982852 memory=4713750055892520310 CPUtime=0.04 cores=0,2,4,6
/proc/19745/task/19755/stat : 19755 (java) R 19743 19743 17435 0 -1 4202560 630 0 0 0 4 0 0 0 20 0 15 0 154324965 14318440448 11797 33554432000 4194304 4196468 140726091272144 140164723477232 140165164268963 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19756] ppid=19743 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/19745/task/19756/stat : 19756 (java) R 19743 19743 17435 0 -1 4202560 255 0 0 0 3 0 0 0 20 0 15 0 154324965 14318440448 11797 33554432000 4194304 4196468 140726091272144 140164722424688 140165179373868 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19757] ppid=19743 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/19745/task/19757/stat : 19757 (java) R 19743 19743 17435 0 -1 4202560 887 0 0 0 13 0 0 0 20 0 15 0 154324965 14318440448 11797 33554432000 4194304 4196468 140726091272144 140164721368808 140165165234832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19758] ppid=19743 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19758/stat : 19758 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14318440448 11797 33554432000 4194304 4196468 140726091272144 140164720319328 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19759] ppid=19743 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19759/stat : 19759 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324965 14318440448 11797 33554432000 4194304 4196468 140726091272144 140164719266352 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48572 KiB

[startup+0.708399 s]
/proc/loadavg: 1.82 1.88 1.87 5/217 19759
/proc/meminfo: memFree=24631544/32770624 swapFree=67108860/67108860
[pid=19743] ppid=19740 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19743/stat : 19743 (xcsp3-exec) S 19740 19743 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154324959 9740288 346 33554432000 4194304 5098028 140732500939632 140732500937736 140135623066236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38338560 140732500943988 140732500944192 140732500944192 140732500946923 0
/proc/19743/statm: 2378 346 289 221 0 87 0
[pid=19745] ppid=19743 vsize=13982928 memory=133808 CPUtime=1.76 cores=0,2,4,6
/proc/19745/stat : 19745 (java) S 19743 19743 17435 0 -1 1077944320 12203 0 0 0 171 5 0 0 20 0 15 0 154324959 14318518272 33452 33554432000 4194304 4196468 140726091272144 140726091254688 140165186277111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
/proc/19745/statm: 3495732 33452 3202 1 0 3482966 0
[pid=19745/tid=19746] ppid=19743 vsize=13982928 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/19745/task/19746/stat : 19746 (java) R 19743 19743 17435 0 -1 4202560 6292 0 0 0 64 3 0 0 20 0 15 0 154324960 14318518272 33452 33554432000 4194304 4196468 140726091272144 140165190513632 140164798232003 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19747] ppid=19743 vsize=13982928 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19747/stat : 19747 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324960 14318518272 33452 33554432000 4194304 4196468 140726091272144 140165123877904 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19748] ppid=19743 vsize=13982928 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19748/stat : 19748 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324960 14318518272 33452 33554432000 4194304 4196468 140726091272144 140165122825360 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19749] ppid=19743 vsize=13982928 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19749/stat : 19749 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324960 14318518272 33452 33554432000 4194304 4196468 140726091272144 140165121772304 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19750] ppid=19743 vsize=13982928 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19750/stat : 19750 (java) S 19743 19743 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154324960 14318518272 33452 33554432000 4194304 4196468 140726091272144 140165120719760 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19751] ppid=19743 vsize=13982928 memory=5796 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19751/stat : 19751 (java) S 19743 19743 17435 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154324962 14318518272 33452 33554432000 4194304 4196468 140726091272144 140164727687408 140165186288258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19752] ppid=19743 vsize=13982928 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19752/stat : 19752 (java) S 19743 19743 17435 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154324962 14318518272 33452 33554432000 4194304 4196468 140726091272144 140164726633632 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19753] ppid=19743 vsize=13982928 memory=8624 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19753/stat : 19753 (java) S 19743 19743 17435 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154324962 14318518272 33452 33554432000 4194304 4196468 140726091272144 140164725580528 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19754] ppid=19743 vsize=13982928 memory=792 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19754/stat : 19754 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14318518272 33452 33554432000 4194304 4196468 140726091272144 140164724529104 140165186295707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19755] ppid=19743 vsize=13982928 memory=1204 CPUtime=0.4 cores=0,2,4,6
/proc/19745/task/19755/stat : 19755 (java) R 19743 19743 17435 0 -1 4202560 1695 0 0 0 40 0 0 0 20 0 15 0 154324965 14318518272 33452 33554432000 4194304 4196468 140726091272144 140164723463200 140165164693756 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19756] ppid=19743 vsize=13982928 memory=1728 CPUtime=0.37 cores=0,2,4,6
/proc/19745/task/19756/stat : 19756 (java) R 19743 19743 17435 0 -1 4202560 1302 0 0 0 37 0 0 0 20 0 15 0 154324965 14318518272 33452 33554432000 4194304 4196468 140726091272144 140164722410944 140165170395232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19757] ppid=19743 vsize=13982928 memory=1440 CPUtime=0.28 cores=0,2,4,6
/proc/19745/task/19757/stat : 19757 (java) S 19743 19743 17435 0 -1 1077944384 1608 0 0 0 28 0 0 0 20 0 15 0 154324965 14318518272 33452 33554432000 4194304 4196468 140726091272144 140164721371632 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19758] ppid=19743 vsize=13982928 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19758/stat : 19758 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14318518272 33452 33554432000 4194304 4196468 140726091272144 140164720319328 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19759] ppid=19743 vsize=13982928 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19759/stat : 19759 (java) S 19743 19743 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154324965 14318518272 33452 33554432000 4194304 4196468 140726091272144 140164719266352 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 135192 KiB

[startup+1.50133 s]
/proc/loadavg: 1.82 1.88 1.87 6/217 19759
/proc/meminfo: memFree=24524000/32770624 swapFree=67108860/67108860
[pid=19743] ppid=19740 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19743/stat : 19743 (xcsp3-exec) S 19740 19743 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154324959 9740288 346 33554432000 4194304 5098028 140732500939632 140732500937736 140135623066236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38338560 140732500943988 140732500944192 140732500944192 140732500946923 0
/proc/19743/statm: 2378 346 289 221 0 87 0

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

/proc/19745/task/19753/stat : 19753 (java) S 19743 19743 17435 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154324962 14320615424 398199 33554432000 4194304 4196468 140726091272144 140164725580528 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19754] ppid=19743 vsize=13984976 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19754/stat : 19754 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14320615424 398199 33554432000 4194304 4196468 140726091272144 140164724529104 140165186295707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19755] ppid=19743 vsize=13984976 memory=6791534058613427641 CPUtime=2.87 cores=0,2,4,6
/proc/19745/task/19755/stat : 19755 (java) S 19743 19743 17435 0 -1 1077944384 10387 0 0 0 286 1 0 0 20 0 15 0 154324965 14320615424 398199 33554432000 4194304 4196468 140726091272144 140164723477232 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19756] ppid=19743 vsize=13984976 memory=5796 CPUtime=2.54 cores=0,2,4,6
/proc/19745/task/19756/stat : 19756 (java) S 19743 19743 17435 0 -1 1077944384 8015 0 0 0 253 1 0 0 20 0 15 0 154324965 14320615424 398199 33554432000 4194304 4196468 140726091272144 140164722424688 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19757] ppid=19743 vsize=13984976 memory=1384 CPUtime=0.76 cores=0,2,4,6
/proc/19745/task/19757/stat : 19757 (java) S 19743 19743 17435 0 -1 1077944384 6121 0 0 0 75 1 0 0 20 0 15 0 154324965 14320615424 398199 33554432000 4194304 4196468 140726091272144 140164721371632 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19758] ppid=19743 vsize=13984976 memory=1592688 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19758/stat : 19758 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14320615424 398199 33554432000 4194304 4196468 140726091272144 140164720319328 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19759] ppid=19743 vsize=13984976 memory=1384 CPUtime=0.05 cores=0,2,4,6
/proc/19745/task/19759/stat : 19759 (java) S 19743 19743 17435 0 -1 1077944384 1210 0 0 0 2 3 0 0 20 0 15 0 154324965 14320615424 398199 33554432000 4194304 4196468 140726091272144 140164719266352 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
Current children cumulated CPU time: 112.99 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1594180 KiB

[startup+162.301 s]
/proc/loadavg: 2.19 2.07 1.94 3/217 19840
/proc/meminfo: memFree=20287684/32770624 swapFree=67108860/67108860
[pid=19743] ppid=19740 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19743/stat : 19743 (xcsp3-exec) S 19740 19743 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154324959 9740288 346 33554432000 4194304 5098028 140732500939632 140732500937736 140135623066236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38338560 140732500943988 140732500944192 140732500944192 140732500946923 0
/proc/19743/statm: 2378 346 289 221 0 87 0
[pid=19745] ppid=19743 vsize=13984976 memory=1592828 CPUtime=173.12 cores=0,2,4,6
/proc/19745/stat : 19745 (java) S 19743 19743 17435 0 -1 1077944320 47685 0 0 0 17259 53 0 0 20 0 15 0 154324959 14320615424 398207 33554432000 4194304 4196468 140726091272144 140726091254688 140165186277111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
/proc/19745/statm: 3496244 398207 3276 1 0 3483478 0
[pid=19745/tid=19746] ppid=19743 vsize=13984976 memory=1592828 CPUtime=156.14 cores=0,2,4,6
/proc/19745/task/19746/stat : 19746 (java) R 19743 19743 17435 0 -1 4202560 10903 0 0 0 15604 10 0 0 20 0 15 0 154324960 14320615424 398207 33554432000 4194304 4196468 140726091272144 140165190516264 140164805478519 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19747] ppid=19743 vsize=13984976 memory=1592828 CPUtime=1.51 cores=0,2,4,6
/proc/19745/task/19747/stat : 19747 (java) S 19743 19743 17435 0 -1 1077944384 1445 0 0 0 144 7 0 0 20 0 15 0 154324960 14320615424 398207 33554432000 4194304 4196468 140726091272144 140165123877904 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19748] ppid=19743 vsize=13984976 memory=1592828 CPUtime=1.52 cores=0,2,4,6
/proc/19745/task/19748/stat : 19748 (java) S 19743 19743 17435 0 -1 1077944384 636 0 0 0 141 11 0 0 20 0 15 0 154324960 14320615424 398207 33554432000 4194304 4196468 140726091272144 140165122825360 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19749] ppid=19743 vsize=13984976 memory=1384 CPUtime=1.53 cores=0,2,4,6
/proc/19745/task/19749/stat : 19749 (java) S 19743 19743 17435 0 -1 1077944384 756 0 0 0 145 8 0 0 20 0 15 0 154324960 14320615424 398207 33554432000 4194304 4196468 140726091272144 140165121772304 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19750] ppid=19743 vsize=13984976 memory=1292 CPUtime=1.53 cores=0,2,4,6
/proc/19745/task/19750/stat : 19750 (java) S 19743 19743 17435 0 -1 1077944384 409 0 0 0 147 6 0 0 20 0 15 0 154324960 14320615424 398207 33554432000 4194304 4196468 140726091272144 140165120719760 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19751] ppid=19743 vsize=13984976 memory=1728 CPUtime=4.47 cores=0,2,4,6
/proc/19745/task/19751/stat : 19751 (java) S 19743 19743 17435 0 -1 1077944384 4981 0 0 0 446 1 0 0 20 0 15 0 154324962 14320615424 398207 33554432000 4194304 4196468 140726091272144 140164727687408 140165186288258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19752] ppid=19743 vsize=13984976 memory=24596 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19752/stat : 19752 (java) S 19743 19743 17435 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154324962 14320615424 398207 33554432000 4194304 4196468 140726091272144 140164726633632 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19753] ppid=19743 vsize=13984976 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19753/stat : 19753 (java) S 19743 19743 17435 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154324962 14320615424 398207 33554432000 4194304 4196468 140726091272144 140164725580528 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19754] ppid=19743 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19754/stat : 19754 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14320615424 398207 33554432000 4194304 4196468 140726091272144 140164724529104 140165186295707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19755] ppid=19743 vsize=13984976 memory=4096 CPUtime=2.91 cores=0,2,4,6
/proc/19745/task/19755/stat : 19755 (java) S 19743 19743 17435 0 -1 1077944384 11090 0 0 0 290 1 0 0 20 0 15 0 154324965 14320615424 398207 33554432000 4194304 4196468 140726091272144 140164723477232 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19756] ppid=19743 vsize=13984976 memory=1384 CPUtime=2.57 cores=0,2,4,6
/proc/19745/task/19756/stat : 19756 (java) S 19743 19743 17435 0 -1 1077944384 8231 0 0 0 256 1 0 0 20 0 15 0 154324965 14320615424 398207 33554432000 4194304 4196468 140726091272144 140164722424688 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19757] ppid=19743 vsize=13984976 memory=1592828 CPUtime=0.78 cores=0,2,4,6
/proc/19745/task/19757/stat : 19757 (java) S 19743 19743 17435 0 -1 1077944384 6622 0 0 0 77 1 0 0 20 0 15 0 154324965 14320615424 398207 33554432000 4194304 4196468 140726091272144 140164721371632 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19758] ppid=19743 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19758/stat : 19758 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14320615424 398207 33554432000 4194304 4196468 140726091272144 140164720319328 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19759] ppid=19743 vsize=13984976 memory=1592828 CPUtime=0.08 cores=0,2,4,6
/proc/19745/task/19759/stat : 19759 (java) S 19743 19743 17435 0 -1 1077944384 1268 0 0 0 4 4 0 0 20 0 15 0 154324965 14320615424 398207 33554432000 4194304 4196468 140726091272144 140164719266352 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
Current children cumulated CPU time: 173.12 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1594212 KiB

[startup+222.301 s]
/proc/loadavg: 2.07 2.06 1.95 3/218 19849
/proc/meminfo: memFree=20285724/32770624 swapFree=67108860/67108860
[pid=19743] ppid=19740 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19743/stat : 19743 (xcsp3-exec) S 19740 19743 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154324959 9740288 346 33554432000 4194304 5098028 140732500939632 140732500937736 140135623066236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38338560 140732500943988 140732500944192 140732500944192 140732500946923 0
/proc/19743/statm: 2378 346 289 221 0 87 0
[pid=19745] ppid=19743 vsize=13984976 memory=1592940 CPUtime=233.17 cores=0,2,4,6
/proc/19745/stat : 19745 (java) S 19743 19743 17435 0 -1 1077944320 49231 0 0 0 23263 54 0 0 20 0 15 0 154324959 14320615424 398235 33554432000 4194304 4196468 140726091272144 140726091254688 140165186277111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
/proc/19745/statm: 3496244 398235 3276 1 0 3483478 0
[pid=19745/tid=19746] ppid=19743 vsize=13984976 memory=1384 CPUtime=216.14 cores=0,2,4,6
/proc/19745/task/19746/stat : 19746 (java) R 19743 19743 17435 0 -1 4202560 11309 0 0 0 21604 10 0 0 20 0 15 0 154324960 14320615424 398235 33554432000 4194304 4196468 140726091272144 140165190513576 140164800290311 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19747] ppid=19743 vsize=13984976 memory=1592940 CPUtime=1.51 cores=0,2,4,6
/proc/19745/task/19747/stat : 19747 (java) S 19743 19743 17435 0 -1 1077944384 1445 0 0 0 144 7 0 0 20 0 15 0 154324960 14320615424 398235 33554432000 4194304 4196468 140726091272144 140165123877904 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19748] ppid=19743 vsize=13984976 memory=1592940 CPUtime=1.52 cores=0,2,4,6
/proc/19745/task/19748/stat : 19748 (java) S 19743 19743 17435 0 -1 1077944384 636 0 0 0 141 11 0 0 20 0 15 0 154324960 14320615424 398235 33554432000 4194304 4196468 140726091272144 140165122825360 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19749] ppid=19743 vsize=13984976 memory=12136 CPUtime=1.53 cores=0,2,4,6
/proc/19745/task/19749/stat : 19749 (java) S 19743 19743 17435 0 -1 1077944384 756 0 0 0 145 8 0 0 20 0 15 0 154324960 14320615424 398235 33554432000 4194304 4196468 140726091272144 140165121772304 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19750] ppid=19743 vsize=13984976 memory=1004 CPUtime=1.53 cores=0,2,4,6
/proc/19745/task/19750/stat : 19750 (java) S 19743 19743 17435 0 -1 1077944384 409 0 0 0 147 6 0 0 20 0 15 0 154324960 14320615424 398235 33554432000 4194304 4196468 140726091272144 140165120719760 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19751] ppid=19743 vsize=13984976 memory=1592940 CPUtime=4.47 cores=0,2,4,6
/proc/19745/task/19751/stat : 19751 (java) S 19743 19743 17435 0 -1 1077944384 4990 0 0 0 446 1 0 0 20 0 15 0 154324962 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164727687408 140165186288258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19752] ppid=19743 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19752/stat : 19752 (java) S 19743 19743 17435 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154324962 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164726633632 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19753] ppid=19743 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19753/stat : 19753 (java) S 19743 19743 17435 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154324962 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164725580528 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19754] ppid=19743 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19754/stat : 19754 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164724529104 140165186295707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19755] ppid=19743 vsize=13984976 memory=0 CPUtime=2.91 cores=0,2,4,6
/proc/19745/task/19755/stat : 19755 (java) S 19743 19743 17435 0 -1 1077944384 11093 0 0 0 290 1 0 0 20 0 15 0 154324965 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164723477232 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19756] ppid=19743 vsize=13984976 memory=15880 CPUtime=2.58 cores=0,2,4,6
/proc/19745/task/19756/stat : 19756 (java) S 19743 19743 17435 0 -1 1077944384 8966 0 0 0 257 1 0 0 20 0 15 0 154324965 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164722424688 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19757] ppid=19743 vsize=13984976 memory=1384 CPUtime=0.78 cores=0,2,4,6
/proc/19745/task/19757/stat : 19757 (java) S 19743 19743 17435 0 -1 1077944384 6965 0 0 0 77 1 0 0 20 0 15 0 154324965 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164721371632 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19758] ppid=19743 vsize=13984976 memory=1592940 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19758/stat : 19758 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164720319328 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19759] ppid=19743 vsize=13984976 memory=43304 CPUtime=0.11 cores=0,2,4,6
/proc/19745/task/19759/stat : 19759 (java) S 19743 19743 17435 0 -1 1077944384 1318 0 0 0 5 6 0 0 20 0 15 0 154324965 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164719266352 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
Current children cumulated CPU time: 233.17 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1594324 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.05 2.05 1.95 3/218 19849
/proc/meminfo: memFree=20285724/32770624 swapFree=67108860/67108860
[pid=19743] ppid=19740 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/19743/stat : 19743 (xcsp3-exec) S 19740 19743 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154324959 9740288 346 33554432000 4194304 5098028 140732500939632 140732500937736 140135623066236 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38338560 140732500943988 140732500944192 140732500944192 140732500946923 0
/proc/19743/statm: 2378 346 289 221 0 87 0
[pid=19745] ppid=19743 vsize=13984976 memory=1592940 CPUtime=250.9 cores=0,2,4,6
/proc/19745/stat : 19745 (java) S 19743 19743 17435 0 -1 1077944320 49281 0 0 0 25035 55 0 0 20 0 15 0 154324959 14320615424 398235 33554432000 4194304 4196468 140726091272144 140726091254688 140165186277111 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
/proc/19745/statm: 3496244 398235 3276 1 0 3483478 0
[pid=19745/tid=19746] ppid=19743 vsize=13984976 memory=1398720917958146503 CPUtime=233.85 cores=0,2,4,6
/proc/19745/task/19746/stat : 19746 (java) R 19743 19743 17435 0 -1 4202560 11322 0 0 0 23375 10 0 0 20 0 15 0 154324960 14320615424 398235 33554432000 4194304 4196468 140726091272144 140165190514360 140164806544291 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19747] ppid=19743 vsize=13984976 memory=4126316290023845779 CPUtime=1.51 cores=0,2,4,6
/proc/19745/task/19747/stat : 19747 (java) S 19743 19743 17435 0 -1 1077944384 1445 0 0 0 144 7 0 0 20 0 15 0 154324960 14320615424 398235 33554432000 4194304 4196468 140726091272144 140165123877904 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19748] ppid=19743 vsize=13984976 memory=792 CPUtime=1.52 cores=0,2,4,6
/proc/19745/task/19748/stat : 19748 (java) S 19743 19743 17435 0 -1 1077944384 636 0 0 0 141 11 0 0 20 0 15 0 154324960 14320615424 398235 33554432000 4194304 4196468 140726091272144 140165122825360 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19749] ppid=19743 vsize=13984976 memory=1204 CPUtime=1.53 cores=0,2,4,6
/proc/19745/task/19749/stat : 19749 (java) S 19743 19743 17435 0 -1 1077944384 756 0 0 0 145 8 0 0 20 0 15 0 154324960 14320615424 398235 33554432000 4194304 4196468 140726091272144 140165121772304 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19750] ppid=19743 vsize=13984976 memory=1728 CPUtime=1.53 cores=0,2,4,6
/proc/19745/task/19750/stat : 19750 (java) S 19743 19743 17435 0 -1 1077944384 409 0 0 0 147 6 0 0 20 0 15 0 154324960 14320615424 398235 33554432000 4194304 4196468 140726091272144 140165120719760 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19751] ppid=19743 vsize=13984976 memory=1440 CPUtime=4.47 cores=0,2,4,6
/proc/19745/task/19751/stat : 19751 (java) S 19743 19743 17435 0 -1 1077944384 4990 0 0 0 446 1 0 0 20 0 15 0 154324962 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164727687408 140165186288258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19752] ppid=19743 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19752/stat : 19752 (java) S 19743 19743 17435 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154324962 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164726633632 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19753] ppid=19743 vsize=13984976 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19753/stat : 19753 (java) S 19743 19743 17435 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154324962 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164725580528 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19754] ppid=19743 vsize=13984976 memory=5796 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19754/stat : 19754 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164724529104 140165186295707 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19755] ppid=19743 vsize=13984976 memory=4616 CPUtime=2.91 cores=0,2,4,6
/proc/19745/task/19755/stat : 19755 (java) S 19743 19743 17435 0 -1 1077944384 11130 0 0 0 290 1 0 0 20 0 15 0 154324965 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164723477232 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19756] ppid=19743 vsize=13984976 memory=8624 CPUtime=2.58 cores=0,2,4,6
/proc/19745/task/19756/stat : 19756 (java) S 19743 19743 17435 0 -1 1077944384 8966 0 0 0 257 1 0 0 20 0 15 0 154324965 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164722424688 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19757] ppid=19743 vsize=13984976 memory=792 CPUtime=0.78 cores=0,2,4,6
/proc/19745/task/19757/stat : 19757 (java) S 19743 19743 17435 0 -1 1077944384 6965 0 0 0 77 1 0 0 20 0 15 0 154324965 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164721371632 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19758] ppid=19743 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19745/task/19758/stat : 19758 (java) S 19743 19743 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154324965 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164720319328 140165186287317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
[pid=19745/tid=19759] ppid=19743 vsize=13984976 memory=1440 CPUtime=0.13 cores=0,2,4,6
/proc/19745/task/19759/stat : 19759 (java) S 19743 19743 17435 0 -1 1077944384 1318 0 0 0 6 7 0 0 20 0 15 0 154324965 14320615424 398235 33554432000 4194304 4196468 140726091272144 140164719266352 140165186288258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 18636800 140726091273373 140726091273548 140726091273548 140726091276239 0
Current children cumulated CPU time: 250.9 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1594324 KiB

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

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

[startup+240.031 s]
# the end of solver process 19745 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.363 s, system=0.568207 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.031
CPU time (s): 250.931
CPU user time (s): 250.363
CPU system time (s): 0.568207
CPU usage (%): 104.541
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 1594324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.363
system time used= 0.568207
maximum resident set size= 1597632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50339
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= 7976
involuntary context switches= 391


# summary of solver processes directly reported to runsolver:
#   pid: 19743,19745
#   total CPU time (s): 250.931
#   total CPU user time (s): 250.363
#   total CPU system time (s): 0.568207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54723 second user time and 2.4554 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-20 08:46:21
IDJOB=4282835
IDBENCH=126233
IDSOLVER=2678
FILE ID=node148/4282835-1503212441
RUNJOBID= node148-1503208459-17466
PBS_JOBID= 20630865
Free space on /tmp= 61716 MiB

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

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

MD5SUM BENCH= cd45d5bd6c60c6606ac40fe75fc6407d
RANDOM SEED=1882927148

node148.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.19
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.19
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.19
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.19
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:        24693704 kB
MemAvailable:   31799716 kB
Buffers:          297912 kB
Cached:          7098060 kB
SwapCached:            0 kB
Active:          1470692 kB
Inactive:        6154428 kB
Active(anon):     180416 kB
Inactive(anon):    84704 kB
Active(file):    1290276 kB
Inactive(file):  6069724 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7904 kB
Writeback:             0 kB
AnonPages:        236580 kB
Mapped:            64252 kB
Shmem:             33416 kB
Slab:             150728 kB
SReclaimable:     123692 kB
SUnreclaim:        27036 kB
KernelStack:        3520 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1256380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61708 MiB
End job on node148 at 2017-08-20 08:50:21