Trace number 4270174

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)? (TO) 244.299 240.022

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
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-4270174-1502622790.xml"  -tl '264s' -p 1 -x 0
0.11/0.14	c [HOME/instance-4270174-1502622790.xml, -tl, 264s, -p, 1, -x, 0]
0.11/0.19	c simple solver
0.34/0.26	c parse instance...
1.15/0.56	c solve instance...
244.27/240.01	s UNKNOWN
244.27/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 (14738 MiB free)
  memory of node 1: 16384 MiB (15632 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270174-1502622790/watcher-4270174-1502622790 -o /tmp/evaluation-result-4270174-1502622790/solver-4270174-1502622790 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502620106-1702 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 931809647 HOME/instance-4270174-1502622790.xml 

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

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


[startup+0.100361 s]*
/proc/loadavg: 1.88 1.89 1.87 3/217 3514
/proc/meminfo: memFree=31083532/32770624 swapFree=67108860/67108860
[pid=3498] ppid=3495 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3498/stat : 3498 (xcsp3-exec) S 3495 3498 30973 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95367211 9740288 346 33554432000 4194304 5098028 140735904462272 140735904460376 140051221414524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20643840 140735904466037 140735904466240 140735904466240 140735904468971 0
/proc/3498/statm: 2378 346 289 221 0 87 0
[pid=3500] ppid=3498 vsize=13978596 memory=28092 CPUtime=0.11 cores=1,3,5,7
/proc/3500/stat : 3500 (java) S 3498 3498 30973 0 -1 1077944320 5319 0 0 0 10 1 0 0 20 0 15 0 95367212 14314082304 7023 33554432000 4194304 4196468 140732430415808 140732430398352 139876610469623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
/proc/3500/statm: 3494649 7023 2889 1 0 3482966 0
[pid=3500/tid=3501] ppid=3498 vsize=13978596 memory=7898910893248706067 CPUtime=0.09 cores=1,3,5,7
/proc/3500/task/3501/stat : 3501 (java) R 3498 3498 30973 0 -1 4202560 3316 0 0 0 8 1 0 0 20 0 15 0 95367212 14314082304 7023 33554432000 4194304 4196468 140732430415808 139876614701536 139876230120992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3502] ppid=3498 vsize=13978596 memory=3472468719856714960 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3502/stat : 3502 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367213 14314082304 7023 33554432000 4194304 4196468 140732430415808 139876563090064 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3503] ppid=3498 vsize=13978596 memory=140590961563264 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3503/stat : 3503 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367213 14314082304 7023 33554432000 4194304 4196468 140732430415808 139876562037264 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3504] ppid=3498 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3504/stat : 3504 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367213 14314082304 7023 33554432000 4194304 4196468 140732430415808 139876560984464 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3505] ppid=3498 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3505/stat : 3505 (java) S 3498 3498 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95367213 14314082304 7023 33554432000 4194304 4196468 140732430415808 139876559931664 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3506] ppid=3498 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3506/stat : 3506 (java) S 3498 3498 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95367214 14314082304 7089 33554432000 4194304 4196468 140732430415808 139876151888752 139876610480770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3507] ppid=3498 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3507/stat : 3507 (java) S 3498 3498 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95367215 14314082304 7089 33554432000 4194304 4196468 140732430415808 139876150834720 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3508] ppid=3498 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3508/stat : 3508 (java) S 3498 3498 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95367215 14314082304 7089 33554432000 4194304 4196468 140732430415808 139876149781872 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3509] ppid=3498 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3509/stat : 3509 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14314082304 7089 33554432000 4194304 4196468 140732430415808 139876148730192 139876610488219 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3510] ppid=3498 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3510/stat : 3510 (java) S 3498 3498 30973 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 95367217 14314082304 7089 33554432000 4194304 4196468 140732430415808 139876147677552 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3511] ppid=3498 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3511/stat : 3511 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14314082304 7089 33554432000 4194304 4196468 140732430415808 139876078971120 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3512] ppid=3498 vsize=13978596 memory=140590961563264 CPUtime=0.01 cores=1,3,5,7
/proc/3500/task/3512/stat : 3512 (java) R 3498 3498 30973 0 -1 4202560 337 0 0 0 1 0 0 0 20 0 15 0 95367217 14314082304 7089 33554432000 4194304 4196468 140732430415808 139876077918320 139876589148946 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3513] ppid=3498 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3513/stat : 3513 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14314082304 7089 33554432000 4194304 4196468 140732430415808 139876076865760 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3514] ppid=3498 vsize=13978596 memory=140590961563264 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3514/stat : 3514 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367218 14314082304 7089 33554432000 4194304 4196468 140732430415808 139876075814064 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29476 KiB

[startup+0.210698 s]*
/proc/loadavg: 1.88 1.89 1.87 4/217 3514
/proc/meminfo: memFree=31070832/32770624 swapFree=67108860/67108860
[pid=3498] ppid=3495 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3498/stat : 3498 (xcsp3-exec) S 3495 3498 30973 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95367211 9740288 346 33554432000 4194304 5098028 140735904462272 140735904460376 140051221414524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20643840 140735904466037 140735904466240 140735904466240 140735904468971 0
/proc/3498/statm: 2378 346 289 221 0 87 0
[pid=3500] ppid=3498 vsize=13982884 memory=40520 CPUtime=0.34 cores=1,3,5,7
/proc/3500/stat : 3500 (java) S 3498 3498 30973 0 -1 1077944320 8203 0 0 0 31 3 0 0 20 0 15 0 95367212 14318473216 10130 33554432000 4194304 4196468 140732430415808 140732430398352 139876610469623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
/proc/3500/statm: 3495721 10130 3065 1 0 3482974 0
[pid=3500/tid=3501] ppid=3498 vsize=13982852 memory=7898910893248706067 CPUtime=0.19 cores=1,3,5,7
/proc/3500/task/3501/stat : 3501 (java) R 3498 3498 30973 0 -1 4202560 5336 0 0 0 18 1 0 0 20 0 15 0 95367212 14318440448 10130 33554432000 4194304 4196468 140732430415808 139876614671424 139876603186727 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3502] ppid=3498 vsize=13982852 memory=3472468719856714960 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3502/stat : 3502 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367213 14318440448 10130 33554432000 4194304 4196468 140732430415808 139876563090064 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3503] ppid=3498 vsize=13982852 memory=140590961563264 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3503/stat : 3503 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367213 14318440448 10130 33554432000 4194304 4196468 140732430415808 139876562037264 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3504] ppid=3498 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3504/stat : 3504 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367213 14318440448 10130 33554432000 4194304 4196468 140732430415808 139876560984464 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3505] ppid=3498 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3505/stat : 3505 (java) S 3498 3498 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95367213 14318440448 10130 33554432000 4194304 4196468 140732430415808 139876559931664 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3506] ppid=3498 vsize=13982852 memory=140590961563264 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3506/stat : 3506 (java) S 3498 3498 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95367214 14318440448 10130 33554432000 4194304 4196468 140732430415808 139876151888752 139876610480770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3507] ppid=3498 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3507/stat : 3507 (java) S 3498 3498 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95367215 14318440448 10130 33554432000 4194304 4196468 140732430415808 139876150834720 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3508] ppid=3498 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3508/stat : 3508 (java) S 3498 3498 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95367215 14318473216 10130 33554432000 4194304 4196468 140732430415808 139876149781872 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3509] ppid=3498 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3509/stat : 3509 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14318473216 10130 33554432000 4194304 4196468 140732430415808 139876148730192 139876610488219 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3510] ppid=3498 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3500/task/3510/stat : 3510 (java) S 3498 3498 30973 0 -1 1077944384 669 0 0 0 2 0 0 0 20 0 15 0 95367217 14318440448 10130 33554432000 4194304 4196468 140732430415808 139876147677552 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3511] ppid=3498 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3500/task/3511/stat : 3511 (java) S 3498 3498 30973 0 -1 1077944384 169 0 0 0 2 0 0 0 20 0 15 0 95367217 14318440448 10130 33554432000 4194304 4196468 140732430415808 139876078971120 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3512] ppid=3498 vsize=13982852 memory=140590961563264 CPUtime=0.07 cores=1,3,5,7
/proc/3500/task/3512/stat : 3512 (java) S 3498 3498 30973 0 -1 1077944384 788 0 0 0 7 0 0 0 20 0 15 0 95367217 14318440448 10130 33554432000 4194304 4196468 140732430415808 139876077918320 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3513] ppid=3498 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3513/stat : 3513 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14318440448 10130 33554432000 4194304 4196468 140732430415808 139876076865760 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3514] ppid=3498 vsize=13982852 memory=140590961563264 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3514/stat : 3514 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367218 14318440448 10130 33554432000 4194304 4196468 140732430415808 139876075814064 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 41904 KiB

[startup+0.312828 s]*
/proc/loadavg: 1.88 1.89 1.87 4/217 3514
/proc/meminfo: memFree=31063760/32770624 swapFree=67108860/67108860
[pid=3498] ppid=3495 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3498/stat : 3498 (xcsp3-exec) S 3495 3498 30973 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95367211 9740288 346 33554432000 4194304 5098028 140735904462272 140735904460376 140051221414524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20643840 140735904466037 140735904466240 140735904466240 140735904468971 0
/proc/3498/statm: 2378 346 289 221 0 87 0
[pid=3500] ppid=3498 vsize=13982852 memory=48160 CPUtime=0.52 cores=1,3,5,7
/proc/3500/stat : 3500 (java) S 3498 3498 30973 0 -1 1077944320 9230 0 0 0 49 3 0 0 20 0 15 0 95367212 14318440448 12040 33554432000 4194304 4196468 140732430415808 140732430398352 139876610469623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
/proc/3500/statm: 3495713 12040 3102 1 0 3482966 0
[pid=3500/tid=3501] ppid=3498 vsize=13982852 memory=-7174084197796576197 CPUtime=0.3 cores=1,3,5,7
/proc/3500/task/3501/stat : 3501 (java) R 3498 3498 30973 0 -1 4202560 5955 0 0 0 28 2 0 0 20 0 15 0 95367212 14318440448 12106 33554432000 4194304 4196468 140732430415808 139876614693440 139876610481558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3502] ppid=3498 vsize=13982852 memory=-7001736328920018669 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3502/stat : 3502 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367213 14318440448 12106 33554432000 4194304 4196468 140732430415808 139876563090064 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3503] ppid=3498 vsize=13982852 memory=220 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3503/stat : 3503 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367213 14318440448 12106 33554432000 4194304 4196468 140732430415808 139876562037264 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3504] ppid=3498 vsize=13982852 memory=49 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3504/stat : 3504 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367213 14318440448 12106 33554432000 4194304 4196468 140732430415808 139876560984464 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3505] ppid=3498 vsize=13982852 memory=140590855628831 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3505/stat : 3505 (java) S 3498 3498 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95367213 14318440448 12106 33554432000 4194304 4196468 140732430415808 139876559931664 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3506] ppid=3498 vsize=13982852 memory=281181711229984 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3506/stat : 3506 (java) S 3498 3498 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95367214 14318440448 12106 33554432000 4194304 4196468 140732430415808 139876151888752 139876610480770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3507] ppid=3498 vsize=13982852 memory=140590855598863 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3507/stat : 3507 (java) S 3498 3498 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95367215 14318440448 12106 33554432000 4194304 4196468 140732430415808 139876150834720 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3508] ppid=3498 vsize=13982852 memory=281181817171296 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3508/stat : 3508 (java) S 3498 3498 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95367215 14318440448 12106 33554432000 4194304 4196468 140732430415808 139876149781872 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3509] ppid=3498 vsize=13982852 memory=140590855603471 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3509/stat : 3509 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14318440448 12106 33554432000 4194304 4196468 140732430415808 139876148730192 139876610488219 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3510] ppid=3498 vsize=13982852 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/3500/task/3510/stat : 3510 (java) S 3498 3498 30973 0 -1 1077944384 861 0 0 0 5 0 0 0 20 0 15 0 95367217 14318440448 12106 33554432000 4194304 4196468 140732430415808 139876147677552 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3511] ppid=3498 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/3500/task/3511/stat : 3511 (java) S 3498 3498 30973 0 -1 1077944384 177 0 0 0 3 0 0 0 20 0 15 0 95367217 14318440448 12118 33554432000 4194304 4196468 140732430415808 139876078971120 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3512] ppid=3498 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/3500/task/3512/stat : 3512 (java) R 3498 3498 30973 0 -1 4202560 944 0 0 0 13 0 0 0 20 0 15 0 95367217 14318440448 12118 33554432000 4194304 4196468 140732430415808 139876077918320 139876610490970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3513] ppid=3498 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3513/stat : 3513 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14318440448 12118 33554432000 4194304 4196468 140732430415808 139876076865760 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3514] ppid=3498 vsize=13982852 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3514/stat : 3514 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367218 14318440448 12118 33554432000 4194304 4196468 140732430415808 139876075814064 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49544 KiB

[startup+0.700809 s]
/proc/loadavg: 1.88 1.89 1.87 6/217 3514
/proc/meminfo: memFree=31042172/32770624 swapFree=67108860/67108860
[pid=3498] ppid=3495 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3498/stat : 3498 (xcsp3-exec) S 3495 3498 30973 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95367211 9740288 346 33554432000 4194304 5098028 140735904462272 140735904460376 140051221414524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20643840 140735904466037 140735904466240 140735904466240 140735904468971 0
/proc/3498/statm: 2378 346 289 221 0 87 0
[pid=3500] ppid=3498 vsize=13984976 memory=78648 CPUtime=1.72 cores=1,3,5,7
/proc/3500/stat : 3500 (java) S 3498 3498 30973 0 -1 1077944320 12323 0 0 0 168 4 0 0 20 0 15 0 95367212 14320615424 19662 33554432000 4194304 4196468 140732430415808 140732430398352 139876610469623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
/proc/3500/statm: 3496244 19662 3209 1 0 3483478 0
[pid=3500/tid=3501] ppid=3498 vsize=13984976 memory=1724 CPUtime=0.66 cores=1,3,5,7
/proc/3500/task/3501/stat : 3501 (java) R 3498 3498 30973 0 -1 4202560 6542 0 0 0 64 2 0 0 20 0 15 0 95367212 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876614708784 139876234053285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3502] ppid=3498 vsize=13984976 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3502/stat : 3502 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367213 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876563090064 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3503] ppid=3498 vsize=13984976 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3503/stat : 3503 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367213 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876562037264 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3504] ppid=3498 vsize=13984976 memory=281181711295424 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3504/stat : 3504 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367213 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876560984464 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3505] ppid=3498 vsize=13984976 memory=281181711299808 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3505/stat : 3505 (java) S 3498 3498 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95367213 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876559931664 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3506] ppid=3498 vsize=13984976 memory=3184238510931620768 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3506/stat : 3506 (java) S 3498 3498 30973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95367214 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876151888752 139876610480770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3507] ppid=3498 vsize=13984976 memory=281181711308704 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3507/stat : 3507 (java) S 3498 3498 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95367215 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876150834720 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3508] ppid=3498 vsize=13984976 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3508/stat : 3508 (java) S 3498 3498 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95367215 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876149781872 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3509] ppid=3498 vsize=13984976 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3509/stat : 3509 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876148730192 139876610488219 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3510] ppid=3498 vsize=13984976 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/3500/task/3510/stat : 3510 (java) R 3498 3498 30973 0 -1 4202560 1677 0 0 0 36 0 0 0 20 0 15 0 95367217 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876147667344 139876591105533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3511] ppid=3498 vsize=13984976 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/3500/task/3511/stat : 3511 (java) R 3498 3498 30973 0 -1 4202560 1045 0 0 0 33 0 0 0 20 0 15 0 95367217 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876078960128 139876593880424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3512] ppid=3498 vsize=13984976 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/3500/task/3512/stat : 3512 (java) S 3498 3498 30973 0 -1 1077944384 1753 0 0 0 33 0 0 0 20 0 15 0 95367217 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876077918320 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3513] ppid=3498 vsize=13984976 memory=2209 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3513/stat : 3513 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876076865760 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3514] ppid=3498 vsize=13984976 memory=8996 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3514/stat : 3514 (java) S 3498 3498 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95367218 14320615424 19662 33554432000 4194304 4196468 140732430415808 139876075814064 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 80032 KiB

[startup+1.5008 s]
/proc/loadavg: 1.88 1.89 1.87 5/217 3514
/proc/meminfo: memFree=31019524/32770624 swapFree=67108860/67108860
[pid=3498] ppid=3495 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3498/stat : 3498 (xcsp3-exec) S 3495 3498 30973 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95367211 9740288 346 33554432000 4194304 5098028 140735904462272 140735904460376 140051221414524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20643840 140735904466037 140735904466240 140735904466240 140735904468971 0
/proc/3498/statm: 2378 346 289 221 0 87 0

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

/proc/3500/task/3508/stat : 3508 (java) S 3498 3498 30973 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 95367215 14320615424 50100 33554432000 4194304 4196468 140732430415808 139876149781872 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3509] ppid=3498 vsize=13984976 memory=27504 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3509/stat : 3509 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14320615424 50100 33554432000 4194304 4196468 140732430415808 139876148730192 139876610488219 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3510] ppid=3498 vsize=13984976 memory=1384 CPUtime=1.66 cores=1,3,5,7
/proc/3500/task/3510/stat : 3510 (java) S 3498 3498 30973 0 -1 1077944384 8143 0 0 0 166 0 0 0 20 0 15 0 95367217 14320615424 50100 33554432000 4194304 4196468 140732430415808 139876147677552 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3511] ppid=3498 vsize=13984976 memory=1384 CPUtime=1.53 cores=1,3,5,7
/proc/3500/task/3511/stat : 3511 (java) S 3498 3498 30973 0 -1 1077944384 6324 0 0 0 152 1 0 0 20 0 15 0 95367217 14320615424 50100 33554432000 4194304 4196468 140732430415808 139876078971120 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3512] ppid=3498 vsize=13984976 memory=1384 CPUtime=0.5 cores=1,3,5,7
/proc/3500/task/3512/stat : 3512 (java) S 3498 3498 30973 0 -1 1077944384 5666 0 0 0 50 0 0 0 20 0 15 0 95367217 14320615424 50100 33554432000 4194304 4196468 140732430415808 139876077918320 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3513] ppid=3498 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3513/stat : 3513 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14320615424 50100 33554432000 4194304 4196468 140732430415808 139876076865760 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3514] ppid=3498 vsize=13984976 memory=200400 CPUtime=0.01 cores=1,3,5,7
/proc/3500/task/3514/stat : 3514 (java) S 3498 3498 30973 0 -1 1077944384 739 0 0 0 0 1 0 0 20 0 15 0 95367218 14320615424 50100 33554432000 4194304 4196468 140732430415808 139876075814064 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
Current children cumulated CPU time: 106.1 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 201784 KiB

[startup+162.301 s]
/proc/loadavg: 2.07 1.98 1.90 3/218 3623
/proc/meminfo: memFree=31345056/32770624 swapFree=67108860/67108860
[pid=3498] ppid=3495 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3498/stat : 3498 (xcsp3-exec) S 3495 3498 30973 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95367211 9740288 346 33554432000 4194304 5098028 140735904462272 140735904460376 140051221414524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20643840 140735904466037 140735904466240 140735904466240 140735904468971 0
/proc/3498/statm: 2378 346 289 221 0 87 0
[pid=3500] ppid=3498 vsize=13984976 memory=181680 CPUtime=166.51 cores=1,3,5,7
/proc/3500/stat : 3500 (java) S 3498 3498 30973 0 -1 1077944320 44677 0 0 0 16640 11 0 0 20 0 15 0 95367212 14320615424 45420 33554432000 4194304 4196468 140732430415808 140732430398352 139876610469623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
/proc/3500/statm: 3496244 45420 3255 1 0 3483478 0
[pid=3500/tid=3501] ppid=3498 vsize=13984976 memory=186800 CPUtime=162.2 cores=1,3,5,7
/proc/3500/task/3501/stat : 3501 (java) R 3498 3498 30973 0 -1 4202560 11548 0 0 0 16216 4 0 0 20 0 15 0 95367212 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876614708944 139876234053379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3502] ppid=3498 vsize=13984976 memory=184748 CPUtime=0.02 cores=1,3,5,7
/proc/3500/task/3502/stat : 3502 (java) S 3498 3498 30973 0 -1 1077944384 828 0 0 0 2 0 0 0 20 0 15 0 95367213 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876563090064 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3503] ppid=3498 vsize=13984976 memory=184748 CPUtime=0.02 cores=1,3,5,7
/proc/3500/task/3503/stat : 3503 (java) S 3498 3498 30973 0 -1 1077944384 1521 0 0 0 2 0 0 0 20 0 15 0 95367213 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876562037264 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3504] ppid=3498 vsize=13984976 memory=184760 CPUtime=0.02 cores=1,3,5,7
/proc/3500/task/3504/stat : 3504 (java) S 3498 3498 30973 0 -1 1077944384 1350 0 0 0 2 0 0 0 20 0 15 0 95367213 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876560984464 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3505] ppid=3498 vsize=13984976 memory=181680 CPUtime=0.02 cores=1,3,5,7
/proc/3500/task/3505/stat : 3505 (java) S 3498 3498 30973 0 -1 1077944384 1411 0 0 0 2 0 0 0 20 0 15 0 95367213 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876559931664 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3506] ppid=3498 vsize=13984976 memory=181680 CPUtime=0.02 cores=1,3,5,7
/proc/3500/task/3506/stat : 3506 (java) S 3498 3498 30973 0 -1 1077944384 1490 0 0 0 2 0 0 0 20 0 15 0 95367214 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876151888752 139876610480770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3507] ppid=3498 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3507/stat : 3507 (java) S 3498 3498 30973 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 95367215 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876150834720 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3508] ppid=3498 vsize=13984976 memory=181680 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3508/stat : 3508 (java) S 3498 3498 30973 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 95367215 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876149781872 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3509] ppid=3498 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3509/stat : 3509 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876148730192 139876610488219 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3510] ppid=3498 vsize=13984976 memory=184760 CPUtime=1.95 cores=1,3,5,7
/proc/3500/task/3510/stat : 3510 (java) S 3498 3498 30973 0 -1 1077944384 10973 0 0 0 195 0 0 0 20 0 15 0 95367217 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876147677552 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3511] ppid=3498 vsize=13984976 memory=0 CPUtime=1.63 cores=1,3,5,7
/proc/3500/task/3511/stat : 3511 (java) S 3498 3498 30973 0 -1 1077944384 7257 0 0 0 162 1 0 0 20 0 15 0 95367217 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876078971120 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3512] ppid=3498 vsize=13984976 memory=195 CPUtime=0.5 cores=1,3,5,7
/proc/3500/task/3512/stat : 3512 (java) S 3498 3498 30973 0 -1 1077944384 6182 0 0 0 50 0 0 0 20 0 15 0 95367217 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876077918320 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3513] ppid=3498 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3513/stat : 3513 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876076865760 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3514] ppid=3498 vsize=13984976 memory=4140 CPUtime=0.02 cores=1,3,5,7
/proc/3500/task/3514/stat : 3514 (java) S 3498 3498 30973 0 -1 1077944384 769 0 0 0 1 1 0 0 20 0 15 0 95367218 14320615424 45420 33554432000 4194304 4196468 140732430415808 139876075814064 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
Current children cumulated CPU time: 166.51 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 183064 KiB

[startup+222.301 s]
/proc/loadavg: 1.92 1.95 1.90 3/218 3624
/proc/meminfo: memFree=31368460/32770624 swapFree=67108860/67108860
[pid=3498] ppid=3495 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3498/stat : 3498 (xcsp3-exec) S 3495 3498 30973 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95367211 9740288 346 33554432000 4194304 5098028 140735904462272 140735904460376 140051221414524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20643840 140735904466037 140735904466240 140735904466240 140735904468971 0
/proc/3498/statm: 2378 346 289 221 0 87 0
[pid=3500] ppid=3498 vsize=13984976 memory=155516 CPUtime=226.56 cores=1,3,5,7
/proc/3500/stat : 3500 (java) S 3498 3498 30973 0 -1 1077944320 46574 0 0 0 22643 13 0 0 20 0 15 0 95367212 14320615424 38879 33554432000 4194304 4196468 140732430415808 140732430398352 139876610469623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
/proc/3500/statm: 3496244 38879 3255 1 0 3483478 0
[pid=3500/tid=3501] ppid=3498 vsize=13984976 memory=155516 CPUtime=222.17 cores=1,3,5,7
/proc/3500/task/3501/stat : 3501 (java) R 3498 3498 30973 0 -1 4202560 12073 0 0 0 22213 4 0 0 20 0 15 0 95367212 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876614709408 139876235506835 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3502] ppid=3498 vsize=13984976 memory=1384 CPUtime=0.03 cores=1,3,5,7
/proc/3500/task/3502/stat : 3502 (java) S 3498 3498 30973 0 -1 1077944384 849 0 0 0 3 0 0 0 20 0 15 0 95367213 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876563090064 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3503] ppid=3498 vsize=13984976 memory=155516 CPUtime=0.04 cores=1,3,5,7
/proc/3500/task/3503/stat : 3503 (java) S 3498 3498 30973 0 -1 1077944384 1539 0 0 0 3 1 0 0 20 0 15 0 95367213 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876562037264 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3504] ppid=3498 vsize=13984976 memory=1384 CPUtime=0.03 cores=1,3,5,7
/proc/3500/task/3504/stat : 3504 (java) S 3498 3498 30973 0 -1 1077944384 1721 0 0 0 3 0 0 0 20 0 15 0 95367213 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876560984464 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3505] ppid=3498 vsize=13984976 memory=4140 CPUtime=0.03 cores=1,3,5,7
/proc/3500/task/3505/stat : 3505 (java) S 3498 3498 30973 0 -1 1077944384 1471 0 0 0 3 0 0 0 20 0 15 0 95367213 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876559931664 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3506] ppid=3498 vsize=13984976 memory=160132 CPUtime=0.03 cores=1,3,5,7
/proc/3500/task/3506/stat : 3506 (java) S 3498 3498 30973 0 -1 1077944384 1733 0 0 0 3 0 0 0 20 0 15 0 95367214 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876151888752 139876610480770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3507] ppid=3498 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3507/stat : 3507 (java) S 3498 3498 30973 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 95367215 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876150834720 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3508] ppid=3498 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3508/stat : 3508 (java) S 3498 3498 30973 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 95367215 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876149781872 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3509] ppid=3498 vsize=13984976 memory=158080 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3509/stat : 3509 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876148730192 139876610488219 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3510] ppid=3498 vsize=13984976 memory=155516 CPUtime=1.96 cores=1,3,5,7
/proc/3500/task/3510/stat : 3510 (java) S 3498 3498 30973 0 -1 1077944384 11293 0 0 0 195 1 0 0 20 0 15 0 95367217 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876147677552 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3511] ppid=3498 vsize=13984976 memory=4140 CPUtime=1.63 cores=1,3,5,7
/proc/3500/task/3511/stat : 3511 (java) S 3498 3498 30973 0 -1 1077944384 7260 0 0 0 162 1 0 0 20 0 15 0 95367217 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876078971120 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3512] ppid=3498 vsize=13984976 memory=156540 CPUtime=0.51 cores=1,3,5,7
/proc/3500/task/3512/stat : 3512 (java) S 3498 3498 30973 0 -1 1077944384 6487 0 0 0 51 0 0 0 20 0 15 0 95367217 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876077918320 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3513] ppid=3498 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3513/stat : 3513 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876076865760 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3514] ppid=3498 vsize=13984976 memory=301741373374332954 CPUtime=0.04 cores=1,3,5,7
/proc/3500/task/3514/stat : 3514 (java) S 3498 3498 30973 0 -1 1077944384 800 0 0 0 2 2 0 0 20 0 15 0 95367218 14320615424 38879 33554432000 4194304 4196468 140732430415808 139876075814064 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
Current children cumulated CPU time: 226.56 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 156900 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.01 1.97 1.91 3/218 3625
/proc/meminfo: memFree=31373648/32770624 swapFree=67108860/67108860
[pid=3498] ppid=3495 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/3498/stat : 3498 (xcsp3-exec) S 3495 3498 30973 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 95367211 9740288 346 33554432000 4194304 5098028 140735904462272 140735904460376 140051221414524 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20643840 140735904466037 140735904466240 140735904466240 140735904468971 0
/proc/3498/statm: 2378 346 289 221 0 87 0
[pid=3500] ppid=3498 vsize=13984976 memory=150384 CPUtime=244.27 cores=1,3,5,7
/proc/3500/stat : 3500 (java) S 3498 3498 30973 0 -1 1077944320 46578 0 0 0 24414 13 0 0 20 0 15 0 95367212 14320615424 37596 33554432000 4194304 4196468 140732430415808 140732430398352 139876610469623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
/proc/3500/statm: 3496244 37596 3255 1 0 3483478 0
[pid=3500/tid=3501] ppid=3498 vsize=13984976 memory=1716 CPUtime=239.88 cores=1,3,5,7
/proc/3500/task/3501/stat : 3501 (java) R 3498 3498 30973 0 -1 4202560 12076 0 0 0 23984 4 0 0 20 0 15 0 95367212 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876614708944 139876235506094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3502] ppid=3498 vsize=13984976 memory=5792 CPUtime=0.03 cores=1,3,5,7
/proc/3500/task/3502/stat : 3502 (java) S 3498 3498 30973 0 -1 1077944384 849 0 0 0 3 0 0 0 20 0 15 0 95367213 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876563090064 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3503] ppid=3498 vsize=13984976 memory=-7003737579269690708 CPUtime=0.04 cores=1,3,5,7
/proc/3500/task/3503/stat : 3503 (java) S 3498 3498 30973 0 -1 1077944384 1539 0 0 0 3 1 0 0 20 0 15 0 95367213 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876562037264 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3504] ppid=3498 vsize=13984976 memory=1384 CPUtime=0.03 cores=1,3,5,7
/proc/3500/task/3504/stat : 3504 (java) S 3498 3498 30973 0 -1 1077944384 1722 0 0 0 3 0 0 0 20 0 15 0 95367213 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876560984464 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3505] ppid=3498 vsize=13984976 memory=192528 CPUtime=0.03 cores=1,3,5,7
/proc/3500/task/3505/stat : 3505 (java) S 3498 3498 30973 0 -1 1077944384 1471 0 0 0 3 0 0 0 20 0 15 0 95367213 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876559931664 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3506] ppid=3498 vsize=13984976 memory=1696 CPUtime=0.03 cores=1,3,5,7
/proc/3500/task/3506/stat : 3506 (java) S 3498 3498 30973 0 -1 1077944384 1733 0 0 0 3 0 0 0 20 0 15 0 95367214 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876151888752 139876610480770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3507] ppid=3498 vsize=13984976 memory=916 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3507/stat : 3507 (java) S 3498 3498 30973 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 95367215 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876150834720 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3508] ppid=3498 vsize=13984976 memory=3832 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3508/stat : 3508 (java) S 3498 3498 30973 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 95367215 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876149781872 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3509] ppid=3498 vsize=13984976 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3509/stat : 3509 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876148730192 139876610488219 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3510] ppid=3498 vsize=13984976 memory=1160 CPUtime=1.96 cores=1,3,5,7
/proc/3500/task/3510/stat : 3510 (java) S 3498 3498 30973 0 -1 1077944384 11293 0 0 0 195 1 0 0 20 0 15 0 95367217 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876147677552 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3511] ppid=3498 vsize=13984976 memory=3036 CPUtime=1.63 cores=1,3,5,7
/proc/3500/task/3511/stat : 3511 (java) S 3498 3498 30973 0 -1 1077944384 7260 0 0 0 162 1 0 0 20 0 15 0 95367217 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876078971120 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3512] ppid=3498 vsize=13984976 memory=1384 CPUtime=0.51 cores=1,3,5,7
/proc/3500/task/3512/stat : 3512 (java) S 3498 3498 30973 0 -1 1077944384 6487 0 0 0 51 0 0 0 20 0 15 0 95367217 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876077918320 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3513] ppid=3498 vsize=13984976 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/3500/task/3513/stat : 3513 (java) S 3498 3498 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95367217 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876076865760 139876610479829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
[pid=3500/tid=3514] ppid=3498 vsize=13984976 memory=4616 CPUtime=0.04 cores=1,3,5,7
/proc/3500/task/3514/stat : 3514 (java) S 3498 3498 30973 0 -1 1077944384 800 0 0 0 2 2 0 0 20 0 15 0 95367218 14320615424 37596 33554432000 4194304 4196468 140732430415808 139876075814064 139876610480770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140732430423197 140732430423372 140732430423372 140732430426063 0
Current children cumulated CPU time: 244.27 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 151768 KiB

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

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

[startup+240.022 s]
# the end of solver process 3500 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=244.161 s, system=0.138068 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.022
CPU time (s): 244.299
CPU user time (s): 244.161
CPU system time (s): 0.138068
CPU usage (%): 101.782
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 207424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.161
system time used= 0.138068
maximum resident set size= 206732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47679
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7818
involuntary context switches= 113


# summary of solver processes directly reported to runsolver:
#   pid: 3498,3500
#   total CPU time (s): 244.299
#   total CPU user time (s): 244.161
#   total CPU system time (s): 0.138068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44033 second user time and 2.15717 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 12:58:51
IDJOB=4270174
IDBENCH=135432
IDSOLVER=2661
FILE ID=node103/4270174-1502622790
RUNJOBID= node103-1502620106-1702
PBS_JOBID= 20628296
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.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-4270174-1502622790/watcher-4270174-1502622790 -o /tmp/evaluation-result-4270174-1502622790/solver-4270174-1502622790 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502620106-1702 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 931809647 HOME/instance-4270174-1502622790.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=931809647

node103.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.56
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.56
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.56
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.56
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:        31100072 kB
MemAvailable:   31401580 kB
Buffers:           93020 kB
Cached:           503128 kB
SwapCached:            0 kB
Active:          1105544 kB
Inactive:         140592 kB
Active(anon):     599148 kB
Inactive(anon):    78640 kB
Active(file):     506396 kB
Inactive(file):    61952 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7828 kB
Writeback:             0 kB
AnonPages:        627204 kB
Mapped:            55704 kB
Shmem:             25228 kB
Slab:             123920 kB
SReclaimable:      97988 kB
SUnreclaim:        25932 kB
KernelStack:        3840 kB
PageTables:         6244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2180904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    524288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61780 MiB
End job on node103 at 2017-08-13 13:02:52