Trace number 4269463

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 NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)? (TO) 2520.0701 2497.03

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-12-fair.xml
MD5SUM4cd037b51317e52702be0dab62f9a527
Bench CategoryCSP (decision 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 variables34626
Number of constraints32807
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":4598},{"size":201,"count":156},{"size":20001,"count":29872}]
Minimum variable degree2
Maximum variable degree276
Distribution of variable degrees[{"degree":2,"count":30674},{"degree":3,"count":792},{"degree":4,"count":45},{"degree":5,"count":330},{"degree":6,"count":186},{"degree":7,"count":671},{"degree":8,"count":971},{"degree":9,"count":546},{"degree":10,"count":24},{"degree":12,"count":25},{"degree":13,"count":288},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":13},{"degree":57,"count":13},{"degree":59,"count":10},{"degree":70,"count":1},{"degree":80,"count":12},{"degree":125,"count":2},{"degree":126,"count":10},{"degree":276,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":5304},{"arity":3,"count":27501}]
Number of extensional constraints0
Number of intensional constraints32807
Distribution of constraint types[{"type":"intension","count":32807}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269463-1502850726.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269463-1502850726.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
11.23/3.48	c solve instance...
2520.03/2497.01	s UNKNOWN
2520.03/2497.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 (13314 MiB free)
  memory of node 1: 16384 MiB (13599 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269463-1502850726/watcher-4269463-1502850726 -o /tmp/evaluation-result-4269463-1502850726/solver-4269463-1502850726 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502838668-25114 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 508822317 HOME/instance-4269463-1502850726.xml 

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

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


[startup+0.100388 s]*
/proc/loadavg: 1.76 2.47 2.78 4/217 27780
/proc/meminfo: memFree=27543712/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27764/stat : 27764 (xcsp3-exec) S 27761 27764 25083 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 118153478 9740288 345 33554432000 4194304 5098028 140720700631856 140720700629960 140262358807164 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23732224 140720700634223 140720700634427 140720700634427 140720700637163 0
/proc/27764/statm: 2378 345 289 221 0 87 0
[pid=27766] ppid=27764 vsize=13978596 memory=27840 CPUtime=0.12 cores=0,2,4,6
/proc/27766/stat : 27766 (java) S 27764 27764 25083 0 -1 1077944320 5325 0 0 0 11 1 0 0 20 0 15 0 118153479 14314082304 6960 33554432000 4194304 4196468 140727842270624 140727842253168 139991526682359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
/proc/27766/statm: 3494649 6960 2866 1 0 3482966 0
[pid=27766/tid=27767] ppid=27764 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/27766/task/27767/stat : 27767 (java) R 27764 27764 25083 0 -1 4202560 3315 0 0 0 8 0 0 0 20 0 15 0 118153479 14314082304 6960 33554432000 4194304 4196468 140727842270624 139991530908896 139991526694294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27768] ppid=27764 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27768/stat : 27768 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153480 14314082304 6960 33554432000 4194304 4196468 140727842270624 139991441750416 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27769] ppid=27764 vsize=13978596 memory=140577671902848 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27769/stat : 27769 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153480 14314082304 6960 33554432000 4194304 4196468 140727842270624 139991440697616 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27770] ppid=27764 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27770/stat : 27770 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153480 14314082304 6960 33554432000 4194304 4196468 140727842270624 139991120341648 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27771] ppid=27764 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27771/stat : 27771 (java) S 27764 27764 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118153480 14314082304 6960 33554432000 4194304 4196468 140727842270624 139991119288848 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27772] ppid=27764 vsize=13978596 memory=140577671902848 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27772/stat : 27772 (java) S 27764 27764 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118153481 14314082304 6960 33554432000 4194304 4196468 140727842270624 139991000889968 139991526693506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27773] ppid=27764 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27773/stat : 27773 (java) S 27764 27764 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118153482 14314082304 6960 33554432000 4194304 4196468 140727842270624 139990999835936 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27774] ppid=27764 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27774/stat : 27774 (java) S 27764 27764 25083 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118153482 14314082304 6960 33554432000 4194304 4196468 140727842270624 139990998783600 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27775] ppid=27764 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27775/stat : 27775 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14314082304 6960 33554432000 4194304 4196468 140727842270624 139990997731920 139991526700955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27776] ppid=27764 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27776/stat : 27776 (java) S 27764 27764 25083 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 118153484 14314082304 6960 33554432000 4194304 4196468 140727842270624 139990996678768 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27777] ppid=27764 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27777/stat : 27777 (java) S 27764 27764 25083 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 118153484 14314082304 6960 33554432000 4194304 4196468 140727842270624 139990995625968 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27778] ppid=27764 vsize=13978596 memory=140577671902848 CPUtime=0.01 cores=0,2,4,6
/proc/27766/task/27778/stat : 27778 (java) R 27764 27764 25083 0 -1 4202560 285 0 0 0 1 0 0 0 20 0 15 0 118153484 14314082304 6960 33554432000 4194304 4196468 140727842270624 139990994573680 139991510762846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27779] ppid=27764 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27779/stat : 27779 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14314082304 6960 33554432000 4194304 4196468 140727842270624 139990993521120 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27780] ppid=27764 vsize=13978596 memory=140577671902848 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27780/stat : 27780 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153485 14314082304 6960 33554432000 4194304 4196468 140727842270624 139990992468912 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29220 KiB

[startup+0.210472 s]*
/proc/loadavg: 1.76 2.47 2.78 3/217 27780
/proc/meminfo: memFree=27532192/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27764/stat : 27764 (xcsp3-exec) S 27761 27764 25083 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 118153478 9740288 345 33554432000 4194304 5098028 140720700631856 140720700629960 140262358807164 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23732224 140720700634223 140720700634427 140720700634427 140720700637163 0
/proc/27764/statm: 2378 345 289 221 0 87 0
[pid=27766] ppid=27764 vsize=13982884 memory=40556 CPUtime=0.33 cores=0,2,4,6
/proc/27766/stat : 27766 (java) S 27764 27764 25083 0 -1 1077944320 8163 0 0 0 31 2 0 0 20 0 15 0 118153479 14318473216 10139 33554432000 4194304 4196468 140727842270624 140727842253168 139991526682359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
/proc/27766/statm: 3495713 10139 3070 1 0 3482966 0
[pid=27766/tid=27767] ppid=27764 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/27766/task/27767/stat : 27767 (java) D 27764 27764 25083 0 -1 1077944384 5265 0 0 0 18 2 0 0 20 0 15 0 118153479 14318440448 10139 33554432000 4194304 4196468 140727842270624 139991530884048 139991519361581 0 4 0 16800975 18446744072101568036 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27768] ppid=27764 vsize=13982852 memory=8911 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27768/stat : 27768 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153480 14318440448 10139 33554432000 4194304 4196468 140727842270624 139991441750416 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27769] ppid=27764 vsize=13982884 memory=288370953823614592 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27769/stat : 27769 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153480 14318473216 10139 33554432000 4194304 4196468 140727842270624 139991440697616 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27770] ppid=27764 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27770/stat : 27770 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153480 14318440448 10139 33554432000 4194304 4196468 140727842270624 139991120341648 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27771] ppid=27764 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27771/stat : 27771 (java) S 27764 27764 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118153480 14318440448 10139 33554432000 4194304 4196468 140727842270624 139991119288848 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27772] ppid=27764 vsize=13982852 memory=140577671902848 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27772/stat : 27772 (java) S 27764 27764 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118153481 14318440448 10139 33554432000 4194304 4196468 140727842270624 139991000889968 139991526693506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27773] ppid=27764 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27773/stat : 27773 (java) S 27764 27764 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118153482 14318440448 10139 33554432000 4194304 4196468 140727842270624 139990999835936 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27774] ppid=27764 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27774/stat : 27774 (java) S 27764 27764 25083 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118153482 14318440448 10139 33554432000 4194304 4196468 140727842270624 139990998783600 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27775] ppid=27764 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27775/stat : 27775 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14318473216 10139 33554432000 4194304 4196468 140727842270624 139990997731920 139991526700955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27776] ppid=27764 vsize=13982884 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27766/task/27776/stat : 27776 (java) S 27764 27764 25083 0 -1 1077944384 531 0 0 0 2 0 0 0 20 0 15 0 118153484 14318473216 10139 33554432000 4194304 4196468 140727842270624 139990996678768 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27777] ppid=27764 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27766/task/27777/stat : 27777 (java) S 27764 27764 25083 0 -1 1077944384 300 0 0 0 2 0 0 0 20 0 15 0 118153484 14318440448 10139 33554432000 4194304 4196468 140727842270624 139990995625968 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27778] ppid=27764 vsize=13982852 memory=140577671902848 CPUtime=0.08 cores=0,2,4,6
/proc/27766/task/27778/stat : 27778 (java) S 27764 27764 25083 0 -1 1077944384 771 0 0 0 8 0 0 0 20 0 15 0 118153484 14318440448 10139 33554432000 4194304 4196468 140727842270624 139990994573680 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27779] ppid=27764 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27779/stat : 27779 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14318440448 10139 33554432000 4194304 4196468 140727842270624 139990993521120 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27780] ppid=27764 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27780/stat : 27780 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153485 14318440448 10139 33554432000 4194304 4196468 140727842270624 139990992468912 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 41936 KiB

[startup+0.310335 s]*
/proc/loadavg: 1.76 2.47 2.78 4/217 27780
/proc/meminfo: memFree=27525864/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27764/stat : 27764 (xcsp3-exec) S 27761 27764 25083 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 118153478 9740288 345 33554432000 4194304 5098028 140720700631856 140720700629960 140262358807164 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23732224 140720700634223 140720700634427 140720700634427 140720700637163 0
/proc/27764/statm: 2378 345 289 221 0 87 0
[pid=27766] ppid=27764 vsize=13982852 memory=47412 CPUtime=0.5 cores=0,2,4,6
/proc/27766/stat : 27766 (java) S 27764 27764 25083 0 -1 1077944320 8971 0 0 0 47 3 0 0 20 0 15 0 118153479 14318440448 11853 33554432000 4194304 4196468 140727842270624 140727842253168 139991526682359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
/proc/27766/statm: 3495713 11853 3117 1 0 3482966 0
[pid=27766/tid=27767] ppid=27764 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/27766/task/27767/stat : 27767 (java) R 27764 27764 25083 0 -1 4202560 5899 0 0 0 27 2 0 0 20 0 15 0 118153479 14318440448 11853 33554432000 4194304 4196468 140727842270624 139991530920176 139991120482375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27768] ppid=27764 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27768/stat : 27768 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153480 14318440448 11853 33554432000 4194304 4196468 140727842270624 139991441750416 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27769] ppid=27764 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27769/stat : 27769 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153480 14318440448 11853 33554432000 4194304 4196468 140727842270624 139991440697616 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27770] ppid=27764 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27770/stat : 27770 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153480 14318440448 11853 33554432000 4194304 4196468 140727842270624 139991120341648 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27771] ppid=27764 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27771/stat : 27771 (java) S 27764 27764 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118153480 14318440448 11853 33554432000 4194304 4196468 140727842270624 139991119288848 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27772] ppid=27764 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27772/stat : 27772 (java) S 27764 27764 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118153481 14318440448 11853 33554432000 4194304 4196468 140727842270624 139991000889968 139991526693506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27773] ppid=27764 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27773/stat : 27773 (java) S 27764 27764 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118153482 14318440448 11853 33554432000 4194304 4196468 140727842270624 139990999835936 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27774] ppid=27764 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27774/stat : 27774 (java) S 27764 27764 25083 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118153482 14318440448 11853 33554432000 4194304 4196468 140727842270624 139990998783600 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27775] ppid=27764 vsize=13982852 memory=-6664436420846796947 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27775/stat : 27775 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14318440448 11853 33554432000 4194304 4196468 140727842270624 139990997731920 139991526700955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27776] ppid=27764 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=0,2,4,6
/proc/27766/task/27776/stat : 27776 (java) S 27764 27764 25083 0 -1 1077944384 541 0 0 0 3 0 0 0 20 0 15 0 118153484 14318440448 11853 33554432000 4194304 4196468 140727842270624 139990996678768 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27777] ppid=27764 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27766/task/27777/stat : 27777 (java) R 27764 27764 25083 0 -1 1077944384 355 0 0 0 3 0 0 0 20 0 15 0 118153484 14318440448 11853 33554432000 4194304 4196468 140727842270624 139990995625968 139991526693506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27778] ppid=27764 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/27766/task/27778/stat : 27778 (java) R 27764 27764 25083 0 -1 4202560 874 0 0 0 12 0 0 0 20 0 15 0 118153484 14318440448 11853 33554432000 4194304 4196468 140727842270624 139990994571472 139991519788051 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27779] ppid=27764 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27779/stat : 27779 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14318440448 11853 33554432000 4194304 4196468 140727842270624 139990993521120 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27780] ppid=27764 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27780/stat : 27780 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153485 14318440448 11853 33554432000 4194304 4196468 140727842270624 139990992468912 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48792 KiB

[startup+0.701282 s]
/proc/loadavg: 1.76 2.47 2.78 5/217 27780
/proc/meminfo: memFree=27483292/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27764/stat : 27764 (xcsp3-exec) S 27761 27764 25083 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 118153478 9740288 345 33554432000 4194304 5098028 140720700631856 140720700629960 140262358807164 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23732224 140720700634223 140720700634427 140720700634427 140720700637163 0
/proc/27764/statm: 2378 345 289 221 0 87 0
[pid=27766] ppid=27764 vsize=13982928 memory=123612 CPUtime=1.74 cores=0,2,4,6
/proc/27766/stat : 27766 (java) S 27764 27764 25083 0 -1 1077944320 12227 0 0 0 169 5 0 0 20 0 15 0 118153479 14318518272 30903 33554432000 4194304 4196468 140727842270624 140727842253168 139991526682359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
/proc/27766/statm: 3495732 30903 3199 1 0 3482966 0
[pid=27766/tid=27767] ppid=27764 vsize=13982928 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/27766/task/27767/stat : 27767 (java) R 27764 27764 25083 0 -1 4202560 6249 0 0 0 64 3 0 0 20 0 15 0 118153479 14318518272 30903 33554432000 4194304 4196468 140727842270624 139991530915344 139991123218385 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27768] ppid=27764 vsize=13982928 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27768/stat : 27768 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153480 14318518272 30903 33554432000 4194304 4196468 140727842270624 139991441750416 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27769] ppid=27764 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27769/stat : 27769 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153480 14318518272 30903 33554432000 4194304 4196468 140727842270624 139991440697616 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27770] ppid=27764 vsize=13982928 memory=33284 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27770/stat : 27770 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153480 14318518272 30903 33554432000 4194304 4196468 140727842270624 139991120341648 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27771] ppid=27764 vsize=13982928 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27771/stat : 27771 (java) S 27764 27764 25083 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 118153480 14318518272 30903 33554432000 4194304 4196468 140727842270624 139991119288848 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27772] ppid=27764 vsize=13982928 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27772/stat : 27772 (java) S 27764 27764 25083 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 118153481 14318518272 30903 33554432000 4194304 4196468 140727842270624 139991000889968 139991526693506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27773] ppid=27764 vsize=13982928 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27773/stat : 27773 (java) S 27764 27764 25083 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 118153482 14318518272 30903 33554432000 4194304 4196468 140727842270624 139990999835936 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27774] ppid=27764 vsize=13982928 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27774/stat : 27774 (java) S 27764 27764 25083 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 118153482 14318518272 30903 33554432000 4194304 4196468 140727842270624 139990998783600 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27775] ppid=27764 vsize=13982928 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27775/stat : 27775 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14318518272 30903 33554432000 4194304 4196468 140727842270624 139990997731920 139991526700955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27776] ppid=27764 vsize=13982928 memory=5792 CPUtime=0.37 cores=0,2,4,6
/proc/27766/task/27776/stat : 27776 (java) R 27764 27764 25083 0 -1 4202560 1584 0 0 0 37 0 0 0 20 0 15 0 118153484 14318518272 30903 33554432000 4194304 4196468 140727842270624 139990996659784 139991510179129 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27777] ppid=27764 vsize=13982928 memory=796 CPUtime=0.37 cores=0,2,4,6
/proc/27766/task/27777/stat : 27777 (java) R 27764 27764 25083 0 -1 4202560 1483 0 0 0 37 0 0 0 20 0 15 0 118153484 14318518272 30903 33554432000 4194304 4196468 140727842270624 139990995612512 139991507872286 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27778] ppid=27764 vsize=13982928 memory=1436 CPUtime=0.29 cores=0,2,4,6
/proc/27766/task/27778/stat : 27778 (java) S 27764 27764 25083 0 -1 1077944384 1604 0 0 0 29 0 0 0 20 0 15 0 118153484 14318518272 30903 33554432000 4194304 4196468 140727842270624 139990994573680 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27779] ppid=27764 vsize=13982928 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27779/stat : 27779 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14318518272 30903 33554432000 4194304 4196468 140727842270624 139990993521120 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27780] ppid=27764 vsize=13982928 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27780/stat : 27780 (java) S 27764 27764 25083 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 118153485 14318518272 30903 33554432000 4194304 4196468 140727842270624 139990992468912 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 124992 KiB

[startup+1.50129 s]
/proc/loadavg: 1.76 2.47 2.78 5/217 27780
/proc/meminfo: memFree=27365516/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27764/stat : 27764 (xcsp3-exec) S 27761 27764 25083 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 118153478 9740288 345 33554432000 4194304 5098028 140720700631856 140720700629960 140262358807164 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23732224 140720700634223 140720700634427 140720700634427 140720700637163 0
/proc/27764/statm: 2378 345 289 221 0 87 0

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

/proc/27766/task/27774/stat : 27774 (java) S 27764 27764 25083 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 118153482 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990998783616 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27775] ppid=27764 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27775/stat : 27775 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990997731920 139991526700955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27776] ppid=27764 vsize=13984976 memory=1380 CPUtime=5.53 cores=0,2,4,6
/proc/27766/task/27776/stat : 27776 (java) S 27764 27764 25083 0 -1 1077944384 21624 0 0 0 549 4 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990996678768 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27777] ppid=27764 vsize=13984976 memory=2297992 CPUtime=4.7 cores=0,2,4,6
/proc/27766/task/27777/stat : 27777 (java) S 27764 27764 25083 0 -1 1077944384 20341 0 0 0 467 3 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990995625968 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27778] ppid=27764 vsize=13984976 memory=2297992 CPUtime=0.96 cores=0,2,4,6
/proc/27766/task/27778/stat : 27778 (java) S 27764 27764 25083 0 -1 1077944384 14520 0 0 0 94 2 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990994573680 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27779] ppid=27764 vsize=13984976 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27779/stat : 27779 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990993521120 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27780] ppid=27764 vsize=13984976 memory=33324 CPUtime=1.05 cores=0,2,4,6
/proc/27766/task/27780/stat : 27780 (java) S 27764 27764 25083 0 -1 1077944384 1551 0 0 0 52 53 0 0 20 0 15 0 118153485 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990992468912 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
Current children cumulated CPU time: 2345.22 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2299372 KiB

[startup+2382.3 s]
/proc/loadavg: 2.07 2.00 1.98 3/217 27929
/proc/meminfo: memFree=22946208/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27764/stat : 27764 (xcsp3-exec) S 27761 27764 25083 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 118153478 9740288 345 33554432000 4194304 5098028 140720700631856 140720700629960 140262358807164 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23732224 140720700634223 140720700634427 140720700634427 140720700637163 0
/proc/27764/statm: 2378 345 289 221 0 87 0
[pid=27766] ppid=27764 vsize=13984976 memory=2297992 CPUtime=2405.26 cores=0,2,4,6
/proc/27766/stat : 27766 (java) S 27764 27764 25083 0 -1 1077944320 130482 0 0 0 240312 214 0 0 20 0 15 0 118153479 14320615424 574498 33554432000 4194304 4196468 140727842270624 140727842253168 139991526682359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
/proc/27766/statm: 3496244 574498 3287 1 0 3483478 0
[pid=27766/tid=27767] ppid=27764 vsize=13984976 memory=2297992 CPUtime=2377.81 cores=0,2,4,6
/proc/27766/task/27767/stat : 27767 (java) R 27764 27764 25083 0 -1 4202560 58740 0 0 0 237764 17 0 0 20 0 15 0 118153479 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991530919280 139991130315080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27768] ppid=27764 vsize=13984976 memory=2297992 CPUtime=3.56 cores=0,2,4,6
/proc/27766/task/27768/stat : 27768 (java) S 27764 27764 25083 0 -1 1077944384 2210 0 0 0 319 37 0 0 20 0 15 0 118153480 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991441750416 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27769] ppid=27764 vsize=13984976 memory=1380 CPUtime=3.54 cores=0,2,4,6
/proc/27766/task/27769/stat : 27769 (java) S 27764 27764 25083 0 -1 1077944384 1686 0 0 0 320 34 0 0 20 0 15 0 118153480 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991440697616 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27770] ppid=27764 vsize=13984976 memory=2297992 CPUtime=3.61 cores=0,2,4,6
/proc/27766/task/27770/stat : 27770 (java) S 27764 27764 25083 0 -1 1077944384 1537 0 0 0 323 38 0 0 20 0 15 0 118153480 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991120341648 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27771] ppid=27764 vsize=13984976 memory=1380 CPUtime=3.5 cores=0,2,4,6
/proc/27766/task/27771/stat : 27771 (java) S 27764 27764 25083 0 -1 1077944384 2125 0 0 0 317 33 0 0 20 0 15 0 118153480 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991119288848 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27772] ppid=27764 vsize=13984976 memory=2297992 CPUtime=0.87 cores=0,2,4,6
/proc/27766/task/27772/stat : 27772 (java) S 27764 27764 25083 0 -1 1077944384 4475 0 0 0 85 2 0 0 20 0 15 0 118153481 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991000889968 139991526693506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27773] ppid=27764 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27773/stat : 27773 (java) S 27764 27764 25083 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 118153482 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990999836000 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27774] ppid=27764 vsize=13984976 memory=2297992 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27774/stat : 27774 (java) S 27764 27764 25083 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 118153482 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990998783616 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27775] ppid=27764 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27775/stat : 27775 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990997731920 139991526700955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27776] ppid=27764 vsize=13984976 memory=1380 CPUtime=5.54 cores=0,2,4,6
/proc/27766/task/27776/stat : 27776 (java) S 27764 27764 25083 0 -1 1077944384 21805 0 0 0 550 4 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990996678768 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27777] ppid=27764 vsize=13984976 memory=4144 CPUtime=4.7 cores=0,2,4,6
/proc/27766/task/27777/stat : 27777 (java) S 27764 27764 25083 0 -1 1077944384 20343 0 0 0 467 3 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990995625968 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27778] ppid=27764 vsize=13984976 memory=1380 CPUtime=0.97 cores=0,2,4,6
/proc/27766/task/27778/stat : 27778 (java) S 27764 27764 25083 0 -1 1077944384 14634 0 0 0 95 2 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990994573680 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27779] ppid=27764 vsize=13984976 memory=2297992 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27779/stat : 27779 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990993521120 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27780] ppid=27764 vsize=13984976 memory=4144 CPUtime=1.08 cores=0,2,4,6
/proc/27766/task/27780/stat : 27780 (java) S 27764 27764 25083 0 -1 1077944384 1583 0 0 0 54 54 0 0 20 0 15 0 118153485 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990992468912 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
Current children cumulated CPU time: 2405.26 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2299372 KiB

[startup+2442.3 s]
/proc/loadavg: 2.03 2.00 1.98 3/217 27931
/proc/meminfo: memFree=22947332/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27764/stat : 27764 (xcsp3-exec) S 27761 27764 25083 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 118153478 9740288 345 33554432000 4194304 5098028 140720700631856 140720700629960 140262358807164 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23732224 140720700634223 140720700634427 140720700634427 140720700637163 0
/proc/27764/statm: 2378 345 289 221 0 87 0
[pid=27766] ppid=27764 vsize=13984976 memory=2297992 CPUtime=2465.29 cores=0,2,4,6
/proc/27766/stat : 27766 (java) S 27764 27764 25083 0 -1 1077944320 131547 0 0 0 246314 215 0 0 20 0 15 0 118153479 14320615424 574498 33554432000 4194304 4196468 140727842270624 140727842253168 139991526682359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
/proc/27766/statm: 3496244 574498 3287 1 0 3483478 0
[pid=27766/tid=27767] ppid=27764 vsize=13984976 memory=2297992 CPUtime=2437.81 cores=0,2,4,6
/proc/27766/task/27767/stat : 27767 (java) R 27764 27764 25083 0 -1 4202560 59762 0 0 0 243764 17 0 0 20 0 15 0 118153479 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991530919280 139991130052872 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27768] ppid=27764 vsize=13984976 memory=1380 CPUtime=3.56 cores=0,2,4,6
/proc/27766/task/27768/stat : 27768 (java) S 27764 27764 25083 0 -1 1077944384 2210 0 0 0 319 37 0 0 20 0 15 0 118153480 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991441750416 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27769] ppid=27764 vsize=13984976 memory=1380 CPUtime=3.54 cores=0,2,4,6
/proc/27766/task/27769/stat : 27769 (java) S 27764 27764 25083 0 -1 1077944384 1686 0 0 0 320 34 0 0 20 0 15 0 118153480 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991440697616 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27770] ppid=27764 vsize=13984976 memory=2297992 CPUtime=3.61 cores=0,2,4,6
/proc/27766/task/27770/stat : 27770 (java) S 27764 27764 25083 0 -1 1077944384 1537 0 0 0 323 38 0 0 20 0 15 0 118153480 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991120341648 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27771] ppid=27764 vsize=13984976 memory=2297992 CPUtime=3.5 cores=0,2,4,6
/proc/27766/task/27771/stat : 27771 (java) S 27764 27764 25083 0 -1 1077944384 2125 0 0 0 317 33 0 0 20 0 15 0 118153480 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991119288848 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27772] ppid=27764 vsize=13984976 memory=2297992 CPUtime=0.87 cores=0,2,4,6
/proc/27766/task/27772/stat : 27772 (java) S 27764 27764 25083 0 -1 1077944384 4494 0 0 0 85 2 0 0 20 0 15 0 118153481 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991000889968 139991526693506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27773] ppid=27764 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27773/stat : 27773 (java) S 27764 27764 25083 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 118153482 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990999836000 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27774] ppid=27764 vsize=13984976 memory=2297992 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27774/stat : 27774 (java) S 27764 27764 25083 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 118153482 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990998783616 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27775] ppid=27764 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27775/stat : 27775 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990997731920 139991526700955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27776] ppid=27764 vsize=13984976 memory=1380 CPUtime=5.54 cores=0,2,4,6
/proc/27766/task/27776/stat : 27776 (java) S 27764 27764 25083 0 -1 1077944384 21807 0 0 0 550 4 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990996678768 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27777] ppid=27764 vsize=13984976 memory=1380 CPUtime=4.7 cores=0,2,4,6
/proc/27766/task/27777/stat : 27777 (java) S 27764 27764 25083 0 -1 1077944384 20346 0 0 0 467 3 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990995625968 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27778] ppid=27764 vsize=13984976 memory=1380 CPUtime=0.97 cores=0,2,4,6
/proc/27766/task/27778/stat : 27778 (java) S 27764 27764 25083 0 -1 1077944384 14636 0 0 0 95 2 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990994573680 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27779] ppid=27764 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27779/stat : 27779 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990993521120 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27780] ppid=27764 vsize=13984976 memory=1380 CPUtime=1.11 cores=0,2,4,6
/proc/27766/task/27780/stat : 27780 (java) S 27764 27764 25083 0 -1 1077944384 1600 0 0 0 56 55 0 0 20 0 15 0 118153485 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990992468912 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
Current children cumulated CPU time: 2465.29 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2299372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497 s]*
/proc/loadavg: 2.01 2.00 1.98 3/217 27932
/proc/meminfo: memFree=22971016/32770624 swapFree=67108860/67108860
[pid=27764] ppid=27761 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27764/stat : 27764 (xcsp3-exec) S 27761 27764 25083 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 118153478 9740288 345 33554432000 4194304 5098028 140720700631856 140720700629960 140262358807164 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23732224 140720700634223 140720700634427 140720700634427 140720700637163 0
/proc/27764/statm: 2378 345 289 221 0 87 0
[pid=27766] ppid=27764 vsize=13984976 memory=2297992 CPUtime=2520.03 cores=0,2,4,6
/proc/27766/stat : 27766 (java) S 27764 27764 25083 0 -1 1077944320 132517 0 0 0 251787 216 0 0 20 0 15 0 118153479 14320615424 574498 33554432000 4194304 4196468 140727842270624 140727842253168 139991526682359 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
/proc/27766/statm: 3496244 574498 3287 1 0 3483478 0
[pid=27766/tid=27767] ppid=27764 vsize=13984976 memory=6791534058613427641 CPUtime=2492.52 cores=0,2,4,6
/proc/27766/task/27767/stat : 27767 (java) R 27764 27764 25083 0 -1 4202560 60698 0 0 0 249235 17 0 0 20 0 15 0 118153479 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991530919280 139991131278134 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27768] ppid=27764 vsize=13984976 memory=4872558044660077418 CPUtime=3.56 cores=0,2,4,6
/proc/27766/task/27768/stat : 27768 (java) S 27764 27764 25083 0 -1 1077944384 2210 0 0 0 319 37 0 0 20 0 15 0 118153480 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991441750416 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27769] ppid=27764 vsize=13984976 memory=1224 CPUtime=3.54 cores=0,2,4,6
/proc/27766/task/27769/stat : 27769 (java) S 27764 27764 25083 0 -1 1077944384 1686 0 0 0 320 34 0 0 20 0 15 0 118153480 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991440697616 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27770] ppid=27764 vsize=13984976 memory=12032 CPUtime=3.61 cores=0,2,4,6
/proc/27766/task/27770/stat : 27770 (java) S 27764 27764 25083 0 -1 1077944384 1537 0 0 0 323 38 0 0 20 0 15 0 118153480 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991120341648 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27771] ppid=27764 vsize=13984976 memory=5792 CPUtime=3.5 cores=0,2,4,6
/proc/27766/task/27771/stat : 27771 (java) S 27764 27764 25083 0 -1 1077944384 2125 0 0 0 317 33 0 0 20 0 15 0 118153480 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991119288848 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27772] ppid=27764 vsize=13984976 memory=796 CPUtime=0.87 cores=0,2,4,6
/proc/27766/task/27772/stat : 27772 (java) S 27764 27764 25083 0 -1 1077944384 4499 0 0 0 85 2 0 0 20 0 15 0 118153481 14320615424 574498 33554432000 4194304 4196468 140727842270624 139991000889968 139991526693506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27773] ppid=27764 vsize=13984976 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27773/stat : 27773 (java) S 27764 27764 25083 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 118153482 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990999836000 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27774] ppid=27764 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27774/stat : 27774 (java) S 27764 27764 25083 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 118153482 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990998783616 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27775] ppid=27764 vsize=13984976 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27775/stat : 27775 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990997731920 139991526700955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27776] ppid=27764 vsize=13984976 memory=1952 CPUtime=5.54 cores=0,2,4,6
/proc/27766/task/27776/stat : 27776 (java) S 27764 27764 25083 0 -1 1077944384 21809 0 0 0 550 4 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990996678768 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27777] ppid=27764 vsize=13984976 memory=8676 CPUtime=4.7 cores=0,2,4,6
/proc/27766/task/27777/stat : 27777 (java) S 27764 27764 25083 0 -1 1077944384 20348 0 0 0 467 3 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990995625968 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27778] ppid=27764 vsize=13984976 memory=4620 CPUtime=0.97 cores=0,2,4,6
/proc/27766/task/27778/stat : 27778 (java) S 27764 27764 25083 0 -1 1077944384 14639 0 0 0 95 2 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990994573680 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27779] ppid=27764 vsize=13984976 memory=2297992 CPUtime=0 cores=0,2,4,6
/proc/27766/task/27779/stat : 27779 (java) S 27764 27764 25083 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 118153484 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990993521120 139991526692565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
[pid=27766/tid=27780] ppid=27764 vsize=13984976 memory=2471196 CPUtime=1.14 cores=0,2,4,6
/proc/27766/task/27780/stat : 27780 (java) S 27764 27764 25083 0 -1 1077944384 1622 0 0 0 57 57 0 0 20 0 15 0 118153485 14320615424 574498 33554432000 4194304 4196468 140727842270624 139990992468912 139991526693506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37822464 140727842276503 140727842276679 140727842276679 140727842279375 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2299372 KiB

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

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

[startup+2497.03 s]
# the end of solver process 27766 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.89 s, system=2.17843 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): 2497.03
CPU time (s): 2520.07
CPU user time (s): 2517.89
CPU system time (s): 2.17843
CPU usage (%): 100.923
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 2299372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.89
system time used= 2.17843
maximum resident set size= 2298556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133365
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57677
involuntary context switches= 2619


# summary of solver processes directly reported to runsolver:
#   pid: 27764,27766
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.89
#   total CPU system time (s): 2.17843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9707 second user time and 23.1066 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-16 04:17:47
IDJOB=4269463
IDBENCH=139206
IDSOLVER=2660
FILE ID=node149/4269463-1502850726
RUNJOBID= node149-1502838668-25114
PBS_JOBID= 20629851
Free space on /tmp= 61928 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-12-fair.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-4269463-1502850726/watcher-4269463-1502850726 -o /tmp/evaluation-result-4269463-1502850726/solver-4269463-1502850726 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502838668-25114 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 508822317 HOME/instance-4269463-1502850726.xml

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

MD5SUM BENCH= 4cd037b51317e52702be0dab62f9a527
RANDOM SEED=508822317

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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.43
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.43
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.43
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:        27560940 kB
MemAvailable:   31803576 kB
Buffers:          331120 kB
Cached:          4183656 kB
SwapCached:            0 kB
Active:          1383496 kB
Inactive:        3354552 kB
Active(anon):     226276 kB
Inactive(anon):    24956 kB
Active(file):    1157220 kB
Inactive(file):  3329596 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9056 kB
Writeback:            40 kB
AnonPages:        227328 kB
Mapped:            58920 kB
Shmem:             25224 kB
Slab:             171052 kB
SReclaimable:     143312 kB
SUnreclaim:        27740 kB
KernelStack:        3712 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1215428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61920 MiB
End job on node149 at 2017-08-16 04:59:25