Trace number 4283265

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) 2520.0701 2463.8301

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-3.xml
MD5SUM0b4fb4a315b6bd8f0348750a3d90443f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark102
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables3066
Number of constraints168
Number of domains13
Minimum domain size2
Maximum domain size18
Distribution of domain sizes[{"size":2,"count":146},{"size":3,"count":292},{"size":4,"count":146},{"size":5,"count":146},{"size":6,"count":146},{"size":8,"count":438},{"size":10,"count":292},{"size":11,"count":146},{"size":14,"count":292},{"size":15,"count":292},{"size":16,"count":146},{"size":17,"count":292},{"size":18,"count":292}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":3066}]
Minimum constraint arity21
Maximum constraint arity2920
Distribution of constraint arities[{"arity":21,"count":146},{"arity":146,"count":21},{"arity":2920,"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":166}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283265-1503194140.xml"  -tl '2520s' -p 1 -x 3
0.13/0.25	c [HOME/instance-4283265-1503194140.xml, -tl, 2520s, -p, 1, -x, 3]
0.13/0.31	c simple solver
0.33/0.37	c parse instance...
1.01/0.68	c solve instance...
2520.02/2463.80	s UNKNOWN
2520.02/2463.80	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283265-1503194140/watcher-4283265-1503194140 -o /tmp/evaluation-result-4283265-1503194140/solver-4283265-1503194140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21713 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1290680339 HOME/instance-4283265-1503194140.xml 

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

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=26517, runsolver pid=26514
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 1.79 1.60 1.64 3/208 26527
/proc/meminfo: memFree=28619512/32770624 swapFree=67105588/67108860
[pid=26517] ppid=26514 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26517/stat : 26517 (xcsp3-exec) S 26514 26517 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121609086 9740288 344 18446744073709551615 4194304 5098028 140729420528736 140729420526840 140621551755900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 25993216 140729420530040 140729420530245 140729420530245 140729420533739 0
/proc/26517/statm: 2378 344 289 221 0 87 0
[pid=26519] ppid=26517 vsize=13574484 memory=19244 CPUtime=0.02 cores=1,3,5,7
/proc/26519/stat : 26519 (java) S 26517 26517 8557 0 -1 1077944320 4121 0 0 0 2 0 0 0 20 0 9 0 121609093 13900271616 4811 18446744073709551615 4194304 4196468 140730008454048 140730008436592 140172076895991 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
/proc/26519/statm: 3393621 4811 2099 1 0 3383118 0
[pid=26519/tid=26520] ppid=26517 vsize=13574484 memory=-6871798056524144002 CPUtime=0.02 cores=1,3,5,7
/proc/26519/task/26520/stat : 26520 (java) R 26517 26517 8557 0 -1 4202560 2825 0 0 0 2 0 0 0 20 0 9 0 121609094 13900271616 4811 18446744073709551615 4194304 4196468 140730008454048 140172081131720 140172069574165 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26521] ppid=26517 vsize=13574484 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26521/stat : 26521 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 121609094 13900271616 4811 18446744073709551615 4194304 4196468 140730008454048 140172033861904 140172076906197 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26522] ppid=26517 vsize=13574484 memory=139905639929472 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26522/stat : 26522 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 121609094 13900271616 4811 18446744073709551615 4194304 4196468 140730008454048 140172032809360 140172076906197 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26523] ppid=26517 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26523/stat : 26523 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 121609094 13900271616 4811 18446744073709551615 4194304 4196468 140730008454048 140172031756816 140172076906197 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26524] ppid=26517 vsize=13574484 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26524/stat : 26524 (java) S 26517 26517 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 121609094 13900271616 4811 18446744073709551615 4194304 4196468 140730008454048 140172030704272 140172076906197 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26525] ppid=26517 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26525/stat : 26525 (java) S 26517 26517 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 121609096 13900271616 4811 18446744073709551615 4194304 4196468 140730008454048 140171060423152 140172076907138 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26526] ppid=26517 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26526/stat : 26526 (java) S 26517 26517 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 121609096 13900271616 4811 18446744073709551615 4194304 4196468 140730008454048 140171059369376 140172076906197 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26527] ppid=26517 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26527/stat : 26527 (java) S 26517 26517 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 121609096 13900271616 4811 18446744073709551615 4194304 4196468 140730008454048 140171058316848 140172076906197 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 20620 KiB

[startup+0.210777 s]*
/proc/loadavg: 1.79 1.60 1.64 5/214 26533
/proc/meminfo: memFree=28610748/32770624 swapFree=67105588/67108860
[pid=26517] ppid=26514 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26517/stat : 26517 (xcsp3-exec) S 26514 26517 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121609086 9740288 344 18446744073709551615 4194304 5098028 140729420528736 140729420526840 140621551755900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 25993216 140729420530040 140729420530245 140729420530245 140729420533739 0
/proc/26517/statm: 2378 344 289 221 0 87 0
[pid=26519] ppid=26517 vsize=13974352 memory=28228 CPUtime=0.13 cores=1,3,5,7
/proc/26519/stat : 26519 (java) S 26517 26517 8557 0 -1 1077944320 5528 0 0 0 12 1 0 0 20 0 15 0 121609093 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140730008436592 140172076895991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
/proc/26519/statm: 3493588 7057 2842 1 0 3482964 0
[pid=26519/tid=26520] ppid=26517 vsize=13974352 memory=8390339637985935414 CPUtime=0.1 cores=1,3,5,7
/proc/26519/task/26520/stat : 26520 (java) R 26517 26517 8557 0 -1 4202560 3458 0 0 0 9 1 0 0 20 0 15 0 121609094 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140172081118048 140172076917338 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26521] ppid=26517 vsize=13974352 memory=288230596118061782 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26521/stat : 26521 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609094 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140172033861904 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26522] ppid=26517 vsize=13974352 memory=288370281791641216 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26522/stat : 26522 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609094 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140172032809360 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26523] ppid=26517 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26523/stat : 26523 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609094 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140172031756816 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26524] ppid=26517 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26524/stat : 26524 (java) S 26517 26517 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121609094 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140172030704272 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26525] ppid=26517 vsize=13974352 memory=139905639929472 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26525/stat : 26525 (java) S 26517 26517 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121609096 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140171060423152 140172076907138 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26526] ppid=26517 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26526/stat : 26526 (java) S 26517 26517 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121609096 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140171059369376 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26527] ppid=26517 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26527/stat : 26527 (java) S 26517 26517 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121609096 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140171058316784 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26528] ppid=26517 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26528/stat : 26528 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140171057265360 140172076914587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26529] ppid=26517 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26529/stat : 26529 (java) S 26517 26517 8557 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 121609099 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140171056211952 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26530] ppid=26517 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26530/stat : 26530 (java) S 26517 26517 8557 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 121609099 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140171055159408 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26531] ppid=26517 vsize=13974352 memory=139905639929472 CPUtime=0.02 cores=1,3,5,7
/proc/26519/task/26531/stat : 26531 (java) R 26517 26517 8557 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 121609099 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140171054106864 140172076907926 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26532] ppid=26517 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26532/stat : 26532 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140171053054560 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26533] ppid=26517 vsize=13974352 memory=139905639929472 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26533/stat : 26533 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609103 14309736448 7057 18446744073709551615 4194304 4196468 140730008454048 140171052002096 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29604 KiB

[startup+0.3106 s]*
/proc/loadavg: 1.79 1.60 1.64 4/214 26533
/proc/meminfo: memFree=28598016/32770624 swapFree=67105588/67108860
[pid=26517] ppid=26514 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26517/stat : 26517 (xcsp3-exec) S 26514 26517 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121609086 9740288 344 18446744073709551615 4194304 5098028 140729420528736 140729420526840 140621551755900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 25993216 140729420530040 140729420530245 140729420530245 140729420533739 0
/proc/26517/statm: 2378 344 289 221 0 87 0
[pid=26519] ppid=26517 vsize=13978608 memory=39988 CPUtime=0.33 cores=1,3,5,7
/proc/26519/stat : 26519 (java) S 26517 26517 8557 0 -1 1077944320 9245 0 0 0 30 3 0 0 20 0 15 0 121609093 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140730008436592 140172076895991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
/proc/26519/statm: 3494652 9997 3030 1 0 3482964 0
[pid=26519/tid=26520] ppid=26517 vsize=13978608 memory=8390339637985935414 CPUtime=0.19 cores=1,3,5,7
/proc/26519/task/26520/stat : 26520 (java) R 26517 26517 8557 0 -1 4202560 6385 0 0 0 17 2 0 0 20 0 15 0 121609094 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140172081116984 140172060976478 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26521] ppid=26517 vsize=13978608 memory=301741395000173270 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26521/stat : 26521 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609094 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140172033861904 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26522] ppid=26517 vsize=13978608 memory=301934064198779520 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26522/stat : 26522 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609094 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140172032809360 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26523] ppid=26517 vsize=13978608 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26523/stat : 26523 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609094 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140172031756816 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26524] ppid=26517 vsize=13978608 memory=3472328296227680303 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26524/stat : 26524 (java) S 26517 26517 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121609094 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140172030704272 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26525] ppid=26517 vsize=13978608 memory=4211961481181052919 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26525/stat : 26525 (java) S 26517 26517 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121609096 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140171060423152 140172076907138 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26526] ppid=26517 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26526/stat : 26526 (java) S 26517 26517 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121609096 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140171059369376 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26527] ppid=26517 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26527/stat : 26527 (java) S 26517 26517 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121609096 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140171058316784 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26528] ppid=26517 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26528/stat : 26528 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140171057265360 140172076914587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26529] ppid=26517 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26519/task/26529/stat : 26529 (java) S 26517 26517 8557 0 -1 1077944384 613 0 0 0 3 0 0 0 20 0 15 0 121609099 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140171056211952 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26530] ppid=26517 vsize=13978608 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26519/task/26530/stat : 26530 (java) S 26517 26517 8557 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 15 0 121609099 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140171055159408 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26531] ppid=26517 vsize=13978608 memory=139905639929472 CPUtime=0.07 cores=1,3,5,7
/proc/26519/task/26531/stat : 26531 (java) S 26517 26517 8557 0 -1 1077944384 756 0 0 0 7 0 0 0 20 0 15 0 121609099 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140171054106864 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26532] ppid=26517 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26532/stat : 26532 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140171053054560 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26533] ppid=26517 vsize=13978608 memory=139905639929472 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26533/stat : 26533 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609103 14314094592 9997 18446744073709551615 4194304 4196468 140730008454048 140171052002096 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41364 KiB

[startup+0.700777 s]
/proc/loadavg: 1.79 1.60 1.64 5/214 26533
/proc/meminfo: memFree=28586928/32770624 swapFree=67105588/67108860
[pid=26517] ppid=26514 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26517/stat : 26517 (xcsp3-exec) S 26514 26517 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121609086 9740288 344 18446744073709551615 4194304 5098028 140729420528736 140729420526840 140621551755900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 25993216 140729420530040 140729420530245 140729420530245 140729420533739 0
/proc/26517/statm: 2378 344 289 221 0 87 0
[pid=26519] ppid=26517 vsize=13980732 memory=70076 CPUtime=1.28 cores=1,3,5,7
/proc/26519/stat : 26519 (java) S 26517 26517 8557 0 -1 1077944320 12609 0 0 0 124 4 0 0 20 0 15 0 121609093 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140730008436592 140172076895991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
/proc/26519/statm: 3495183 17519 3179 1 0 3483476 0
[pid=26519/tid=26520] ppid=26517 vsize=13980732 memory=2518125905665 CPUtime=0.57 cores=1,3,5,7
/proc/26519/task/26520/stat : 26520 (java) R 26517 26517 8557 0 -1 4202560 8577 0 0 0 54 3 0 0 20 0 15 0 121609094 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140172081134576 140171710450675 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26521] ppid=26517 vsize=13980732 memory=2561075578369 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26521/stat : 26521 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609094 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140172033861904 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26522] ppid=26517 vsize=13980732 memory=2595435316737 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26522/stat : 26522 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609094 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140172032809360 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26523] ppid=26517 vsize=13980732 memory=53612 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26523/stat : 26523 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609094 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140172031756816 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26524] ppid=26517 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26524/stat : 26524 (java) S 26517 26517 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121609094 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140172030704272 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26525] ppid=26517 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26525/stat : 26525 (java) S 26517 26517 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 121609096 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140171060423152 140172076907138 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26526] ppid=26517 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26526/stat : 26526 (java) S 26517 26517 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121609096 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140171059369376 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26527] ppid=26517 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26527/stat : 26527 (java) S 26517 26517 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121609096 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140171058316784 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26528] ppid=26517 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26528/stat : 26528 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140171057265360 140172076914587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26529] ppid=26517 vsize=13980732 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/26519/task/26529/stat : 26529 (java) R 26517 26517 8557 0 -1 4202560 906 0 0 0 20 0 0 0 20 0 15 0 121609099 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140171056211952 140172076907926 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26530] ppid=26517 vsize=13980732 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/26519/task/26530/stat : 26530 (java) R 26517 26517 8557 0 -1 1077944384 489 0 0 0 18 0 0 0 20 0 15 0 121609099 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140171055159408 140172076907138 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26531] ppid=26517 vsize=13980732 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/26519/task/26531/stat : 26531 (java) R 26517 26517 8557 0 -1 4202560 1330 0 0 0 31 0 0 0 20 0 15 0 121609099 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140171054106864 140172056610796 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26532] ppid=26517 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26532/stat : 26532 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140171053054560 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26533] ppid=26517 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26533/stat : 26533 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609103 14316269568 17519 18446744073709551615 4194304 4196468 140730008454048 140171052002096 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 71452 KiB

[startup+1.50083 s]
/proc/loadavg: 1.79 1.60 1.64 6/214 26533
/proc/meminfo: memFree=28550576/32770624 swapFree=67105588/67108860
[pid=26517] ppid=26514 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26517/stat : 26517 (xcsp3-exec) S 26514 26517 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121609086 9740288 344 18446744073709551615 4194304 5098028 140729420528736 140729420526840 140621551755900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 25993216 140729420530040 140729420530245 140729420530245 140729420533739 0
/proc/26517/statm: 2378 344 289 221 0 87 0
[pid=26519] ppid=26517 vsize=13980732 memory=125936 CPUtime=3.54 cores=1,3,5,7
/proc/26519/stat : 26519 (java) S 26517 26517 8557 0 -1 1077944320 18497 0 0 0 348 6 0 0 20 0 15 0 121609093 14316269568 31484 18446744073709551615 4194304 4196468 140730008454048 140730008436592 140172076895991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
/proc/26519/statm: 3495183 31484 3195 1 0 3483476 0
[pid=26519/tid=26520] ppid=26517 vsize=13980732 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/26519/task/26520/stat : 26520 (java) R 26517 26517 8557 0 -1 4202560 8876 0 0 0 133 4 0 0 20 0 15 0 121609094 14316269568 31484 18446744073709551615 4194304 4196468 140730008454048 140172081132384 140171715470446 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26521] ppid=26517 vsize=13980732 memory=2529 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26521/stat : 26521 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609094 14316269568 31484 18446744073709551615 4194304 4196468 140730008454048 140172033861904 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26522] ppid=26517 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26522/stat : 26522 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609094 14316269568 31484 18446744073709551615 4194304 4196468 140730008454048 140172032809360 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26523] ppid=26517 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26523/stat : 26523 (java) S 26517 26517 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121609094 14316269568 31484 18446744073709551615 4194304 4196468 140730008454048 140172031756816 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26524] ppid=26517 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/26519/task/26527/stat : 26527 (java) S 26517 26517 8557 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 121609096 14316269568 1140277 18446744073709551615 4194304 4196468 140730008454048 140171058316800 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26528] ppid=26517 vsize=13980732 memory=4561108 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26528/stat : 26528 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14316269568 1140277 18446744073709551615 4194304 4196468 140730008454048 140171057265360 140172076914587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26529] ppid=26517 vsize=13980732 memory=0 CPUtime=4.02 cores=1,3,5,7
/proc/26519/task/26529/stat : 26529 (java) S 26517 26517 8557 0 -1 1077944384 31706 0 0 0 398 4 0 0 20 0 15 0 121609099 14316269568 1140277 18446744073709551615 4194304 4196468 140730008454048 140171056211952 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26530] ppid=26517 vsize=13980732 memory=1376 CPUtime=4.02 cores=1,3,5,7
/proc/26519/task/26530/stat : 26530 (java) S 26517 26517 8557 0 -1 1077944384 31114 0 0 0 399 3 0 0 20 0 15 0 121609099 14316269568 1140277 18446744073709551615 4194304 4196468 140730008454048 140171055159408 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26531] ppid=26517 vsize=13980732 memory=1376 CPUtime=0.83 cores=1,3,5,7
/proc/26519/task/26531/stat : 26531 (java) S 26517 26517 8557 0 -1 1077944384 16614 0 0 0 80 3 0 0 20 0 15 0 121609099 14316269568 1140277 18446744073709551615 4194304 4196468 140730008454048 140171054106864 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26532] ppid=26517 vsize=13980732 memory=4561108 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26532/stat : 26532 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14316269568 1140277 18446744073709551615 4194304 4196468 140730008454048 140171053054560 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26533] ppid=26517 vsize=13980732 memory=1376 CPUtime=1.26 cores=1,3,5,7
/proc/26519/task/26533/stat : 26533 (java) S 26517 26517 8557 0 -1 1077944384 1810 0 0 0 53 73 0 0 20 0 15 0 121609103 14316269568 1140277 18446744073709551615 4194304 4196468 140730008454048 140171052002096 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
Current children cumulated CPU time: 2376.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4562484 KiB

[startup+2382.3 s]
/proc/loadavg: 2.04 1.97 1.90 3/215 26775
/proc/meminfo: memFree=25595392/32770624 swapFree=67105588/67108860
[pid=26517] ppid=26514 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26517/stat : 26517 (xcsp3-exec) S 26514 26517 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121609086 9740288 344 18446744073709551615 4194304 5098028 140729420528736 140729420526840 140621551755900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 25993216 140729420530040 140729420530245 140729420530245 140729420533739 0
/proc/26517/statm: 2378 344 289 221 0 87 0
[pid=26519] ppid=26517 vsize=13980732 memory=4561052 CPUtime=2437.29 cores=1,3,5,7
/proc/26519/stat : 26519 (java) S 26517 26517 8557 0 -1 1077944320 396088 0 0 0 243055 674 0 0 20 0 15 0 121609093 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140730008436592 140172076895991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
/proc/26519/statm: 3495183 1140263 3267 1 0 3483476 0
[pid=26519/tid=26520] ppid=26517 vsize=13980732 memory=4561052 CPUtime=2366.23 cores=1,3,5,7
/proc/26519/task/26520/stat : 26520 (java) R 26517 26517 8557 0 -1 4202560 209719 0 0 0 236580 43 0 0 20 0 15 0 121609094 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140172081135344 140171715161568 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26521] ppid=26517 vsize=13980732 memory=1376 CPUtime=15.11 cores=1,3,5,7
/proc/26519/task/26521/stat : 26521 (java) S 26517 26517 8557 0 -1 1077944384 24730 0 0 0 1372 139 0 0 20 0 15 0 121609094 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140172033861904 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26522] ppid=26517 vsize=13980732 memory=1376 CPUtime=15.07 cores=1,3,5,7
/proc/26519/task/26522/stat : 26522 (java) S 26517 26517 8557 0 -1 1077944384 16043 0 0 0 1368 139 0 0 20 0 15 0 121609094 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140172032809360 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26523] ppid=26517 vsize=13980732 memory=14340 CPUtime=15.1 cores=1,3,5,7
/proc/26519/task/26523/stat : 26523 (java) S 26517 26517 8557 0 -1 1077944384 23498 0 0 0 1370 140 0 0 20 0 15 0 121609094 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140172031756816 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26524] ppid=26517 vsize=13980732 memory=796 CPUtime=15.05 cores=1,3,5,7
/proc/26519/task/26524/stat : 26524 (java) S 26517 26517 8557 0 -1 1077944384 18581 0 0 0 1368 137 0 0 20 0 15 0 121609094 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140172030704272 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26525] ppid=26517 vsize=13980732 memory=4561108 CPUtime=0.47 cores=1,3,5,7
/proc/26519/task/26525/stat : 26525 (java) S 26517 26517 8557 0 -1 1077944384 20083 0 0 0 42 5 0 0 20 0 15 0 121609096 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140171060423152 140172076907138 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26526] ppid=26517 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26526/stat : 26526 (java) S 26517 26517 8557 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 121609096 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140171059369440 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26527] ppid=26517 vsize=13980732 memory=4561108 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26527/stat : 26527 (java) S 26517 26517 8557 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 121609096 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140171058316800 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26528] ppid=26517 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26528/stat : 26528 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140171057265360 140172076914587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26529] ppid=26517 vsize=13980732 memory=4561108 CPUtime=4.02 cores=1,3,5,7
/proc/26519/task/26529/stat : 26529 (java) S 26517 26517 8557 0 -1 1077944384 31709 0 0 0 398 4 0 0 20 0 15 0 121609099 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140171056211952 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26530] ppid=26517 vsize=13980732 memory=65668 CPUtime=4.02 cores=1,3,5,7
/proc/26519/task/26530/stat : 26530 (java) S 26517 26517 8557 0 -1 1077944384 31810 0 0 0 399 3 0 0 20 0 15 0 121609099 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140171055159408 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26531] ppid=26517 vsize=13980732 memory=1376 CPUtime=0.83 cores=1,3,5,7
/proc/26519/task/26531/stat : 26531 (java) S 26517 26517 8557 0 -1 1077944384 16616 0 0 0 80 3 0 0 20 0 15 0 121609099 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140171054106864 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26532] ppid=26517 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26532/stat : 26532 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140171053054560 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26533] ppid=26517 vsize=13980732 memory=1152 CPUtime=1.3 cores=1,3,5,7
/proc/26519/task/26533/stat : 26533 (java) S 26517 26517 8557 0 -1 1077944384 1902 0 0 0 54 76 0 0 20 0 15 0 121609103 14316269568 1140263 18446744073709551615 4194304 4196468 140730008454048 140171052002096 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
Current children cumulated CPU time: 2437.29 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4562428 KiB

[startup+2442.3 s]
/proc/loadavg: 1.94 1.95 1.90 3/212 26777
/proc/meminfo: memFree=25572692/32770624 swapFree=67105588/67108860
[pid=26517] ppid=26514 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26517/stat : 26517 (xcsp3-exec) S 26514 26517 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121609086 9740288 344 18446744073709551615 4194304 5098028 140729420528736 140729420526840 140621551755900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 25993216 140729420530040 140729420530245 140729420530245 140729420533739 0
/proc/26517/statm: 2378 344 289 221 0 87 0
[pid=26519] ppid=26517 vsize=13980732 memory=4545148 CPUtime=2497.93 cores=1,3,5,7
/proc/26519/stat : 26519 (java) S 26517 26517 8557 0 -1 1077944320 401259 0 0 0 249116 677 0 0 20 0 15 0 121609093 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140730008436592 140172076895991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
/proc/26519/statm: 3495183 1136287 3267 1 0 3483476 0
[pid=26519/tid=26520] ppid=26517 vsize=13980732 memory=4545148 CPUtime=2426.03 cores=1,3,5,7
/proc/26519/task/26520/stat : 26520 (java) R 26517 26517 8557 0 -1 4202560 213823 0 0 0 242559 44 0 0 20 0 15 0 121609094 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140172081135408 140171715458744 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26521] ppid=26517 vsize=13980732 memory=4545148 CPUtime=15.3 cores=1,3,5,7
/proc/26519/task/26521/stat : 26521 (java) S 26517 26517 8557 0 -1 1077944384 24767 0 0 0 1391 139 0 0 20 0 15 0 121609094 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140172033861904 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26522] ppid=26517 vsize=13980732 memory=1376 CPUtime=15.27 cores=1,3,5,7
/proc/26519/task/26522/stat : 26522 (java) S 26517 26517 8557 0 -1 1077944384 16070 0 0 0 1388 139 0 0 20 0 15 0 121609094 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140172032809360 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26523] ppid=26517 vsize=13980732 memory=1376 CPUtime=15.3 cores=1,3,5,7
/proc/26519/task/26523/stat : 26523 (java) S 26517 26517 8557 0 -1 1077944384 23657 0 0 0 1390 140 0 0 20 0 15 0 121609094 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140172031756816 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26524] ppid=26517 vsize=13980732 memory=1376 CPUtime=15.25 cores=1,3,5,7
/proc/26519/task/26524/stat : 26524 (java) S 26517 26517 8557 0 -1 1077944384 18615 0 0 0 1388 137 0 0 20 0 15 0 121609094 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140172030704272 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26525] ppid=26517 vsize=13980732 memory=4144 CPUtime=0.48 cores=1,3,5,7
/proc/26519/task/26525/stat : 26525 (java) S 26517 26517 8557 0 -1 1077944384 20091 0 0 0 42 6 0 0 20 0 15 0 121609096 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171060423152 140172076907138 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26526] ppid=26517 vsize=13980732 memory=65668 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26526/stat : 26526 (java) S 26517 26517 8557 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 121609096 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171059369440 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26527] ppid=26517 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26527/stat : 26527 (java) S 26517 26517 8557 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 121609096 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171058316800 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26528] ppid=26517 vsize=13980732 memory=4545148 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26528/stat : 26528 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171057265360 140172076914587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26529] ppid=26517 vsize=13980732 memory=1376 CPUtime=4.03 cores=1,3,5,7
/proc/26519/task/26529/stat : 26529 (java) S 26517 26517 8557 0 -1 1077944384 32458 0 0 0 399 4 0 0 20 0 15 0 121609099 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171056211952 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26530] ppid=26517 vsize=13980732 memory=1376 CPUtime=4.02 cores=1,3,5,7
/proc/26519/task/26530/stat : 26530 (java) S 26517 26517 8557 0 -1 1077944384 31817 0 0 0 399 3 0 0 20 0 15 0 121609099 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171055159408 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26531] ppid=26517 vsize=13980732 memory=1376 CPUtime=0.83 cores=1,3,5,7
/proc/26519/task/26531/stat : 26531 (java) S 26517 26517 8557 0 -1 1077944384 16621 0 0 0 80 3 0 0 20 0 15 0 121609099 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171054106864 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26532] ppid=26517 vsize=13980732 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26532/stat : 26532 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171053054560 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26533] ppid=26517 vsize=13980732 memory=4545148 CPUtime=1.34 cores=1,3,5,7
/proc/26519/task/26533/stat : 26533 (java) S 26517 26517 8557 0 -1 1077944384 1943 0 0 0 56 78 0 0 20 0 15 0 121609103 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171052002096 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
Current children cumulated CPU time: 2497.93 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4546524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.8 s]
/proc/loadavg: 1.96 1.95 1.90 3/212 26777
/proc/meminfo: memFree=25589756/32770624 swapFree=67105588/67108860
[pid=26517] ppid=26514 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26517/stat : 26517 (xcsp3-exec) S 26514 26517 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121609086 9740288 344 18446744073709551615 4194304 5098028 140729420528736 140729420526840 140621551755900 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 25993216 140729420530040 140729420530245 140729420530245 140729420533739 0
/proc/26517/statm: 2378 344 289 221 0 87 0
[pid=26519] ppid=26517 vsize=13980732 memory=4545148 CPUtime=2520.02 cores=1,3,5,7
/proc/26519/stat : 26519 (java) S 26517 26517 8557 0 -1 1077944320 403986 0 0 0 251324 678 0 0 20 0 15 0 121609093 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140730008436592 140172076895991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
/proc/26519/statm: 3495183 1136287 3267 1 0 3483476 0
[pid=26519/tid=26520] ppid=26517 vsize=13980732 memory=644 CPUtime=2447.34 cores=1,3,5,7
/proc/26519/task/26520/stat : 26520 (java) R 26517 26517 8557 0 -1 4202560 215231 0 0 0 244689 45 0 0 20 0 15 0 121609094 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140172081135440 140171714511562 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26521] ppid=26517 vsize=13980732 memory=1740 CPUtime=15.5 cores=1,3,5,7
/proc/26519/task/26521/stat : 26521 (java) S 26517 26517 8557 0 -1 1077944384 24894 0 0 0 1411 139 0 0 20 0 15 0 121609094 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140172033861904 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26522] ppid=26517 vsize=13980732 memory=956 CPUtime=15.47 cores=1,3,5,7
/proc/26519/task/26522/stat : 26522 (java) S 26517 26517 8557 0 -1 1077944384 16162 0 0 0 1408 139 0 0 20 0 15 0 121609094 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140172032809360 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26523] ppid=26517 vsize=13980732 memory=1232 CPUtime=15.49 cores=1,3,5,7
/proc/26519/task/26523/stat : 26523 (java) S 26517 26517 8557 0 -1 1077944384 23894 0 0 0 1409 140 0 0 20 0 15 0 121609094 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140172031756816 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26524] ppid=26517 vsize=13980732 memory=2240 CPUtime=15.44 cores=1,3,5,7
/proc/26519/task/26524/stat : 26524 (java) S 26517 26517 8557 0 -1 1077944384 19250 0 0 0 1407 137 0 0 20 0 15 0 121609094 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140172030704272 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26525] ppid=26517 vsize=13980732 memory=4304 CPUtime=0.48 cores=1,3,5,7
/proc/26519/task/26525/stat : 26525 (java) S 26517 26517 8557 0 -1 1077944384 20319 0 0 0 42 6 0 0 20 0 15 0 121609096 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171060423152 140172076907138 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26526] ppid=26517 vsize=13980732 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26526/stat : 26526 (java) S 26517 26517 8557 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 121609096 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171059369440 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26527] ppid=26517 vsize=13980732 memory=920 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26527/stat : 26527 (java) S 26517 26517 8557 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 121609096 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171058316800 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26528] ppid=26517 vsize=13980732 memory=2032 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26528/stat : 26528 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171057265360 140172076914587 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26529] ppid=26517 vsize=13980732 memory=832 CPUtime=4.03 cores=1,3,5,7
/proc/26519/task/26529/stat : 26529 (java) S 26517 26517 8557 0 -1 1077944384 32458 0 0 0 399 4 0 0 20 0 15 0 121609099 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171056211952 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26530] ppid=26517 vsize=13980732 memory=16436 CPUtime=4.02 cores=1,3,5,7
/proc/26519/task/26530/stat : 26530 (java) S 26517 26517 8557 0 -1 1077944384 31817 0 0 0 399 3 0 0 20 0 15 0 121609099 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171055159408 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26531] ppid=26517 vsize=13980732 memory=3904 CPUtime=0.83 cores=1,3,5,7
/proc/26519/task/26531/stat : 26531 (java) S 26517 26517 8557 0 -1 1077944384 16621 0 0 0 80 3 0 0 20 0 15 0 121609099 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171054106864 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26532] ppid=26517 vsize=13980732 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/26519/task/26532/stat : 26532 (java) S 26517 26517 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121609099 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171053054560 140172076906197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
[pid=26519/tid=26533] ppid=26517 vsize=13980732 memory=2768 CPUtime=1.35 cores=1,3,5,7
/proc/26519/task/26533/stat : 26533 (java) S 26517 26517 8557 0 -1 1077944384 1943 0 0 0 57 78 0 0 20 0 15 0 121609103 14316269568 1136287 18446744073709551615 4194304 4196468 140730008454048 140171052002096 140172076907138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33058816 140730008457649 140730008457825 140730008457825 140730008461263 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4546524 KiB

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

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

[startup+2463.83 s]
# the end of solver process 26519 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.26 s, system=6.80749 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): 2463.83
CPU time (s): 2520.07
CPU user time (s): 2513.26
CPU system time (s): 6.80749
CPU usage (%): 102.283
Max. virtual memory (cumulated for all children) (KiB): 13992288
Max. memory (cumulated for all children) (KiB): 4570320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.26
system time used= 6.80749
maximum resident set size= 4579184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 405103
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59637
involuntary context switches= 2466


# summary of solver processes directly reported to runsolver:
#   pid: 26517,26519
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2513.26
#   total CPU system time (s): 6.80749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9414 second user time and 23.5076 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-20 03:41:35
IDJOB=4283265
IDBENCH=124142
IDSOLVER=2679
FILE ID=node126/4283265-1503194140
RUNJOBID= node126-1503172173-21713
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t15-3.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-4283265-1503194140/watcher-4283265-1503194140 -o /tmp/evaluation-result-4283265-1503194140/solver-4283265-1503194140 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21713 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1290680339 HOME/instance-4283265-1503194140.xml

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

MD5SUM BENCH= 0b4fb4a315b6bd8f0348750a3d90443f
RANDOM SEED=1290680339

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28627684 kB
MemAvailable:   29249904 kB
Buffers:          317080 kB
Cached:           595608 kB
SwapCached:          524 kB
Active:          3286692 kB
Inactive:         377708 kB
Active(anon):    2707592 kB
Inactive(anon):    93904 kB
Active(file):     579100 kB
Inactive(file):   283804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:       2750984 kB
Mapped:            73324 kB
Shmem:             49824 kB
Slab:             177608 kB
SReclaimable:     150304 kB
SUnreclaim:        27304 kB
KernelStack:        3456 kB
PageTables:        11072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3861864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2619392 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 /tmp at the end= 62016 MiB
End job on node126 at 2017-08-20 04:22:39