Trace number 4269998

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)SAT (TO)2 245.34801 240.02

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
MD5SUM765e7641190fc685f39512b7809eb6f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark243.576
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size52
Distribution of domain sizes[{"size":25,"count":1},{"size":52,"count":72}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":48},{"degree":4,"count":24}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":24},{"arity":25,"count":1},{"arity":72,"count":2}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax 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-4269998-1502623182.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269998-1502623182.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
1.39/0.68	c solve instance...
17.14/13.74	o 0 
75.62/70.66	o 1 
111.89/106.76	o 2 
245.32/240.01	s SATISFIABLE
245.32/240.01	v <instantiation>
245.32/240.01	v 	<list>x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] b[23][0] b[23][1] b[23][2] </list>
245.32/240.01	v 	<values>2 498 252 250 485 471 0 464 269 265 451 450 0 449 297 253 427 424 0 405 403 0 400 310 261 394 284 275 388 374 0 380 300 259 375 281 273 374 322 252 369 304 262 368 287 276 365 284 274 357 279 276 355 321 250 344 317 250 339 278 276 337 292 275 328 322 0 0 0 0 0 0 0 </values>
245.32/240.01	v </instantiation>
245.32/240.01	c Unexpected resolution interruption!

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269998-1502623182/watcher-4269998-1502623182 -o /tmp/evaluation-result-4269998-1502623182/solver-4269998-1502623182 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502620090-31365 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1001189682 HOME/instance-4269998-1502623182.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
solver pid=783, runsolver pid=780
Current StackSize limit: 8192 KiB


[startup+0.10013 s]*
/proc/loadavg: 1.90 1.92 1.88 3/218 799
/proc/meminfo: memFree=31404036/32770624 swapFree=67108860/67108860
[pid=783] ppid=780 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (xcsp3-exec) S 780 783 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95405987 9740288 346 33554432000 4194304 5098028 140730740027424 140730740025528 140173182210684 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10960896 140730740032628 140730740032832 140730740032832 140730740035563 0
/proc/783/statm: 2378 346 289 221 0 87 0
[pid=785] ppid=783 vsize=13978596 memory=27232 CPUtime=0.12 cores=0,2,4,6
/proc/785/stat : 785 (java) S 783 783 28385 0 -1 1077944320 5152 0 0 0 11 1 0 0 20 0 15 0 95405987 14314082304 6808 33554432000 4194304 4196468 140720811355520 140720811338064 139903156088567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
/proc/785/statm: 3494649 6808 2877 1 0 3482966 0
[pid=785/tid=786] ppid=783 vsize=13978596 memory=7022364632946311227 CPUtime=0.08 cores=0,2,4,6
/proc/785/task/786/stat : 786 (java) R 783 783 28385 0 -1 4202560 3124 0 0 0 8 0 0 0 20 0 15 0 95405987 14314082304 6874 33554432000 4194304 4196468 140720811355520 139903160321840 139902791998592 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=787] ppid=783 vsize=13978596 memory=4294980891 CPUtime=0 cores=0,2,4,6
/proc/785/task/787/stat : 787 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14314082304 6874 33554432000 4194304 4196468 140720811355520 139903125802000 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=788] ppid=783 vsize=13978596 memory=3690056977457747616 CPUtime=0 cores=0,2,4,6
/proc/785/task/788/stat : 788 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14314082304 6874 33554432000 4194304 4196468 140720811355520 139902750432400 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=789] ppid=783 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/785/task/789/stat : 789 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14314082304 6874 33554432000 4194304 4196468 140720811355520 139902749379344 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=790] ppid=783 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/785/task/790/stat : 790 (java) S 783 783 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95405988 14314082304 6874 33554432000 4194304 4196468 140720811355520 139902748326800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=791] ppid=783 vsize=13978596 memory=139710929180288 CPUtime=0 cores=0,2,4,6
/proc/785/task/791/stat : 791 (java) S 783 783 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95405989 14314082304 6874 33554432000 4194304 4196468 140720811355520 139902496061680 139903156099714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=792] ppid=783 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/785/task/792/stat : 792 (java) S 783 783 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95405990 14314082304 6874 33554432000 4194304 4196468 140720811355520 139902495007904 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=793] ppid=783 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/785/task/793/stat : 793 (java) S 783 783 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95405990 14314082304 6874 33554432000 4194304 4196468 140720811355520 139902493954800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=794] ppid=783 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/785/task/794/stat : 794 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14314082304 6874 33554432000 4194304 4196468 140720811355520 139902492903376 139903156107163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=795] ppid=783 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/785/task/795/stat : 795 (java) S 783 783 28385 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 95405992 14314082304 6874 33554432000 4194304 4196468 140720811355520 139902491851504 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=796] ppid=783 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/785/task/796/stat : 796 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14314082304 6874 33554432000 4194304 4196468 140720811355520 139902490798960 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=797] ppid=783 vsize=13978596 memory=139710929180288 CPUtime=0.01 cores=0,2,4,6
/proc/785/task/797/stat : 797 (java) S 783 783 28385 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 15 0 95405992 14314082304 6874 33554432000 4194304 4196468 140720811355520 139902489745904 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=798] ppid=783 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/785/task/798/stat : 798 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14314082304 6874 33554432000 4194304 4196468 140720811355520 139902488693600 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=799] ppid=783 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/785/task/799/stat : 799 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405993 14314082304 6874 33554432000 4194304 4196468 140720811355520 139902487640624 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28616 KiB

[startup+0.210795 s]*
/proc/loadavg: 1.90 1.92 1.88 3/218 799
/proc/meminfo: memFree=31396092/32770624 swapFree=67108860/67108860
[pid=783] ppid=780 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (xcsp3-exec) S 780 783 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95405987 9740288 346 33554432000 4194304 5098028 140730740027424 140730740025528 140173182210684 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10960896 140730740032628 140730740032832 140730740032832 140730740035563 0
/proc/783/statm: 2378 346 289 221 0 87 0
[pid=785] ppid=783 vsize=13982852 memory=38932 CPUtime=0.33 cores=0,2,4,6
/proc/785/stat : 785 (java) S 783 783 28385 0 -1 1077944320 7765 0 0 0 31 2 0 0 20 0 15 0 95405987 14318440448 9733 33554432000 4194304 4196468 140720811355520 140720811338064 139903156088567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
/proc/785/statm: 3495713 9733 3056 1 0 3482966 0
[pid=785/tid=786] ppid=783 vsize=13982852 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/785/task/786/stat : 786 (java) D 783 783 28385 0 -1 1077944384 4960 0 0 0 18 1 0 0 20 0 15 0 95405987 14318440448 9754 33554432000 4194304 4196468 140720811355520 139903160290368 139903148767789 0 4 0 16800975 18446744072101707300 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=787] ppid=783 vsize=13982884 memory=4294980891 CPUtime=0 cores=0,2,4,6
/proc/785/task/787/stat : 787 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14318473216 9754 33554432000 4194304 4196468 140720811355520 139903125802000 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=788] ppid=783 vsize=13982852 memory=3690056977457747616 CPUtime=0 cores=0,2,4,6
/proc/785/task/788/stat : 788 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14318440448 9754 33554432000 4194304 4196468 140720811355520 139902750432400 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=789] ppid=783 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/785/task/789/stat : 789 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14318440448 9754 33554432000 4194304 4196468 140720811355520 139902749379344 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=790] ppid=783 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/785/task/790/stat : 790 (java) S 783 783 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95405988 14318440448 9754 33554432000 4194304 4196468 140720811355520 139902748326800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=791] ppid=783 vsize=13982852 memory=139710929180288 CPUtime=0 cores=0,2,4,6
/proc/785/task/791/stat : 791 (java) S 783 783 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95405989 14318440448 9754 33554432000 4194304 4196468 140720811355520 139902496061680 139903156099714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=792] ppid=783 vsize=13982884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/785/task/792/stat : 792 (java) S 783 783 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95405990 14318473216 9754 33554432000 4194304 4196468 140720811355520 139902495007904 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=793] ppid=783 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/785/task/793/stat : 793 (java) S 783 783 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95405990 14318473216 9754 33554432000 4194304 4196468 140720811355520 139902493954800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=794] ppid=783 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/785/task/794/stat : 794 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14318440448 9754 33554432000 4194304 4196468 140720811355520 139902492903376 139903156107163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=795] ppid=783 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/785/task/795/stat : 795 (java) S 783 783 28385 0 -1 1077944384 575 0 0 0 3 0 0 0 20 0 15 0 95405992 14318440448 9754 33554432000 4194304 4196468 140720811355520 139902491851504 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=796] ppid=783 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/785/task/796/stat : 796 (java) R 783 783 28385 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 15 0 95405992 14318440448 9754 33554432000 4194304 4196468 140720811355520 139902490798960 139903156099714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=797] ppid=783 vsize=13982852 memory=139710929180288 CPUtime=0.07 cores=0,2,4,6
/proc/785/task/797/stat : 797 (java) S 783 783 28385 0 -1 1077944384 837 0 0 0 7 0 0 0 20 0 15 0 95405992 14318440448 9754 33554432000 4194304 4196468 140720811355520 139902489745904 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=798] ppid=783 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/785/task/798/stat : 798 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14318440448 9754 33554432000 4194304 4196468 140720811355520 139902488693600 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=799] ppid=783 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/785/task/799/stat : 799 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405993 14318440448 9754 33554432000 4194304 4196468 140720811355520 139902487640624 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 40316 KiB

[startup+0.310873 s]*
/proc/loadavg: 1.90 1.92 1.88 4/218 799
/proc/meminfo: memFree=31388896/32770624 swapFree=67108860/67108860
[pid=783] ppid=780 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (xcsp3-exec) S 780 783 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95405987 9740288 346 33554432000 4194304 5098028 140730740027424 140730740025528 140173182210684 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10960896 140730740032628 140730740032832 140730740032832 140730740035563 0
/proc/783/statm: 2378 346 289 221 0 87 0
[pid=785] ppid=783 vsize=13982852 memory=46124 CPUtime=0.5 cores=0,2,4,6
/proc/785/stat : 785 (java) S 783 783 28385 0 -1 1077944320 8727 0 0 0 47 3 0 0 20 0 15 0 95405987 14318440448 11531 33554432000 4194304 4196468 140720811355520 140720811338064 139903156088567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
/proc/785/statm: 3495713 11531 3106 1 0 3482966 0
[pid=785/tid=786] ppid=783 vsize=13982852 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/785/task/786/stat : 786 (java) R 783 783 28385 0 -1 4202560 5527 0 0 0 28 2 0 0 20 0 15 0 95405987 14318440448 11531 33554432000 4194304 4196468 140720811355520 139903160322600 139903140169054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=787] ppid=783 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/785/task/787/stat : 787 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14318440448 11531 33554432000 4194304 4196468 140720811355520 139903125802000 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=788] ppid=783 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/785/task/788/stat : 788 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14318440448 11531 33554432000 4194304 4196468 140720811355520 139902750432400 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=789] ppid=783 vsize=13982852 memory=8547712850019655617 CPUtime=0 cores=0,2,4,6
/proc/785/task/789/stat : 789 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14318440448 11531 33554432000 4194304 4196468 140720811355520 139902749379344 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=790] ppid=783 vsize=13982852 memory=7089618335782298726 CPUtime=0 cores=0,2,4,6
/proc/785/task/790/stat : 790 (java) S 783 783 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95405988 14318440448 11531 33554432000 4194304 4196468 140720811355520 139902748326800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=791] ppid=783 vsize=13982852 memory=-6804530832991035292 CPUtime=0 cores=0,2,4,6
/proc/785/task/791/stat : 791 (java) S 783 783 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95405989 14318440448 11531 33554432000 4194304 4196468 140720811355520 139902496061680 139903156099714 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=792] ppid=783 vsize=13982852 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/785/task/792/stat : 792 (java) S 783 783 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95405990 14318440448 11531 33554432000 4194304 4196468 140720811355520 139902495007904 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=793] ppid=783 vsize=13982852 memory=3047711553320166262 CPUtime=0 cores=0,2,4,6
/proc/785/task/793/stat : 793 (java) S 783 783 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95405990 14318440448 11531 33554432000 4194304 4196468 140720811355520 139902493954800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=794] ppid=783 vsize=13982852 memory=-7022969359889120089 CPUtime=0 cores=0,2,4,6
/proc/785/task/794/stat : 794 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14318440448 11531 33554432000 4194304 4196468 140720811355520 139902492903376 139903156107163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=795] ppid=783 vsize=13982852 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/785/task/795/stat : 795 (java) S 783 783 28385 0 -1 1077944384 646 0 0 0 5 0 0 0 20 0 15 0 95405992 14318440448 11531 33554432000 4194304 4196468 140720811355520 139902491851504 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=796] ppid=783 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/785/task/796/stat : 796 (java) S 783 783 28385 0 -1 1077944384 245 0 0 0 2 0 0 0 20 0 15 0 95405992 14318440448 11531 33554432000 4194304 4196468 140720811355520 139902490798960 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=797] ppid=783 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/785/task/797/stat : 797 (java) R 783 783 28385 0 -1 1077944384 1013 0 0 0 12 0 0 0 20 0 15 0 95405992 14318440448 11531 33554432000 4194304 4196468 140720811355520 139902489745904 139903156099714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=798] ppid=783 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/785/task/798/stat : 798 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14318440448 11531 33554432000 4194304 4196468 140720811355520 139902488693600 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=799] ppid=783 vsize=13982852 memory=3976995337015402544 CPUtime=0 cores=0,2,4,6
/proc/785/task/799/stat : 799 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405993 14318440448 11531 33554432000 4194304 4196468 140720811355520 139902487640624 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 47508 KiB

[startup+0.700802 s]
/proc/loadavg: 1.90 1.92 1.88 5/218 799
/proc/meminfo: memFree=31363708/32770624 swapFree=67108860/67108860
[pid=783] ppid=780 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (xcsp3-exec) S 780 783 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95405987 9740288 346 33554432000 4194304 5098028 140730740027424 140730740025528 140173182210684 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10960896 140730740032628 140730740032832 140730740032832 140730740035563 0
/proc/783/statm: 2378 346 289 221 0 87 0
[pid=785] ppid=783 vsize=13984976 memory=89720 CPUtime=1.69 cores=0,2,4,6
/proc/785/stat : 785 (java) S 783 783 28385 0 -1 1077944320 11501 0 0 0 164 5 0 0 20 0 15 0 95405987 14320615424 22430 33554432000 4194304 4196468 140720811355520 140720811338064 139903156088567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
/proc/785/statm: 3496244 22430 3195 1 0 3483478 0
[pid=785/tid=786] ppid=783 vsize=13984976 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/785/task/786/stat : 786 (java) R 783 783 28385 0 -1 4202560 6202 0 0 0 64 3 0 0 20 0 15 0 95405987 14320615424 22430 33554432000 4194304 4196468 140720811355520 139903160325456 139902795702437 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=787] ppid=783 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/785/task/787/stat : 787 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 22430 33554432000 4194304 4196468 140720811355520 139903125802000 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=788] ppid=783 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/785/task/788/stat : 788 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 22430 33554432000 4194304 4196468 140720811355520 139902750432400 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=789] ppid=783 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/785/task/789/stat : 789 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 22430 33554432000 4194304 4196468 140720811355520 139902749379344 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=790] ppid=783 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/785/task/790/stat : 790 (java) S 783 783 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 22430 33554432000 4194304 4196468 140720811355520 139902748326800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=791] ppid=783 vsize=13984976 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/785/task/791/stat : 791 (java) S 783 783 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95405989 14320615424 22430 33554432000 4194304 4196468 140720811355520 139902496061680 139903156099714 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=792] ppid=783 vsize=13984976 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/785/task/792/stat : 792 (java) S 783 783 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95405990 14320615424 22430 33554432000 4194304 4196468 140720811355520 139902495007904 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=793] ppid=783 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/785/task/793/stat : 793 (java) S 783 783 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95405990 14320615424 22430 33554432000 4194304 4196468 140720811355520 139902493954800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=794] ppid=783 vsize=13984976 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/785/task/794/stat : 794 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14320615424 22430 33554432000 4194304 4196468 140720811355520 139902492903376 139903156107163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=795] ppid=783 vsize=13984976 memory=5668 CPUtime=0.37 cores=0,2,4,6
/proc/785/task/795/stat : 795 (java) R 783 783 28385 0 -1 4202560 1342 0 0 0 37 0 0 0 20 0 15 0 95405992 14320615424 22430 33554432000 4194304 4196468 140720811355520 139902491839936 139903137633728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=796] ppid=783 vsize=13984976 memory=1008 CPUtime=0.34 cores=0,2,4,6
/proc/785/task/796/stat : 796 (java) R 783 783 28385 0 -1 4202560 865 0 0 0 34 0 0 0 20 0 15 0 95405992 14320615424 22430 33554432000 4194304 4196468 140720811355520 139902490781552 139903141015235 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=797] ppid=783 vsize=13984976 memory=4612 CPUtime=0.29 cores=0,2,4,6
/proc/785/task/797/stat : 797 (java) S 783 783 28385 0 -1 1077944384 1786 0 0 0 28 1 0 0 20 0 15 0 95405992 14320615424 22430 33554432000 4194304 4196468 140720811355520 139902489745904 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=798] ppid=783 vsize=13984976 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/785/task/798/stat : 798 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14320615424 22430 33554432000 4194304 4196468 140720811355520 139902488693600 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=799] ppid=783 vsize=13984976 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/785/task/799/stat : 799 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405993 14320615424 22430 33554432000 4194304 4196468 140720811355520 139902487640624 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 91104 KiB

[startup+1.50078 s]
/proc/loadavg: 1.83 1.90 1.87 4/218 799
/proc/meminfo: memFree=31344244/32770624 swapFree=67108860/67108860
[pid=783] ppid=780 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (xcsp3-exec) S 780 783 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95405987 9740288 346 33554432000 4194304 5098028 140730740027424 140730740025528 140173182210684 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10960896 140730740032628 140730740032832 140730740032832 140730740035563 0
/proc/783/statm: 2378 346 289 221 0 87 0

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

/proc/785/task/793/stat : 793 (java) S 783 783 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95405990 14320615424 30561 33554432000 4194304 4196468 140720811355520 139902493954800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=794] ppid=783 vsize=13984976 memory=118048 CPUtime=0 cores=0,2,4,6
/proc/785/task/794/stat : 794 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14320615424 30561 33554432000 4194304 4196468 140720811355520 139902492903376 139903156107163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=795] ppid=783 vsize=13984976 memory=1384 CPUtime=2.7 cores=0,2,4,6
/proc/785/task/795/stat : 795 (java) S 783 783 28385 0 -1 1077944384 20244 0 0 0 269 1 0 0 20 0 15 0 95405992 14320615424 30561 33554432000 4194304 4196468 140720811355520 139902491851504 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=796] ppid=783 vsize=13984976 memory=122204 CPUtime=1.83 cores=0,2,4,6
/proc/785/task/796/stat : 796 (java) S 783 783 28385 0 -1 1077944384 7967 0 0 0 183 0 0 0 20 0 15 0 95405992 14320615424 30561 33554432000 4194304 4196468 140720811355520 139902490798960 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=797] ppid=783 vsize=13984976 memory=122168 CPUtime=0.48 cores=0,2,4,6
/proc/785/task/797/stat : 797 (java) S 783 783 28385 0 -1 1077944384 5698 0 0 0 47 1 0 0 20 0 15 0 95405992 14320615424 30561 33554432000 4194304 4196468 140720811355520 139902489745904 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=798] ppid=783 vsize=13984976 memory=27400 CPUtime=0 cores=0,2,4,6
/proc/785/task/798/stat : 798 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14320615424 30561 33554432000 4194304 4196468 140720811355520 139902488693600 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=799] ppid=783 vsize=13984976 memory=1296 CPUtime=0.02 cores=0,2,4,6
/proc/785/task/799/stat : 799 (java) S 783 783 28385 0 -1 1077944384 513 0 0 0 1 1 0 0 20 0 15 0 95405993 14320615424 30561 33554432000 4194304 4196468 140720811355520 139902487640624 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
Current children cumulated CPU time: 107.34 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 123628 KiB

[startup+162.301 s]
/proc/loadavg: 1.80 1.85 1.86 3/217 882
/proc/meminfo: memFree=31230568/32770624 swapFree=67108860/67108860
[pid=783] ppid=780 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (xcsp3-exec) S 780 783 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95405987 9740288 346 33554432000 4194304 5098028 140730740027424 140730740025528 140173182210684 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10960896 140730740032628 140730740032832 140730740032832 140730740035563 0
/proc/783/statm: 2378 346 289 221 0 87 0
[pid=785] ppid=783 vsize=13984976 memory=147340 CPUtime=167.56 cores=0,2,4,6
/proc/785/stat : 785 (java) S 783 783 28385 0 -1 1077944320 50430 0 0 0 16746 10 0 0 20 0 15 0 95405987 14320615424 36835 33554432000 4194304 4196468 140720811355520 140720811338064 139903156088567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
/proc/785/statm: 3496244 36835 3215 1 0 3483478 0
[pid=785/tid=786] ppid=783 vsize=13984976 memory=147340 CPUtime=162.26 cores=0,2,4,6
/proc/785/task/786/stat : 786 (java) R 783 783 28385 0 -1 4202560 10686 0 0 0 16222 4 0 0 20 0 15 0 95405987 14320615424 36835 33554432000 4194304 4196468 140720811355520 139903160325104 139902796017025 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=787] ppid=783 vsize=13984976 memory=145288 CPUtime=0 cores=0,2,4,6
/proc/785/task/787/stat : 787 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 36835 33554432000 4194304 4196468 140720811355520 139903125802000 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=788] ppid=783 vsize=13984976 memory=145288 CPUtime=0 cores=0,2,4,6
/proc/785/task/788/stat : 788 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 36835 33554432000 4194304 4196468 140720811355520 139902750432400 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=789] ppid=783 vsize=13984976 memory=147340 CPUtime=0 cores=0,2,4,6
/proc/785/task/789/stat : 789 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 36835 33554432000 4194304 4196468 140720811355520 139902749379344 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=790] ppid=783 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/785/task/790/stat : 790 (java) S 783 783 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 36835 33554432000 4194304 4196468 140720811355520 139902748326800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=791] ppid=783 vsize=13984976 memory=147340 CPUtime=0 cores=0,2,4,6
/proc/785/task/791/stat : 791 (java) S 783 783 28385 0 -1 1077944384 516 0 0 0 0 0 0 0 20 0 15 0 95405989 14320615424 36835 33554432000 4194304 4196468 140720811355520 139902496061680 139903156099714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=792] ppid=783 vsize=13984976 memory=147340 CPUtime=0 cores=0,2,4,6
/proc/785/task/792/stat : 792 (java) S 783 783 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95405990 14320615424 36835 33554432000 4194304 4196468 140720811355520 139902495007904 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=793] ppid=783 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/785/task/793/stat : 793 (java) S 783 783 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95405990 14320615424 36835 33554432000 4194304 4196468 140720811355520 139902493954800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=794] ppid=783 vsize=13984976 memory=145288 CPUtime=0 cores=0,2,4,6
/proc/785/task/794/stat : 794 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14320615424 36835 33554432000 4194304 4196468 140720811355520 139902492903376 139903156107163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=795] ppid=783 vsize=13984976 memory=147340 CPUtime=2.74 cores=0,2,4,6
/proc/785/task/795/stat : 795 (java) S 783 783 28385 0 -1 1077944384 20705 0 0 0 273 1 0 0 20 0 15 0 95405992 14320615424 36835 33554432000 4194304 4196468 140720811355520 139902491851504 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=796] ppid=783 vsize=13984976 memory=2257 CPUtime=2.01 cores=0,2,4,6
/proc/785/task/796/stat : 796 (java) S 783 783 28385 0 -1 1077944384 10768 0 0 0 200 1 0 0 20 0 15 0 95405992 14320615424 36835 33554432000 4194304 4196468 140720811355520 139902490798960 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=797] ppid=783 vsize=13984976 memory=1384 CPUtime=0.48 cores=0,2,4,6
/proc/785/task/797/stat : 797 (java) S 783 783 28385 0 -1 1077944384 5888 0 0 0 47 1 0 0 20 0 15 0 95405992 14320615424 36835 33554432000 4194304 4196468 140720811355520 139902489745904 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=798] ppid=783 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/785/task/798/stat : 798 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14320615424 36835 33554432000 4194304 4196468 140720811355520 139902488693600 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=799] ppid=783 vsize=13984976 memory=147340 CPUtime=0.03 cores=0,2,4,6
/proc/785/task/799/stat : 799 (java) S 783 783 28385 0 -1 1077944384 567 0 0 0 1 2 0 0 20 0 15 0 95405993 14320615424 36835 33554432000 4194304 4196468 140720811355520 139902487640624 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
Current children cumulated CPU time: 167.56 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 148724 KiB

[startup+222.301 s]
/proc/loadavg: 1.89 1.87 1.86 3/217 883
/proc/meminfo: memFree=31251360/32770624 swapFree=67108860/67108860
[pid=783] ppid=780 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (xcsp3-exec) S 780 783 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95405987 9740288 346 33554432000 4194304 5098028 140730740027424 140730740025528 140173182210684 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10960896 140730740032628 140730740032832 140730740032832 140730740035563 0
/proc/783/statm: 2378 346 289 221 0 87 0
[pid=785] ppid=783 vsize=13984976 memory=155612 CPUtime=227.61 cores=0,2,4,6
/proc/785/stat : 785 (java) S 783 783 28385 0 -1 1077944320 51002 0 0 0 22750 11 0 0 20 0 15 0 95405987 14320615424 38903 33554432000 4194304 4196468 140720811355520 140720811338064 139903156088567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
/proc/785/statm: 3496244 38903 3216 1 0 3483478 0
[pid=785/tid=786] ppid=783 vsize=13984976 memory=1384 CPUtime=222.25 cores=0,2,4,6
/proc/785/task/786/stat : 786 (java) R 783 783 28385 0 -1 4202560 11024 0 0 0 22221 4 0 0 20 0 15 0 95405987 14320615424 38903 33554432000 4194304 4196468 140720811355520 139903160324592 139902797816246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=787] ppid=783 vsize=13984976 memory=155612 CPUtime=0 cores=0,2,4,6
/proc/785/task/787/stat : 787 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 38903 33554432000 4194304 4196468 140720811355520 139903125802000 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=788] ppid=783 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/785/task/788/stat : 788 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 38903 33554432000 4194304 4196468 140720811355520 139902750432400 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=789] ppid=783 vsize=13984976 memory=155612 CPUtime=0 cores=0,2,4,6
/proc/785/task/789/stat : 789 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 38903 33554432000 4194304 4196468 140720811355520 139902749379344 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=790] ppid=783 vsize=13984976 memory=155612 CPUtime=0 cores=0,2,4,6
/proc/785/task/790/stat : 790 (java) S 783 783 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 38903 33554432000 4194304 4196468 140720811355520 139902748326800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=791] ppid=783 vsize=13984976 memory=155612 CPUtime=0 cores=0,2,4,6
/proc/785/task/791/stat : 791 (java) S 783 783 28385 0 -1 1077944384 520 0 0 0 0 0 0 0 20 0 15 0 95405989 14320615424 38903 33554432000 4194304 4196468 140720811355520 139902496061680 139903156099714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=792] ppid=783 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/785/task/792/stat : 792 (java) S 783 783 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95405990 14320615424 38903 33554432000 4194304 4196468 140720811355520 139902495007904 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=793] ppid=783 vsize=13984976 memory=155612 CPUtime=0 cores=0,2,4,6
/proc/785/task/793/stat : 793 (java) S 783 783 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95405990 14320615424 38903 33554432000 4194304 4196468 140720811355520 139902493954800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=794] ppid=783 vsize=13984976 memory=155612 CPUtime=0 cores=0,2,4,6
/proc/785/task/794/stat : 794 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14320615424 38903 33554432000 4194304 4196468 140720811355520 139902492903376 139903156107163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=795] ppid=783 vsize=13984976 memory=1384 CPUtime=2.77 cores=0,2,4,6
/proc/785/task/795/stat : 795 (java) S 783 783 28385 0 -1 1077944384 20790 0 0 0 276 1 0 0 20 0 15 0 95405992 14320615424 38903 33554432000 4194304 4196468 140720811355520 139902491851504 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=796] ppid=783 vsize=13984976 memory=155612 CPUtime=2.01 cores=0,2,4,6
/proc/785/task/796/stat : 796 (java) S 783 783 28385 0 -1 1077944384 10893 0 0 0 200 1 0 0 20 0 15 0 95405992 14320615424 38903 33554432000 4194304 4196468 140720811355520 139902490798960 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=797] ppid=783 vsize=13984976 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/785/task/797/stat : 797 (java) S 783 783 28385 0 -1 1077944384 5890 0 0 0 47 1 0 0 20 0 15 0 95405992 14320615424 38903 33554432000 4194304 4196468 140720811355520 139902489745904 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=798] ppid=783 vsize=13984976 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/785/task/798/stat : 798 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14320615424 38903 33554432000 4194304 4196468 140720811355520 139902488693600 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=799] ppid=783 vsize=13984976 memory=155612 CPUtime=0.04 cores=0,2,4,6
/proc/785/task/799/stat : 799 (java) S 783 783 28385 0 -1 1077944384 585 0 0 0 2 2 0 0 20 0 15 0 95405993 14320615424 38903 33554432000 4194304 4196468 140720811355520 139902487640624 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
Current children cumulated CPU time: 227.61 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 156996 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.83 1.86 1.86 3/217 883
/proc/meminfo: memFree=31251928/32770624 swapFree=67108860/67108860
[pid=783] ppid=780 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/783/stat : 783 (xcsp3-exec) S 780 783 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95405987 9740288 346 33554432000 4194304 5098028 140730740027424 140730740025528 140173182210684 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10960896 140730740032628 140730740032832 140730740032832 140730740035563 0
/proc/783/statm: 2378 346 289 221 0 87 0
[pid=785] ppid=783 vsize=13984976 memory=157660 CPUtime=245.32 cores=0,2,4,6
/proc/785/stat : 785 (java) S 783 783 28385 0 -1 1077944320 51228 0 0 0 24521 11 0 0 20 0 15 0 95405987 14320615424 39415 33554432000 4194304 4196468 140720811355520 140720811338064 139903156088567 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
/proc/785/statm: 3496244 39415 3216 1 0 3483478 0
[pid=785/tid=786] ppid=783 vsize=13984976 memory=8560 CPUtime=239.96 cores=0,2,4,6
/proc/785/task/786/stat : 786 (java) R 783 783 28385 0 -1 4202560 11230 0 0 0 23992 4 0 0 20 0 15 0 95405987 14320615424 39415 33554432000 4194304 4196468 140720811355520 139903160324592 139902796016559 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=787] ppid=783 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/785/task/787/stat : 787 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 39415 33554432000 4194304 4196468 140720811355520 139903125802000 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=788] ppid=783 vsize=13984976 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/785/task/788/stat : 788 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 39415 33554432000 4194304 4196468 140720811355520 139902750432400 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=789] ppid=783 vsize=13984976 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/785/task/789/stat : 789 (java) S 783 783 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 39415 33554432000 4194304 4196468 140720811355520 139902749379344 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=790] ppid=783 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/785/task/790/stat : 790 (java) S 783 783 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95405988 14320615424 39415 33554432000 4194304 4196468 140720811355520 139902748326800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=791] ppid=783 vsize=13984976 memory=157660 CPUtime=0 cores=0,2,4,6
/proc/785/task/791/stat : 791 (java) S 783 783 28385 0 -1 1077944384 526 0 0 0 0 0 0 0 20 0 15 0 95405989 14320615424 39415 33554432000 4194304 4196468 140720811355520 139902496061680 139903156099714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=792] ppid=783 vsize=13984976 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/785/task/792/stat : 792 (java) S 783 783 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95405990 14320615424 39415 33554432000 4194304 4196468 140720811355520 139902495007904 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=793] ppid=783 vsize=13984976 memory=3100 CPUtime=0 cores=0,2,4,6
/proc/785/task/793/stat : 793 (java) S 783 783 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95405990 14320615424 39415 33554432000 4194304 4196468 140720811355520 139902493954800 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=794] ppid=783 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/785/task/794/stat : 794 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14320615424 39415 33554432000 4194304 4196468 140720811355520 139902492903376 139903156107163 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=795] ppid=783 vsize=13984976 memory=191044 CPUtime=2.77 cores=0,2,4,6
/proc/785/task/795/stat : 795 (java) S 783 783 28385 0 -1 1077944384 20790 0 0 0 276 1 0 0 20 0 15 0 95405992 14320615424 39415 33554432000 4194304 4196468 140720811355520 139902491851504 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=796] ppid=783 vsize=13984976 memory=1384 CPUtime=2.01 cores=0,2,4,6
/proc/785/task/796/stat : 796 (java) S 783 783 28385 0 -1 1077944384 10893 0 0 0 200 1 0 0 20 0 15 0 95405992 14320615424 39415 33554432000 4194304 4196468 140720811355520 139902490798960 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=797] ppid=783 vsize=13984976 memory=17680 CPUtime=0.48 cores=0,2,4,6
/proc/785/task/797/stat : 797 (java) S 783 783 28385 0 -1 1077944384 5890 0 0 0 47 1 0 0 20 0 15 0 95405992 14320615424 39415 33554432000 4194304 4196468 140720811355520 139902489745904 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=798] ppid=783 vsize=13984976 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/785/task/798/stat : 798 (java) S 783 783 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95405992 14320615424 39415 33554432000 4194304 4196468 140720811355520 139902488693600 139903156098773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
[pid=785/tid=799] ppid=783 vsize=13984976 memory=18488 CPUtime=0.05 cores=0,2,4,6
/proc/785/task/799/stat : 799 (java) S 783 783 28385 0 -1 1077944384 599 0 0 0 2 3 0 0 20 0 15 0 95405993 14320615424 39415 33554432000 4194304 4196468 140720811355520 139902487640624 139903156099714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 32800768 140720811361437 140720811361612 140720811361612 140720811364303 0
Current children cumulated CPU time: 245.32 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 159044 KiB

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

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

[startup+240.02 s]
# the end of solver process 785 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=245.228 s, system=0.119938 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.02
CPU time (s): 245.348
CPU user time (s): 245.228
CPU system time (s): 0.119938
CPU usage (%): 102.22
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 159044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.228
system time used= 0.119938
maximum resident set size= 164432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7778
involuntary context switches= 117


# summary of solver processes directly reported to runsolver:
#   pid: 783,785
#   total CPU time (s): 245.348
#   total CPU user time (s): 245.228
#   total CPU system time (s): 0.119938

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34718 second user time and 2.20944 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 13:05:24
IDJOB=4269998
IDBENCH=136037
IDSOLVER=2661
FILE ID=node106/4269998-1502623182
RUNJOBID= node106-1502620090-31365
PBS_JOBID= 20628302
Free space on /tmp= 61764 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft060-06.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-4269998-1502623182/watcher-4269998-1502623182 -o /tmp/evaluation-result-4269998-1502623182/solver-4269998-1502623182 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502620090-31365 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1001189682 HOME/instance-4269998-1502623182.xml

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

MD5SUM BENCH= 765e7641190fc685f39512b7809eb6f8
RANDOM SEED=1001189682

node106.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.86
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.86
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.86
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.86
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:        31419740 kB
MemAvailable:   31829096 kB
Buffers:           99644 kB
Cached:           598160 kB
SwapCached:            0 kB
Active:           545220 kB
Inactive:         366208 kB
Active(anon):     169896 kB
Inactive(anon):    72092 kB
Active(file):     375324 kB
Inactive(file):   294116 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8140 kB
Writeback:             0 kB
AnonPages:        220508 kB
Mapped:            55508 kB
Shmem:             25228 kB
Slab:             136904 kB
SReclaimable:     111500 kB
SUnreclaim:        25404 kB
KernelStack:        3552 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1224424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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= 61756 MiB
End job on node106 at 2017-08-13 13:09:24