Trace number 4403914

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-20? (TO) 2520.65 633.889

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t10-4.xml
MD5SUM9ef9cfbbe168b3e655de6bd1a7d8b0b4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark867
Best CPU time to get the best result obtained on this benchmark2520.15
Satisfiable
(Un)Satisfiability was proved
Number of variables20580
Number of constraints1002
Number of domains21
Minimum domain size2
Maximum domain size181
Distribution of domain sizes[{"size":2,"count":980},{"size":8,"count":980},{"size":11,"count":980},{"size":23,"count":980},{"size":51,"count":980},{"size":54,"count":980},{"size":64,"count":980},{"size":71,"count":980},{"size":83,"count":980},{"size":92,"count":980},{"size":97,"count":980},{"size":103,"count":980},{"size":115,"count":980},{"size":121,"count":980},{"size":139,"count":980},{"size":147,"count":980},{"size":154,"count":980},{"size":160,"count":980},{"size":166,"count":980},{"size":180,"count":980},{"size":181,"count":980}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":20580}]
Minimum constraint arity21
Maximum constraint arity19600
Distribution of constraint arities[{"arity":21,"count":980},{"arity":980,"count":21},{"arity":19600,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1000}]
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-4403914-1568989775.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403914-1568989775.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
4.42/1.52	c solve instance...
2520.31/633.86	s UNKNOWN
2520.31/633.86	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 (3849 MiB free)
  memory of node 1: 16384 MiB (466 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403914-1568989775/watcher-4403914-1568989775 -o /var/tmp/evaluation-result-4403914-1568989775/solver-4403914-1568989775 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1915 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1609037547 HOME/instance-4403914-1568989775.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=4148, runsolver pid=4145
Current StackSize limit: 8192 KiB


[startup+0.100084 s]*
/proc/loadavg: 8.63 8.57 8.07 7/232 4164
/proc/meminfo: memFree=4403324/32770624 swapFree=66952580/67108860
[pid=4148] ppid=4145 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4148/stat : 4148 (xcsp3-exec) S 4145 4148 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475233072 115843072 364 33554432000 4194304 5098028 140736754268080 140736754266184 140297007125116 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35102720 140736754275158 140736754275417 140736754275417 140736754278342 0
/proc/4148/statm: 28282 364 305 221 0 87 0
[pid=4150] ppid=4148 vsize=15144776 memory=28448 CPUtime=0.12 cores=0,2,4,6
/proc/4150/stat : 4150 (java) S 4148 4148 1883 0 -1 1077944320 5601 0 0 0 11 1 0 0 20 0 15 0 475233072 15508250624 7112 33554432000 4194304 4196468 140731440776880 140731440759424 140273316265719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
/proc/4150/statm: 3786194 7112 3121 1 0 3748377 0
[pid=4150/tid=4151] ppid=4148 vsize=15144776 memory=-2698087569006908830 CPUtime=0.08 cores=0,2,4,6
/proc/4150/task/4151/stat : 4151 (java) R 4148 4148 1883 0 -1 4202560 3542 0 0 0 8 0 0 0 20 0 15 0 475233073 15508250624 7243 33554432000 4194304 4196468 140731440776880 140273320493488 140273300346206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4152] ppid=4148 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4152/stat : 4152 (java) S 4148 4148 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475233073 15508250624 7243 33554432000 4194304 4196468 140731440776880 140273244305808 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4153] ppid=4148 vsize=15144776 memory=140686228354688 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4153/stat : 4153 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233073 15508250624 7243 33554432000 4194304 4196468 140731440776880 140273243253008 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4154] ppid=4148 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4154/stat : 4154 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233073 15508250624 7243 33554432000 4194304 4196468 140731440776880 140273242200720 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4155] ppid=4148 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4155/stat : 4155 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233073 15508250624 7243 33554432000 4194304 4196468 140731440776880 140273241147920 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4156] ppid=4148 vsize=15144776 memory=140686228354688 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4156/stat : 4156 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233075 15508250624 7243 33554432000 4194304 4196468 140731440776880 140272784271984 140273316276866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4157] ppid=4148 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4157/stat : 4157 (java) S 4148 4148 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475233075 15508250624 7243 33554432000 4194304 4196468 140731440776880 140272783217952 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4158] ppid=4148 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4158/stat : 4158 (java) S 4148 4148 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475233075 15508250624 7243 33554432000 4194304 4196468 140731440776880 140272782165616 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4159] ppid=4148 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4159/stat : 4159 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475233078 15508250624 7243 33554432000 4194304 4196468 140731440776880 140272781113936 140273316284315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4160] ppid=4148 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4160/stat : 4160 (java) R 4148 4148 1883 0 -1 4202560 352 0 0 0 0 0 0 0 20 0 15 0 475233078 15508250624 7243 33554432000 4194304 4196468 140731440776880 140272780060784 140273294098576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4161] ppid=4148 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4161/stat : 4161 (java) R 4148 4148 1883 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 475233078 15508250624 7243 33554432000 4194304 4196468 140731440776880 140272779007984 140273316276866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4162] ppid=4148 vsize=15144776 memory=140686228354688 CPUtime=0.02 cores=0,2,4,6
/proc/4150/task/4162/stat : 4162 (java) R 4148 4148 1883 0 -1 4202560 345 0 0 0 2 0 0 0 20 0 15 0 475233078 15508250624 7243 33554432000 4194304 4196468 140731440776880 140272777955696 140273300346206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4163] ppid=4148 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4163/stat : 4163 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475233078 15508250624 7243 33554432000 4194304 4196468 140731440776880 140272776903136 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4164] ppid=4148 vsize=15144776 memory=140686228354688 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4164/stat : 4164 (java) S 4148 4148 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475233078 15508250624 7243 33554432000 4194304 4196468 140731440776880 140272775850928 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 29904 KiB

[startup+0.210831 s]*
/proc/loadavg: 8.63 8.57 8.07 7/232 4164
/proc/meminfo: memFree=4390868/32770624 swapFree=66952580/67108860
[pid=4148] ppid=4145 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4148/stat : 4148 (xcsp3-exec) S 4145 4148 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475233072 115843072 364 33554432000 4194304 5098028 140736754268080 140736754266184 140297007125116 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35102720 140736754275158 140736754275417 140736754275417 140736754278342 0
/proc/4148/statm: 28282 364 305 221 0 87 0
[pid=4150] ppid=4148 vsize=15144776 memory=40980 CPUtime=0.34 cores=0,2,4,6
/proc/4150/stat : 4150 (java) S 4148 4148 1883 0 -1 1077944320 9442 0 0 0 32 2 0 0 20 0 15 0 475233072 15508250624 10245 33554432000 4194304 4196468 140731440776880 140731440759424 140273316265719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
/proc/4150/statm: 3786194 10245 3311 1 0 3748377 0
[pid=4150/tid=4151] ppid=4148 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/4150/task/4151/stat : 4151 (java) R 4148 4148 1883 0 -1 4202560 6563 0 0 0 19 1 0 0 20 0 15 0 475233073 15508250624 10245 33554432000 4194304 4196468 140731440776880 140273320502480 140273316277654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4152] ppid=4148 vsize=15144776 memory=10592 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4152/stat : 4152 (java) S 4148 4148 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475233073 15508250624 10245 33554432000 4194304 4196468 140731440776880 140273244305808 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4153] ppid=4148 vsize=15144776 memory=140686228374360 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4153/stat : 4153 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233073 15508250624 10245 33554432000 4194304 4196468 140731440776880 140273243253008 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4154] ppid=4148 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4154/stat : 4154 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233073 15508250624 10245 33554432000 4194304 4196468 140731440776880 140273242200720 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4155] ppid=4148 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4155/stat : 4155 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233073 15508250624 10245 33554432000 4194304 4196468 140731440776880 140273241147920 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4156] ppid=4148 vsize=15144776 memory=140686228354688 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4156/stat : 4156 (java) S 4148 4148 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475233075 15508250624 10245 33554432000 4194304 4196468 140731440776880 140272784271984 140273316276866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4157] ppid=4148 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4157/stat : 4157 (java) S 4148 4148 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475233075 15508250624 10245 33554432000 4194304 4196468 140731440776880 140272783217952 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4158] ppid=4148 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4158/stat : 4158 (java) S 4148 4148 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475233075 15508250624 10245 33554432000 4194304 4196468 140731440776880 140272782165616 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4159] ppid=4148 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4159/stat : 4159 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475233078 15508250624 10245 33554432000 4194304 4196468 140731440776880 140272781113936 140273316284315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4160] ppid=4148 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4150/task/4160/stat : 4160 (java) S 4148 4148 1883 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 475233078 15508250624 10245 33554432000 4194304 4196468 140731440776880 140272780060784 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4161] ppid=4148 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/4150/task/4161/stat : 4161 (java) S 4148 4148 1883 0 -1 1077944384 343 0 0 0 1 0 0 0 20 0 15 0 475233078 15508250624 10245 33554432000 4194304 4196468 140731440776880 140272779007984 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4162] ppid=4148 vsize=15144776 memory=140686228354688 CPUtime=0.08 cores=0,2,4,6
/proc/4150/task/4162/stat : 4162 (java) R 4148 4148 1883 0 -1 4202560 798 0 0 0 8 0 0 0 20 0 15 0 475233078 15508250624 10245 33554432000 4194304 4196468 140731440776880 140272777955696 140273316287066 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4163] ppid=4148 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4163/stat : 4163 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475233078 15508250624 10245 33554432000 4194304 4196468 140731440776880 140272776903136 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4164] ppid=4148 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4164/stat : 4164 (java) S 4148 4148 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475233078 15508250624 10245 33554432000 4194304 4196468 140731440776880 140272775850928 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42436 KiB

[startup+0.310761 s]*
/proc/loadavg: 8.63 8.57 8.07 7/232 4164
/proc/meminfo: memFree=4383832/32770624 swapFree=66952580/67108860
[pid=4148] ppid=4145 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4148/stat : 4148 (xcsp3-exec) S 4145 4148 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475233072 115843072 364 33554432000 4194304 5098028 140736754268080 140736754266184 140297007125116 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35102720 140736754275158 140736754275417 140736754275417 140736754278342 0
/proc/4148/statm: 28282 364 305 221 0 87 0
[pid=4150] ppid=4148 vsize=15149032 memory=49700 CPUtime=0.52 cores=0,2,4,6
/proc/4150/stat : 4150 (java) S 4148 4148 1883 0 -1 1077944320 10731 0 0 0 49 3 0 0 20 0 15 0 475233072 15512608768 12425 33554432000 4194304 4196468 140731440776880 140731440759424 140273316265719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
/proc/4150/statm: 3787258 12425 3364 1 0 3748377 0
[pid=4150/tid=4151] ppid=4148 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/4150/task/4151/stat : 4151 (java) R 4148 4148 1883 0 -1 4202560 7696 0 0 0 28 2 0 0 20 0 15 0 475233073 15512608768 12453 33554432000 4194304 4196468 140731440776880 140273320496832 140273300346206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4152] ppid=4148 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4152/stat : 4152 (java) S 4148 4148 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475233073 15512608768 12453 33554432000 4194304 4196468 140731440776880 140273244305808 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4153] ppid=4148 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4153/stat : 4153 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233073 15512608768 12453 33554432000 4194304 4196468 140731440776880 140273243253008 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4154] ppid=4148 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4154/stat : 4154 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233073 15512608768 12453 33554432000 4194304 4196468 140731440776880 140273242200720 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4155] ppid=4148 vsize=15149032 memory=8547712850019655617 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4155/stat : 4155 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233073 15512608768 12453 33554432000 4194304 4196468 140731440776880 140273241147920 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4156] ppid=4148 vsize=15149032 memory=7089056485457618024 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4156/stat : 4156 (java) S 4148 4148 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475233075 15512608768 12453 33554432000 4194304 4196468 140731440776880 140272784271984 140273316276866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4157] ppid=4148 vsize=15149032 memory=4209357772117481859 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4157/stat : 4157 (java) S 4148 4148 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475233075 15512608768 12453 33554432000 4194304 4196468 140731440776880 140272783217952 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4158] ppid=4148 vsize=15149032 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4158/stat : 4158 (java) S 4148 4148 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475233075 15512608768 12453 33554432000 4194304 4196468 140731440776880 140272782165616 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4159] ppid=4148 vsize=15149032 memory=-8412652169205224307 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4159/stat : 4159 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475233078 15512608768 12453 33554432000 4194304 4196468 140731440776880 140272781113936 140273316284315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4160] ppid=4148 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=0,2,4,6
/proc/4150/task/4160/stat : 4160 (java) S 4148 4148 1883 0 -1 1077944384 474 0 0 0 4 0 0 0 20 0 15 0 475233078 15512608768 12453 33554432000 4194304 4196468 140731440776880 140272780060784 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4161] ppid=4148 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/4150/task/4161/stat : 4161 (java) S 4148 4148 1883 0 -1 1077944384 348 0 0 0 3 0 0 0 20 0 15 0 475233078 15512608768 12453 33554432000 4194304 4196468 140731440776880 140272779007984 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4162] ppid=4148 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/4150/task/4162/stat : 4162 (java) S 4148 4148 1883 0 -1 1077944384 918 0 0 0 13 0 0 0 20 0 15 0 475233078 15512608768 12453 33554432000 4194304 4196468 140731440776880 140272777955696 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4163] ppid=4148 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4163/stat : 4163 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475233078 15512608768 12453 33554432000 4194304 4196468 140731440776880 140272776903136 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4164] ppid=4148 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4164/stat : 4164 (java) S 4148 4148 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475233078 15512608768 12453 33554432000 4194304 4196468 140731440776880 140272775850928 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51156 KiB

[startup+0.705189 s]
/proc/loadavg: 8.63 8.57 8.07 8/232 4164
/proc/meminfo: memFree=4354704/32770624 swapFree=66952580/67108860
[pid=4148] ppid=4145 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4148/stat : 4148 (xcsp3-exec) S 4145 4148 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475233072 115843072 364 33554432000 4194304 5098028 140736754268080 140736754266184 140297007125116 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35102720 140736754275158 140736754275417 140736754275417 140736754278342 0
/proc/4148/statm: 28282 364 305 221 0 87 0
[pid=4150] ppid=4148 vsize=15151156 memory=121064 CPUtime=1.79 cores=0,2,4,6
/proc/4150/stat : 4150 (java) S 4148 4148 1883 0 -1 1077944320 15568 0 0 0 173 6 0 0 20 0 15 0 475233072 15514783744 30266 33554432000 4194304 4196468 140731440776880 140731440759424 140273316265719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
/proc/4150/statm: 3788045 30266 3451 1 0 3749145 0
[pid=4150/tid=4151] ppid=4148 vsize=15152180 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/4150/task/4151/stat : 4151 (java) R 4148 4148 1883 0 -1 4202560 8926 0 0 0 64 4 0 0 20 0 15 0 475233073 15515832320 30266 33554432000 4194304 4196468 140731440776880 140273320464880 140273309005709 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4152] ppid=4148 vsize=15151156 memory=164 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4152/stat : 4152 (java) S 4148 4148 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475233073 15514783744 30266 33554432000 4194304 4196468 140731440776880 140273244305808 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4153] ppid=4148 vsize=15151156 memory=6154848828556269427 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4153/stat : 4153 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233073 15514783744 30266 33554432000 4194304 4196468 140731440776880 140273243253008 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4154] ppid=4148 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4154/stat : 4154 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233073 15514783744 30266 33554432000 4194304 4196468 140731440776880 140273242200720 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4155] ppid=4148 vsize=15152180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4155/stat : 4155 (java) S 4148 4148 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475233073 15515832320 30266 33554432000 4194304 4196468 140731440776880 140273241147920 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4156] ppid=4148 vsize=15152180 memory=40208 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4156/stat : 4156 (java) S 4148 4148 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475233075 15515832320 30266 33554432000 4194304 4196468 140731440776880 140272784271984 140273316276866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4157] ppid=4148 vsize=15152180 memory=988 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4157/stat : 4157 (java) S 4148 4148 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475233075 15515832320 30266 33554432000 4194304 4196468 140731440776880 140272783217952 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4158] ppid=4148 vsize=15152180 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4158/stat : 4158 (java) S 4148 4148 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475233075 15515832320 30266 33554432000 4194304 4196468 140731440776880 140272782165616 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4159] ppid=4148 vsize=15151156 memory=1284 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4159/stat : 4159 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475233078 15514783744 30266 33554432000 4194304 4196468 140731440776880 140272781113936 140273316284315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4160] ppid=4148 vsize=15151156 memory=1044 CPUtime=0.36 cores=0,2,4,6
/proc/4150/task/4160/stat : 4160 (java) R 4148 4148 1883 0 -1 4202560 1452 0 0 0 36 0 0 0 20 0 15 0 475233078 15514783744 30266 33554432000 4194304 4196468 140731440776880 140272780052240 140273295954340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4161] ppid=4148 vsize=15151156 memory=708 CPUtime=0.35 cores=0,2,4,6
/proc/4150/task/4161/stat : 4161 (java) R 4148 4148 1883 0 -1 4202560 1981 0 0 0 35 0 0 0 20 0 15 0 475233078 15514783744 30266 33554432000 4194304 4196468 140731440776880 140272778992944 140273301380995 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4162] ppid=4148 vsize=15151156 memory=9364 CPUtime=0.36 cores=0,2,4,6
/proc/4150/task/4162/stat : 4162 (java) S 4148 4148 1883 0 -1 1077944384 1929 0 0 0 36 0 0 0 20 0 15 0 475233078 15514783744 30266 33554432000 4194304 4196468 140731440776880 140272777955696 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4163] ppid=4148 vsize=15152180 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4163/stat : 4163 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475233078 15515832320 30266 33554432000 4194304 4196468 140731440776880 140272776903136 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4164] ppid=4148 vsize=15152180 memory=776 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4164/stat : 4164 (java) S 4148 4148 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475233078 15515832320 30266 33554432000 4194304 4196468 140731440776880 140272775850928 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 122520 KiB

[startup+1.50081 s]
/proc/loadavg: 8.63 8.57 8.07 8/232 4164
/proc/meminfo: memFree=4261388/32770624 swapFree=66952580/67108860
[pid=4148] ppid=4145 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4148/stat : 4148 (xcsp3-exec) S 4145 4148 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475233072 115843072 364 33554432000 4194304 5098028 140736754268080 140736754266184 140297007125116 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35102720 140736754275158 140736754275417 140736754275417 140736754278342 0
/proc/4148/statm: 28282 364 305 221 0 87 0

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

/proc/4150/stat : 4150 (java) S 4148 4148 1883 0 -1 1077944320 86827 0 0 0 207588 75 0 0 20 0 19 0 475233072 15789527040 311204 33554432000 4194304 4196468 140731440776880 140731440759424 140273316265719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
/proc/4150/statm: 3854865 311204 3528 1 0 3815965 0
[pid=4150/tid=4151] ppid=4148 vsize=15419460 memory=1244816 CPUtime=1.42 cores=0,2,4,6
/proc/4150/task/4151/stat : 4151 (java) S 4148 4148 1883 0 -1 1077944384 10630 0 0 0 137 5 0 0 20 0 19 0 475233073 15789527040 311204 33554432000 4194304 4196468 140731440776880 140273320506496 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4152] ppid=4148 vsize=15419460 memory=1244816 CPUtime=0.28 cores=0,2,4,6
/proc/4150/task/4152/stat : 4152 (java) S 4148 4148 1883 0 -1 1077944384 550 0 0 0 22 6 0 0 20 0 19 0 475233073 15789527040 311204 33554432000 4194304 4196468 140731440776880 140273244305808 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4153] ppid=4148 vsize=15419460 memory=1244816 CPUtime=0.26 cores=0,2,4,6
/proc/4150/task/4153/stat : 4153 (java) S 4148 4148 1883 0 -1 1077944384 1283 0 0 0 21 5 0 0 20 0 19 0 475233073 15789527040 311204 33554432000 4194304 4196468 140731440776880 140273243253008 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4154] ppid=4148 vsize=15419460 memory=1456 CPUtime=0.25 cores=0,2,4,6
/proc/4150/task/4154/stat : 4154 (java) S 4148 4148 1883 0 -1 1077944384 1026 0 0 0 19 6 0 0 20 0 19 0 475233073 15789527040 311204 33554432000 4194304 4196468 140731440776880 140273242200720 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4155] ppid=4148 vsize=15419460 memory=2257 CPUtime=0.27 cores=0,2,4,6
/proc/4150/task/4155/stat : 4155 (java) S 4148 4148 1883 0 -1 1077944384 1424 0 0 0 21 6 0 0 20 0 19 0 475233073 15789527040 311204 33554432000 4194304 4196468 140731440776880 140273241147920 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4156] ppid=4148 vsize=15419460 memory=2257 CPUtime=0.04 cores=0,2,4,6
/proc/4150/task/4156/stat : 4156 (java) S 4148 4148 1883 0 -1 1077944384 2550 0 0 0 2 2 0 0 20 0 19 0 475233075 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272784271984 140273316276866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4157] ppid=4148 vsize=15419460 memory=1244816 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4157/stat : 4157 (java) S 4148 4148 1883 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 19 0 475233075 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272783217952 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4158] ppid=4148 vsize=15419460 memory=6083358621375753265 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4158/stat : 4158 (java) S 4148 4148 1883 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 475233075 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272782165616 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4159] ppid=4148 vsize=15419460 memory=1244816 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4159/stat : 4159 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475233078 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272781113936 140273316284315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4160] ppid=4148 vsize=15419460 memory=2372 CPUtime=2.81 cores=0,2,4,6
/proc/4150/task/4160/stat : 4160 (java) S 4148 4148 1883 0 -1 1077944384 16924 0 0 0 279 2 0 0 20 0 19 0 475233078 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272780060784 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4161] ppid=4148 vsize=15419460 memory=1244816 CPUtime=3.16 cores=0,2,4,6
/proc/4150/task/4161/stat : 4161 (java) S 4148 4148 1883 0 -1 1077944384 20607 0 0 0 314 2 0 0 20 0 19 0 475233078 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272779007984 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4162] ppid=4148 vsize=15419460 memory=1456 CPUtime=0.9 cores=0,2,4,6
/proc/4150/task/4162/stat : 4162 (java) S 4148 4148 1883 0 -1 1077944384 14083 0 0 0 87 3 0 0 20 0 19 0 475233078 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272777955696 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4163] ppid=4148 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4163/stat : 4163 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475233078 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272776903136 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4164] ppid=4148 vsize=15419460 memory=1456 CPUtime=0.22 cores=0,2,4,6
/proc/4150/task/4164/stat : 4164 (java) R 4148 4148 1883 0 -1 1077944384 1186 0 0 0 0 22 0 0 20 0 19 0 475233078 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272775850928 140273316276866 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4165] ppid=4148 vsize=15419460 memory=1244816 CPUtime=517.54 cores=0,2,4,6
/proc/4150/task/4165/stat : 4165 (java) R 4148 4148 1883 0 -1 4202560 2034 0 0 0 51751 3 0 0 20 0 19 0 475233229 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272766868360 140272918553850 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4166] ppid=4148 vsize=15419460 memory=1456 CPUtime=515.33 cores=0,2,4,6
/proc/4150/task/4166/stat : 4166 (java) R 4148 4148 1883 0 -1 4202560 7787 0 0 0 51506 27 0 0 20 0 19 0 475233229 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272765817832 140272918553826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4167] ppid=4148 vsize=15419460 memory=0 CPUtime=516.25 cores=0,2,4,6
/proc/4150/task/4167/stat : 4167 (java) R 4148 4148 1883 0 -1 4202560 2160 0 0 0 51622 3 0 0 20 0 19 0 475233229 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272764764392 140272919136321 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4168] ppid=4148 vsize=15419460 memory=281 CPUtime=517.79 cores=0,2,4,6
/proc/4150/task/4168/stat : 4168 (java) R 4148 4148 1883 0 -1 4202560 3226 0 0 0 51778 1 0 0 20 0 19 0 475233229 15789527040 311204 33554432000 4194304 4196468 140731440776880 140272763710104 140272911618780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
Current children cumulated CPU time: 2076.63 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1246272 KiB

[startup+582.301 s]
/proc/loadavg: 8.06 8.26 8.13 9/236 4550
/proc/meminfo: memFree=4356292/32770624 swapFree=66952588/67108860
[pid=4148] ppid=4145 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4148/stat : 4148 (xcsp3-exec) S 4145 4148 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475233072 115843072 364 33554432000 4194304 5098028 140736754268080 140736754266184 140297007125116 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35102720 140736754275158 140736754275417 140736754275417 140736754278342 0
/proc/4148/statm: 28282 364 305 221 0 87 0
[pid=4150] ppid=4148 vsize=15419460 memory=1244996 CPUtime=2315.39 cores=0,2,4,6
/proc/4150/stat : 4150 (java) S 4148 4148 1883 0 -1 1077944320 89688 0 0 0 231463 76 0 0 20 0 19 0 475233072 15789527040 311249 33554432000 4194304 4196468 140731440776880 140731440759424 140273316265719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
/proc/4150/statm: 3854865 311249 3528 1 0 3815965 0
[pid=4150/tid=4151] ppid=4148 vsize=15419460 memory=1244996 CPUtime=1.42 cores=0,2,4,6
/proc/4150/task/4151/stat : 4151 (java) S 4148 4148 1883 0 -1 1077944384 10630 0 0 0 137 5 0 0 20 0 19 0 475233073 15789527040 311249 33554432000 4194304 4196468 140731440776880 140273320506496 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4152] ppid=4148 vsize=15419460 memory=1456 CPUtime=0.28 cores=0,2,4,6
/proc/4150/task/4152/stat : 4152 (java) S 4148 4148 1883 0 -1 1077944384 550 0 0 0 22 6 0 0 20 0 19 0 475233073 15789527040 311249 33554432000 4194304 4196468 140731440776880 140273244305808 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4153] ppid=4148 vsize=15419460 memory=1456 CPUtime=0.26 cores=0,2,4,6
/proc/4150/task/4153/stat : 4153 (java) S 4148 4148 1883 0 -1 1077944384 1283 0 0 0 21 5 0 0 20 0 19 0 475233073 15789527040 311249 33554432000 4194304 4196468 140731440776880 140273243253008 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4154] ppid=4148 vsize=15419460 memory=1244996 CPUtime=0.25 cores=0,2,4,6
/proc/4150/task/4154/stat : 4154 (java) S 4148 4148 1883 0 -1 1077944384 1026 0 0 0 19 6 0 0 20 0 19 0 475233073 15789527040 311249 33554432000 4194304 4196468 140731440776880 140273242200720 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4155] ppid=4148 vsize=15419460 memory=1244996 CPUtime=0.27 cores=0,2,4,6
/proc/4150/task/4155/stat : 4155 (java) S 4148 4148 1883 0 -1 1077944384 1424 0 0 0 21 6 0 0 20 0 19 0 475233073 15789527040 311249 33554432000 4194304 4196468 140731440776880 140273241147920 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4156] ppid=4148 vsize=15419460 memory=1244996 CPUtime=0.04 cores=0,2,4,6
/proc/4150/task/4156/stat : 4156 (java) S 4148 4148 1883 0 -1 1077944384 2605 0 0 0 2 2 0 0 20 0 19 0 475233075 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272784271984 140273316276866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4157] ppid=4148 vsize=15419460 memory=1244996 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4157/stat : 4157 (java) S 4148 4148 1883 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 19 0 475233075 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272783217952 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4158] ppid=4148 vsize=15419460 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4158/stat : 4158 (java) S 4148 4148 1883 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 475233075 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272782165616 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4159] ppid=4148 vsize=15419460 memory=2257 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4159/stat : 4159 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475233078 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272781113936 140273316284315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4160] ppid=4148 vsize=15419460 memory=1456 CPUtime=2.81 cores=0,2,4,6
/proc/4150/task/4160/stat : 4160 (java) S 4148 4148 1883 0 -1 1077944384 16927 0 0 0 279 2 0 0 20 0 19 0 475233078 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272780060784 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4161] ppid=4148 vsize=15419460 memory=1244996 CPUtime=3.17 cores=0,2,4,6
/proc/4150/task/4161/stat : 4161 (java) S 4148 4148 1883 0 -1 1077944384 21793 0 0 0 315 2 0 0 20 0 19 0 475233078 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272779007984 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4162] ppid=4148 vsize=15419460 memory=3580 CPUtime=0.9 cores=0,2,4,6
/proc/4150/task/4162/stat : 4162 (java) S 4148 4148 1883 0 -1 1077944384 14092 0 0 0 87 3 0 0 20 0 19 0 475233078 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272777955696 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4163] ppid=4148 vsize=15419460 memory=4486604260213485459 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4163/stat : 4163 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475233078 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272776903136 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4164] ppid=4148 vsize=15419460 memory=708 CPUtime=0.24 cores=0,2,4,6
/proc/4150/task/4164/stat : 4164 (java) S 4148 4148 1883 0 -1 1077944384 1218 0 0 0 0 24 0 0 20 0 19 0 475233078 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272775850928 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4165] ppid=4148 vsize=15419460 memory=1456 CPUtime=576.46 cores=0,2,4,6
/proc/4150/task/4165/stat : 4165 (java) R 4148 4148 1883 0 -1 4202560 2166 0 0 0 57643 3 0 0 20 0 19 0 475233229 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272766868440 140272911618780 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4166] ppid=4148 vsize=15419460 memory=1244996 CPUtime=575.27 cores=0,2,4,6
/proc/4150/task/4166/stat : 4166 (java) R 4148 4148 1883 0 -1 4202560 8899 0 0 0 57499 28 0 0 20 0 19 0 475233229 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272765817096 140272918553845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4167] ppid=4148 vsize=15419460 memory=1456 CPUtime=576.13 cores=0,2,4,6
/proc/4150/task/4167/stat : 4167 (java) R 4148 4148 1883 0 -1 4202560 2233 0 0 0 57610 3 0 0 20 0 19 0 475233229 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272764764392 140272918553850 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4168] ppid=4148 vsize=15419460 memory=1456 CPUtime=577.77 cores=0,2,4,6
/proc/4150/task/4168/stat : 4168 (java) R 4148 4148 1883 0 -1 4202560 3485 0 0 0 57776 1 0 0 20 0 19 0 475233229 15789527040 311249 33554432000 4194304 4196468 140731440776880 140272763710912 140272919350283 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
Current children cumulated CPU time: 2315.39 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1246452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.801 s]
/proc/loadavg: 8.32 8.30 8.15 9/236 4553
/proc/meminfo: memFree=4342980/32770624 swapFree=66952588/67108860
[pid=4148] ppid=4145 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4148/stat : 4148 (xcsp3-exec) S 4145 4148 1883 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475233072 115843072 364 33554432000 4194304 5098028 140736754268080 140736754266184 140297007125116 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35102720 140736754275158 140736754275417 140736754275417 140736754278342 0
/proc/4148/statm: 28282 364 305 221 0 87 0
[pid=4150] ppid=4148 vsize=15419460 memory=1257284 CPUtime=2520.31 cores=0,2,4,6
/proc/4150/stat : 4150 (java) S 4148 4148 1883 0 -1 1077944320 93269 0 0 0 251954 77 0 0 20 0 19 0 475233072 15789527040 314321 33554432000 4194304 4196468 140731440776880 140731440759424 140273316265719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
/proc/4150/statm: 3854865 314321 3528 1 0 3815965 0
[pid=4150/tid=4151] ppid=4148 vsize=15419460 memory=988 CPUtime=1.42 cores=0,2,4,6
/proc/4150/task/4151/stat : 4151 (java) S 4148 4148 1883 0 -1 1077944384 10630 0 0 0 137 5 0 0 20 0 19 0 475233073 15789527040 314321 33554432000 4194304 4196468 140731440776880 140273320506496 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4152] ppid=4148 vsize=15419460 memory=4486604260213485459 CPUtime=0.29 cores=0,2,4,6
/proc/4150/task/4152/stat : 4152 (java) S 4148 4148 1883 0 -1 1077944384 575 0 0 0 23 6 0 0 20 0 19 0 475233073 15789527040 314321 33554432000 4194304 4196468 140731440776880 140273244305808 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4153] ppid=4148 vsize=15419460 memory=1556 CPUtime=0.28 cores=0,2,4,6
/proc/4150/task/4153/stat : 4153 (java) S 4148 4148 1883 0 -1 1077944384 1310 0 0 0 22 6 0 0 20 0 19 0 475233073 15789527040 314321 33554432000 4194304 4196468 140731440776880 140273243253008 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4154] ppid=4148 vsize=15419460 memory=2832 CPUtime=0.26 cores=0,2,4,6
/proc/4150/task/4154/stat : 4154 (java) S 4148 4148 1883 0 -1 1077944384 1044 0 0 0 20 6 0 0 20 0 19 0 475233073 15789527040 314321 33554432000 4194304 4196468 140731440776880 140273242200720 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4155] ppid=4148 vsize=15419460 memory=984 CPUtime=0.28 cores=0,2,4,6
/proc/4150/task/4155/stat : 4155 (java) S 4148 4148 1883 0 -1 1077944384 1901 0 0 0 22 6 0 0 20 0 19 0 475233073 15789527040 314321 33554432000 4194304 4196468 140731440776880 140273241147920 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4156] ppid=4148 vsize=15419460 memory=14012 CPUtime=0.04 cores=0,2,4,6
/proc/4150/task/4156/stat : 4156 (java) S 4148 4148 1883 0 -1 1077944384 2774 0 0 0 2 2 0 0 20 0 19 0 475233075 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272784271984 140273316276866 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4157] ppid=4148 vsize=15419460 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4157/stat : 4157 (java) S 4148 4148 1883 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 19 0 475233075 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272783217952 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4158] ppid=4148 vsize=15419460 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4158/stat : 4158 (java) S 4148 4148 1883 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 475233075 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272782165616 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4159] ppid=4148 vsize=15419460 memory=12036 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4159/stat : 4159 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475233078 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272781113936 140273316284315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4160] ppid=4148 vsize=15419460 memory=496 CPUtime=2.83 cores=0,2,4,6
/proc/4150/task/4160/stat : 4160 (java) S 4148 4148 1883 0 -1 1077944384 18469 0 0 0 281 2 0 0 20 0 19 0 475233078 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272780060784 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4161] ppid=4148 vsize=15419460 memory=1560 CPUtime=3.17 cores=0,2,4,6
/proc/4150/task/4161/stat : 4161 (java) S 4148 4148 1883 0 -1 1077944384 21795 0 0 0 315 2 0 0 20 0 19 0 475233078 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272779007984 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4162] ppid=4148 vsize=15419460 memory=1456 CPUtime=0.9 cores=0,2,4,6
/proc/4150/task/4162/stat : 4162 (java) S 4148 4148 1883 0 -1 1077944384 14096 0 0 0 87 3 0 0 20 0 19 0 475233078 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272777955696 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4163] ppid=4148 vsize=15419460 memory=1257284 CPUtime=0 cores=0,2,4,6
/proc/4150/task/4163/stat : 4163 (java) S 4148 4148 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475233078 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272776903136 140273316275925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4164] ppid=4148 vsize=15419460 memory=1456 CPUtime=0.26 cores=0,2,4,6
/proc/4150/task/4164/stat : 4164 (java) S 4148 4148 1883 0 -1 1077944384 1255 0 0 0 0 26 0 0 20 0 19 0 475233078 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272775850928 140273316276866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4165] ppid=4148 vsize=15419460 memory=1456 CPUtime=627.4 cores=0,2,4,6
/proc/4150/task/4165/stat : 4165 (java) R 4148 4148 1883 0 -1 4202560 2250 0 0 0 62737 3 0 0 20 0 19 0 475233229 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272766868440 140272919408756 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4166] ppid=4148 vsize=15419460 memory=1257284 CPUtime=626.71 cores=0,2,4,6
/proc/4150/task/4166/stat : 4166 (java) R 4148 4148 1883 0 -1 4202560 9832 0 0 0 62642 29 0 0 20 0 19 0 475233229 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272765820176 140272918967015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4167] ppid=4148 vsize=15419460 memory=2708 CPUtime=627.21 cores=0,2,4,6
/proc/4150/task/4167/stat : 4167 (java) R 4148 4148 1883 0 -1 4202560 2290 0 0 0 62718 3 0 0 20 0 19 0 475233229 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272764764392 140272918864149 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
[pid=4150/tid=4168] ppid=4148 vsize=15419460 memory=2592 CPUtime=629.14 cores=0,2,4,6
/proc/4150/task/4168/stat : 4168 (java) R 4148 4148 1883 0 -1 4202560 3691 0 0 0 62913 1 0 0 20 0 19 0 475233229 15789527040 314321 33554432000 4194304 4196468 140731440776880 140272763711400 140272917449144 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28798976 140731440784347 140731440784522 140731440784522 140731440787407 0
Current children cumulated CPU time: 2520.31 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1258740 KiB

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

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

[startup+633.889 s]
# the end of solver process 4150 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.86 s, system=0.788467 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): 633.889
CPU time (s): 2520.65
CPU user time (s): 2519.86
CPU system time (s): 0.788467
CPU usage (%): 397.648
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 1258740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.86
system time used= 0.788467
maximum resident set size= 1257892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94361
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17291
involuntary context switches= 47916


# summary of solver processes directly reported to runsolver:
#   pid: 4148,4150
#   total CPU time (s): 2520.65
#   total CPU user time (s): 2519.86
#   total CPU system time (s): 0.788467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.25536 second user time and 8.00086 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 15:27:34
IDJOB=4403914
IDBENCH=124254
IDSOLVER=2863
FILE ID=node107/4403914-1568989775
RUNJOBID= node107-1568983381-1915
PBS_JOBID= 21704636
Free space on /var/tmp= 12540 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t10-4.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403914-1568989775/watcher-4403914-1568989775 -o /var/tmp/evaluation-result-4403914-1568989775/solver-4403914-1568989775 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1915 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1609037547 HOME/instance-4403914-1568989775.xml

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

MD5SUM BENCH= 9ef9cfbbe168b3e655de6bd1a7d8b0b4
RANDOM SEED=1609037547

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:         4420040 kB
MemAvailable:   28763640 kB
Buffers:          144148 kB
Cached:         24096640 kB
SwapCached:        48716 kB
Active:         15095736 kB
Inactive:       12237892 kB
Active(anon):    3041212 kB
Inactive(anon):    94924 kB
Active(file):   12054524 kB
Inactive(file): 12142968 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952580 kB
Dirty:             26496 kB
Writeback:             0 kB
AnonPages:       3178576 kB
Mapped:            60976 kB
Shmem:             34888 kB
Slab:             604028 kB
SReclaimable:     574568 kB
SUnreclaim:        29460 kB
KernelStack:        3840 kB
PageTables:        12088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4250788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2699264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12512 MiB
End job on node107 at 2019-09-20 15:38:08