Trace number 4292364

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.7 seq (493a269)? (TO) 2400.03 2389.31

General information on the benchmark

NameNurseRostering/
NurseRostering-15_c18.xml
MD5SUM08877e0fafa48cd5ca524d34b6939bef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43817
Best CPU time to get the best result obtained on this benchmark2519.82
Satisfiable
(Un)Satisfiability was proved
Number of variables3553
Number of constraints9202
Number of domains26
Minimum domain size1
Maximum domain size46
Distribution of domain sizes[{"size":1,"count":135},{"size":2,"count":760},{"size":3,"count":8},{"size":4,"count":30},{"size":5,"count":14},{"size":7,"count":1890},{"size":8,"count":2},{"size":9,"count":2},{"size":12,"count":2},{"size":13,"count":11},{"size":15,"count":15},{"size":20,"count":10},{"size":22,"count":38},{"size":43,"count":90},{"size":46,"count":546}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":1393},{"degree":3,"count":270},{"degree":18,"count":2},{"degree":19,"count":33},{"degree":20,"count":47},{"degree":21,"count":9},{"degree":22,"count":30},{"degree":23,"count":52},{"degree":24,"count":74},{"degree":25,"count":66},{"degree":26,"count":110},{"degree":27,"count":537},{"degree":28,"count":506},{"degree":29,"count":252},{"degree":30,"count":135},{"degree":31,"count":37}]
Minimum constraint arity2
Maximum constraint arity180
Distribution of constraint arities[{"arity":2,"count":3337},{"arity":3,"count":3120},{"arity":4,"count":390},{"arity":6,"count":1340},{"arity":7,"count":405},{"arity":43,"count":315},{"arity":46,"count":294},{"arity":180,"count":1}]
Number of extensional constraints2139
Number of intensional constraints1116
Distribution of constraint types[{"type":"extension","count":2139},{"type":"intension","count":1116},{"type":"regular","count":3592},{"type":"sum","count":90},{"type":"count","count":2264},{"type":"instantiation","count":1}]
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-4292364-1532281485.xml"  -tl '2400s' -p 1 -x 0
0.13/0.17	c Choco 493a269
0.13/0.17	c [HOME/instance-4292364-1532281485.xml, -tl, 2400s, -p, 1, -x, 0]
0.13/0.21	c simple solver
0.34/0.27	c parse instance...
5.96/2.10	c solve instance...
2400.00/2389.30	s UNKNOWN
2400.00/2389.30	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 (4737 MiB free)
  memory of node 1: 16384 MiB (10953 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292364-1532281485/watcher-4292364-1532281485 -o /tmp/evaluation-result-4292364-1532281485/solver-4292364-1532281485 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532271936-4847 --watchdog 2560 HOME/xcsp3-exec -seed 2127102527 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292364-1532281485.xml 

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

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

solver pid=5933, runsolver pid=5930

[startup+0.103701 s]*
/proc/loadavg: 1.74 1.56 1.52 4/217 5949
/proc/meminfo: memFree=16049636/32770624 swapFree=67108860/67108860
[pid=5933] ppid=5930 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5933/stat : 5933 (xcsp3-exec) S 5930 5933 3395 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45711744 115843072 364 33554432000 4194304 5098028 140732812600848 140732812598952 140302984827516 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9375744 140732812604474 140732812604676 140732812604676 140732812607434 0
/proc/5933/statm: 28282 364 306 221 0 87 0
[pid=5935] ppid=5933 vsize=14082840 memory=29184 CPUtime=0.13 cores=1,3,5,7
/proc/5935/stat : 5935 (java) S 5933 5933 3395 0 -1 1077944320 5675 0 0 0 12 1 0 0 20 0 15 0 45711744 14420828160 7296 33554432000 4194304 4196468 140726101084832 140726101067376 140393695936247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
/proc/5935/statm: 3520710 7296 3002 1 0 3483008 0
[pid=5935/tid=5936] ppid=5933 vsize=14082840 memory=8187445851049923419 CPUtime=0.09 cores=1,3,5,7
/proc/5935/task/5936/stat : 5936 (java) R 5933 5933 3395 0 -1 4202560 3606 0 0 0 9 0 0 0 20 0 15 0 45711744 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393700165424 140393695958173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5937] ppid=5933 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5937/stat : 5937 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711745 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393626024208 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5938] ppid=5933 vsize=14082840 memory=140701265413760 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5938/stat : 5938 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711745 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393624971664 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5939] ppid=5933 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5939/stat : 5939 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711745 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393623919120 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5940] ppid=5933 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5940/stat : 5940 (java) S 5933 5933 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45711745 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393288743568 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5941] ppid=5933 vsize=14082840 memory=140701265413760 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5941/stat : 5941 (java) S 5933 5933 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45711746 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393170209264 140393695947394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5942] ppid=5933 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5942/stat : 5942 (java) S 5933 5933 3395 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 45711747 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393169155488 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5943] ppid=5933 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5943/stat : 5943 (java) S 5933 5933 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45711747 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393168102896 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5944] ppid=5933 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5944/stat : 5944 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711749 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393167051472 140393695954843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5945] ppid=5933 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5945/stat : 5945 (java) S 5933 5933 3395 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 45711749 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393165998064 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5946] ppid=5933 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5946/stat : 5946 (java) S 5933 5933 3395 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 45711749 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393164945520 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5947] ppid=5933 vsize=14082840 memory=140701265413760 CPUtime=0.01 cores=1,3,5,7
/proc/5935/task/5947/stat : 5947 (java) R 5933 5933 3395 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 15 0 45711749 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393163892976 140393688173374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5948] ppid=5933 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5948/stat : 5948 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711750 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393162840672 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5949] ppid=5933 vsize=14082840 memory=140701265413760 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5949/stat : 5949 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711750 14420828160 7296 33554432000 4194304 4196468 140726101084832 140393161788208 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30640 KiB

[startup+0.210666 s]*
/proc/loadavg: 1.74 1.56 1.52 4/217 5949
/proc/meminfo: memFree=16038952/32770624 swapFree=67108860/67108860
[pid=5933] ppid=5930 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5933/stat : 5933 (xcsp3-exec) S 5930 5933 3395 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45711744 115843072 364 33554432000 4194304 5098028 140732812600848 140732812598952 140302984827516 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9375744 140732812604474 140732812604676 140732812604676 140732812607434 0
/proc/5933/statm: 28282 364 306 221 0 87 0
[pid=5935] ppid=5933 vsize=14087096 memory=40584 CPUtime=0.34 cores=1,3,5,7
/proc/5935/stat : 5935 (java) S 5933 5933 3395 0 -1 1077944320 8204 0 0 0 32 2 0 0 20 0 15 0 45711744 14425186304 10146 33554432000 4194304 4196468 140726101084832 140726101067376 140393695936247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
/proc/5935/statm: 3521774 10146 3186 1 0 3483008 0
[pid=5935/tid=5936] ppid=5933 vsize=14087096 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/5935/task/5936/stat : 5936 (java) R 5933 5933 3395 0 -1 4202560 5464 0 0 0 18 1 0 0 20 0 15 0 45711744 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393700157240 140393680016734 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5937] ppid=5933 vsize=14087096 memory=10655 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5937/stat : 5937 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711745 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393626024208 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5938] ppid=5933 vsize=14087096 memory=140701265581561 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5938/stat : 5938 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711745 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393624971664 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5939] ppid=5933 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5939/stat : 5939 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711745 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393623919120 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5940] ppid=5933 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5940/stat : 5940 (java) S 5933 5933 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45711745 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393288743568 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5941] ppid=5933 vsize=14087096 memory=140701265413760 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5941/stat : 5941 (java) S 5933 5933 3395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45711746 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393170209264 140393695947394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5942] ppid=5933 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5942/stat : 5942 (java) S 5933 5933 3395 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 45711747 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393169155488 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5943] ppid=5933 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5943/stat : 5943 (java) S 5933 5933 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45711747 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393168102896 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5944] ppid=5933 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5944/stat : 5944 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711749 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393167051472 140393695954843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5945] ppid=5933 vsize=14087096 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5935/task/5945/stat : 5945 (java) S 5933 5933 3395 0 -1 1077944384 490 0 0 0 3 0 0 0 20 0 15 0 45711749 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393165998064 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5946] ppid=5933 vsize=14087096 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5935/task/5946/stat : 5946 (java) S 5933 5933 3395 0 -1 1077944384 173 0 0 0 1 0 0 0 20 0 15 0 45711749 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393164945520 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5947] ppid=5933 vsize=14087096 memory=140701265413760 CPUtime=0.08 cores=1,3,5,7
/proc/5935/task/5947/stat : 5947 (java) S 5933 5933 3395 0 -1 1077944384 771 0 0 0 8 0 0 0 20 0 15 0 45711749 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393163892976 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5948] ppid=5933 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5948/stat : 5948 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711750 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393162840672 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5949] ppid=5933 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5949/stat : 5949 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711750 14425186304 10146 33554432000 4194304 4196468 140726101084832 140393161788208 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 42040 KiB

[startup+0.310347 s]*
/proc/loadavg: 1.74 1.56 1.52 3/217 5949
/proc/meminfo: memFree=16032120/32770624 swapFree=67108860/67108860
[pid=5933] ppid=5930 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5933/stat : 5933 (xcsp3-exec) S 5930 5933 3395 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45711744 115843072 364 33554432000 4194304 5098028 140732812600848 140732812598952 140302984827516 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9375744 140732812604474 140732812604676 140732812604676 140732812607434 0
/proc/5933/statm: 28282 364 306 221 0 87 0
[pid=5935] ppid=5933 vsize=14087096 memory=47592 CPUtime=0.51 cores=1,3,5,7
/proc/5935/stat : 5935 (java) S 5933 5933 3395 0 -1 1077944320 9074 0 0 0 48 3 0 0 20 0 15 0 45711744 14425186304 11898 33554432000 4194304 4196468 140726101084832 140726101067376 140393695936247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
/proc/5935/statm: 3521774 11898 3219 1 0 3483008 0
[pid=5935/tid=5936] ppid=5933 vsize=14087096 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/5935/task/5936/stat : 5936 (java) R 5933 5933 3395 0 -1 4202560 6166 0 0 0 28 2 0 0 20 0 15 0 45711744 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393700173136 140393695958173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5937] ppid=5933 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5937/stat : 5937 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711745 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393626024208 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5938] ppid=5933 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5938/stat : 5938 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711745 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393624971664 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5939] ppid=5933 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5939/stat : 5939 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711745 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393623919120 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5940] ppid=5933 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5940/stat : 5940 (java) S 5933 5933 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45711745 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393288743568 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5941] ppid=5933 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5941/stat : 5941 (java) S 5933 5933 3395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45711746 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393170209264 140393695947394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5942] ppid=5933 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5942/stat : 5942 (java) S 5933 5933 3395 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 45711747 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393169155488 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5943] ppid=5933 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5943/stat : 5943 (java) S 5933 5933 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45711747 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393168102896 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5944] ppid=5933 vsize=14087096 memory=-8412654372440273311 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5944/stat : 5944 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711749 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393167051472 140393695954843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5945] ppid=5933 vsize=14087096 memory=-7384621950708166502 CPUtime=0.05 cores=1,3,5,7
/proc/5935/task/5945/stat : 5945 (java) S 5933 5933 3395 0 -1 1077944384 499 0 0 0 5 0 0 0 20 0 15 0 45711749 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393165998064 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5946] ppid=5933 vsize=14087096 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5935/task/5946/stat : 5946 (java) S 5933 5933 3395 0 -1 1077944384 191 0 0 0 2 0 0 0 20 0 15 0 45711749 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393164945520 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5947] ppid=5933 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5935/task/5947/stat : 5947 (java) S 5933 5933 3395 0 -1 1077944384 918 0 0 0 12 0 0 0 20 0 15 0 45711749 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393163892976 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5948] ppid=5933 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5948/stat : 5948 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711750 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393162840672 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5949] ppid=5933 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5949/stat : 5949 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711750 14425186304 11898 33554432000 4194304 4196468 140726101084832 140393161788208 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49048 KiB

[startup+0.700823 s]
/proc/loadavg: 1.74 1.56 1.52 6/217 5949
/proc/meminfo: memFree=16008052/32770624 swapFree=67108860/67108860
[pid=5933] ppid=5930 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5933/stat : 5933 (xcsp3-exec) S 5930 5933 3395 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45711744 115843072 364 33554432000 4194304 5098028 140732812600848 140732812598952 140302984827516 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9375744 140732812604474 140732812604676 140732812604676 140732812607434 0
/proc/5933/statm: 28282 364 306 221 0 87 0
[pid=5935] ppid=5933 vsize=14089220 memory=101924 CPUtime=1.8 cores=1,3,5,7
/proc/5935/stat : 5935 (java) S 5933 5933 3395 0 -1 1077944320 14460 0 0 0 175 5 0 0 20 0 15 0 45711744 14427361280 25481 33554432000 4194304 4196468 140726101084832 140726101067376 140393695936247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
/proc/5935/statm: 3522305 25481 3332 1 0 3483520 0
[pid=5935/tid=5936] ppid=5933 vsize=14089220 memory=3472328296227679313 CPUtime=0.68 cores=1,3,5,7
/proc/5935/task/5936/stat : 5936 (java) R 5933 5933 3395 0 -1 4202560 6667 0 0 0 65 3 0 0 20 0 15 0 45711744 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393700170288 140393305531861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5937] ppid=5933 vsize=14089220 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5937/stat : 5937 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711745 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393626024208 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5938] ppid=5933 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5938/stat : 5938 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711745 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393624971664 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5939] ppid=5933 vsize=14089220 memory=15284 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5939/stat : 5939 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711745 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393623919120 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5940] ppid=5933 vsize=14089220 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5940/stat : 5940 (java) S 5933 5933 3395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45711745 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393288743568 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5941] ppid=5933 vsize=14089220 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5941/stat : 5941 (java) S 5933 5933 3395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45711746 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393170209264 140393695947394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5942] ppid=5933 vsize=14089220 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5942/stat : 5942 (java) S 5933 5933 3395 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 45711747 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393169155488 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5943] ppid=5933 vsize=14089220 memory=12976 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5943/stat : 5943 (java) S 5933 5933 3395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45711747 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393168102896 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5944] ppid=5933 vsize=14089220 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5944/stat : 5944 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711749 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393167051472 140393695954843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5945] ppid=5933 vsize=14089220 memory=1952 CPUtime=0.35 cores=1,3,5,7
/proc/5935/task/5945/stat : 5945 (java) R 5933 5933 3395 0 -1 4202560 2400 0 0 0 35 0 0 0 20 0 15 0 45711749 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393165979080 140393679347048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5946] ppid=5933 vsize=14089220 memory=1232 CPUtime=0.34 cores=1,3,5,7
/proc/5935/task/5946/stat : 5946 (java) R 5933 5933 3395 0 -1 4202560 1614 0 0 0 34 0 0 0 20 0 15 0 45711749 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393164931448 140393688173374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5947] ppid=5933 vsize=14089220 memory=8372 CPUtime=0.4 cores=1,3,5,7
/proc/5935/task/5947/stat : 5947 (java) S 5933 5933 3395 0 -1 1077944384 2483 0 0 0 40 0 0 0 20 0 15 0 45711749 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393163892976 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5948] ppid=5933 vsize=14089220 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5948/stat : 5948 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711750 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393162840672 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5949] ppid=5933 vsize=14089220 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5949/stat : 5949 (java) S 5933 5933 3395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45711750 14427361280 25481 33554432000 4194304 4196468 140726101084832 140393161788208 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 103380 KiB

[startup+1.50177 s]
/proc/loadavg: 1.74 1.56 1.52 6/217 5949
/proc/meminfo: memFree=15926028/32770624 swapFree=67108860/67108860
[pid=5933] ppid=5930 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5933/stat : 5933 (xcsp3-exec) S 5930 5933 3395 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45711744 115843072 364 33554432000 4194304 5098028 140732812600848 140732812598952 140302984827516 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9375744 140732812604474 140732812604676 140732812604676 140732812607434 0
/proc/5933/statm: 28282 364 306 221 0 87 0

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

/proc/5935/task/5943/stat : 5943 (java) S 5933 5933 3395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 45711747 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393168102912 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5944] ppid=5933 vsize=14091268 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5944/stat : 5944 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393167051472 140393695954843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5945] ppid=5933 vsize=14091268 memory=1275256 CPUtime=3.86 cores=1,3,5,7
/proc/5935/task/5945/stat : 5945 (java) S 5933 5933 3395 0 -1 1077944384 26750 0 0 0 383 3 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393165998064 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5946] ppid=5933 vsize=14091268 memory=1436 CPUtime=4.17 cores=1,3,5,7
/proc/5935/task/5946/stat : 5946 (java) S 5933 5933 3395 0 -1 1077944384 27078 0 0 0 415 2 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393164945520 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5947] ppid=5933 vsize=14091268 memory=1200 CPUtime=1.14 cores=1,3,5,7
/proc/5935/task/5947/stat : 5947 (java) S 5933 5933 3395 0 -1 1077944384 14244 0 0 0 111 3 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393163892976 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5948] ppid=5933 vsize=14091268 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5948/stat : 5948 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711750 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393162840672 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5949] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0.66 cores=1,3,5,7
/proc/5935/task/5949/stat : 5949 (java) S 5933 5933 3395 0 -1 1077944384 1401 0 0 0 28 38 0 0 20 0 15 0 45711750 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393161788208 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
Current children cumulated CPU time: 2332.96 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1276712 KiB

[startup+2382.3 s]
/proc/loadavg: 1.94 1.91 1.87 3/218 6124
/proc/meminfo: memFree=17929208/32770624 swapFree=67108860/67108860
[pid=5933] ppid=5930 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5933/stat : 5933 (xcsp3-exec) S 5930 5933 3395 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45711744 115843072 364 33554432000 4194304 5098028 140732812600848 140732812598952 140302984827516 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9375744 140732812604474 140732812604676 140732812604676 140732812607434 0
/proc/5933/statm: 28282 364 306 221 0 87 0
[pid=5935] ppid=5933 vsize=14091268 memory=1275256 CPUtime=2393 cores=1,3,5,7
/proc/5935/stat : 5935 (java) S 5933 5933 3395 0 -1 1077944320 112274 0 0 0 239212 88 0 0 20 0 15 0 45711744 14429458432 318814 33554432000 4194304 4196468 140726101084832 140726101067376 140393695936247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
/proc/5935/statm: 3522817 318814 3404 1 0 3484032 0
[pid=5935/tid=5936] ppid=5933 vsize=14091268 memory=1275256 CPUtime=2382.08 cores=1,3,5,7
/proc/5935/task/5936/stat : 5936 (java) R 5933 5933 3395 0 -1 4202560 31928 0 0 0 238190 18 0 0 20 0 15 0 45711744 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393700173736 140393312501077 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5937] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0.24 cores=1,3,5,7
/proc/5935/task/5937/stat : 5937 (java) S 5933 5933 3395 0 -1 1077944384 1349 0 0 0 18 6 0 0 20 0 15 0 45711745 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393626024208 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5938] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0.23 cores=1,3,5,7
/proc/5935/task/5938/stat : 5938 (java) S 5933 5933 3395 0 -1 1077944384 1175 0 0 0 17 6 0 0 20 0 15 0 45711745 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393624971664 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5939] ppid=5933 vsize=14091268 memory=1456 CPUtime=0.22 cores=1,3,5,7
/proc/5935/task/5939/stat : 5939 (java) S 5933 5933 3395 0 -1 1077944384 2988 0 0 0 16 6 0 0 20 0 15 0 45711745 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393623919120 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5940] ppid=5933 vsize=14091268 memory=1456 CPUtime=0.21 cores=1,3,5,7
/proc/5935/task/5940/stat : 5940 (java) S 5933 5933 3395 0 -1 1077944384 918 0 0 0 15 6 0 0 20 0 15 0 45711745 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393288743568 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5941] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0.05 cores=1,3,5,7
/proc/5935/task/5941/stat : 5941 (java) S 5933 5933 3395 0 -1 1077944384 2810 0 0 0 3 2 0 0 20 0 15 0 45711746 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393170209264 140393695947394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5942] ppid=5933 vsize=14091268 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5942/stat : 5942 (java) S 5933 5933 3395 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 45711747 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393169155552 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5943] ppid=5933 vsize=14091268 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5943/stat : 5943 (java) S 5933 5933 3395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 45711747 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393168102912 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5944] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5944/stat : 5944 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393167051472 140393695954843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5945] ppid=5933 vsize=14091268 memory=1456 CPUtime=3.87 cores=1,3,5,7
/proc/5935/task/5945/stat : 5945 (java) S 5933 5933 3395 0 -1 1077944384 27000 0 0 0 384 3 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393165998064 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5946] ppid=5933 vsize=14091268 memory=1456 CPUtime=4.17 cores=1,3,5,7
/proc/5935/task/5946/stat : 5946 (java) S 5933 5933 3395 0 -1 1077944384 27081 0 0 0 415 2 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393164945520 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5947] ppid=5933 vsize=14091268 memory=4140 CPUtime=1.14 cores=1,3,5,7
/proc/5935/task/5947/stat : 5947 (java) S 5933 5933 3395 0 -1 1077944384 14246 0 0 0 111 3 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393163892976 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5948] ppid=5933 vsize=14091268 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5948/stat : 5948 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711750 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393162840672 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5949] ppid=5933 vsize=14091268 memory=4140 CPUtime=0.68 cores=1,3,5,7
/proc/5935/task/5949/stat : 5949 (java) S 5933 5933 3395 0 -1 1077944384 1420 0 0 0 29 39 0 0 20 0 15 0 45711750 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393161788208 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
Current children cumulated CPU time: 2393 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1276712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2389.3 s]
/proc/loadavg: 1.95 1.92 1.87 3/218 6124
/proc/meminfo: memFree=17458596/32770624 swapFree=67108860/67108860
[pid=5933] ppid=5930 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5933/stat : 5933 (xcsp3-exec) S 5930 5933 3395 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45711744 115843072 364 33554432000 4194304 5098028 140732812600848 140732812598952 140302984827516 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9375744 140732812604474 140732812604676 140732812604676 140732812607434 0
/proc/5933/statm: 28282 364 306 221 0 87 0
[pid=5935] ppid=5933 vsize=14091268 memory=1275256 CPUtime=2400 cores=1,3,5,7
/proc/5935/stat : 5935 (java) S 5933 5933 3395 0 -1 1077944320 112300 0 0 0 239912 88 0 0 20 0 15 0 45711744 14429458432 318814 33554432000 4194304 4196468 140726101084832 140726101067376 140393695936247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
/proc/5935/statm: 3522817 318814 3404 1 0 3484032 0
[pid=5935/tid=5936] ppid=5933 vsize=14091268 memory=1456 CPUtime=2389.08 cores=1,3,5,7
/proc/5935/task/5936/stat : 5936 (java) R 5933 5933 3395 0 -1 4202560 31952 0 0 0 238890 18 0 0 20 0 15 0 45711744 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393700173736 140393313630227 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5937] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0.24 cores=1,3,5,7
/proc/5935/task/5937/stat : 5937 (java) S 5933 5933 3395 0 -1 1077944384 1349 0 0 0 18 6 0 0 20 0 15 0 45711745 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393626024208 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5938] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0.23 cores=1,3,5,7
/proc/5935/task/5938/stat : 5938 (java) S 5933 5933 3395 0 -1 1077944384 1175 0 0 0 17 6 0 0 20 0 15 0 45711745 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393624971664 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5939] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0.22 cores=1,3,5,7
/proc/5935/task/5939/stat : 5939 (java) S 5933 5933 3395 0 -1 1077944384 2988 0 0 0 16 6 0 0 20 0 15 0 45711745 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393623919120 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5940] ppid=5933 vsize=14091268 memory=1456 CPUtime=0.21 cores=1,3,5,7
/proc/5935/task/5940/stat : 5940 (java) S 5933 5933 3395 0 -1 1077944384 918 0 0 0 15 6 0 0 20 0 15 0 45711745 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393288743568 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5941] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0.05 cores=1,3,5,7
/proc/5935/task/5941/stat : 5941 (java) S 5933 5933 3395 0 -1 1077944384 2810 0 0 0 3 2 0 0 20 0 15 0 45711746 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393170209264 140393695947394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5942] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5942/stat : 5942 (java) S 5933 5933 3395 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 45711747 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393169155552 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5943] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5943/stat : 5943 (java) S 5933 5933 3395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 45711747 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393168102912 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5944] ppid=5933 vsize=14091268 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5944/stat : 5944 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393167051472 140393695954843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5945] ppid=5933 vsize=14091268 memory=6628 CPUtime=3.87 cores=1,3,5,7
/proc/5935/task/5945/stat : 5945 (java) S 5933 5933 3395 0 -1 1077944384 27000 0 0 0 384 3 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393165998064 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5946] ppid=5933 vsize=14091268 memory=288230574492221466 CPUtime=4.17 cores=1,3,5,7
/proc/5935/task/5946/stat : 5946 (java) S 5933 5933 3395 0 -1 1077944384 27081 0 0 0 415 2 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393164945520 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5947] ppid=5933 vsize=14091268 memory=288230583166042426 CPUtime=1.14 cores=1,3,5,7
/proc/5935/task/5947/stat : 5947 (java) S 5933 5933 3395 0 -1 1077944384 14246 0 0 0 111 3 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393163892976 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5948] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5948/stat : 5948 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711750 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393162840672 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5949] ppid=5933 vsize=14091268 memory=1456 CPUtime=0.69 cores=1,3,5,7
/proc/5935/task/5949/stat : 5949 (java) S 5933 5933 3395 0 -1 1077944384 1422 0 0 0 29 40 0 0 20 0 15 0 45711750 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393161788208 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1276712 KiB

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

[startup+2389.31 s]
# the end of solver process 5933 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002029 s, system=0.001103 s

[startup+2389.31 s]
# the end of solver process 5935 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.14 s, system=0.889255 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

[startup+2389.3 s]
/proc/loadavg: 1.95 1.92 1.87 3/218 6124
/proc/meminfo: memFree=17458596/32770624 swapFree=67108860/67108860
[pid=5933] ppid=5930 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5933/stat : 5933 (xcsp3-exec) S 5930 5933 3395 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 45711744 115843072 364 33554432000 4194304 5098028 140732812600848 140732812598952 140302984827516 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 9375744 140732812604474 140732812604676 140732812604676 140732812607434 0
/proc/5933/statm: 28282 364 306 221 0 87 0
[pid=5935] ppid=5933 vsize=14091268 memory=1275256 CPUtime=2400 cores=1,3,5,7
/proc/5935/stat : 5935 (java) S 5933 5933 3395 0 -1 1077944320 112300 0 0 0 239912 88 0 0 20 0 15 0 45711744 14429458432 318814 33554432000 4194304 4196468 140726101084832 140726101067376 140393695936247 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
/proc/5935/statm: 3522817 318814 3404 1 0 3484032 0
[pid=5935/tid=5936] ppid=5933 vsize=14091268 memory=1456 CPUtime=2389.08 cores=1,3,5,7
/proc/5935/task/5936/stat : 5936 (java) R 5933 5933 3395 0 -1 4202560 31952 0 0 0 238890 18 0 0 20 0 15 0 45711744 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393700173736 140393313630227 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5937] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0.24 cores=1,3,5,7
/proc/5935/task/5937/stat : 5937 (java) S 5933 5933 3395 0 -1 1077944384 1349 0 0 0 18 6 0 0 20 0 15 0 45711745 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393626024208 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5938] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0.23 cores=1,3,5,7
/proc/5935/task/5938/stat : 5938 (java) S 5933 5933 3395 0 -1 1077944384 1175 0 0 0 17 6 0 0 20 0 15 0 45711745 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393624971664 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5939] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0.22 cores=1,3,5,7
/proc/5935/task/5939/stat : 5939 (java) S 5933 5933 3395 0 -1 1077944384 2988 0 0 0 16 6 0 0 20 0 15 0 45711745 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393623919120 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5940] ppid=5933 vsize=14091268 memory=1456 CPUtime=0.21 cores=1,3,5,7
/proc/5935/task/5940/stat : 5940 (java) S 5933 5933 3395 0 -1 1077944384 918 0 0 0 15 6 0 0 20 0 15 0 45711745 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393288743568 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5941] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0.05 cores=1,3,5,7
/proc/5935/task/5941/stat : 5941 (java) S 5933 5933 3395 0 -1 1077944384 2810 0 0 0 3 2 0 0 20 0 15 0 45711746 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393170209264 140393695947394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5942] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5942/stat : 5942 (java) S 5933 5933 3395 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 45711747 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393169155552 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5943] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5943/stat : 5943 (java) S 5933 5933 3395 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 45711747 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393168102912 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5944] ppid=5933 vsize=14091268 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5944/stat : 5944 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393167051472 140393695954843 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5945] ppid=5933 vsize=14091268 memory=6628 CPUtime=3.87 cores=1,3,5,7
/proc/5935/task/5945/stat : 5945 (java) S 5933 5933 3395 0 -1 1077944384 27000 0 0 0 384 3 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393165998064 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5946] ppid=5933 vsize=14091268 memory=288230574492221466 CPUtime=4.17 cores=1,3,5,7
/proc/5935/task/5946/stat : 5946 (java) S 5933 5933 3395 0 -1 1077944384 27081 0 0 0 415 2 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393164945520 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5947] ppid=5933 vsize=14091268 memory=288230583166042426 CPUtime=1.14 cores=1,3,5,7
/proc/5935/task/5947/stat : 5947 (java) S 5933 5933 3395 0 -1 1077944384 14246 0 0 0 111 3 0 0 20 0 15 0 45711749 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393163892976 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 24 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5948] ppid=5933 vsize=14091268 memory=1275256 CPUtime=0 cores=1,3,5,7
/proc/5935/task/5948/stat : 5948 (java) S 5933 5933 3395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45711750 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393162840672 140393695946453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
[pid=5935/tid=5949] ppid=5933 vsize=14091268 memory=1456 CPUtime=0.69 cores=1,3,5,7
/proc/5935/task/5949/stat : 5949 (java) S 5933 5933 3395 0 -1 1077944384 1422 0 0 0 29 40 0 0 20 0 15 0 45711750 14429458432 318814 33554432000 4194304 4196468 140726101084832 140393161788208 140393695947394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 30322688 140726101087361 140726101087537 140726101087537 140726101090255 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1276712 KiB

Child status: 143
Real time (s): 2389.31
CPU time (s): 2400.03
CPU user time (s): 2399.14
CPU system time (s): 0.889255
CPU usage (%): 100.448
Max. virtual memory (cumulated for all children) (KiB): 14206268
Max. memory (cumulated for all children) (KiB): 1276712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.14
system time used= 0.889255
maximum resident set size= 1276796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113279
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55600
involuntary context switches= 957


# summary of solver processes directly reported to runsolver:
#   pid: 5933,5935
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2399.14
#   total CPU system time (s): 0.889255

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8332 second user time and 20.7401 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 19:44:46
IDJOB=4292364
IDBENCH=141050
IDSOLVER=2747
FILE ID=node107/4292364-1532281485
RUNJOBID= node107-1532271936-4847
PBS_JOBID= 21018963
Free space on /tmp= 55144 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-15_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292364-1532281485/watcher-4292364-1532281485 -o /tmp/evaluation-result-4292364-1532281485/solver-4292364-1532281485 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532271936-4847 --watchdog 2560  HOME/xcsp3-exec -seed 2127102527 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292364-1532281485.xml

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

MD5SUM BENCH= 08877e0fafa48cd5ca524d34b6939bef
RANDOM SEED=2127102527

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
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.40
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.40
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.40
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:        16067160 kB
MemAvailable:   27844980 kB
Buffers:          248316 kB
Cached:         11679420 kB
SwapCached:            0 kB
Active:          5646296 kB
Inactive:       10423088 kB
Active(anon):    4144516 kB
Inactive(anon):    16860 kB
Active(file):    1501780 kB
Inactive(file): 10406228 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21064 kB
Writeback:             0 kB
AnonPages:       4193324 kB
Mapped:            48872 kB
Shmem:             17036 kB
Slab:             325508 kB
SReclaimable:     298272 kB
SUnreclaim:        27236 kB
KernelStack:        3856 kB
PageTables:        13048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4680716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4085760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55124 MiB
End job on node107 at 2018-07-22 20:24:35