Trace number 4284254

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 5a (2017-08-18)? (TO) 251.48399 240.026

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-2.xml
MD5SUMe28ebc68094c3335bce51ae11fa43933
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark122
Best CPU time to get the best result obtained on this benchmark154.98
Satisfiable
(Un)Satisfiability was proved
Number of variables3591
Number of constraints193
Number of domains15
Minimum domain size2
Maximum domain size21
Distribution of domain sizes[{"size":2,"count":342},{"size":3,"count":342},{"size":4,"count":171},{"size":5,"count":171},{"size":6,"count":171},{"size":8,"count":171},{"size":9,"count":171},{"size":10,"count":171},{"size":12,"count":684},{"size":14,"count":171},{"size":15,"count":171},{"size":16,"count":171},{"size":17,"count":171},{"size":18,"count":171},{"size":21,"count":342}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":3591}]
Minimum constraint arity21
Maximum constraint arity3420
Distribution of constraint arities[{"arity":21,"count":171},{"arity":171,"count":21},{"arity":3420,"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":191}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284254-1503211800.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284254-1503211800.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
1.05/0.60	c solve instance...
251.45/240.01	s UNKNOWN
251.45/240.01	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11340 MiB free)
  memory of node 1: 16384 MiB (8801 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284254-1503211800/watcher-4284254-1503211800 -o /tmp/evaluation-result-4284254-1503211800/solver-4284254-1503211800 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503208995-20019 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 2130339812 HOME/instance-4284254-1503211800.xml 

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

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

solver pid=21763, runsolver pid=21760

[startup+0.100061 s]*
/proc/loadavg: 1.97 1.76 1.61 3/217 21779
/proc/meminfo: memFree=20608564/32770624 swapFree=67108860/67108860
[pid=21763] ppid=21760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/21763/stat : 21763 (xcsp3-exec) S 21760 21763 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154267633 9740288 346 33554432000 4194304 5098028 140727364671280 140727364669384 140527477899900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11685888 140727364674676 140727364674880 140727364674880 140727364677611 0
/proc/21763/statm: 2378 346 289 221 0 87 0
[pid=21765] ppid=21763 vsize=13978596 memory=28628 CPUtime=0.12 cores=0,2,4,6
/proc/21765/stat : 21765 (java) S 21763 21763 19988 0 -1 1077944320 5499 0 0 0 11 1 0 0 20 0 15 0 154267634 14314082304 7157 33554432000 4194304 4196468 140733690616096 140733690598640 139944093212407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
/proc/21765/statm: 3494649 7157 2883 1 0 3482966 0
[pid=21765/tid=21766] ppid=21763 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/21765/task/21766/stat : 21766 (java) R 21763 21763 19988 0 -1 4202560 3463 0 0 0 8 0 0 0 20 0 15 0 154267634 14314082304 7157 33554432000 4194304 4196468 140733690616096 139944097446944 139944093224342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21767] ppid=21763 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21767/stat : 21767 (java) S 21763 21763 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154267635 14314082304 7157 33554432000 4194304 4196468 140733690616096 139943688993296 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21768] ppid=21763 vsize=13978596 memory=139920690431616 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21768/stat : 21768 (java) S 21763 21763 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154267635 14314082304 7157 33554432000 4194304 4196468 140733690616096 139943687940752 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21769] ppid=21763 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21769/stat : 21769 (java) S 21763 21763 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154267635 14314082304 7157 33554432000 4194304 4196468 140733690616096 139943686887696 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21770] ppid=21763 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21770/stat : 21770 (java) S 21763 21763 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154267635 14314082304 7157 33554432000 4194304 4196468 140733690616096 139943685835152 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21771] ppid=21763 vsize=13978596 memory=139920690431616 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21771/stat : 21771 (java) S 21763 21763 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154267636 14314082304 7223 33554432000 4194304 4196468 140733690616096 139943072729840 139944093223554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21772] ppid=21763 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21772/stat : 21772 (java) S 21763 21763 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154267637 14314082304 7223 33554432000 4194304 4196468 140733690616096 139943071676064 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21773] ppid=21763 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21773/stat : 21773 (java) S 21763 21763 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154267637 14314082304 7223 33554432000 4194304 4196468 140733690616096 139943070622960 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21774] ppid=21763 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21774/stat : 21774 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14314082304 7223 33554432000 4194304 4196468 140733690616096 139943069571536 139944093231003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21775] ppid=21763 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21775/stat : 21775 (java) S 21763 21763 19988 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 154267639 14314082304 7223 33554432000 4194304 4196468 140733690616096 139943068518640 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21776] ppid=21763 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21776/stat : 21776 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14314082304 7223 33554432000 4194304 4196468 140733690616096 139943067466096 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21777] ppid=21763 vsize=13978596 memory=139920690431616 CPUtime=0.01 cores=0,2,4,6
/proc/21765/task/21777/stat : 21777 (java) R 21763 21763 19988 0 -1 4202560 347 0 0 0 1 0 0 0 20 0 15 0 154267639 14314082304 7223 33554432000 4194304 4196468 140733690616096 139943066413040 139944072183434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21778] ppid=21763 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21778/stat : 21778 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14314082304 7223 33554432000 4194304 4196468 140733690616096 139943065360736 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21779] ppid=21763 vsize=13978596 memory=139920690431616 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21779/stat : 21779 (java) S 21763 21763 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154267640 14314082304 7223 33554432000 4194304 4196468 140733690616096 139943064308784 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30012 KiB

[startup+0.210812 s]*
/proc/loadavg: 1.97 1.76 1.61 3/217 21779
/proc/meminfo: memFree=20596224/32770624 swapFree=67108860/67108860
[pid=21763] ppid=21760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/21763/stat : 21763 (xcsp3-exec) S 21760 21763 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154267633 9740288 346 33554432000 4194304 5098028 140727364671280 140727364669384 140527477899900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11685888 140727364674676 140727364674880 140727364674880 140727364677611 0
/proc/21763/statm: 2378 346 289 221 0 87 0
[pid=21765] ppid=21763 vsize=13982884 memory=41300 CPUtime=0.34 cores=0,2,4,6
/proc/21765/stat : 21765 (java) S 21763 21763 19988 0 -1 1077944320 8344 0 0 0 31 3 0 0 20 0 15 0 154267634 14318473216 10325 33554432000 4194304 4196468 140733690616096 140733690598640 139944093212407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
/proc/21765/statm: 3495721 10325 3052 1 0 3482974 0
[pid=21765/tid=21766] ppid=21763 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/21765/task/21766/stat : 21766 (java) D 21763 21763 19988 0 -1 1077944384 5333 0 0 0 18 1 0 0 20 0 15 0 154267634 14318440448 10348 33554432000 4194304 4196468 140733690616096 139944097422032 139944085891629 0 4 0 16800975 18446744072101760548 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21767] ppid=21763 vsize=13982852 memory=9107 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21767/stat : 21767 (java) S 21763 21763 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154267635 14318440448 10348 33554432000 4194304 4196468 140733690616096 139943688993296 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21768] ppid=21763 vsize=13982852 memory=139920690452692 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21768/stat : 21768 (java) S 21763 21763 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154267635 14318440448 10348 33554432000 4194304 4196468 140733690616096 139943687940752 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21769] ppid=21763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21769/stat : 21769 (java) S 21763 21763 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154267635 14318440448 10348 33554432000 4194304 4196468 140733690616096 139943686887696 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21770] ppid=21763 vsize=13982884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21770/stat : 21770 (java) S 21763 21763 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154267635 14318473216 10348 33554432000 4194304 4196468 140733690616096 139943685835152 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21771] ppid=21763 vsize=13982884 memory=139920690431616 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21771/stat : 21771 (java) S 21763 21763 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154267636 14318473216 10348 33554432000 4194304 4196468 140733690616096 139943072729840 139944093223554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21772] ppid=21763 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21772/stat : 21772 (java) S 21763 21763 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154267637 14318440448 10348 33554432000 4194304 4196468 140733690616096 139943071676064 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21773] ppid=21763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21773/stat : 21773 (java) S 21763 21763 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154267637 14318440448 10348 33554432000 4194304 4196468 140733690616096 139943070622960 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21774] ppid=21763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21774/stat : 21774 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14318440448 10348 33554432000 4194304 4196468 140733690616096 139943069571536 139944093231003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21775] ppid=21763 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21765/task/21775/stat : 21775 (java) S 21763 21763 19988 0 -1 1077944384 608 0 0 0 2 0 0 0 20 0 15 0 154267639 14318440448 10348 33554432000 4194304 4196468 140733690616096 139943068518640 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21776] ppid=21763 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21765/task/21776/stat : 21776 (java) S 21763 21763 19988 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 15 0 154267639 14318440448 10348 33554432000 4194304 4196468 140733690616096 139943067466096 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21777] ppid=21763 vsize=13982852 memory=139920690431616 CPUtime=0.07 cores=0,2,4,6
/proc/21765/task/21777/stat : 21777 (java) S 21763 21763 19988 0 -1 1077944384 861 0 0 0 7 0 0 0 20 0 15 0 154267639 14318440448 10348 33554432000 4194304 4196468 140733690616096 139943066413040 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21778] ppid=21763 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21778/stat : 21778 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14318440448 10348 33554432000 4194304 4196468 140733690616096 139943065360736 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21779] ppid=21763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21779/stat : 21779 (java) S 21763 21763 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154267640 14318440448 10348 33554432000 4194304 4196468 140733690616096 139943064308784 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 42684 KiB

[startup+0.310643 s]*
/proc/loadavg: 1.97 1.76 1.61 4/217 21779
/proc/meminfo: memFree=20589524/32770624 swapFree=67108860/67108860
[pid=21763] ppid=21760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/21763/stat : 21763 (xcsp3-exec) S 21760 21763 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154267633 9740288 346 33554432000 4194304 5098028 140727364671280 140727364669384 140527477899900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11685888 140727364674676 140727364674880 140727364674880 140727364677611 0
/proc/21763/statm: 2378 346 289 221 0 87 0
[pid=21765] ppid=21763 vsize=13982852 memory=48244 CPUtime=0.52 cores=0,2,4,6
/proc/21765/stat : 21765 (java) S 21763 21763 19988 0 -1 1077944320 9300 0 0 0 48 4 0 0 20 0 15 0 154267634 14318440448 12061 33554432000 4194304 4196468 140733690616096 140733690598640 139944093212407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
/proc/21765/statm: 3495713 12061 3081 1 0 3482966 0
[pid=21765/tid=21766] ppid=21763 vsize=13982852 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/21765/task/21766/stat : 21766 (java) R 21763 21763 19988 0 -1 4202560 5989 0 0 0 27 2 0 0 20 0 15 0 154267634 14318440448 12061 33554432000 4194304 4196468 140733690616096 139944097448912 139944077292894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21767] ppid=21763 vsize=13982852 memory=9469 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21767/stat : 21767 (java) S 21763 21763 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154267635 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943688993296 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21768] ppid=21763 vsize=13982852 memory=4050206357687914293 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21768/stat : 21768 (java) S 21763 21763 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154267635 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943687940752 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21769] ppid=21763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21769/stat : 21769 (java) S 21763 21763 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154267635 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943686887696 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21770] ppid=21763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21770/stat : 21770 (java) S 21763 21763 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154267635 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943685835152 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21771] ppid=21763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21771/stat : 21771 (java) S 21763 21763 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154267636 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943072729840 139944093223554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21772] ppid=21763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21772/stat : 21772 (java) S 21763 21763 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154267637 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943071676064 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21773] ppid=21763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21773/stat : 21773 (java) S 21763 21763 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154267637 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943070622960 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21774] ppid=21763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21774/stat : 21774 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943069571536 139944093231003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21775] ppid=21763 vsize=13982852 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/21765/task/21775/stat : 21775 (java) S 21763 21763 19988 0 -1 1077944384 720 0 0 0 5 0 0 0 20 0 15 0 154267639 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943068518640 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21776] ppid=21763 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21765/task/21776/stat : 21776 (java) S 21763 21763 19988 0 -1 1077944384 263 0 0 0 2 0 0 0 20 0 15 0 154267639 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943067466096 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21777] ppid=21763 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21765/task/21777/stat : 21777 (java) R 21763 21763 19988 0 -1 4202560 1029 0 0 0 12 0 0 0 20 0 15 0 154267639 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943066409408 139944072230619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21778] ppid=21763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21778/stat : 21778 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943065360736 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21779] ppid=21763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21779/stat : 21779 (java) S 21763 21763 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154267640 14318440448 12061 33554432000 4194304 4196468 140733690616096 139943064308784 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49628 KiB

[startup+0.700772 s]
/proc/loadavg: 1.97 1.76 1.61 6/217 21779
/proc/meminfo: memFree=20571944/32770624 swapFree=67108860/67108860
[pid=21763] ppid=21760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/21763/stat : 21763 (xcsp3-exec) S 21760 21763 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154267633 9740288 346 33554432000 4194304 5098028 140727364671280 140727364669384 140527477899900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11685888 140727364674676 140727364674880 140727364674880 140727364677611 0
/proc/21763/statm: 2378 346 289 221 0 87 0
[pid=21765] ppid=21763 vsize=13984976 memory=74380 CPUtime=1.57 cores=0,2,4,6
/proc/21765/stat : 21765 (java) S 21763 21763 19988 0 -1 1077944320 11257 0 0 0 152 5 0 0 20 0 15 0 154267634 14320615424 18595 33554432000 4194304 4196468 140733690616096 140733690598640 139944093212407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
/proc/21765/statm: 3496244 18595 3216 1 0 3483478 0
[pid=21765/tid=21766] ppid=21763 vsize=13984976 memory=23612 CPUtime=0.67 cores=0,2,4,6
/proc/21765/task/21766/stat : 21766 (java) R 21763 21763 19988 0 -1 4202560 6729 0 0 0 64 3 0 0 20 0 15 0 154267634 14320615424 18595 33554432000 4194304 4196468 140733690616096 139944097449328 139944093224342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21767] ppid=21763 vsize=13984976 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21767/stat : 21767 (java) S 21763 21763 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154267635 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943688993296 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21768] ppid=21763 vsize=13984976 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21768/stat : 21768 (java) S 21763 21763 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154267635 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943687940752 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21769] ppid=21763 vsize=13984976 memory=640 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21769/stat : 21769 (java) S 21763 21763 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154267635 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943686887696 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21770] ppid=21763 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21770/stat : 21770 (java) S 21763 21763 19988 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154267635 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943685835152 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21771] ppid=21763 vsize=13984976 memory=2468 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21771/stat : 21771 (java) S 21763 21763 19988 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154267636 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943072729840 139944093223554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21772] ppid=21763 vsize=13984976 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21772/stat : 21772 (java) S 21763 21763 19988 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154267637 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943071676064 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21773] ppid=21763 vsize=13984976 memory=932 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21773/stat : 21773 (java) S 21763 21763 19988 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154267637 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943070622960 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21774] ppid=21763 vsize=13984976 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21774/stat : 21774 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943069571536 139944093231003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21775] ppid=21763 vsize=13984976 memory=4124 CPUtime=0.27 cores=0,2,4,6
/proc/21765/task/21775/stat : 21775 (java) R 21763 21763 19988 0 -1 4202560 1049 0 0 0 27 0 0 0 20 0 15 0 154267639 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943068506080 139944074742119 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21776] ppid=21763 vsize=13984976 memory=2200 CPUtime=0.25 cores=0,2,4,6
/proc/21765/task/21776/stat : 21776 (java) R 21763 21763 19988 0 -1 4202560 578 0 0 0 25 0 0 0 20 0 15 0 154267639 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943067466096 139944073048804 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21777] ppid=21763 vsize=13984976 memory=7528 CPUtime=0.36 cores=0,2,4,6
/proc/21765/task/21777/stat : 21777 (java) R 21763 21763 19988 0 -1 1077944384 1593 0 0 0 36 0 0 0 20 0 15 0 154267639 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943066408800 139944093222613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21778] ppid=21763 vsize=13984976 memory=840 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21778/stat : 21778 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943065360736 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21779] ppid=21763 vsize=13984976 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21779/stat : 21779 (java) S 21763 21763 19988 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154267640 14320615424 18595 33554432000 4194304 4196468 140733690616096 139943064308784 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 75764 KiB

[startup+1.50083 s]
/proc/loadavg: 1.97 1.76 1.61 5/217 21779
/proc/meminfo: memFree=20535228/32770624 swapFree=67108860/67108860
[pid=21763] ppid=21760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/21763/stat : 21763 (xcsp3-exec) S 21760 21763 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154267633 9740288 346 33554432000 4194304 5098028 140727364671280 140727364669384 140527477899900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11685888 140727364674676 140727364674880 140727364674880 140727364677611 0
/proc/21763/statm: 2378 346 289 221 0 87 0

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

/proc/21765/task/21773/stat : 21773 (java) S 21763 21763 19988 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 154267637 14320615424 96592 33554432000 4194304 4196468 140733690616096 139943070622976 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21774] ppid=21763 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21774/stat : 21774 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14320615424 96592 33554432000 4194304 4196468 140733690616096 139943069571536 139944093231003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21775] ppid=21763 vsize=13984976 memory=4140 CPUtime=2.18 cores=0,2,4,6
/proc/21765/task/21775/stat : 21775 (java) S 21763 21763 19988 0 -1 1077944384 11939 0 0 0 217 1 0 0 20 0 15 0 154267639 14320615424 96592 33554432000 4194304 4196468 140733690616096 139943068518640 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21776] ppid=21763 vsize=13984976 memory=42780 CPUtime=2.31 cores=0,2,4,6
/proc/21765/task/21776/stat : 21776 (java) S 21763 21763 19988 0 -1 1077944384 16444 0 0 0 229 2 0 0 20 0 15 0 154267639 14320615424 96592 33554432000 4194304 4196468 140733690616096 139943067466096 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21777] ppid=21763 vsize=13984976 memory=2507 CPUtime=0.7 cores=0,2,4,6
/proc/21765/task/21777/stat : 21777 (java) S 21763 21763 19988 0 -1 1077944384 8808 0 0 0 68 2 0 0 20 0 15 0 154267639 14320615424 96592 33554432000 4194304 4196468 140733690616096 139943066413040 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21778] ppid=21763 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21778/stat : 21778 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14320615424 96592 33554432000 4194304 4196468 140733690616096 139943065360736 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21779] ppid=21763 vsize=13984976 memory=2814 CPUtime=0.04 cores=0,2,4,6
/proc/21765/task/21779/stat : 21779 (java) S 21763 21763 19988 0 -1 1077944384 163 0 0 0 2 2 0 0 20 0 15 0 154267640 14320615424 96592 33554432000 4194304 4196468 140733690616096 139943064308784 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
Current children cumulated CPU time: 108.78 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 387752 KiB

[startup+162.301 s]
/proc/loadavg: 1.91 1.79 1.64 3/217 21859
/proc/meminfo: memFree=19506656/32770624 swapFree=67108860/67108860
[pid=21763] ppid=21760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/21763/stat : 21763 (xcsp3-exec) S 21760 21763 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154267633 9740288 346 33554432000 4194304 5098028 140727364671280 140727364669384 140527477899900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11685888 140727364674676 140727364674880 140727364674880 140727364677611 0
/proc/21763/statm: 2378 346 289 221 0 87 0
[pid=21765] ppid=21763 vsize=13984976 memory=479500 CPUtime=170.21 cores=0,2,4,6
/proc/21765/stat : 21765 (java) S 21763 21763 19988 0 -1 1077944320 70039 0 0 0 16957 64 0 0 20 0 15 0 154267634 14320615424 119875 33554432000 4194304 4196468 140733690616096 140733690598640 139944093212407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
/proc/21765/statm: 3496244 119875 3262 1 0 3483478 0
[pid=21765/tid=21766] ppid=21763 vsize=13984976 memory=1384 CPUtime=161.25 cores=0,2,4,6
/proc/21765/task/21766/stat : 21766 (java) R 21763 21763 19988 0 -1 4202560 17720 0 0 0 16118 7 0 0 20 0 15 0 154267634 14320615424 119875 33554432000 4194304 4196468 140733690616096 139944097451680 139943735760286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21767] ppid=21763 vsize=13984976 memory=479516 CPUtime=0.81 cores=0,2,4,6
/proc/21765/task/21767/stat : 21767 (java) S 21763 21763 19988 0 -1 1077944384 1877 0 0 0 70 11 0 0 20 0 15 0 154267635 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943688993296 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21768] ppid=21763 vsize=13984976 memory=481560 CPUtime=0.8 cores=0,2,4,6
/proc/21765/task/21768/stat : 21768 (java) S 21763 21763 19988 0 -1 1077944384 1692 0 0 0 70 10 0 0 20 0 15 0 154267635 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943687940752 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21769] ppid=21763 vsize=13984976 memory=482580 CPUtime=0.81 cores=0,2,4,6
/proc/21765/task/21769/stat : 21769 (java) S 21763 21763 19988 0 -1 1077944384 1841 0 0 0 70 11 0 0 20 0 15 0 154267635 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943686887696 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21770] ppid=21763 vsize=13984976 memory=480524 CPUtime=0.81 cores=0,2,4,6
/proc/21765/task/21770/stat : 21770 (java) S 21763 21763 19988 0 -1 1077944384 2435 0 0 0 70 11 0 0 20 0 15 0 154267635 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943685835152 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21771] ppid=21763 vsize=13984976 memory=480524 CPUtime=0.12 cores=0,2,4,6
/proc/21765/task/21771/stat : 21771 (java) S 21763 21763 19988 0 -1 1077944384 1582 0 0 0 10 2 0 0 20 0 15 0 154267636 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943072729840 139944093223554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21772] ppid=21763 vsize=13984976 memory=479500 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21772/stat : 21772 (java) S 21763 21763 19988 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 154267637 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943071676128 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21773] ppid=21763 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21773/stat : 21773 (java) S 21763 21763 19988 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 154267637 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943070622976 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21774] ppid=21763 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21774/stat : 21774 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943069571536 139944093231003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21775] ppid=21763 vsize=13984976 memory=1384 CPUtime=2.31 cores=0,2,4,6
/proc/21765/task/21775/stat : 21775 (java) S 21763 21763 19988 0 -1 1077944384 13324 0 0 0 230 1 0 0 20 0 15 0 154267639 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943068518640 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21776] ppid=21763 vsize=13984976 memory=482064 CPUtime=2.41 cores=0,2,4,6
/proc/21765/task/21776/stat : 21776 (java) S 21763 21763 19988 0 -1 1077944384 18224 0 0 0 238 3 0 0 20 0 15 0 154267639 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943067466096 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21777] ppid=21763 vsize=13984976 memory=1384 CPUtime=0.73 cores=0,2,4,6
/proc/21765/task/21777/stat : 21777 (java) S 21763 21763 19988 0 -1 1077944384 9758 0 0 0 71 2 0 0 20 0 15 0 154267639 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943066413040 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21778] ppid=21763 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21778/stat : 21778 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943065360736 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21779] ppid=21763 vsize=13984976 memory=6791534058613427641 CPUtime=0.06 cores=0,2,4,6
/proc/21765/task/21779/stat : 21779 (java) S 21763 21763 19988 0 -1 1077944384 196 0 0 0 3 3 0 0 20 0 15 0 154267640 14320615424 119875 33554432000 4194304 4196468 140733690616096 139943064308784 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
Current children cumulated CPU time: 170.21 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 480884 KiB

[startup+222.301 s]
/proc/loadavg: 1.96 1.85 1.67 3/217 21860
/proc/meminfo: memFree=19566924/32770624 swapFree=67108860/67108860
[pid=21763] ppid=21760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/21763/stat : 21763 (xcsp3-exec) S 21760 21763 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154267633 9740288 346 33554432000 4194304 5098028 140727364671280 140727364669384 140527477899900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11685888 140727364674676 140727364674880 140727364674880 140727364677611 0
/proc/21763/statm: 2378 346 289 221 0 87 0
[pid=21765] ppid=21763 vsize=13984976 memory=541500 CPUtime=233.42 cores=0,2,4,6
/proc/21765/stat : 21765 (java) S 21763 21763 19988 0 -1 1077944320 81286 0 0 0 23267 75 0 0 20 0 15 0 154267634 14320615424 135375 33554432000 4194304 4196468 140733690616096 140733690598640 139944093212407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
/proc/21765/statm: 3496244 135375 3277 1 0 3483478 0
[pid=21765/tid=21766] ppid=21763 vsize=13984976 memory=531464 CPUtime=219.97 cores=0,2,4,6
/proc/21765/task/21766/stat : 21766 (java) R 21763 21763 19988 0 -1 4202560 21752 0 0 0 21988 9 0 0 20 0 15 0 154267634 14320615424 135375 33554432000 4194304 4196468 140733690616096 139944097451632 139943738013420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21767] ppid=21763 vsize=13984976 memory=542660 CPUtime=1.87 cores=0,2,4,6
/proc/21765/task/21767/stat : 21767 (java) S 21763 21763 19988 0 -1 1077944384 2394 0 0 0 174 13 0 0 20 0 15 0 154267635 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943688993296 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21768] ppid=21763 vsize=13984976 memory=542012 CPUtime=1.86 cores=0,2,4,6
/proc/21765/task/21768/stat : 21768 (java) S 21763 21763 19988 0 -1 1077944384 2516 0 0 0 174 12 0 0 20 0 15 0 154267635 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943687940752 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21769] ppid=21763 vsize=13984976 memory=1384 CPUtime=1.86 cores=0,2,4,6
/proc/21765/task/21769/stat : 21769 (java) S 21763 21763 19988 0 -1 1077944384 2630 0 0 0 173 13 0 0 20 0 15 0 154267635 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943686887696 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21770] ppid=21763 vsize=13984976 memory=1384 CPUtime=1.84 cores=0,2,4,6
/proc/21765/task/21770/stat : 21770 (java) S 21763 21763 19988 0 -1 1077944384 3290 0 0 0 172 12 0 0 20 0 15 0 154267635 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943685835152 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21771] ppid=21763 vsize=13984976 memory=56 CPUtime=0.33 cores=0,2,4,6
/proc/21765/task/21771/stat : 21771 (java) S 21763 21763 19988 0 -1 1077944384 4794 0 0 0 30 3 0 0 20 0 15 0 154267636 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943072729840 139944093223554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21772] ppid=21763 vsize=13984976 memory=541500 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21772/stat : 21772 (java) S 21763 21763 19988 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 154267637 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943071676128 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21773] ppid=21763 vsize=13984976 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21773/stat : 21773 (java) S 21763 21763 19988 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 154267637 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943070622976 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21774] ppid=21763 vsize=13984976 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21774/stat : 21774 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943069571536 139944093231003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21775] ppid=21763 vsize=13984976 memory=1384 CPUtime=2.33 cores=0,2,4,6
/proc/21765/task/21775/stat : 21775 (java) S 21763 21763 19988 0 -1 1077944384 13421 0 0 0 231 2 0 0 20 0 15 0 154267639 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943068518640 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21776] ppid=21763 vsize=13984976 memory=542012 CPUtime=2.44 cores=0,2,4,6
/proc/21765/task/21776/stat : 21776 (java) S 21763 21763 19988 0 -1 1077944384 18876 0 0 0 241 3 0 0 20 0 15 0 154267639 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943067466096 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21777] ppid=21763 vsize=13984976 memory=4140 CPUtime=0.73 cores=0,2,4,6
/proc/21765/task/21777/stat : 21777 (java) S 21763 21763 19988 0 -1 1077944384 9998 0 0 0 71 2 0 0 20 0 15 0 154267639 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943066413040 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21778] ppid=21763 vsize=13984976 memory=42780 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21778/stat : 21778 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943065360736 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21779] ppid=21763 vsize=13984976 memory=4140 CPUtime=0.1 cores=0,2,4,6
/proc/21765/task/21779/stat : 21779 (java) S 21763 21763 19988 0 -1 1077944384 225 0 0 0 5 5 0 0 20 0 15 0 154267640 14320615424 135375 33554432000 4194304 4196468 140733690616096 139943064308784 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
Current children cumulated CPU time: 233.42 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 542884 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.97 1.86 1.68 3/217 21860
/proc/meminfo: memFree=19575156/32770624 swapFree=67108860/67108860
[pid=21763] ppid=21760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/21763/stat : 21763 (xcsp3-exec) S 21760 21763 19988 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154267633 9740288 346 33554432000 4194304 5098028 140727364671280 140727364669384 140527477899900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 11685888 140727364674676 140727364674880 140727364674880 140727364677611 0
/proc/21763/statm: 2378 346 289 221 0 87 0
[pid=21765] ppid=21763 vsize=13984976 memory=547944 CPUtime=251.45 cores=0,2,4,6
/proc/21765/stat : 21765 (java) S 21763 21763 19988 0 -1 1077944320 82182 0 0 0 25069 76 0 0 20 0 15 0 154267634 14320615424 136986 33554432000 4194304 4196468 140733690616096 140733690598640 139944093212407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
/proc/21765/statm: 3496244 136986 3279 1 0 3483478 0
[pid=21765/tid=21766] ppid=21763 vsize=13984976 memory=640 CPUtime=237.56 cores=0,2,4,6
/proc/21765/task/21766/stat : 21766 (java) R 21763 21763 19988 0 -1 4202560 21906 0 0 0 23747 9 0 0 20 0 15 0 154267634 14320615424 136986 33554432000 4194304 4196468 140733690616096 139944097451520 139943735842453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21767] ppid=21763 vsize=13984976 memory=956 CPUtime=1.97 cores=0,2,4,6
/proc/21765/task/21767/stat : 21767 (java) S 21763 21763 19988 0 -1 1077944384 2567 0 0 0 184 13 0 0 20 0 15 0 154267635 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943688993296 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21768] ppid=21763 vsize=13984976 memory=4872558044660077418 CPUtime=1.96 cores=0,2,4,6
/proc/21765/task/21768/stat : 21768 (java) S 21763 21763 19988 0 -1 1077944384 2592 0 0 0 184 12 0 0 20 0 15 0 154267635 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943687940752 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21769] ppid=21763 vsize=13984976 memory=4872558044660077418 CPUtime=1.96 cores=0,2,4,6
/proc/21765/task/21769/stat : 21769 (java) S 21763 21763 19988 0 -1 1077944384 2708 0 0 0 183 13 0 0 20 0 15 0 154267635 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943686887696 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21770] ppid=21763 vsize=13984976 memory=4124 CPUtime=1.94 cores=0,2,4,6
/proc/21765/task/21770/stat : 21770 (java) S 21763 21763 19988 0 -1 1077944384 3498 0 0 0 182 12 0 0 20 0 15 0 154267635 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943685835152 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21771] ppid=21763 vsize=13984976 memory=2200 CPUtime=0.35 cores=0,2,4,6
/proc/21765/task/21771/stat : 21771 (java) S 21763 21763 19988 0 -1 1077944384 4818 0 0 0 32 3 0 0 20 0 15 0 154267636 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943072729840 139944093223554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21772] ppid=21763 vsize=13984976 memory=7528 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21772/stat : 21772 (java) S 21763 21763 19988 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 154267637 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943071676128 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21773] ppid=21763 vsize=13984976 memory=840 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21773/stat : 21773 (java) S 21763 21763 19988 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 154267637 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943070622976 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21774] ppid=21763 vsize=13984976 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21774/stat : 21774 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943069571536 139944093231003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21775] ppid=21763 vsize=13984976 memory=1384 CPUtime=2.33 cores=0,2,4,6
/proc/21765/task/21775/stat : 21775 (java) S 21763 21763 19988 0 -1 1077944384 13596 0 0 0 231 2 0 0 20 0 15 0 154267639 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943068518640 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21776] ppid=21763 vsize=13984976 memory=1292 CPUtime=2.44 cores=0,2,4,6
/proc/21765/task/21776/stat : 21776 (java) S 21763 21763 19988 0 -1 1077944384 18883 0 0 0 241 3 0 0 20 0 15 0 154267639 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943067466096 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21777] ppid=21763 vsize=13984976 memory=2428 CPUtime=0.73 cores=0,2,4,6
/proc/21765/task/21777/stat : 21777 (java) S 21763 21763 19988 0 -1 1077944384 9998 0 0 0 71 2 0 0 20 0 15 0 154267639 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943066413040 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21778] ppid=21763 vsize=13984976 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/21765/task/21778/stat : 21778 (java) S 21763 21763 19988 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154267639 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943065360736 139944093222613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
[pid=21765/tid=21779] ppid=21763 vsize=13984976 memory=1944 CPUtime=0.11 cores=0,2,4,6
/proc/21765/task/21779/stat : 21779 (java) S 21763 21763 19988 0 -1 1077944384 226 0 0 0 6 5 0 0 20 0 15 0 154267640 14320615424 136986 33554432000 4194304 4196468 140733690616096 139943064308784 139944093223554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17248256 140733690619037 140733690619212 140733690619212 140733690621903 0
Current children cumulated CPU time: 251.45 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 549328 KiB

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

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

[startup+240.026 s]
# the end of solver process 21765 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.706 s, system=0.777876 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.026
CPU time (s): 251.484
CPU user time (s): 250.706
CPU system time (s): 0.777876
CPU usage (%): 104.774
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 549328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.706
system time used= 0.777876
maximum resident set size= 548804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82867
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12623
involuntary context switches= 535


# summary of solver processes directly reported to runsolver:
#   pid: 21763,21765
#   total CPU time (s): 251.484
#   total CPU user time (s): 250.706
#   total CPU system time (s): 0.777876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.56825 second user time and 2.39369 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-20 08:35:40
IDJOB=4284254
IDBENCH=124212
IDSOLVER=2680
FILE ID=node114/4284254-1503211800
RUNJOBID= node114-1503208995-20019
PBS_JOBID= 20630872
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t15-2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284254-1503211800/watcher-4284254-1503211800 -o /tmp/evaluation-result-4284254-1503211800/solver-4284254-1503211800 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node114-1503208995-20019 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 2130339812 HOME/instance-4284254-1503211800.xml

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

MD5SUM BENCH= e28ebc68094c3335bce51ae11fa43933
RANDOM SEED=2130339812

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        20626624 kB
MemAvailable:   31369968 kB
Buffers:          261012 kB
Cached:         10768172 kB
SwapCached:            0 kB
Active:          2607616 kB
Inactive:        9077260 kB
Active(anon):     647052 kB
Inactive(anon):    44260 kB
Active(file):    1960564 kB
Inactive(file):  9033000 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7796 kB
Writeback:             0 kB
AnonPages:        666428 kB
Mapped:            64208 kB
Shmem:             33416 kB
Slab:             157940 kB
SReclaimable:     131232 kB
SUnreclaim:        26708 kB
KernelStack:        3808 kB
PageTables:         6616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1361048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    526336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61692 MiB
End job on node114 at 2017-08-20 08:39:40