Trace number 4292367

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.06 2390.52

General information on the benchmark

NameNurseRostering/
NurseRostering-18_c18.xml
MD5SUM2080050c46f9199df44cd86a0d29de9d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3286
Number of constraints8967
Number of domains16
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":96},{"size":2,"count":678},{"size":4,"count":1848},{"size":23,"count":588},{"size":41,"count":2},{"size":44,"count":16},{"size":85,"count":58}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1174},{"degree":3,"count":264},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":2},{"degree":16,"count":17},{"degree":17,"count":24},{"degree":18,"count":38},{"degree":19,"count":38},{"degree":20,"count":189},{"degree":21,"count":776},{"degree":22,"count":573},{"degree":23,"count":149}]
Minimum constraint arity2
Maximum constraint arity176
Distribution of constraint arities[{"arity":2,"count":3148},{"arity":3,"count":3608},{"arity":4,"count":22},{"arity":5,"count":320},{"arity":6,"count":1422},{"arity":12,"count":22},{"arity":23,"count":336},{"arity":85,"count":88},{"arity":176,"count":1}]
Number of extensional constraints2162
Number of intensional constraints986
Distribution of constraint types[{"type":"extension","count":2162},{"type":"intension","count":986},{"type":"regular","count":3608},{"type":"sum","count":44},{"type":"count","count":2166},{"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-4292367-1532281674.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292367-1532281674.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
5.31/1.87	c solve instance...
2400.03/2390.50	s UNKNOWN
2400.03/2390.50	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 (10830 MiB free)
  memory of node 1: 16384 MiB (11859 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292367-1532281674/watcher-4292367-1532281674 -o /tmp/evaluation-result-4292367-1532281674/solver-4292367-1532281674 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532279285-3429 --watchdog 2560 HOME/xcsp3-exec -seed 670159065 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292367-1532281674.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
solver pid=3713, runsolver pid=3710
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 2.17 1.79 1.64 5/217 3729
/proc/meminfo: memFree=23216036/32770624 swapFree=67108860/67108860
[pid=3713] ppid=3710 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3713/stat : 3713 (xcsp3-exec) S 3710 3713 877 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45730583 115843072 363 33554432000 4194304 5098028 140726379367408 140726379365512 139907609506428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8900608 140726379373627 140726379373828 140726379373828 140726379376586 0
/proc/3713/statm: 28282 363 306 221 0 87 0
[pid=3715] ppid=3713 vsize=14082840 memory=29356 CPUtime=0.12 cores=1,3,5,7
/proc/3715/stat : 3715 (java) S 3713 3713 877 0 -1 1077944320 5698 0 0 0 11 1 0 0 20 0 15 0 45730584 14420828160 7339 33554432000 4194304 4196468 140726845761952 140726845744496 139876450983671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
/proc/3715/statm: 3520710 7339 2992 1 0 3483008 0
[pid=3715/tid=3716] ppid=3713 vsize=14082840 memory=-8976644418600983157 CPUtime=0.09 cores=1,3,5,7
/proc/3715/task/3716/stat : 3716 (java) R 3713 3713 877 0 -1 4202560 3714 0 0 0 8 1 0 0 20 0 15 0 45730584 14420828160 7339 33554432000 4194304 4196468 140726845761952 139876455215328 139876450995606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3717] ppid=3713 vsize=14082840 memory=3472467761656763600 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3717/stat : 3717 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730585 14420828160 7339 33554432000 4194304 4196468 140726845761952 139876416264976 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3718] ppid=3713 vsize=14082840 memory=139632761611904 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3718/stat : 3718 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730585 14420828160 7339 33554432000 4194304 4196468 140726845761952 139876045536144 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3719] ppid=3713 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3719/stat : 3719 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730585 14420828160 7339 33554432000 4194304 4196468 140726845761952 139876044483600 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3720] ppid=3713 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3720/stat : 3720 (java) S 3713 3713 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45730585 14420828160 7339 33554432000 4194304 4196468 140726845761952 139876043431056 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3721] ppid=3713 vsize=14082840 memory=139632761611904 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3721/stat : 3721 (java) S 3713 3713 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45730586 14420828160 7339 33554432000 4194304 4196468 140726845761952 139875430119408 139876450994818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3722] ppid=3713 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3722/stat : 3722 (java) S 3713 3713 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45730586 14420828160 7339 33554432000 4194304 4196468 140726845761952 139875429065632 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3723] ppid=3713 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3723/stat : 3723 (java) S 3713 3713 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45730587 14420828160 7339 33554432000 4194304 4196468 140726845761952 139875428013040 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3724] ppid=3713 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3724/stat : 3724 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14420828160 7339 33554432000 4194304 4196468 140726845761952 139875426961616 139876451002267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3725] ppid=3713 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3725/stat : 3725 (java) S 3713 3713 877 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 45730589 14420828160 7339 33554432000 4194304 4196468 140726845761952 139875425909232 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3726] ppid=3713 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3726/stat : 3726 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14420828160 7339 33554432000 4194304 4196468 140726845761952 139875424856688 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3727] ppid=3713 vsize=14082840 memory=139632761611904 CPUtime=0.01 cores=1,3,5,7
/proc/3715/task/3727/stat : 3727 (java) R 3713 3713 877 0 -1 4202560 257 0 0 0 1 0 0 0 20 0 15 0 45730589 14420828160 7339 33554432000 4194304 4196468 140726845761952 139875423804144 139876432221232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3728] ppid=3713 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3728/stat : 3728 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14420828160 7339 33554432000 4194304 4196468 140726845761952 139875422751840 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3729] ppid=3713 vsize=14082840 memory=139632761611904 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3729/stat : 3729 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730589 14420828160 7339 33554432000 4194304 4196468 140726845761952 139875421698352 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30808 KiB

[startup+0.210415 s]*
/proc/loadavg: 2.17 1.79 1.64 5/217 3729
/proc/meminfo: memFree=23204848/32770624 swapFree=67108860/67108860
[pid=3713] ppid=3710 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3713/stat : 3713 (xcsp3-exec) S 3710 3713 877 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45730583 115843072 363 33554432000 4194304 5098028 140726379367408 140726379365512 139907609506428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8900608 140726379373627 140726379373828 140726379373828 140726379376586 0
/proc/3713/statm: 28282 363 306 221 0 87 0
[pid=3715] ppid=3713 vsize=14082840 memory=41056 CPUtime=0.34 cores=1,3,5,7
/proc/3715/stat : 3715 (java) S 3713 3713 877 0 -1 1077944320 8320 0 0 0 32 2 0 0 20 0 15 0 45730584 14420828160 10264 33554432000 4194304 4196468 140726845761952 140726845744496 139876450983671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
/proc/3715/statm: 3520710 10264 3161 1 0 3483008 0
[pid=3715/tid=3716] ppid=3713 vsize=14084956 memory=4788064525053108118 CPUtime=0.2 cores=1,3,5,7
/proc/3715/task/3716/stat : 3716 (java) R 3713 3713 877 0 -1 1077944384 5483 0 0 0 19 1 0 0 20 0 15 0 45730584 14422994944 10320 33554432000 4194304 4196468 140726845761952 139876455204664 139876453258951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3717] ppid=3713 vsize=14084956 memory=3472467761656763600 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3717/stat : 3717 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730585 14422994944 10320 33554432000 4194304 4196468 140726845761952 139876416264976 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3718] ppid=3713 vsize=14087096 memory=139632761611904 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3718/stat : 3718 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730585 14425186304 10323 33554432000 4194304 4196468 140726845761952 139876045536144 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3719] ppid=3713 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3719/stat : 3719 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730585 14425186304 10323 33554432000 4194304 4196468 140726845761952 139876044483600 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3720] ppid=3713 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3720/stat : 3720 (java) S 3713 3713 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45730585 14425186304 10323 33554432000 4194304 4196468 140726845761952 139876043431056 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3721] ppid=3713 vsize=14087096 memory=139632761611904 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3721/stat : 3721 (java) S 3713 3713 877 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45730586 14425186304 10323 33554432000 4194304 4196468 140726845761952 139875430119408 139876450994818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3722] ppid=3713 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3722/stat : 3722 (java) S 3713 3713 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45730586 14425186304 10323 33554432000 4194304 4196468 140726845761952 139875429065632 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3723] ppid=3713 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3723/stat : 3723 (java) S 3713 3713 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45730587 14425186304 10323 33554432000 4194304 4196468 140726845761952 139875428013040 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3724] ppid=3713 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3724/stat : 3724 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14425186304 10323 33554432000 4194304 4196468 140726845761952 139875426961616 139876451002267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3725] ppid=3713 vsize=14087096 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3715/task/3725/stat : 3725 (java) S 3713 3713 877 0 -1 1077944384 721 0 0 0 3 0 0 0 20 0 15 0 45730589 14425186304 10323 33554432000 4194304 4196468 140726845761952 139875425909232 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3726] ppid=3713 vsize=14087096 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3715/task/3726/stat : 3726 (java) S 3713 3713 877 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 15 0 45730589 14425186304 10323 33554432000 4194304 4196468 140726845761952 139875424856688 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3727] ppid=3713 vsize=14087096 memory=139632761611904 CPUtime=0.07 cores=1,3,5,7
/proc/3715/task/3727/stat : 3727 (java) S 3713 3713 877 0 -1 1077944384 749 0 0 0 7 0 0 0 20 0 15 0 45730589 14425186304 10323 33554432000 4194304 4196468 140726845761952 139875423804144 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3728] ppid=3713 vsize=14087096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3728/stat : 3728 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14425186304 10323 33554432000 4194304 4196468 140726845761952 139875422751840 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3729] ppid=3713 vsize=14087096 memory=139632761611904 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3729/stat : 3729 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730589 14425186304 10323 33554432000 4194304 4196468 140726845761952 139875421698352 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42508 KiB

[startup+0.310464 s]*
/proc/loadavg: 2.17 1.79 1.64 3/217 3729
/proc/meminfo: memFree=23198892/32770624 swapFree=67108860/67108860
[pid=3713] ppid=3710 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3713/stat : 3713 (xcsp3-exec) S 3710 3713 877 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45730583 115843072 363 33554432000 4194304 5098028 140726379367408 140726379365512 139907609506428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8900608 140726379373627 140726379373828 140726379373828 140726379376586 0
/proc/3713/statm: 28282 363 306 221 0 87 0
[pid=3715] ppid=3713 vsize=14087096 memory=48204 CPUtime=0.51 cores=1,3,5,7
/proc/3715/stat : 3715 (java) S 3713 3713 877 0 -1 1077944320 9132 0 0 0 48 3 0 0 20 0 15 0 45730584 14425186304 12051 33554432000 4194304 4196468 140726845761952 140726845744496 139876450983671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
/proc/3715/statm: 3521774 12051 3244 1 0 3483008 0
[pid=3715/tid=3716] ppid=3713 vsize=14087096 memory=4788064525187062936 CPUtime=0.3 cores=1,3,5,7
/proc/3715/task/3716/stat : 3716 (java) R 3713 3713 877 0 -1 4202560 6200 0 0 0 28 2 0 0 20 0 15 0 45730584 14425186304 12060 33554432000 4194304 4196468 140726845761952 139876455214784 139876435064158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3717] ppid=3713 vsize=14087096 memory=3472467761656763600 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3717/stat : 3717 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730585 14425186304 12060 33554432000 4194304 4196468 140726845761952 139876416264976 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3718] ppid=3713 vsize=14087096 memory=139632761614240 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3718/stat : 3718 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730585 14425186304 12060 33554432000 4194304 4196468 140726845761952 139876045536144 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3719] ppid=3713 vsize=14087096 memory=139632608132199 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3719/stat : 3719 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730585 14425186304 12060 33554432000 4194304 4196468 140726845761952 139876044483600 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3720] ppid=3713 vsize=14087096 memory=139632608132079 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3720/stat : 3720 (java) S 3713 3713 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45730585 14425186304 12060 33554432000 4194304 4196468 140726845761952 139876043431056 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3721] ppid=3713 vsize=14087096 memory=139632761615332 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3721/stat : 3721 (java) S 3713 3713 877 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45730586 14425186304 12060 33554432000 4194304 4196468 140726845761952 139875430119408 139876450994818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3722] ppid=3713 vsize=14087096 memory=139632608141295 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3722/stat : 3722 (java) S 3713 3713 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45730586 14425186304 12060 33554432000 4194304 4196468 140726845761952 139875429065632 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3723] ppid=3713 vsize=14087096 memory=279265216280272 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3723/stat : 3723 (java) S 3713 3713 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45730587 14425186304 12060 33554432000 4194304 4196468 140726845761952 139875428013040 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3724] ppid=3713 vsize=14087096 memory=279265216287152 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3724/stat : 3724 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14425186304 12060 33554432000 4194304 4196468 140726845761952 139875426961616 139876451002267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3725] ppid=3713 vsize=14087096 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/3715/task/3725/stat : 3725 (java) S 3713 3713 877 0 -1 1077944384 729 0 0 0 4 0 0 0 20 0 15 0 45730589 14425186304 12060 33554432000 4194304 4196468 140726845761952 139875425909232 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3726] ppid=3713 vsize=14087096 memory=2240 CPUtime=0.03 cores=1,3,5,7
/proc/3715/task/3726/stat : 3726 (java) S 3713 3713 877 0 -1 1077944384 81 0 0 0 3 0 0 0 20 0 15 0 45730589 14425186304 12060 33554432000 4194304 4196468 140726845761952 139875424856688 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3727] ppid=3713 vsize=14087096 memory=139632761611904 CPUtime=0.11 cores=1,3,5,7
/proc/3715/task/3727/stat : 3727 (java) S 3713 3713 877 0 -1 1077944384 824 0 0 0 11 0 0 0 20 0 15 0 45730589 14425186304 12060 33554432000 4194304 4196468 140726845761952 139875423804144 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3728] ppid=3713 vsize=14087096 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3728/stat : 3728 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14425186304 12060 33554432000 4194304 4196468 140726845761952 139875422751840 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3729] ppid=3713 vsize=14087096 memory=139632761611904 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3729/stat : 3729 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730589 14425186304 12060 33554432000 4194304 4196468 140726845761952 139875421698352 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49656 KiB

[startup+0.701472 s]
/proc/loadavg: 2.17 1.79 1.64 4/217 3729
/proc/meminfo: memFree=23174264/32770624 swapFree=67108860/67108860
[pid=3713] ppid=3710 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3713/stat : 3713 (xcsp3-exec) S 3710 3713 877 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45730583 115843072 363 33554432000 4194304 5098028 140726379367408 140726379365512 139907609506428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8900608 140726379373627 140726379373828 140726379373828 140726379376586 0
/proc/3713/statm: 28282 363 306 221 0 87 0
[pid=3715] ppid=3713 vsize=14089220 memory=99704 CPUtime=1.76 cores=1,3,5,7
/proc/3715/stat : 3715 (java) S 3713 3713 877 0 -1 1077944320 12350 0 0 0 171 5 0 0 20 0 15 0 45730584 14427361280 24926 33554432000 4194304 4196468 140726845761952 140726845744496 139876450983671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
/proc/3715/statm: 3522305 24926 3332 1 0 3483520 0
[pid=3715/tid=3716] ppid=3713 vsize=14089220 memory=15336 CPUtime=0.68 cores=1,3,5,7
/proc/3715/task/3716/stat : 3716 (java) R 3713 3713 877 0 -1 4202560 6653 0 0 0 65 3 0 0 20 0 15 0 45730584 14427361280 24926 33554432000 4194304 4196468 140726845761952 139876455218720 139876450995606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3717] ppid=3713 vsize=14089220 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3717/stat : 3717 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730585 14427361280 24926 33554432000 4194304 4196468 140726845761952 139876416264976 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3718] ppid=3713 vsize=14089220 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3718/stat : 3718 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730585 14427361280 24926 33554432000 4194304 4196468 140726845761952 139876045536144 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3719] ppid=3713 vsize=14089220 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3719/stat : 3719 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730585 14427361280 24926 33554432000 4194304 4196468 140726845761952 139876044483600 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3720] ppid=3713 vsize=14089220 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3720/stat : 3720 (java) S 3713 3713 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45730585 14427361280 24926 33554432000 4194304 4196468 140726845761952 139876043431056 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3721] ppid=3713 vsize=14089220 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3721/stat : 3721 (java) S 3713 3713 877 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45730586 14427361280 24926 33554432000 4194304 4196468 140726845761952 139875430119408 139876450994818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3722] ppid=3713 vsize=14089220 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3722/stat : 3722 (java) S 3713 3713 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45730586 14427361280 24926 33554432000 4194304 4196468 140726845761952 139875429065632 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3723] ppid=3713 vsize=14089220 memory=5300 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3723/stat : 3723 (java) S 3713 3713 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45730587 14427361280 24926 33554432000 4194304 4196468 140726845761952 139875428013040 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3724] ppid=3713 vsize=14089220 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3724/stat : 3724 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14427361280 24926 33554432000 4194304 4196468 140726845761952 139875426961616 139876451002267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3725] ppid=3713 vsize=14089220 memory=11960 CPUtime=0.35 cores=1,3,5,7
/proc/3715/task/3725/stat : 3725 (java) R 3713 3713 877 0 -1 4202560 1762 0 0 0 35 0 0 0 20 0 15 0 45730589 14427361280 24926 33554432000 4194304 4196468 140726845761952 139875425901720 139876430907760 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3726] ppid=3713 vsize=14089220 memory=1008 CPUtime=0.34 cores=1,3,5,7
/proc/3715/task/3726/stat : 3726 (java) R 3713 3713 877 0 -1 4202560 879 0 0 0 34 0 0 0 20 0 15 0 45730589 14427361280 24926 33554432000 4194304 4196468 140726845761952 139875424843472 139876430227411 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3727] ppid=3713 vsize=14089220 memory=792 CPUtime=0.37 cores=1,3,5,7
/proc/3715/task/3727/stat : 3727 (java) S 3713 3713 877 0 -1 1077944384 1748 0 0 0 36 1 0 0 20 0 15 0 45730589 14427361280 24926 33554432000 4194304 4196468 140726845761952 139875423804144 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3728] ppid=3713 vsize=14089220 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3728/stat : 3728 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14427361280 24926 33554432000 4194304 4196468 140726845761952 139875422751840 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3729] ppid=3713 vsize=14089220 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3729/stat : 3729 (java) S 3713 3713 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45730589 14427361280 24926 33554432000 4194304 4196468 140726845761952 139875421698352 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 101156 KiB

[startup+1.50081 s]
/proc/loadavg: 2.15 1.79 1.64 6/217 3729
/proc/meminfo: memFree=23096488/32770624 swapFree=67108860/67108860
[pid=3713] ppid=3710 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3713/stat : 3713 (xcsp3-exec) S 3710 3713 877 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45730583 115843072 363 33554432000 4194304 5098028 140726379367408 140726379365512 139907609506428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8900608 140726379373627 140726379373828 140726379373828 140726379376586 0
/proc/3713/statm: 28282 363 306 221 0 87 0

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

/proc/3715/task/3723/stat : 3723 (java) S 3713 3713 877 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 45730587 14429458432 440330 33554432000 4194304 4196468 140726845761952 139875428013056 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3724] ppid=3713 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3724/stat : 3724 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14429458432 440330 33554432000 4194304 4196468 140726845761952 139875426961616 139876451002267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3725] ppid=3713 vsize=14091268 memory=1759272 CPUtime=3.36 cores=1,3,5,7
/proc/3715/task/3725/stat : 3725 (java) S 3713 3713 877 0 -1 1077944384 17679 0 0 0 334 2 0 0 20 0 15 0 45730589 14429458432 440330 33554432000 4194304 4196468 140726845761952 139875425909232 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3726] ppid=3713 vsize=14091268 memory=1452 CPUtime=3.89 cores=1,3,5,7
/proc/3715/task/3726/stat : 3726 (java) S 3713 3713 877 0 -1 1077944384 23794 0 0 0 387 2 0 0 20 0 15 0 45730589 14429458432 440330 33554432000 4194304 4196468 140726845761952 139875424856688 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3727] ppid=3713 vsize=14091268 memory=1428 CPUtime=1.05 cores=1,3,5,7
/proc/3715/task/3727/stat : 3727 (java) S 3713 3713 877 0 -1 1077944384 14296 0 0 0 103 2 0 0 20 0 15 0 45730589 14429458432 440330 33554432000 4194304 4196468 140726845761952 139875423804144 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3728] ppid=3713 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3728/stat : 3728 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14429458432 440330 33554432000 4194304 4196468 140726845761952 139875422751840 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3729] ppid=3713 vsize=14091268 memory=1759272 CPUtime=0.6 cores=1,3,5,7
/proc/3715/task/3729/stat : 3729 (java) S 3713 3713 877 0 -1 1077944384 1467 0 0 0 28 32 0 0 20 0 15 0 45730589 14429458432 440330 33554432000 4194304 4196468 140726845761952 139875421698352 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
Current children cumulated CPU time: 2331.81 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1762772 KiB

[startup+2382.3 s]
/proc/loadavg: 1.78 1.85 1.85 6/215 3938
/proc/meminfo: memFree=21648052/32770624 swapFree=67108860/67108860
[pid=3713] ppid=3710 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3713/stat : 3713 (xcsp3-exec) S 3710 3713 877 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45730583 115843072 363 33554432000 4194304 5098028 140726379367408 140726379365512 139907609506428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8900608 140726379373627 140726379373828 140726379373828 140726379376586 0
/proc/3713/statm: 28282 363 306 221 0 87 0
[pid=3715] ppid=3713 vsize=14091268 memory=1789992 CPUtime=2391.83 cores=1,3,5,7
/proc/3715/stat : 3715 (java) S 3713 3713 877 0 -1 1077944320 97208 0 0 0 239103 80 0 0 20 0 15 0 45730584 14429458432 447498 33554432000 4194304 4196468 140726845761952 140726845744496 139876450983671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
/proc/3715/statm: 3522817 447498 3404 1 0 3484032 0
[pid=3715/tid=3716] ppid=3713 vsize=14091268 memory=1452 CPUtime=2382.06 cores=1,3,5,7
/proc/3715/task/3716/stat : 3716 (java) R 3713 3713 877 0 -1 4202560 26883 0 0 0 238181 25 0 0 20 0 15 0 45730584 14429458432 447498 33554432000 4194304 4196468 140726845761952 139876455220496 139876096576925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3717] ppid=3713 vsize=14091268 memory=1452 CPUtime=0.18 cores=1,3,5,7
/proc/3715/task/3717/stat : 3717 (java) S 3713 3713 877 0 -1 1077944384 1087 0 0 0 14 4 0 0 20 0 15 0 45730585 14429458432 447498 33554432000 4194304 4196468 140726845761952 139876416264976 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3718] ppid=3713 vsize=14091268 memory=1787944 CPUtime=0.18 cores=1,3,5,7
/proc/3715/task/3718/stat : 3718 (java) S 3713 3713 877 0 -1 1077944384 3958 0 0 0 14 4 0 0 20 0 15 0 45730585 14429458432 447498 33554432000 4194304 4196468 140726845761952 139876045536144 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3719] ppid=3713 vsize=14091268 memory=1789992 CPUtime=0.17 cores=1,3,5,7
/proc/3715/task/3719/stat : 3719 (java) S 3713 3713 877 0 -1 1077944384 1834 0 0 0 13 4 0 0 20 0 15 0 45730585 14429458432 447498 33554432000 4194304 4196468 140726845761952 139876044483600 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3720] ppid=3713 vsize=14091268 memory=1789992 CPUtime=0.19 cores=1,3,5,7
/proc/3715/task/3720/stat : 3720 (java) S 3713 3713 877 0 -1 1077944384 1964 0 0 0 15 4 0 0 20 0 15 0 45730585 14429458432 447498 33554432000 4194304 4196468 140726845761952 139876043431056 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3721] ppid=3713 vsize=14091268 memory=1789992 CPUtime=0.04 cores=1,3,5,7
/proc/3715/task/3721/stat : 3721 (java) S 3713 3713 877 0 -1 1077944384 2860 0 0 0 3 1 0 0 20 0 15 0 45730586 14429458432 447498 33554432000 4194304 4196468 140726845761952 139875430119408 139876450994818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3722] ppid=3713 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3722/stat : 3722 (java) S 3713 3713 877 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 45730586 14429458432 447498 33554432000 4194304 4196468 140726845761952 139875429065696 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3723] ppid=3713 vsize=14091268 memory=1789992 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3723/stat : 3723 (java) S 3713 3713 877 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 45730587 14429458432 447498 33554432000 4194304 4196468 140726845761952 139875428013056 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3724] ppid=3713 vsize=14091268 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3724/stat : 3724 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14429458432 447498 33554432000 4194304 4196468 140726845761952 139875426961616 139876451002267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3725] ppid=3713 vsize=14091268 memory=928 CPUtime=3.36 cores=1,3,5,7
/proc/3715/task/3725/stat : 3725 (java) S 3713 3713 877 0 -1 1077944384 17683 0 0 0 334 2 0 0 20 0 15 0 45730589 14429458432 447498 33554432000 4194304 4196468 140726845761952 139875425909232 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3726] ppid=3713 vsize=14091268 memory=1452 CPUtime=3.89 cores=1,3,5,7
/proc/3715/task/3726/stat : 3726 (java) S 3713 3713 877 0 -1 1077944384 23796 0 0 0 387 2 0 0 20 0 15 0 45730589 14429458432 447498 33554432000 4194304 4196468 140726845761952 139875424856688 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3727] ppid=3713 vsize=14091268 memory=1763368 CPUtime=1.05 cores=1,3,5,7
/proc/3715/task/3727/stat : 3727 (java) S 3713 3713 877 0 -1 1077944384 14298 0 0 0 103 2 0 0 20 0 15 0 45730589 14429458432 447498 33554432000 4194304 4196468 140726845761952 139875423804144 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3728] ppid=3713 vsize=14091268 memory=15392 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3728/stat : 3728 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14429458432 447498 33554432000 4194304 4196468 140726845761952 139875422751840 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3729] ppid=3713 vsize=14091268 memory=1296 CPUtime=0.61 cores=1,3,5,7
/proc/3715/task/3729/stat : 3729 (java) S 3713 3713 877 0 -1 1077944384 1489 0 0 0 28 33 0 0 20 0 15 0 45730589 14429458432 447498 33554432000 4194304 4196468 140726845761952 139875421698352 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
Current children cumulated CPU time: 2391.83 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1791444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390.5 s]
/proc/loadavg: 1.80 1.85 1.85 3/217 3985
/proc/meminfo: memFree=21462904/32770624 swapFree=67108860/67108860
[pid=3713] ppid=3710 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3713/stat : 3713 (xcsp3-exec) S 3710 3713 877 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45730583 115843072 363 33554432000 4194304 5098028 140726379367408 140726379365512 139907609506428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8900608 140726379373627 140726379373828 140726379373828 140726379376586 0
/proc/3713/statm: 28282 363 306 221 0 87 0
[pid=3715] ppid=3713 vsize=14091268 memory=1794088 CPUtime=2400.03 cores=1,3,5,7
/proc/3715/stat : 3715 (java) S 3713 3713 877 0 -1 1077944320 97221 0 0 0 239923 80 0 0 20 0 15 0 45730584 14429458432 448522 33554432000 4194304 4196468 140726845761952 140726845744496 139876450983671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
/proc/3715/statm: 3522817 448522 3404 1 0 3484032 0
[pid=3715/tid=3716] ppid=3713 vsize=14091268 memory=1794088 CPUtime=2390.26 cores=1,3,5,7
/proc/3715/task/3716/stat : 3716 (java) R 3713 3713 877 0 -1 4202560 26896 0 0 0 239001 25 0 0 20 0 15 0 45730584 14429458432 448522 33554432000 4194304 4196468 140726845761952 139876455220496 139876096576708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3717] ppid=3713 vsize=14091268 memory=1452 CPUtime=0.18 cores=1,3,5,7
/proc/3715/task/3717/stat : 3717 (java) S 3713 3713 877 0 -1 1077944384 1087 0 0 0 14 4 0 0 20 0 15 0 45730585 14429458432 448522 33554432000 4194304 4196468 140726845761952 139876416264976 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3718] ppid=3713 vsize=14091268 memory=1792040 CPUtime=0.18 cores=1,3,5,7
/proc/3715/task/3718/stat : 3718 (java) S 3713 3713 877 0 -1 1077944384 3958 0 0 0 14 4 0 0 20 0 15 0 45730585 14429458432 448522 33554432000 4194304 4196468 140726845761952 139876045536144 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3719] ppid=3713 vsize=14091268 memory=1789992 CPUtime=0.17 cores=1,3,5,7
/proc/3715/task/3719/stat : 3719 (java) S 3713 3713 877 0 -1 1077944384 1834 0 0 0 13 4 0 0 20 0 15 0 45730585 14429458432 448522 33554432000 4194304 4196468 140726845761952 139876044483600 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3720] ppid=3713 vsize=14091268 memory=1787944 CPUtime=0.19 cores=1,3,5,7
/proc/3715/task/3720/stat : 3720 (java) S 3713 3713 877 0 -1 1077944384 1964 0 0 0 15 4 0 0 20 0 15 0 45730585 14429458432 448522 33554432000 4194304 4196468 140726845761952 139876043431056 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3721] ppid=3713 vsize=14091268 memory=1452 CPUtime=0.04 cores=1,3,5,7
/proc/3715/task/3721/stat : 3721 (java) S 3713 3713 877 0 -1 1077944384 2860 0 0 0 3 1 0 0 20 0 15 0 45730586 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875430119408 139876450994818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3722] ppid=3713 vsize=14091268 memory=1794088 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3722/stat : 3722 (java) S 3713 3713 877 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 45730586 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875429065696 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3723] ppid=3713 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3723/stat : 3723 (java) S 3713 3713 877 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 45730587 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875428013056 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3724] ppid=3713 vsize=14091268 memory=1792040 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3724/stat : 3724 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875426961616 139876451002267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3725] ppid=3713 vsize=14091268 memory=1452 CPUtime=3.36 cores=1,3,5,7
/proc/3715/task/3725/stat : 3725 (java) S 3713 3713 877 0 -1 1077944384 17683 0 0 0 334 2 0 0 20 0 15 0 45730589 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875425909232 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3726] ppid=3713 vsize=14091268 memory=15392 CPUtime=3.89 cores=1,3,5,7
/proc/3715/task/3726/stat : 3726 (java) S 3713 3713 877 0 -1 1077944384 23796 0 0 0 387 2 0 0 20 0 15 0 45730589 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875424856688 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3727] ppid=3713 vsize=14091268 memory=1296 CPUtime=1.05 cores=1,3,5,7
/proc/3715/task/3727/stat : 3727 (java) S 3713 3713 877 0 -1 1077944384 14298 0 0 0 103 2 0 0 20 0 15 0 45730589 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875423804144 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3728] ppid=3713 vsize=14091268 memory=1794088 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3728/stat : 3728 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875422751840 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3729] ppid=3713 vsize=14091268 memory=4140 CPUtime=0.61 cores=1,3,5,7
/proc/3715/task/3729/stat : 3729 (java) S 3713 3713 877 0 -1 1077944384 1489 0 0 0 28 33 0 0 20 0 15 0 45730589 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875421698352 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1795540 KiB

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

[startup+2390.51 s]
# the end of solver process 3713 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00113 s, system=0.00113 s

[startup+2390.52 s]
# the end of solver process 3715 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.25 s, system=0.812222 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+2390.5 s]
/proc/loadavg: 1.80 1.85 1.85 3/217 3985
/proc/meminfo: memFree=21462904/32770624 swapFree=67108860/67108860
[pid=3713] ppid=3710 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3713/stat : 3713 (xcsp3-exec) S 3710 3713 877 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45730583 115843072 363 33554432000 4194304 5098028 140726379367408 140726379365512 139907609506428 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8900608 140726379373627 140726379373828 140726379373828 140726379376586 0
/proc/3713/statm: 28282 363 306 221 0 87 0
[pid=3715] ppid=3713 vsize=14091268 memory=1794088 CPUtime=2400.03 cores=1,3,5,7
/proc/3715/stat : 3715 (java) S 3713 3713 877 0 -1 1077944320 97221 0 0 0 239923 80 0 0 20 0 15 0 45730584 14429458432 448522 33554432000 4194304 4196468 140726845761952 140726845744496 139876450983671 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
/proc/3715/statm: 3522817 448522 3404 1 0 3484032 0
[pid=3715/tid=3716] ppid=3713 vsize=14091268 memory=1794088 CPUtime=2390.26 cores=1,3,5,7
/proc/3715/task/3716/stat : 3716 (java) R 3713 3713 877 0 -1 4202560 26896 0 0 0 239001 25 0 0 20 0 15 0 45730584 14429458432 448522 33554432000 4194304 4196468 140726845761952 139876455220496 139876096576708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3717] ppid=3713 vsize=14091268 memory=1452 CPUtime=0.18 cores=1,3,5,7
/proc/3715/task/3717/stat : 3717 (java) S 3713 3713 877 0 -1 1077944384 1087 0 0 0 14 4 0 0 20 0 15 0 45730585 14429458432 448522 33554432000 4194304 4196468 140726845761952 139876416264976 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3718] ppid=3713 vsize=14091268 memory=1792040 CPUtime=0.18 cores=1,3,5,7
/proc/3715/task/3718/stat : 3718 (java) S 3713 3713 877 0 -1 1077944384 3958 0 0 0 14 4 0 0 20 0 15 0 45730585 14429458432 448522 33554432000 4194304 4196468 140726845761952 139876045536144 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3719] ppid=3713 vsize=14091268 memory=1789992 CPUtime=0.17 cores=1,3,5,7
/proc/3715/task/3719/stat : 3719 (java) S 3713 3713 877 0 -1 1077944384 1834 0 0 0 13 4 0 0 20 0 15 0 45730585 14429458432 448522 33554432000 4194304 4196468 140726845761952 139876044483600 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3720] ppid=3713 vsize=14091268 memory=1787944 CPUtime=0.19 cores=1,3,5,7
/proc/3715/task/3720/stat : 3720 (java) S 3713 3713 877 0 -1 1077944384 1964 0 0 0 15 4 0 0 20 0 15 0 45730585 14429458432 448522 33554432000 4194304 4196468 140726845761952 139876043431056 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3721] ppid=3713 vsize=14091268 memory=1452 CPUtime=0.04 cores=1,3,5,7
/proc/3715/task/3721/stat : 3721 (java) S 3713 3713 877 0 -1 1077944384 2860 0 0 0 3 1 0 0 20 0 15 0 45730586 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875430119408 139876450994818 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3722] ppid=3713 vsize=14091268 memory=1794088 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3722/stat : 3722 (java) S 3713 3713 877 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 45730586 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875429065696 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3723] ppid=3713 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3723/stat : 3723 (java) S 3713 3713 877 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 45730587 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875428013056 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3724] ppid=3713 vsize=14091268 memory=1792040 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3724/stat : 3724 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875426961616 139876451002267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3725] ppid=3713 vsize=14091268 memory=1452 CPUtime=3.36 cores=1,3,5,7
/proc/3715/task/3725/stat : 3725 (java) S 3713 3713 877 0 -1 1077944384 17683 0 0 0 334 2 0 0 20 0 15 0 45730589 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875425909232 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3726] ppid=3713 vsize=14091268 memory=15392 CPUtime=3.89 cores=1,3,5,7
/proc/3715/task/3726/stat : 3726 (java) S 3713 3713 877 0 -1 1077944384 23796 0 0 0 387 2 0 0 20 0 15 0 45730589 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875424856688 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3727] ppid=3713 vsize=14091268 memory=1296 CPUtime=1.05 cores=1,3,5,7
/proc/3715/task/3727/stat : 3727 (java) S 3713 3713 877 0 -1 1077944384 14298 0 0 0 103 2 0 0 20 0 15 0 45730589 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875423804144 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3728] ppid=3713 vsize=14091268 memory=1794088 CPUtime=0 cores=1,3,5,7
/proc/3715/task/3728/stat : 3728 (java) S 3713 3713 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45730589 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875422751840 139876450993877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
[pid=3715/tid=3729] ppid=3713 vsize=14091268 memory=4140 CPUtime=0.61 cores=1,3,5,7
/proc/3715/task/3729/stat : 3729 (java) S 3713 3713 877 0 -1 1077944384 1489 0 0 0 28 33 0 0 20 0 15 0 45730589 14429458432 448522 33554432000 4194304 4196468 140726845761952 139875421698352 139876450994818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 24645632 140726845764737 140726845764913 140726845764913 140726845767631 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1795540 KiB

Child status: 143
Real time (s): 2390.52
CPU time (s): 2400.06
CPU user time (s): 2399.25
CPU system time (s): 0.812222
CPU usage (%): 100.399
Max. virtual memory (cumulated for all children) (KiB): 14207128
Max. memory (cumulated for all children) (KiB): 1795540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.25
system time used= 0.812222
maximum resident set size= 1800828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98126
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55464
involuntary context switches= 1782


# summary of solver processes directly reported to runsolver:
#   pid: 3713,3715
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2399.25
#   total CPU system time (s): 0.812222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1738 second user time and 21.9558 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 19:47:54
IDJOB=4292367
IDBENCH=141053
IDSOLVER=2747
FILE ID=node103/4292367-1532281674
RUNJOBID= node103-1532279285-3429
PBS_JOBID= 21018960
Free space on /tmp= 56852 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-18_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-4292367-1532281674/watcher-4292367-1532281674 -o /tmp/evaluation-result-4292367-1532281674/solver-4292367-1532281674 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532279285-3429 --watchdog 2560  HOME/xcsp3-exec -seed 670159065 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292367-1532281674.xml

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=670159065

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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.48
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.48
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.48
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:        23234732 kB
MemAvailable:   31708740 kB
Buffers:          239496 kB
Cached:          8437140 kB
SwapCached:            0 kB
Active:          1684184 kB
Inactive:        7278280 kB
Active(anon):     288276 kB
Inactive(anon):    16976 kB
Active(file):    1395908 kB
Inactive(file):  7261304 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21272 kB
Writeback:             0 kB
AnonPages:        309072 kB
Mapped:            48772 kB
Shmem:             17036 kB
Slab:             273320 kB
SReclaimable:     245256 kB
SUnreclaim:        28064 kB
KernelStack:        3808 kB
PageTables:         5468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1291128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56832 MiB
End job on node103 at 2018-07-22 20:27:45