Trace number 4406596

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 2019-09-24? (TO) 2400.1 2389.82

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-bench_12_14.xml
MD5SUMb79ed9a63f5f06b259b31d8f3686f277
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark290
Best CPU time to get the best result obtained on this benchmark2400.5
Satisfiable
(Un)Satisfiability was proved
Number of variables12654
Number of constraints466
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":12321},{"size":14,"count":111},{"size":49,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree114
Distribution of variable degrees[{"degree":2,"count":12432},{"degree":3,"count":111},{"degree":112,"count":78},{"degree":113,"count":24},{"degree":114,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":112},{"arity":112,"count":222}]
Number of extensional constraints0
Number of intensional constraints132
Distribution of constraint types[{"type":"intension","count":132},{"type":"sum","count":112},{"type":"element","count":111},{"type":"channel","count":111}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406596-1569404570.xml"  -tl '2400s' -p 1
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4406596-1569404570.xml, -tl, 2400s, -p, 1]
0.14/0.22	c simple solver
0.35/0.28	c parse instance...
3.57/1.24	c solve instance...
2400.06/2389.80	s UNKNOWN
2400.06/2389.80	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 (11858 MiB free)
  memory of node 1: 16384 MiB (14188 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406596-1569404570/watcher-4406596-1569404570 -o /var/tmp/evaluation-result-4406596-1569404570/solver-4406596-1569404570 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1569396631-701 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 734900325 HOME/instance-4406596-1569404570.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=2565, runsolver pid=2562

[startup+0.102603 s]*
/proc/loadavg: 1.96 1.90 1.88 3/229 2581
/proc/meminfo: memFree=26655596/32770624 swapFree=66957880/67108860
[pid=2565] ppid=2562 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2565/stat : 2565 (xcsp3-exec) S 2562 2565 669 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516695642 115843072 364 33554432000 4194304 5098028 140721750259600 140721750257704 140698300949116 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8273920 140721750266711 140721750266969 140721750266969 140721750269894 0
/proc/2565/statm: 28282 364 305 221 0 87 0
[pid=2567] ppid=2565 vsize=15144776 memory=29240 CPUtime=0.14 cores=1,3,5,7
/proc/2567/stat : 2567 (java) S 2565 2565 669 0 -1 1077944320 5680 0 0 0 13 1 0 0 20 0 15 0 516695643 15508250624 7310 33554432000 4194304 4196468 140727695175424 140727695157968 139692133658359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
/proc/2567/statm: 3786194 7310 3213 1 0 3748377 0
[pid=2567/tid=2568] ppid=2565 vsize=15144776 memory=7883960649037381690 CPUtime=0.09 cores=1,3,5,7
/proc/2567/task/2568/stat : 2568 (java) R 2565 2565 669 0 -1 4202560 3560 0 0 0 9 0 0 0 20 0 15 0 516695643 15508250624 7310 33554432000 4194304 4196468 140727695175424 139692137889360 139692125895486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2569] ppid=2565 vsize=15144776 memory=1943324 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2569/stat : 2569 (java) S 2565 2565 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516695644 15508250624 7310 33554432000 4194304 4196468 140727695175424 139692069894416 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2570] ppid=2565 vsize=15144776 memory=288370037810488960 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2570/stat : 2570 (java) S 2565 2565 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516695644 15508250624 7310 33554432000 4194304 4196468 140727695175424 139692068841872 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2571] ppid=2565 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2571/stat : 2571 (java) S 2565 2565 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516695644 15508250624 7310 33554432000 4194304 4196468 140727695175424 139692067789328 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2572] ppid=2565 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2572/stat : 2572 (java) S 2565 2565 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516695644 15508250624 7310 33554432000 4194304 4196468 140727695175424 139691723119248 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2573] ppid=2565 vsize=15144776 memory=139661658777216 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2573/stat : 2573 (java) S 2565 2565 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516695645 15508250624 7310 33554432000 4194304 4196468 140727695175424 139691669522928 139692133669506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2574] ppid=2565 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2574/stat : 2574 (java) S 2565 2565 669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516695646 15508250624 7310 33554432000 4194304 4196468 140727695175424 139691668469152 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2575] ppid=2565 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2575/stat : 2575 (java) S 2565 2565 669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516695646 15508250624 7310 33554432000 4194304 4196468 140727695175424 139691667416560 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2576] ppid=2565 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2576/stat : 2576 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15508250624 7310 33554432000 4194304 4196468 140727695175424 139691666365136 139692133676955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2577] ppid=2565 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2567/task/2577/stat : 2577 (java) R 2565 2565 669 0 -1 4202560 484 0 0 0 1 0 0 0 20 0 15 0 516695648 15508250624 7310 33554432000 4194304 4196468 140727695175424 139691665311728 139692113511888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2578] ppid=2565 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2578/stat : 2578 (java) R 2565 2565 669 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 516695648 15508250624 7310 33554432000 4194304 4196468 140727695175424 139691596703856 139692133669506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2579] ppid=2565 vsize=15144776 memory=139661658777216 CPUtime=0.02 cores=1,3,5,7
/proc/2567/task/2579/stat : 2579 (java) R 2565 2565 669 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 15 0 516695648 15508250624 7310 33554432000 4194304 4196468 140727695175424 139691595648848 139692117738846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2580] ppid=2565 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2580/stat : 2580 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15508250624 7310 33554432000 4194304 4196468 140727695175424 139691594599008 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2581] ppid=2565 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2581/stat : 2581 (java) R 2565 2565 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516695649 15508250624 7310 33554432000 4194304 4196468 140727695175424 139691593546544 139692133669506 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30696 KiB

[startup+0.212403 s]*
/proc/loadavg: 1.96 1.90 1.88 4/229 2581
/proc/meminfo: memFree=26639556/32770624 swapFree=66957880/67108860
[pid=2565] ppid=2562 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2565/stat : 2565 (xcsp3-exec) S 2562 2565 669 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516695642 115843072 364 33554432000 4194304 5098028 140721750259600 140721750257704 140698300949116 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8273920 140721750266711 140721750266969 140721750266969 140721750269894 0
/proc/2565/statm: 28282 364 305 221 0 87 0
[pid=2567] ppid=2565 vsize=15144776 memory=40668 CPUtime=0.35 cores=1,3,5,7
/proc/2567/stat : 2567 (java) S 2565 2565 669 0 -1 1077944320 9455 0 0 0 32 3 0 0 20 0 15 0 516695643 15508250624 10167 33554432000 4194304 4196468 140727695175424 140727695157968 139692133658359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
/proc/2567/statm: 3786194 10167 3276 1 0 3748377 0
[pid=2567/tid=2568] ppid=2565 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/2567/task/2568/stat : 2568 (java) R 2565 2565 669 0 -1 4202560 6567 0 0 0 18 2 0 0 20 0 15 0 516695643 15508250624 10167 33554432000 4194304 4196468 140727695175424 139692137893344 139692133670294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2569] ppid=2565 vsize=15144776 memory=1943324 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2569/stat : 2569 (java) S 2565 2565 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516695644 15508250624 10167 33554432000 4194304 4196468 140727695175424 139692069894416 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2570] ppid=2565 vsize=15144776 memory=288370037810488960 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2570/stat : 2570 (java) S 2565 2565 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516695644 15508250624 10167 33554432000 4194304 4196468 140727695175424 139692068841872 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2571] ppid=2565 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2571/stat : 2571 (java) S 2565 2565 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516695644 15508250624 10167 33554432000 4194304 4196468 140727695175424 139692067789328 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2572] ppid=2565 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2572/stat : 2572 (java) S 2565 2565 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516695644 15508250624 10167 33554432000 4194304 4196468 140727695175424 139691723119248 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2573] ppid=2565 vsize=15144776 memory=139661658777216 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2573/stat : 2573 (java) S 2565 2565 669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516695645 15508250624 10167 33554432000 4194304 4196468 140727695175424 139691669522928 139692133669506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2574] ppid=2565 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2574/stat : 2574 (java) S 2565 2565 669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516695646 15508250624 10167 33554432000 4194304 4196468 140727695175424 139691668469152 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2575] ppid=2565 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2575/stat : 2575 (java) S 2565 2565 669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516695646 15508250624 10167 33554432000 4194304 4196468 140727695175424 139691667416560 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2576] ppid=2565 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2576/stat : 2576 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15508250624 10167 33554432000 4194304 4196468 140727695175424 139691666365136 139692133676955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2577] ppid=2565 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2567/task/2577/stat : 2577 (java) S 2565 2565 669 0 -1 1077944384 592 0 0 0 3 0 0 0 20 0 15 0 516695648 15508250624 10167 33554432000 4194304 4196468 140727695175424 139691665311728 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2578] ppid=2565 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2567/task/2578/stat : 2578 (java) S 2565 2565 669 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 15 0 516695648 15508250624 10167 33554432000 4194304 4196468 140727695175424 139691596703856 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2579] ppid=2565 vsize=15144776 memory=139661658777216 CPUtime=0.08 cores=1,3,5,7
/proc/2567/task/2579/stat : 2579 (java) R 2565 2565 669 0 -1 4202560 788 0 0 0 8 0 0 0 20 0 15 0 516695648 15508250624 10167 33554432000 4194304 4196468 140727695175424 139691595651312 139692133679706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2580] ppid=2565 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2580/stat : 2580 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15508250624 10167 33554432000 4194304 4196468 140727695175424 139691594599008 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2581] ppid=2565 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2581/stat : 2581 (java) S 2565 2565 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516695649 15508250624 10167 33554432000 4194304 4196468 140727695175424 139691593546544 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42124 KiB

[startup+0.316171 s]*
/proc/loadavg: 1.96 1.90 1.88 4/229 2581
/proc/meminfo: memFree=26632040/32770624 swapFree=66957880/67108860
[pid=2565] ppid=2562 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2565/stat : 2565 (xcsp3-exec) S 2562 2565 669 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516695642 115843072 364 33554432000 4194304 5098028 140721750259600 140721750257704 140698300949116 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8273920 140721750266711 140721750266969 140721750266969 140721750269894 0
/proc/2565/statm: 28282 364 305 221 0 87 0
[pid=2567] ppid=2565 vsize=15149032 memory=50444 CPUtime=0.54 cores=1,3,5,7
/proc/2567/stat : 2567 (java) S 2565 2565 669 0 -1 1077944320 10883 0 0 0 50 4 0 0 20 0 15 0 516695643 15512608768 12611 33554432000 4194304 4196468 140727695175424 140727695157968 139692133658359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
/proc/2567/statm: 3787258 12611 3359 1 0 3748377 0
[pid=2567/tid=2568] ppid=2565 vsize=15149032 memory=8112282956445269571 CPUtime=0.31 cores=1,3,5,7
/proc/2567/task/2568/stat : 2568 (java) R 2565 2565 669 0 -1 4202560 7820 0 0 0 28 3 0 0 20 0 15 0 516695643 15512608768 12620 33554432000 4194304 4196468 140727695175424 139692137889472 139692133680285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2569] ppid=2565 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2569/stat : 2569 (java) S 2565 2565 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516695644 15512608768 12620 33554432000 4194304 4196468 140727695175424 139692069894416 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2570] ppid=2565 vsize=15149032 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2570/stat : 2570 (java) S 2565 2565 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516695644 15512608768 12620 33554432000 4194304 4196468 140727695175424 139692068841872 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2571] ppid=2565 vsize=15149032 memory=8546823402028195750 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2571/stat : 2571 (java) S 2565 2565 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516695644 15512608768 12620 33554432000 4194304 4196468 140727695175424 139692067789328 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2572] ppid=2565 vsize=15149032 memory=7752549240514114323 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2572/stat : 2572 (java) S 2565 2565 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516695644 15512608768 12620 33554432000 4194304 4196468 140727695175424 139691723119248 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2573] ppid=2565 vsize=15149032 memory=6944656592452807326 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2573/stat : 2573 (java) S 2565 2565 669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516695645 15512608768 12620 33554432000 4194304 4196468 140727695175424 139691669522928 139692133669506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2574] ppid=2565 vsize=15149032 memory=-3761991693426146123 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2574/stat : 2574 (java) S 2565 2565 669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516695646 15512608768 12620 33554432000 4194304 4196468 140727695175424 139691668469152 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2575] ppid=2565 vsize=15149032 memory=-8412654346720480371 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2575/stat : 2575 (java) S 2565 2565 669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516695646 15512608768 12620 33554432000 4194304 4196468 140727695175424 139691667416560 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2576] ppid=2565 vsize=15149032 memory=-7812800577974661519 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2576/stat : 2576 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15512608768 12620 33554432000 4194304 4196468 140727695175424 139691666365136 139692133676955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2577] ppid=2565 vsize=15149032 memory=1394599183717070480 CPUtime=0.06 cores=1,3,5,7
/proc/2567/task/2577/stat : 2577 (java) S 2565 2565 669 0 -1 1077944384 680 0 0 0 6 0 0 0 20 0 15 0 516695648 15512608768 12620 33554432000 4194304 4196468 140727695175424 139691665311728 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2578] ppid=2565 vsize=15149032 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2567/task/2578/stat : 2578 (java) S 2565 2565 669 0 -1 1077944384 216 0 0 0 2 0 0 0 20 0 15 0 516695648 15512608768 12620 33554432000 4194304 4196468 140727695175424 139691596703856 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2579] ppid=2565 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/2567/task/2579/stat : 2579 (java) S 2565 2565 669 0 -1 1077944384 868 0 0 0 13 0 0 0 20 0 15 0 516695648 15512608768 12620 33554432000 4194304 4196468 140727695175424 139691595651312 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2580] ppid=2565 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2580/stat : 2580 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15512608768 12620 33554432000 4194304 4196468 140727695175424 139691594599008 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2581] ppid=2565 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2581/stat : 2581 (java) S 2565 2565 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516695649 15512608768 12620 33554432000 4194304 4196468 140727695175424 139691593546544 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51900 KiB

[startup+0.702815 s]
/proc/loadavg: 1.96 1.90 1.88 5/229 2581
/proc/meminfo: memFree=26598228/32770624 swapFree=66957880/67108860
[pid=2565] ppid=2562 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2565/stat : 2565 (xcsp3-exec) S 2562 2565 669 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516695642 115843072 364 33554432000 4194304 5098028 140721750259600 140721750257704 140698300949116 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8273920 140721750266711 140721750266969 140721750266969 140721750269894 0
/proc/2565/statm: 28282 364 305 221 0 87 0
[pid=2567] ppid=2565 vsize=15151156 memory=129764 CPUtime=1.86 cores=1,3,5,7
/proc/2567/stat : 2567 (java) S 2565 2565 669 0 -1 1077944320 15037 0 0 0 181 5 0 0 20 0 15 0 516695643 15514783744 32441 33554432000 4194304 4196468 140727695175424 140727695157968 139692133658359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
/proc/2567/statm: 3787789 32441 3450 1 0 3748889 0
[pid=2567/tid=2568] ppid=2565 vsize=15151156 memory=5782692679075529345 CPUtime=0.68 cores=1,3,5,7
/proc/2567/task/2568/stat : 2568 (java) R 2565 2565 669 0 -1 4202560 8593 0 0 0 65 3 0 0 20 0 15 0 516695643 15514783744 32441 33554432000 4194304 4196468 140727695175424 139692137885584 139692117701989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2569] ppid=2565 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2569/stat : 2569 (java) S 2565 2565 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516695644 15514783744 32441 33554432000 4194304 4196468 140727695175424 139692069894416 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2570] ppid=2565 vsize=15151156 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2570/stat : 2570 (java) S 2565 2565 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516695644 15514783744 32441 33554432000 4194304 4196468 140727695175424 139692068841872 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2571] ppid=2565 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2571/stat : 2571 (java) S 2565 2565 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516695644 15514783744 32441 33554432000 4194304 4196468 140727695175424 139692067789328 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2572] ppid=2565 vsize=15151156 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2572/stat : 2572 (java) S 2565 2565 669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516695644 15514783744 32441 33554432000 4194304 4196468 140727695175424 139691723119248 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2573] ppid=2565 vsize=15151156 memory=11632 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2573/stat : 2573 (java) S 2565 2565 669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516695645 15514783744 32441 33554432000 4194304 4196468 140727695175424 139691669522928 139692133669506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2574] ppid=2565 vsize=15151156 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2574/stat : 2574 (java) S 2565 2565 669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516695646 15514783744 32441 33554432000 4194304 4196468 140727695175424 139691668469152 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2575] ppid=2565 vsize=15151156 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2575/stat : 2575 (java) S 2565 2565 669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516695646 15514783744 32441 33554432000 4194304 4196468 140727695175424 139691667416560 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2576] ppid=2565 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2576/stat : 2576 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15514783744 32441 33554432000 4194304 4196468 140727695175424 139691666365136 139692133676955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2577] ppid=2565 vsize=15151156 memory=780 CPUtime=0.42 cores=1,3,5,7
/proc/2567/task/2577/stat : 2577 (java) R 2565 2565 669 0 -1 4202560 1982 0 0 0 42 0 0 0 20 0 15 0 516695648 15514783744 32441 33554432000 4194304 4196468 140727695175424 139691665290144 139692118760015 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2578] ppid=2565 vsize=15151156 memory=6168 CPUtime=0.37 cores=1,3,5,7
/proc/2567/task/2578/stat : 2578 (java) R 2565 2565 669 0 -1 4202560 1143 0 0 0 37 0 0 0 20 0 15 0 516695648 15514783744 32441 33554432000 4194304 4196468 140727695175424 139691596685728 139692113375495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2579] ppid=2565 vsize=15151156 memory=624 CPUtime=0.35 cores=1,3,5,7
/proc/2567/task/2579/stat : 2579 (java) R 2565 2565 669 0 -1 1077944384 2010 0 0 0 35 0 0 0 20 0 15 0 516695648 15514783744 32441 33554432000 4194304 4196468 140727695175424 139691595651312 139692133669506 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2580] ppid=2565 vsize=15151156 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2580/stat : 2580 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15514783744 32441 33554432000 4194304 4196468 140727695175424 139691594599008 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2581] ppid=2565 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2581/stat : 2581 (java) S 2565 2565 669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516695649 15514783744 32441 33554432000 4194304 4196468 140727695175424 139691593546544 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 131220 KiB

[startup+1.50087 s]
/proc/loadavg: 1.96 1.90 1.88 5/229 2581
/proc/meminfo: memFree=26475732/32770624 swapFree=66957880/67108860
[pid=2565] ppid=2562 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2565/stat : 2565 (xcsp3-exec) S 2562 2565 669 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516695642 115843072 364 33554432000 4194304 5098028 140721750259600 140721750257704 140698300949116 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8273920 140721750266711 140721750266969 140721750266969 140721750269894 0
/proc/2565/statm: 28282 364 305 221 0 87 0

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

/proc/2567/task/2575/stat : 2575 (java) S 2565 2565 669 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 516695646 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691667416576 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2576] ppid=2565 vsize=15153204 memory=2268584 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2576/stat : 2576 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691666365136 139692133676955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2577] ppid=2565 vsize=15153204 memory=1456 CPUtime=3.57 cores=1,3,5,7
/proc/2567/task/2577/stat : 2577 (java) S 2565 2565 669 0 -1 1077944384 22319 0 0 0 355 2 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691665311728 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2578] ppid=2565 vsize=15153204 memory=1456 CPUtime=3.95 cores=1,3,5,7
/proc/2567/task/2578/stat : 2578 (java) S 2565 2565 669 0 -1 1077944384 21023 0 0 0 392 3 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691596703856 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2579] ppid=2565 vsize=15153204 memory=2268584 CPUtime=0.91 cores=1,3,5,7
/proc/2567/task/2579/stat : 2579 (java) S 2565 2565 669 0 -1 1077944384 9897 0 0 0 88 3 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691595651312 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2580] ppid=2565 vsize=15153204 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2580/stat : 2580 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691594599008 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2581] ppid=2565 vsize=15153204 memory=2268584 CPUtime=1.35 cores=1,3,5,7
/proc/2567/task/2581/stat : 2581 (java) S 2565 2565 669 0 -1 1077944384 2385 0 0 0 56 79 0 0 20 0 15 0 516695649 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691593546544 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
Current children cumulated CPU time: 2272.49 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2270040 KiB

[startup+2322.3 s]
/proc/loadavg: 1.87 2.00 2.02 2/208 2884
/proc/meminfo: memFree=25271968/32770624 swapFree=66957888/67108860
[pid=2565] ppid=2562 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2565/stat : 2565 (xcsp3-exec) S 2562 2565 669 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516695642 115843072 364 33554432000 4194304 5098028 140721750259600 140721750257704 140698300949116 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8273920 140721750266711 140721750266969 140721750266969 140721750269894 0
/proc/2565/statm: 28282 364 305 221 0 87 0
[pid=2567] ppid=2565 vsize=15153204 memory=2268584 CPUtime=2332.52 cores=1,3,5,7
/proc/2567/stat : 2567 (java) S 2565 2565 669 0 -1 1077944320 117837 0 0 0 233110 142 0 0 20 0 15 0 516695643 15516880896 567146 33554432000 4194304 4196468 140727695175424 140727695157968 139692133658359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
/proc/2567/statm: 3788301 567146 3515 1 0 3749401 0
[pid=2567/tid=2568] ppid=2565 vsize=15153204 memory=1456 CPUtime=2321.81 cores=1,3,5,7
/proc/2567/task/2568/stat : 2568 (java) R 2565 2565 669 0 -1 4202560 54325 0 0 0 232141 40 0 0 20 0 15 0 516695643 15516880896 567146 33554432000 4194304 4196468 140727695175424 139692137896808 139691748842812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2569] ppid=2565 vsize=15153204 memory=2268584 CPUtime=0.16 cores=1,3,5,7
/proc/2567/task/2569/stat : 2569 (java) S 2565 2565 669 0 -1 1077944384 368 0 0 0 11 5 0 0 20 0 15 0 516695644 15516880896 567146 33554432000 4194304 4196468 140727695175424 139692069894416 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2570] ppid=2565 vsize=15153204 memory=1456 CPUtime=0.19 cores=1,3,5,7
/proc/2567/task/2570/stat : 2570 (java) S 2565 2565 669 0 -1 1077944384 724 0 0 0 13 6 0 0 20 0 15 0 516695644 15516880896 567146 33554432000 4194304 4196468 140727695175424 139692068841872 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2571] ppid=2565 vsize=15153204 memory=2268584 CPUtime=0.19 cores=1,3,5,7
/proc/2567/task/2571/stat : 2571 (java) S 2565 2565 669 0 -1 1077944384 1227 0 0 0 13 6 0 0 20 0 15 0 516695644 15516880896 567146 33554432000 4194304 4196468 140727695175424 139692067789328 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2572] ppid=2565 vsize=15153204 memory=2268584 CPUtime=0.19 cores=1,3,5,7
/proc/2567/task/2572/stat : 2572 (java) S 2565 2565 669 0 -1 1077944384 932 0 0 0 13 6 0 0 20 0 15 0 516695644 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691723119248 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2573] ppid=2565 vsize=15153204 memory=1456 CPUtime=0.08 cores=1,3,5,7
/proc/2567/task/2573/stat : 2573 (java) S 2565 2565 669 0 -1 1077944384 3226 0 0 0 4 4 0 0 20 0 15 0 516695645 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691669522928 139692133669506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2574] ppid=2565 vsize=15153204 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2574/stat : 2574 (java) S 2565 2565 669 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 516695646 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691668469216 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2575] ppid=2565 vsize=15153204 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2575/stat : 2575 (java) S 2565 2565 669 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 516695646 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691667416576 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2576] ppid=2565 vsize=15153204 memory=808 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2576/stat : 2576 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691666365136 139692133676955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2577] ppid=2565 vsize=15153204 memory=2268584 CPUtime=3.57 cores=1,3,5,7
/proc/2567/task/2577/stat : 2577 (java) S 2565 2565 669 0 -1 1077944384 22324 0 0 0 355 2 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691665311728 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2578] ppid=2565 vsize=15153204 memory=1456 CPUtime=3.95 cores=1,3,5,7
/proc/2567/task/2578/stat : 2578 (java) S 2565 2565 669 0 -1 1077944384 21034 0 0 0 392 3 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691596703856 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2579] ppid=2565 vsize=15153204 memory=1456 CPUtime=0.91 cores=1,3,5,7
/proc/2567/task/2579/stat : 2579 (java) S 2565 2565 669 0 -1 1077944384 9907 0 0 0 88 3 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691595651312 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2580] ppid=2565 vsize=15153204 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2580/stat : 2580 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691594599008 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2581] ppid=2565 vsize=15153204 memory=2268584 CPUtime=1.39 cores=1,3,5,7
/proc/2567/task/2581/stat : 2581 (java) S 2565 2565 669 0 -1 1077944384 2424 0 0 0 58 81 0 0 20 0 15 0 516695649 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691593546544 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
Current children cumulated CPU time: 2332.52 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2270040 KiB

[startup+2382.3 s]
/proc/loadavg: 1.32 1.81 1.96 2/208 2890
/proc/meminfo: memFree=25271948/32770624 swapFree=66957888/67108860
[pid=2565] ppid=2562 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2565/stat : 2565 (xcsp3-exec) S 2562 2565 669 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516695642 115843072 364 33554432000 4194304 5098028 140721750259600 140721750257704 140698300949116 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8273920 140721750266711 140721750266969 140721750266969 140721750269894 0
/proc/2565/statm: 28282 364 305 221 0 87 0
[pid=2567] ppid=2565 vsize=15153204 memory=2268584 CPUtime=2392.56 cores=1,3,5,7
/proc/2567/stat : 2567 (java) S 2565 2565 669 0 -1 1077944320 118947 0 0 0 239112 144 0 0 20 0 15 0 516695643 15516880896 567146 33554432000 4194304 4196468 140727695175424 140727695157968 139692133658359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
/proc/2567/statm: 3788301 567146 3515 1 0 3749401 0
[pid=2567/tid=2568] ppid=2565 vsize=15153204 memory=2268584 CPUtime=2381.81 cores=1,3,5,7
/proc/2567/task/2568/stat : 2568 (java) R 2565 2565 669 0 -1 4202560 55324 0 0 0 238141 40 0 0 20 0 15 0 516695643 15516880896 567146 33554432000 4194304 4196468 140727695175424 139692137896808 139691756834784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2569] ppid=2565 vsize=15153204 memory=2268584 CPUtime=0.16 cores=1,3,5,7
/proc/2567/task/2569/stat : 2569 (java) S 2565 2565 669 0 -1 1077944384 368 0 0 0 11 5 0 0 20 0 15 0 516695644 15516880896 567146 33554432000 4194304 4196468 140727695175424 139692069894416 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2570] ppid=2565 vsize=15153204 memory=2268584 CPUtime=0.19 cores=1,3,5,7
/proc/2567/task/2570/stat : 2570 (java) S 2565 2565 669 0 -1 1077944384 724 0 0 0 13 6 0 0 20 0 15 0 516695644 15516880896 567146 33554432000 4194304 4196468 140727695175424 139692068841872 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2571] ppid=2565 vsize=15153204 memory=2268584 CPUtime=0.19 cores=1,3,5,7
/proc/2567/task/2571/stat : 2571 (java) S 2565 2565 669 0 -1 1077944384 1227 0 0 0 13 6 0 0 20 0 15 0 516695644 15516880896 567146 33554432000 4194304 4196468 140727695175424 139692067789328 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2572] ppid=2565 vsize=15153204 memory=2268584 CPUtime=0.19 cores=1,3,5,7
/proc/2567/task/2572/stat : 2572 (java) S 2565 2565 669 0 -1 1077944384 932 0 0 0 13 6 0 0 20 0 15 0 516695644 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691723119248 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2573] ppid=2565 vsize=15153204 memory=2268584 CPUtime=0.08 cores=1,3,5,7
/proc/2567/task/2573/stat : 2573 (java) S 2565 2565 669 0 -1 1077944384 3244 0 0 0 4 4 0 0 20 0 15 0 516695645 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691669522928 139692133669506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2574] ppid=2565 vsize=15153204 memory=2268584 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2574/stat : 2574 (java) S 2565 2565 669 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 516695646 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691668469216 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2575] ppid=2565 vsize=15153204 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2575/stat : 2575 (java) S 2565 2565 669 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 516695646 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691667416576 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2576] ppid=2565 vsize=15153204 memory=577 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2576/stat : 2576 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691666365136 139692133676955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2577] ppid=2565 vsize=15153204 memory=1456 CPUtime=3.57 cores=1,3,5,7
/proc/2567/task/2577/stat : 2577 (java) S 2565 2565 669 0 -1 1077944384 22329 0 0 0 355 2 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691665311728 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2578] ppid=2565 vsize=15153204 memory=1456 CPUtime=3.95 cores=1,3,5,7
/proc/2567/task/2578/stat : 2578 (java) S 2565 2565 669 0 -1 1077944384 21044 0 0 0 392 3 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691596703856 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2579] ppid=2565 vsize=15153204 memory=3636 CPUtime=0.91 cores=1,3,5,7
/proc/2567/task/2579/stat : 2579 (java) S 2565 2565 669 0 -1 1077944384 9921 0 0 0 88 3 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691595651312 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2580] ppid=2565 vsize=15153204 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2580/stat : 2580 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691594599008 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2581] ppid=2565 vsize=15153204 memory=3620 CPUtime=1.43 cores=1,3,5,7
/proc/2567/task/2581/stat : 2581 (java) S 2565 2565 669 0 -1 1077944384 2488 0 0 0 60 83 0 0 20 0 15 0 516695649 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691593546544 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
Current children cumulated CPU time: 2392.56 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2270040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2389.8 s]
/proc/loadavg: 1.27 1.79 1.95 2/208 2891
/proc/meminfo: memFree=25272044/32770624 swapFree=66957888/67108860
[pid=2565] ppid=2562 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2565/stat : 2565 (xcsp3-exec) S 2562 2565 669 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516695642 115843072 364 33554432000 4194304 5098028 140721750259600 140721750257704 140698300949116 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8273920 140721750266711 140721750266969 140721750266969 140721750269894 0
/proc/2565/statm: 28282 364 305 221 0 87 0
[pid=2567] ppid=2565 vsize=15153204 memory=2268584 CPUtime=2400.06 cores=1,3,5,7
/proc/2567/stat : 2567 (java) S 2565 2565 669 0 -1 1077944320 119051 0 0 0 239862 144 0 0 20 0 15 0 516695643 15516880896 567146 33554432000 4194304 4196468 140727695175424 140727695157968 139692133658359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
/proc/2567/statm: 3788301 567146 3515 1 0 3749401 0
[pid=2567/tid=2568] ppid=2565 vsize=15153204 memory=624 CPUtime=2389.31 cores=1,3,5,7
/proc/2567/task/2568/stat : 2568 (java) R 2565 2565 669 0 -1 4202560 55424 0 0 0 238891 40 0 0 20 0 15 0 516695643 15516880896 567146 33554432000 4194304 4196468 140727695175424 139692137896808 139691756834784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2569] ppid=2565 vsize=15153204 memory=3636 CPUtime=0.16 cores=1,3,5,7
/proc/2567/task/2569/stat : 2569 (java) S 2565 2565 669 0 -1 1077944384 368 0 0 0 11 5 0 0 20 0 15 0 516695644 15516880896 567146 33554432000 4194304 4196468 140727695175424 139692069894416 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2570] ppid=2565 vsize=15153204 memory=2832 CPUtime=0.19 cores=1,3,5,7
/proc/2567/task/2570/stat : 2570 (java) S 2565 2565 669 0 -1 1077944384 724 0 0 0 13 6 0 0 20 0 15 0 516695644 15516880896 567146 33554432000 4194304 4196468 140727695175424 139692068841872 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2571] ppid=2565 vsize=15153204 memory=14012 CPUtime=0.19 cores=1,3,5,7
/proc/2567/task/2571/stat : 2571 (java) S 2565 2565 669 0 -1 1077944384 1227 0 0 0 13 6 0 0 20 0 15 0 516695644 15516880896 567146 33554432000 4194304 4196468 140727695175424 139692067789328 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2572] ppid=2565 vsize=15153204 memory=1808 CPUtime=0.19 cores=1,3,5,7
/proc/2567/task/2572/stat : 2572 (java) S 2565 2565 669 0 -1 1077944384 932 0 0 0 13 6 0 0 20 0 15 0 516695644 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691723119248 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2573] ppid=2565 vsize=15153204 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/2567/task/2573/stat : 2573 (java) S 2565 2565 669 0 -1 1077944384 3244 0 0 0 4 4 0 0 20 0 15 0 516695645 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691669522928 139692133669506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2574] ppid=2565 vsize=15153204 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2574/stat : 2574 (java) S 2565 2565 669 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 516695646 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691668469216 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2575] ppid=2565 vsize=15153204 memory=301741382048153914 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2575/stat : 2575 (java) S 2565 2565 669 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 516695646 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691667416576 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2576] ppid=2565 vsize=15153204 memory=13563786715989350 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2576/stat : 2576 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691666365136 139692133676955 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2577] ppid=2565 vsize=15153204 memory=291045358738450217 CPUtime=3.57 cores=1,3,5,7
/proc/2567/task/2577/stat : 2577 (java) S 2565 2565 669 0 -1 1077944384 22329 0 0 0 355 2 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691665311728 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2578] ppid=2565 vsize=15153204 memory=14127849086557577 CPUtime=3.95 cores=1,3,5,7
/proc/2567/task/2578/stat : 2578 (java) S 2565 2565 669 0 -1 1077944384 21044 0 0 0 392 3 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691596703856 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2579] ppid=2565 vsize=15153204 memory=301741373374332954 CPUtime=0.91 cores=1,3,5,7
/proc/2567/task/2579/stat : 2579 (java) S 2565 2565 669 0 -1 1077944384 9921 0 0 0 88 3 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691595651312 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2580] ppid=2565 vsize=15153204 memory=304556131815260474 CPUtime=0 cores=1,3,5,7
/proc/2567/task/2580/stat : 2580 (java) S 2565 2565 669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516695648 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691594599008 139692133668565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
[pid=2567/tid=2581] ppid=2565 vsize=15153204 memory=13563786715989350 CPUtime=1.43 cores=1,3,5,7
/proc/2567/task/2581/stat : 2581 (java) S 2565 2565 669 0 -1 1077944384 2492 0 0 0 60 83 0 0 20 0 15 0 516695649 15516880896 567146 33554432000 4194304 4196468 140727695175424 139691593546544 139692133669506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34381824 140727695180763 140727695180938 140727695180938 140727695183823 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2270040 KiB

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

[startup+2389.82 s]
# the end of solver process 2565 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002322 s, system=0 s

[startup+2389.82 s]
# the end of solver process 2567 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.64 s, system=1.46511 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): 2389.82
CPU time (s): 2400.1
CPU user time (s): 2398.64
CPU system time (s): 1.46511
CPU usage (%): 100.43
Max. virtual memory (cumulated for all children) (KiB): 15266332
Max. memory (cumulated for all children) (KiB): 2270040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.64
system time used= 1.46511
maximum resident set size= 2269496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120573
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55036
involuntary context switches= 2330


# summary of solver processes directly reported to runsolver:
#   pid: 2565,2567
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2398.64
#   total CPU system time (s): 1.46511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5666 second user time and 26.4524 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-25 11:42:12
IDJOB=4406596
IDBENCH=139629
IDSOLVER=2870
FILE ID=node149/4406596-1569404570
RUNJOBID= node149-1569396631-701
PBS_JOBID= 21705676
Free space on /var/tmp= 13456 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SteelMillSlab/SteelMillSlab-bench_12_14.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406596-1569404570/watcher-4406596-1569404570 -o /var/tmp/evaluation-result-4406596-1569404570/solver-4406596-1569404570 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1569396631-701 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 734900325 HOME/instance-4406596-1569404570.xml

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

MD5SUM BENCH= b79ed9a63f5f06b259b31d8f3686f277
RANDOM SEED=734900325

node149.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.81
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.81
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.81
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.81
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:        26671296 kB
MemAvailable:   30969656 kB
Buffers:          142212 kB
Cached:          4244984 kB
SwapCached:        42448 kB
Active:          3901400 kB
Inactive:        1369316 kB
Active(anon):     840656 kB
Inactive(anon):    96508 kB
Active(file):    3060744 kB
Inactive(file):  1272808 kB
Unevictable:      107544 kB
Mlocked:          107544 kB
SwapTotal:      67108860 kB
SwapFree:       66957880 kB
Dirty:             26112 kB
Writeback:             0 kB
AnonPages:        962284 kB
Mapped:            71360 kB
Shmem:             45024 kB
Slab:             422436 kB
SReclaimable:     393268 kB
SUnreclaim:        29168 kB
KernelStack:        4000 kB
PageTables:         7248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2439732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    849920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node149 at 2019-09-25 12:22:02