Trace number 4270040

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-09)? (TO) 245.599 240.02299

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-6.xml
MD5SUM783c5eb4c347368f8a2e1c7f079a0df0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1094
Best CPU time to get the best result obtained on this benchmark1127.5699
Satisfiable
(Un)Satisfiability was proved
Number of variables28770
Number of constraints1392
Number of domains20
Minimum domain size2
Maximum domain size160
Distribution of domain sizes[{"size":2,"count":1370},{"size":8,"count":1370},{"size":12,"count":1370},{"size":36,"count":2740},{"size":42,"count":1370},{"size":75,"count":1370},{"size":79,"count":1370},{"size":93,"count":1370},{"size":110,"count":1370},{"size":117,"count":1370},{"size":121,"count":1370},{"size":123,"count":1370},{"size":126,"count":1370},{"size":139,"count":1370},{"size":141,"count":1370},{"size":142,"count":1370},{"size":149,"count":1370},{"size":153,"count":1370},{"size":158,"count":1370},{"size":160,"count":1370}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":28770}]
Minimum constraint arity21
Maximum constraint arity27400
Distribution of constraint arities[{"arity":21,"count":1370},{"arity":1370,"count":21},{"arity":27400,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1390}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270040-1502621305.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4270040-1502621305.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
2.48/0.97	c solve instance...
245.57/240.01	s UNKNOWN
245.57/240.01	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270040-1502621305/watcher-4270040-1502621305 -o /tmp/evaluation-result-4270040-1502621305/solver-4270040-1502621305 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502619962-4172 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 411048189 HOME/instance-4270040-1502621305.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
solver pid=4777, runsolver pid=4774
Current StackSize limit: 8192 KiB


[startup+0.100382 s]*
/proc/loadavg: 1.98 1.82 1.48 3/219 4793
/proc/meminfo: memFree=31449768/32770624 swapFree=67108860/67108860
[pid=4777] ppid=4774 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4777/stat : 4777 (xcsp3-exec) S 4774 4777 29331 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95218245 9740288 346 33554432000 4194304 5098028 140728231561232 140728231559336 139627203101308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20598784 140728231564405 140728231564608 140728231564608 140728231567339 0
/proc/4777/statm: 2378 346 289 221 0 87 0
[pid=4779] ppid=4777 vsize=13978596 memory=27752 CPUtime=0.12 cores=1,3,5,7
/proc/4779/stat : 4779 (java) S 4777 4777 29331 0 -1 1077944320 5378 0 0 0 10 2 0 0 20 0 15 0 95218245 14314082304 6938 33554432000 4194304 4196468 140725005038080 140725005020624 139669672611575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
/proc/4779/statm: 3494649 6938 2840 1 0 3482966 0
[pid=4779/tid=4780] ppid=4777 vsize=13978596 memory=-8412658762350172019 CPUtime=0.09 cores=1,3,5,7
/proc/4779/task/4780/stat : 4780 (java) R 4777 4777 29331 0 -1 4202560 3377 0 0 0 8 1 0 0 20 0 15 0 95218246 14314082304 7003 33554432000 4194304 4196468 140725005038080 139669676843656 140725005883308 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4781] ppid=4777 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4781/stat : 4781 (java) S 4777 4777 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95218247 14314082304 7003 33554432000 4194304 4196468 140725005038080 139669587680016 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4782] ppid=4777 vsize=13978596 memory=140022975387264 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4782/stat : 4782 (java) S 4777 4777 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95218247 14314082304 7003 33554432000 4194304 4196468 140725005038080 139669586627472 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4783] ppid=4777 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4783/stat : 4783 (java) S 4777 4777 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95218247 14314082304 7003 33554432000 4194304 4196468 140725005038080 139669266230288 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4784] ppid=4777 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4784/stat : 4784 (java) S 4777 4777 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95218247 14314082304 7003 33554432000 4194304 4196468 140725005038080 139669265177744 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4785] ppid=4777 vsize=13978596 memory=140022975387264 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4785/stat : 4785 (java) S 4777 4777 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95218248 14314082304 7003 33554432000 4194304 4196468 140725005038080 139668853549040 139669672622722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4786] ppid=4777 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4786/stat : 4786 (java) S 4777 4777 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95218248 14314082304 7003 33554432000 4194304 4196468 140725005038080 139668852495264 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4787] ppid=4777 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4787/stat : 4787 (java) S 4777 4777 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95218249 14314082304 7003 33554432000 4194304 4196468 140725005038080 139668851442672 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4788] ppid=4777 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4788/stat : 4788 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14314082304 7003 33554432000 4194304 4196468 140725005038080 139668850391248 139669672630171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4789] ppid=4777 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4789/stat : 4789 (java) S 4777 4777 29331 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 95218251 14314082304 7003 33554432000 4194304 4196468 140725005038080 139668849338864 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4790] ppid=4777 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4790/stat : 4790 (java) S 4777 4777 29331 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 95218251 14314082304 7003 33554432000 4194304 4196468 140725005038080 139668848286320 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4791] ppid=4777 vsize=13978596 memory=140022975387264 CPUtime=0.01 cores=1,3,5,7
/proc/4779/task/4791/stat : 4791 (java) R 4777 4777 29331 0 -1 4202560 331 0 0 0 1 0 0 0 20 0 15 0 95218251 14314082304 7069 33554432000 4194304 4196468 140725005038080 139668779690736 139669652578694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4792] ppid=4777 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4792/stat : 4792 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14314082304 7069 33554432000 4194304 4196468 140725005038080 139668778638432 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4793] ppid=4777 vsize=13978596 memory=140022975387264 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4793/stat : 4793 (java) S 4777 4777 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95218251 14314082304 7069 33554432000 4194304 4196468 140725005038080 139668777584944 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29136 KiB

[startup+0.210804 s]*
/proc/loadavg: 1.98 1.82 1.48 3/219 4793
/proc/meminfo: memFree=31437968/32770624 swapFree=67108860/67108860
[pid=4777] ppid=4774 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4777/stat : 4777 (xcsp3-exec) S 4774 4777 29331 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95218245 9740288 346 33554432000 4194304 5098028 140728231561232 140728231559336 139627203101308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20598784 140728231564405 140728231564608 140728231564608 140728231567339 0
/proc/4777/statm: 2378 346 289 221 0 87 0
[pid=4779] ppid=4777 vsize=13982884 memory=40620 CPUtime=0.33 cores=1,3,5,7
/proc/4779/stat : 4779 (java) S 4777 4777 29331 0 -1 1077944320 8145 0 0 0 31 2 0 0 20 0 15 0 95218245 14318473216 10155 33554432000 4194304 4196468 140725005038080 140725005020624 139669672611575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
/proc/4779/statm: 3495713 10155 3080 1 0 3482966 0
[pid=4779/tid=4780] ppid=4777 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/4779/task/4780/stat : 4780 (java) D 4777 4777 29331 0 -1 1077944384 5317 0 0 0 18 1 0 0 20 0 15 0 95218246 14318440448 10155 33554432000 4194304 4196468 140725005038080 139669676813264 139669665290797 0 4 0 16800975 18446744072101580324 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4781] ppid=4777 vsize=13982852 memory=9541 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4781/stat : 4781 (java) S 4777 4777 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95218247 14318440448 10155 33554432000 4194304 4196468 140725005038080 139669587680016 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4782] ppid=4777 vsize=13982852 memory=4049076059734540320 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4782/stat : 4782 (java) S 4777 4777 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95218247 14318440448 10155 33554432000 4194304 4196468 140725005038080 139669586627472 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4783] ppid=4777 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4783/stat : 4783 (java) S 4777 4777 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95218247 14318440448 10155 33554432000 4194304 4196468 140725005038080 139669266230288 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4784] ppid=4777 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4784/stat : 4784 (java) S 4777 4777 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95218247 14318473216 10155 33554432000 4194304 4196468 140725005038080 139669265177744 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4785] ppid=4777 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4785/stat : 4785 (java) S 4777 4777 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95218248 14318473216 10155 33554432000 4194304 4196468 140725005038080 139668853549040 139669672622722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4786] ppid=4777 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4786/stat : 4786 (java) S 4777 4777 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95218248 14318440448 10155 33554432000 4194304 4196468 140725005038080 139668852495264 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4787] ppid=4777 vsize=13982852 memory=140022975387264 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4787/stat : 4787 (java) S 4777 4777 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95218249 14318440448 10155 33554432000 4194304 4196468 140725005038080 139668851442672 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4788] ppid=4777 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4788/stat : 4788 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14318440448 10155 33554432000 4194304 4196468 140725005038080 139668850391248 139669672630171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4789] ppid=4777 vsize=13982852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4779/task/4789/stat : 4789 (java) S 4777 4777 29331 0 -1 1077944384 485 0 0 0 1 0 0 0 20 0 15 0 95218251 14318440448 10155 33554432000 4194304 4196468 140725005038080 139668849338864 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4790] ppid=4777 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4779/task/4790/stat : 4790 (java) S 4777 4777 29331 0 -1 1077944384 338 0 0 0 2 0 0 0 20 0 15 0 95218251 14318440448 10155 33554432000 4194304 4196468 140725005038080 139668848286320 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4791] ppid=4777 vsize=13982852 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4779/task/4791/stat : 4791 (java) S 4777 4777 29331 0 -1 1077944384 756 0 0 0 8 0 0 0 20 0 15 0 95218251 14318440448 10155 33554432000 4194304 4196468 140725005038080 139668779690736 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4792] ppid=4777 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4792/stat : 4792 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14318440448 10155 33554432000 4194304 4196468 140725005038080 139668778638432 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4793] ppid=4777 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4793/stat : 4793 (java) S 4777 4777 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95218251 14318473216 10155 33554432000 4194304 4196468 140725005038080 139668777584944 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 42004 KiB

[startup+0.310482 s]*
/proc/loadavg: 1.98 1.82 1.48 5/219 4793
/proc/meminfo: memFree=31431680/32770624 swapFree=67108860/67108860
[pid=4777] ppid=4774 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4777/stat : 4777 (xcsp3-exec) S 4774 4777 29331 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95218245 9740288 346 33554432000 4194304 5098028 140728231561232 140728231559336 139627203101308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20598784 140728231564405 140728231564608 140728231564608 140728231567339 0
/proc/4777/statm: 2378 346 289 221 0 87 0
[pid=4779] ppid=4777 vsize=13982852 memory=46992 CPUtime=0.5 cores=1,3,5,7
/proc/4779/stat : 4779 (java) S 4777 4777 29331 0 -1 1077944320 8954 0 0 0 47 3 0 0 20 0 15 0 95218245 14318440448 11748 33554432000 4194304 4196468 140725005038080 140725005020624 139669672611575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
/proc/4779/statm: 3495713 11748 3096 1 0 3482966 0
[pid=4779/tid=4780] ppid=4777 vsize=13982852 memory=-7246141791699957949 CPUtime=0.29 cores=1,3,5,7
/proc/4779/task/4780/stat : 4780 (java) R 4777 4777 29331 0 -1 4202560 5920 0 0 0 27 2 0 0 20 0 15 0 95218246 14318440448 11748 33554432000 4194304 4196468 140725005038080 139669676849232 139669266332116 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4781] ppid=4777 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4781/stat : 4781 (java) S 4777 4777 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95218247 14318440448 11748 33554432000 4194304 4196468 140725005038080 139669587680016 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4782] ppid=4777 vsize=13982852 memory=280045692331664 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4782/stat : 4782 (java) S 4777 4777 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95218247 14318440448 11748 33554432000 4194304 4196468 140725005038080 139669586627472 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4783] ppid=4777 vsize=13982852 memory=280045692338576 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4783/stat : 4783 (java) S 4777 4777 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95218247 14318440448 11748 33554432000 4194304 4196468 140725005038080 139669266230288 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4784] ppid=4777 vsize=13982852 memory=1970350607106051 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4784/stat : 4784 (java) S 4777 4777 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95218247 14318440448 11748 33554432000 4194304 4196468 140725005038080 139669265177744 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4785] ppid=4777 vsize=13982852 memory=280045821563456 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4785/stat : 4785 (java) S 4777 4777 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95218248 14318440448 11748 33554432000 4194304 4196468 140725005038080 139668853549040 139669672622722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4786] ppid=4777 vsize=13982852 memory=140022846062727 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4786/stat : 4786 (java) S 4777 4777 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95218248 14318440448 11748 33554432000 4194304 4196468 140725005038080 139668852495264 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4787] ppid=4777 vsize=13982852 memory=280045692267080 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4787/stat : 4787 (java) S 4777 4777 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95218249 14318440448 11748 33554432000 4194304 4196468 140725005038080 139668851442672 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4788] ppid=4777 vsize=13982852 memory=280045692266984 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4788/stat : 4788 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14318440448 11748 33554432000 4194304 4196468 140725005038080 139668850391248 139669672630171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4789] ppid=4777 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4789/stat : 4789 (java) S 4777 4777 29331 0 -1 1077944384 499 0 0 0 3 0 0 0 20 0 15 0 95218251 14318440448 11748 33554432000 4194304 4196468 140725005038080 139668849338864 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4790] ppid=4777 vsize=13982852 memory=140022846187727 CPUtime=0.04 cores=1,3,5,7
/proc/4779/task/4790/stat : 4790 (java) S 4777 4777 29331 0 -1 1077944384 380 0 0 0 4 0 0 0 20 0 15 0 95218251 14318440448 11748 33554432000 4194304 4196468 140725005038080 139668848286320 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4791] ppid=4777 vsize=13982852 memory=140022975387264 CPUtime=0.12 cores=1,3,5,7
/proc/4779/task/4791/stat : 4791 (java) R 4777 4777 29331 0 -1 4202560 855 0 0 0 12 0 0 0 20 0 15 0 95218251 14318440448 11748 33554432000 4194304 4196468 140725005038080 139668779690736 139669665718979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4792] ppid=4777 vsize=13982852 memory=140022846216079 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4792/stat : 4792 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14318440448 11748 33554432000 4194304 4196468 140725005038080 139668778638432 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4793] ppid=4777 vsize=13982852 memory=140022975387264 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4793/stat : 4793 (java) S 4777 4777 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95218251 14318440448 11748 33554432000 4194304 4196468 140725005038080 139668777584944 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48376 KiB

[startup+0.70152 s]
/proc/loadavg: 1.98 1.82 1.48 4/219 4793
/proc/meminfo: memFree=31396192/32770624 swapFree=67108860/67108860
[pid=4777] ppid=4774 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4777/stat : 4777 (xcsp3-exec) S 4774 4777 29331 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95218245 9740288 346 33554432000 4194304 5098028 140728231561232 140728231559336 139627203101308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20598784 140728231564405 140728231564608 140728231564608 140728231567339 0
/proc/4777/statm: 2378 346 289 221 0 87 0
[pid=4779] ppid=4777 vsize=13984976 memory=130356 CPUtime=1.78 cores=1,3,5,7
/proc/4779/stat : 4779 (java) S 4777 4777 29331 0 -1 1077944320 12380 0 0 0 172 6 0 0 20 0 15 0 95218245 14320615424 32589 33554432000 4194304 4196468 140725005038080 140725005020624 139669672611575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
/proc/4779/statm: 3496244 32589 3203 1 0 3483478 0
[pid=4779/tid=4780] ppid=4777 vsize=13984976 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/4779/task/4780/stat : 4780 (java) R 4777 4777 29331 0 -1 4202560 6369 0 0 0 64 3 0 0 20 0 15 0 95218246 14320615424 32589 33554432000 4194304 4196468 140725005038080 139669676847616 139669268781281 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4781] ppid=4777 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4781/stat : 4781 (java) S 4777 4777 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95218247 14320615424 32589 33554432000 4194304 4196468 140725005038080 139669587680016 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4782] ppid=4777 vsize=13984976 memory=1928 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4782/stat : 4782 (java) S 4777 4777 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95218247 14320615424 32589 33554432000 4194304 4196468 140725005038080 139669586627472 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4783] ppid=4777 vsize=13984976 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4783/stat : 4783 (java) S 4777 4777 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95218247 14320615424 32589 33554432000 4194304 4196468 140725005038080 139669266230288 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4784] ppid=4777 vsize=13984976 memory=8564 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4784/stat : 4784 (java) S 4777 4777 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95218247 14320615424 32589 33554432000 4194304 4196468 140725005038080 139669265177744 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4785] ppid=4777 vsize=13984976 memory=5664 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4785/stat : 4785 (java) S 4777 4777 29331 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 95218248 14320615424 33101 33554432000 4194304 4196468 140725005038080 139668853549040 139669672622722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4786] ppid=4777 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4786/stat : 4786 (java) S 4777 4777 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95218248 14320615424 33101 33554432000 4194304 4196468 140725005038080 139668852495264 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4787] ppid=4777 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4787/stat : 4787 (java) S 4777 4777 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95218249 14320615424 33101 33554432000 4194304 4196468 140725005038080 139668851442672 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4788] ppid=4777 vsize=13984976 memory=10928 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4788/stat : 4788 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14320615424 33101 33554432000 4194304 4196468 140725005038080 139668850391248 139669672630171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4789] ppid=4777 vsize=13984976 memory=796 CPUtime=0.36 cores=1,3,5,7
/proc/4779/task/4789/stat : 4789 (java) R 4777 4777 29331 0 -1 4202560 1370 0 0 0 36 0 0 0 20 0 15 0 95218251 14320615424 33101 33554432000 4194304 4196468 140725005038080 139668849332056 139669656112007 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4790] ppid=4777 vsize=13984976 memory=1424 CPUtime=0.38 cores=1,3,5,7
/proc/4779/task/4790/stat : 4790 (java) R 4777 4777 29331 0 -1 4202560 1809 0 0 0 38 0 0 0 20 0 15 0 95218251 14320615424 33101 33554432000 4194304 4196468 140725005038080 139668848265392 139669672625484 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4791] ppid=4777 vsize=13984976 memory=15872 CPUtime=0.33 cores=1,3,5,7
/proc/4779/task/4791/stat : 4791 (java) S 4777 4777 29331 0 -1 1077944384 1523 0 0 0 33 0 0 0 20 0 15 0 95218251 14320615424 33101 33554432000 4194304 4196468 140725005038080 139668779690736 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4792] ppid=4777 vsize=13984976 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4792/stat : 4792 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14320615424 33101 33554432000 4194304 4196468 140725005038080 139668778638432 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4793] ppid=4777 vsize=13984976 memory=16344 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4793/stat : 4793 (java) S 4777 4777 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95218251 14320615424 33101 33554432000 4194304 4196468 140725005038080 139668777584944 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 131740 KiB

[startup+1.50089 s]
/proc/loadavg: 1.98 1.82 1.48 5/219 4793
/proc/meminfo: memFree=31309008/32770624 swapFree=67108860/67108860
[pid=4777] ppid=4774 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4777/stat : 4777 (xcsp3-exec) S 4774 4777 29331 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95218245 9740288 346 33554432000 4194304 5098028 140728231561232 140728231559336 139627203101308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20598784 140728231564405 140728231564608 140728231564608 140728231567339 0
/proc/4777/statm: 2378 346 289 221 0 87 0

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

/proc/4779/task/4787/stat : 4787 (java) S 4777 4777 29331 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 95218249 14320615424 58909 33554432000 4194304 4196468 140725005038080 139668851442672 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4788] ppid=4777 vsize=13984976 memory=280045693261584 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4788/stat : 4788 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14320615424 58909 33554432000 4194304 4196468 140725005038080 139668850391248 139669672630171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4789] ppid=4777 vsize=13984976 memory=235636 CPUtime=2.22 cores=1,3,5,7
/proc/4779/task/4789/stat : 4789 (java) S 4777 4777 29331 0 -1 1077944384 14365 0 0 0 220 2 0 0 20 0 15 0 95218251 14320615424 58909 33554432000 4194304 4196468 140725005038080 139668849338864 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4790] ppid=4777 vsize=13984976 memory=243932 CPUtime=1.78 cores=1,3,5,7
/proc/4779/task/4790/stat : 4790 (java) S 4777 4777 29331 0 -1 1077944384 10222 0 0 0 176 2 0 0 20 0 15 0 95218251 14320615424 58909 33554432000 4194304 4196468 140725005038080 139668848286320 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4791] ppid=4777 vsize=13984976 memory=2408 CPUtime=0.68 cores=1,3,5,7
/proc/4779/task/4791/stat : 4791 (java) S 4777 4777 29331 0 -1 1077944384 8118 0 0 0 66 2 0 0 20 0 15 0 95218251 14320615424 58909 33554432000 4194304 4196468 140725005038080 139668779690736 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4792] ppid=4777 vsize=13984976 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4792/stat : 4792 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14320615424 58909 33554432000 4194304 4196468 140725005038080 139668778638432 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4793] ppid=4777 vsize=13984976 memory=27512 CPUtime=0.06 cores=1,3,5,7
/proc/4779/task/4793/stat : 4793 (java) S 4777 4777 29331 0 -1 1077944384 614 0 0 0 2 4 0 0 20 0 15 0 95218251 14320615424 58909 33554432000 4194304 4196468 140725005038080 139668777584944 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
Current children cumulated CPU time: 107.15 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 237020 KiB

[startup+162.301 s]
/proc/loadavg: 1.97 1.88 1.56 3/217 4876
/proc/meminfo: memFree=31234504/32770624 swapFree=67108860/67108860
[pid=4777] ppid=4774 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4777/stat : 4777 (xcsp3-exec) S 4774 4777 29331 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95218245 9740288 346 33554432000 4194304 5098028 140728231561232 140728231559336 139627203101308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20598784 140728231564405 140728231564608 140728231564608 140728231567339 0
/proc/4777/statm: 2378 346 289 221 0 87 0
[pid=4779] ppid=4777 vsize=13984976 memory=235920 CPUtime=167.44 cores=1,3,5,7
/proc/4779/stat : 4779 (java) S 4777 4777 29331 0 -1 1077944320 51781 0 0 0 16722 22 0 0 20 0 15 0 95218245 14320615424 58980 33554432000 4194304 4196468 140725005038080 140725005020624 139669672611575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
/proc/4779/statm: 3496244 58980 3256 1 0 3483478 0
[pid=4779/tid=4780] ppid=4777 vsize=13984976 memory=235912 CPUtime=162.23 cores=1,3,5,7
/proc/4779/task/4780/stat : 4780 (java) R 4777 4777 29331 0 -1 4202560 11658 0 0 0 16218 5 0 0 20 0 15 0 95218246 14320615424 58980 33554432000 4194304 4196468 140725005038080 139669676848080 139669272889936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4781] ppid=4777 vsize=13984976 memory=235856 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4781/stat : 4781 (java) S 4777 4777 29331 0 -1 1077944384 101 0 0 0 2 1 0 0 20 0 15 0 95218247 14320615424 58980 33554432000 4194304 4196468 140725005038080 139669587680016 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4782] ppid=4777 vsize=13984976 memory=235856 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4782/stat : 4782 (java) S 4777 4777 29331 0 -1 1077944384 146 0 0 0 2 1 0 0 20 0 15 0 95218247 14320615424 58980 33554432000 4194304 4196468 140725005038080 139669586627472 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4783] ppid=4777 vsize=13984976 memory=235856 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4783/stat : 4783 (java) S 4777 4777 29331 0 -1 1077944384 764 0 0 0 2 1 0 0 20 0 15 0 95218247 14320615424 58980 33554432000 4194304 4196468 140725005038080 139669266230288 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4784] ppid=4777 vsize=13984976 memory=235856 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4784/stat : 4784 (java) S 4777 4777 29331 0 -1 1077944384 400 0 0 0 2 1 0 0 20 0 15 0 95218247 14320615424 58980 33554432000 4194304 4196468 140725005038080 139669265177744 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4785] ppid=4777 vsize=13984976 memory=235856 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4785/stat : 4785 (java) S 4777 4777 29331 0 -1 1077944384 696 0 0 0 0 0 0 0 20 0 15 0 95218248 14320615424 58980 33554432000 4194304 4196468 140725005038080 139668853549040 139669672622722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4786] ppid=4777 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4786/stat : 4786 (java) S 4777 4777 29331 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 95218248 14320615424 58980 33554432000 4194304 4196468 140725005038080 139668852495264 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4787] ppid=4777 vsize=13984976 memory=235912 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4787/stat : 4787 (java) S 4777 4777 29331 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 95218249 14320615424 58980 33554432000 4194304 4196468 140725005038080 139668851442672 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4788] ppid=4777 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4788/stat : 4788 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14320615424 58980 33554432000 4194304 4196468 140725005038080 139668850391248 139669672630171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4789] ppid=4777 vsize=13984976 memory=4132 CPUtime=2.42 cores=1,3,5,7
/proc/4779/task/4789/stat : 4789 (java) S 4777 4777 29331 0 -1 1077944384 16515 0 0 0 240 2 0 0 20 0 15 0 95218251 14320615424 58980 33554432000 4194304 4196468 140725005038080 139668849338864 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4790] ppid=4777 vsize=13984976 memory=1384 CPUtime=1.82 cores=1,3,5,7
/proc/4779/task/4790/stat : 4790 (java) S 4777 4777 29331 0 -1 1077944384 10801 0 0 0 180 2 0 0 20 0 15 0 95218251 14320615424 58980 33554432000 4194304 4196468 140725005038080 139668848286320 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4791] ppid=4777 vsize=13984976 memory=1384 CPUtime=0.69 cores=1,3,5,7
/proc/4779/task/4791/stat : 4791 (java) S 4777 4777 29331 0 -1 1077944384 8660 0 0 0 67 2 0 0 20 0 15 0 95218251 14320615424 58980 33554432000 4194304 4196468 140725005038080 139668779690736 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4792] ppid=4777 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4792/stat : 4792 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14320615424 58980 33554432000 4194304 4196468 140725005038080 139668778638432 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4793] ppid=4777 vsize=13984976 memory=1384 CPUtime=0.1 cores=1,3,5,7
/proc/4779/task/4793/stat : 4793 (java) S 4777 4777 29331 0 -1 1077944384 675 0 0 0 4 6 0 0 20 0 15 0 95218251 14320615424 58980 33554432000 4194304 4196468 140725005038080 139668777584944 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
Current children cumulated CPU time: 167.44 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 237304 KiB

[startup+222.301 s]
/proc/loadavg: 2.04 1.92 1.59 3/217 4877
/proc/meminfo: memFree=31231148/32770624 swapFree=67108860/67108860
[pid=4777] ppid=4774 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4777/stat : 4777 (xcsp3-exec) S 4774 4777 29331 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95218245 9740288 346 33554432000 4194304 5098028 140728231561232 140728231559336 139627203101308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20598784 140728231564405 140728231564608 140728231564608 140728231567339 0
/proc/4777/statm: 2378 346 289 221 0 87 0
[pid=4779] ppid=4777 vsize=13984976 memory=238920 CPUtime=227.83 cores=1,3,5,7
/proc/4779/stat : 4779 (java) S 4777 4777 29331 0 -1 1077944320 55385 0 0 0 22759 24 0 0 20 0 15 0 95218245 14320615424 59730 33554432000 4194304 4196468 140725005038080 140725005020624 139669672611575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
/proc/4779/statm: 3496244 59730 3256 1 0 3483478 0
[pid=4779/tid=4780] ppid=4777 vsize=13984976 memory=238920 CPUtime=222.22 cores=1,3,5,7
/proc/4779/task/4780/stat : 4780 (java) R 4777 4777 29331 0 -1 4202560 11839 0 0 0 22217 5 0 0 20 0 15 0 95218246 14320615424 59730 33554432000 4194304 4196468 140725005038080 139669676847984 139669272005638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4781] ppid=4777 vsize=13984976 memory=238920 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4781/stat : 4781 (java) S 4777 4777 29331 0 -1 1077944384 101 0 0 0 2 1 0 0 20 0 15 0 95218247 14320615424 59730 33554432000 4194304 4196468 140725005038080 139669587680016 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4782] ppid=4777 vsize=13984976 memory=238920 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4782/stat : 4782 (java) S 4777 4777 29331 0 -1 1077944384 146 0 0 0 2 1 0 0 20 0 15 0 95218247 14320615424 59730 33554432000 4194304 4196468 140725005038080 139669586627472 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4783] ppid=4777 vsize=13984976 memory=238920 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4783/stat : 4783 (java) S 4777 4777 29331 0 -1 1077944384 764 0 0 0 2 1 0 0 20 0 15 0 95218247 14320615424 59730 33554432000 4194304 4196468 140725005038080 139669266230288 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4784] ppid=4777 vsize=13984976 memory=238920 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4784/stat : 4784 (java) S 4777 4777 29331 0 -1 1077944384 400 0 0 0 2 1 0 0 20 0 15 0 95218247 14320615424 59730 33554432000 4194304 4196468 140725005038080 139669265177744 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4785] ppid=4777 vsize=13984976 memory=238920 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4785/stat : 4785 (java) S 4777 4777 29331 0 -1 1077944384 698 0 0 0 0 0 0 0 20 0 15 0 95218248 14320615424 59730 33554432000 4194304 4196468 140725005038080 139668853549040 139669672622722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4786] ppid=4777 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4786/stat : 4786 (java) S 4777 4777 29331 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 95218248 14320615424 59730 33554432000 4194304 4196468 140725005038080 139668852495264 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4787] ppid=4777 vsize=13984976 memory=238920 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4787/stat : 4787 (java) S 4777 4777 29331 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 95218249 14320615424 59730 33554432000 4194304 4196468 140725005038080 139668851442672 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4788] ppid=4777 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4788/stat : 4788 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14320615424 59730 33554432000 4194304 4196468 140725005038080 139668850391248 139669672630171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4789] ppid=4777 vsize=13984976 memory=1384 CPUtime=2.51 cores=1,3,5,7
/proc/4779/task/4789/stat : 4789 (java) S 4777 4777 29331 0 -1 1077944384 17182 0 0 0 249 2 0 0 20 0 15 0 95218251 14320615424 59730 33554432000 4194304 4196468 140725005038080 139668849338864 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4790] ppid=4777 vsize=13984976 memory=238920 CPUtime=2.05 cores=1,3,5,7
/proc/4779/task/4790/stat : 4790 (java) S 4777 4777 29331 0 -1 1077944384 13019 0 0 0 203 2 0 0 20 0 15 0 95218251 14320615424 59730 33554432000 4194304 4196468 140725005038080 139668848286320 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4791] ppid=4777 vsize=13984976 memory=1728 CPUtime=0.7 cores=1,3,5,7
/proc/4779/task/4791/stat : 4791 (java) S 4777 4777 29331 0 -1 1077944384 9189 0 0 0 68 2 0 0 20 0 15 0 95218251 14320615424 59730 33554432000 4194304 4196468 140725005038080 139668779690736 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4792] ppid=4777 vsize=13984976 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4792/stat : 4792 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14320615424 59730 33554432000 4194304 4196468 140725005038080 139668778638432 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4793] ppid=4777 vsize=13984976 memory=1008 CPUtime=0.14 cores=1,3,5,7
/proc/4779/task/4793/stat : 4793 (java) S 4777 4777 29331 0 -1 1077944384 682 0 0 0 7 7 0 0 20 0 15 0 95218251 14320615424 59730 33554432000 4194304 4196468 140725005038080 139668777584944 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
Current children cumulated CPU time: 227.83 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 240304 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.03 1.92 1.60 3/217 4877
/proc/meminfo: memFree=31231272/32770624 swapFree=67108860/67108860
[pid=4777] ppid=4774 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4777/stat : 4777 (xcsp3-exec) S 4774 4777 29331 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95218245 9740288 346 33554432000 4194304 5098028 140728231561232 140728231559336 139627203101308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20598784 140728231564405 140728231564608 140728231564608 140728231567339 0
/proc/4777/statm: 2378 346 289 221 0 87 0
[pid=4779] ppid=4777 vsize=13984976 memory=238968 CPUtime=245.57 cores=1,3,5,7
/proc/4779/stat : 4779 (java) S 4777 4777 29331 0 -1 1077944320 56594 0 0 0 24533 24 0 0 20 0 15 0 95218245 14320615424 59742 33554432000 4194304 4196468 140725005038080 140725005020624 139669672611575 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
/proc/4779/statm: 3496244 59742 3257 1 0 3483478 0
[pid=4779/tid=4780] ppid=4777 vsize=13984976 memory=6935054825532540783 CPUtime=239.93 cores=1,3,5,7
/proc/4779/task/4780/stat : 4780 (java) R 4777 4777 29331 0 -1 4202560 12045 0 0 0 23988 5 0 0 20 0 15 0 95218246 14320615424 59742 33554432000 4194304 4196468 140725005038080 139669676848712 139669267373608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4781] ppid=4777 vsize=13984976 memory=4126316290023845779 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4781/stat : 4781 (java) S 4777 4777 29331 0 -1 1077944384 101 0 0 0 2 1 0 0 20 0 15 0 95218247 14320615424 59742 33554432000 4194304 4196468 140725005038080 139669587680016 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4782] ppid=4777 vsize=13984976 memory=640 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4782/stat : 4782 (java) S 4777 4777 29331 0 -1 1077944384 146 0 0 0 2 1 0 0 20 0 15 0 95218247 14320615424 59742 33554432000 4194304 4196468 140725005038080 139669586627472 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4783] ppid=4777 vsize=13984976 memory=952 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4783/stat : 4783 (java) S 4777 4777 29331 0 -1 1077944384 764 0 0 0 2 1 0 0 20 0 15 0 95218247 14320615424 59742 33554432000 4194304 4196468 140725005038080 139669266230288 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4784] ppid=4777 vsize=13984976 memory=1236 CPUtime=0.03 cores=1,3,5,7
/proc/4779/task/4784/stat : 4784 (java) S 4777 4777 29331 0 -1 1077944384 400 0 0 0 2 1 0 0 20 0 15 0 95218247 14320615424 59742 33554432000 4194304 4196468 140725005038080 139669265177744 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4785] ppid=4777 vsize=13984976 memory=4384 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4785/stat : 4785 (java) S 4777 4777 29331 0 -1 1077944384 711 0 0 0 0 0 0 0 20 0 15 0 95218248 14320615424 59742 33554432000 4194304 4196468 140725005038080 139668853549040 139669672622722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4786] ppid=4777 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4786/stat : 4786 (java) S 4777 4777 29331 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 95218248 14320615424 59742 33554432000 4194304 4196468 140725005038080 139668852495264 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4787] ppid=4777 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4787/stat : 4787 (java) S 4777 4777 29331 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 95218249 14320615424 59742 33554432000 4194304 4196468 140725005038080 139668851442672 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4788] ppid=4777 vsize=13984976 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4788/stat : 4788 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14320615424 59742 33554432000 4194304 4196468 140725005038080 139668850391248 139669672630171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4789] ppid=4777 vsize=13984976 memory=2540 CPUtime=2.52 cores=1,3,5,7
/proc/4779/task/4789/stat : 4789 (java) S 4777 4777 29331 0 -1 1077944384 17697 0 0 0 250 2 0 0 20 0 15 0 95218251 14320615424 59742 33554432000 4194304 4196468 140725005038080 139668849338864 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4790] ppid=4777 vsize=13984976 memory=2540 CPUtime=2.06 cores=1,3,5,7
/proc/4779/task/4790/stat : 4790 (java) S 4777 4777 29331 0 -1 1077944384 13086 0 0 0 204 2 0 0 20 0 15 0 95218251 14320615424 59742 33554432000 4194304 4196468 140725005038080 139668848286320 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4791] ppid=4777 vsize=13984976 memory=1160 CPUtime=0.71 cores=1,3,5,7
/proc/4779/task/4791/stat : 4791 (java) S 4777 4777 29331 0 -1 1077944384 9588 0 0 0 69 2 0 0 20 0 15 0 95218251 14320615424 59742 33554432000 4194304 4196468 140725005038080 139668779690736 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4792] ppid=4777 vsize=13984976 memory=3036 CPUtime=0 cores=1,3,5,7
/proc/4779/task/4792/stat : 4792 (java) S 4777 4777 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95218251 14320615424 59742 33554432000 4194304 4196468 140725005038080 139668778638432 139669672621781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
[pid=4779/tid=4793] ppid=4777 vsize=13984976 memory=1384 CPUtime=0.15 cores=1,3,5,7
/proc/4779/task/4793/stat : 4793 (java) S 4777 4777 29331 0 -1 1077944384 691 0 0 0 7 8 0 0 20 0 15 0 95218251 14320615424 59742 33554432000 4194304 4196468 140725005038080 139668777584944 139669672622722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 34500608 140725005046941 140725005047116 140725005047116 140725005049807 0
Current children cumulated CPU time: 245.57 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 240352 KiB

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

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

[startup+240.023 s]
# the end of solver process 4779 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=245.344 s, system=0.25511 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.023
CPU time (s): 245.599
CPU user time (s): 245.344
CPU system time (s): 0.25511
CPU usage (%): 102.323
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 245316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.344
system time used= 0.25511
maximum resident set size= 245568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57514
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= 7901
involuntary context switches= 92


# summary of solver processes directly reported to runsolver:
#   pid: 4777,4779
#   total CPU time (s): 245.599
#   total CPU user time (s): 245.344
#   total CPU system time (s): 0.25511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.07642 second user time and 1.92222 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-13 12:34:07
IDJOB=4270040
IDBENCH=124197
IDSOLVER=2661
FILE ID=node115/4270040-1502621305
RUNJOBID= node115-1502619962-4172
PBS_JOBID= 20628301
Free space on /tmp= 61808 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-6.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-4270040-1502621305/watcher-4270040-1502621305 -o /tmp/evaluation-result-4270040-1502621305/solver-4270040-1502621305 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502619962-4172 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 411048189 HOME/instance-4270040-1502621305.xml

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

MD5SUM BENCH= 783c5eb4c347368f8a2e1c7f079a0df0
RANDOM SEED=411048189

node115.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.69
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.69
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.69
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.69
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:        31467380 kB
MemAvailable:   31783916 kB
Buffers:          111892 kB
Cached:           490968 kB
SwapCached:            0 kB
Active:           678280 kB
Inactive:         186680 kB
Active(anon):     210360 kB
Inactive(anon):    79408 kB
Active(file):     467920 kB
Inactive(file):   107272 kB
Unevictable:        6220 kB
Mlocked:            6220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7872 kB
Writeback:             0 kB
AnonPages:        277828 kB
Mapped:            55568 kB
Shmem:             25224 kB
Slab:             140352 kB
SReclaimable:     114360 kB
SUnreclaim:        25992 kB
KernelStack:        3840 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1293804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61800 MiB
End job on node115 at 2017-08-13 12:38:07