Trace number 4292365

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.08 2389.51

General information on the benchmark

NameNurseRostering/
NurseRostering-16_c18.xml
MD5SUM0b8e9565fd0b9c632a2b7d0ba913c3ff
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 variables2088
Number of constraints5489
Number of domains13
Minimum domain size1
Maximum domain size57
Distribution of domain sizes[{"size":1,"count":71},{"size":2,"count":440},{"size":4,"count":1120},{"size":21,"count":392},{"size":57,"count":65}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":808},{"degree":3,"count":160},{"degree":13,"count":15},{"degree":14,"count":21},{"degree":15,"count":4},{"degree":16,"count":12},{"degree":17,"count":24},{"degree":18,"count":25},{"degree":19,"count":41},{"degree":20,"count":43},{"degree":21,"count":430},{"degree":22,"count":403},{"degree":23,"count":102}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":1964},{"arity":3,"count":2160},{"arity":4,"count":20},{"arity":6,"count":1020},{"arity":8,"count":20},{"arity":21,"count":224},{"arity":57,"count":80},{"arity":120,"count":1}]
Number of extensional constraints1324
Number of intensional constraints640
Distribution of constraint types[{"type":"extension","count":1324},{"type":"intension","count":640},{"type":"regular","count":2160},{"type":"sum","count":40},{"type":"count","count":1324},{"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-4292365-1532281314.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.18	c [HOME/instance-4292365-1532281314.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.22	c simple solver
0.34/0.28	c parse instance...
4.29/1.52	c solve instance...
2400.06/2389.50	s UNKNOWN
2400.06/2389.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 (13084 MiB free)
  memory of node 1: 16384 MiB (13720 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292365-1532281314/watcher-4292365-1532281314 -o /tmp/evaluation-result-4292365-1532281314/solver-4292365-1532281314 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532278925-8557 --watchdog 2560 HOME/xcsp3-exec -seed 225760536 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292365-1532281314.xml 

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

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=8793, runsolver pid=8790

[startup+0.100162 s]*
/proc/loadavg: 2.11 1.87 1.80 6/220 8809
/proc/meminfo: memFree=27417028/32770624 swapFree=67108860/67108860
[pid=8793] ppid=8790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8793/stat : 8793 (xcsp3-exec) S 8790 8793 5960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45694649 115843072 363 33554432000 4194304 5098028 140732721267680 140732721265784 139766059991676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34738176 140732721271867 140732721272068 140732721272068 140732721274826 0
/proc/8793/statm: 28282 363 305 221 0 87 0
[pid=8795] ppid=8793 vsize=14082840 memory=28636 CPUtime=0.12 cores=0,2,4,6
/proc/8795/stat : 8795 (java) S 8793 8793 5960 0 -1 1077944320 5583 0 0 0 11 1 0 0 20 0 15 0 45694649 14420828160 7159 33554432000 4194304 4196468 140731229916224 140731229898768 139699888799479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
/proc/8795/statm: 3520710 7159 2979 1 0 3483008 0
[pid=8795/tid=8796] ppid=8793 vsize=14082840 memory=7828845631208919899 CPUtime=0.08 cores=0,2,4,6
/proc/8795/task/8796/stat : 8796 (java) R 8793 8793 5960 0 -1 4202560 3597 0 0 0 8 0 0 0 20 0 15 0 45694649 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699893026016 139699888811414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8797] ppid=8793 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8797/stat : 8797 (java) S 8793 8793 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45694650 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699484289808 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8798] ppid=8793 vsize=14082840 memory=140197932349056 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8798/stat : 8798 (java) S 8793 8793 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45694650 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699483237264 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8799] ppid=8793 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8799/stat : 8799 (java) S 8793 8793 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45694650 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699482184720 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8800] ppid=8793 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8800/stat : 8800 (java) S 8793 8793 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45694650 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699481132176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8801] ppid=8793 vsize=14082840 memory=140197932349056 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8801/stat : 8801 (java) S 8793 8793 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45694652 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699363010544 139699888810626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8802] ppid=8793 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8802/stat : 8802 (java) S 8793 8793 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45694652 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699361956768 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8803] ppid=8793 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8803/stat : 8803 (java) S 8793 8793 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45694652 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699360904176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8804] ppid=8793 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8804/stat : 8804 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699359852752 139699888818075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8805] ppid=8793 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8805/stat : 8805 (java) S 8793 8793 5960 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 45694655 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699358800368 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8806] ppid=8793 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8806/stat : 8806 (java) S 8793 8793 5960 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 45694655 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699357747824 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8807] ppid=8793 vsize=14082840 memory=140197932349056 CPUtime=0.01 cores=0,2,4,6
/proc/8795/task/8807/stat : 8807 (java) R 8793 8793 5960 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 15 0 45694655 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699356695280 139699870037040 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8808] ppid=8793 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8808/stat : 8808 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699355642976 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8809] ppid=8793 vsize=14082840 memory=140197932349056 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8809/stat : 8809 (java) S 8793 8793 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45694655 14420828160 7159 33554432000 4194304 4196468 140731229916224 139699354589488 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30088 KiB

[startup+0.212937 s]*
/proc/loadavg: 2.11 1.87 1.80 10/223 8812
/proc/meminfo: memFree=27355988/32770624 swapFree=67108860/67108860
[pid=8793] ppid=8790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8793/stat : 8793 (xcsp3-exec) S 8790 8793 5960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45694649 115843072 363 33554432000 4194304 5098028 140732721267680 140732721265784 139766059991676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34738176 140732721271867 140732721272068 140732721272068 140732721274826 0
/proc/8793/statm: 28282 363 305 221 0 87 0
[pid=8795] ppid=8793 vsize=14082840 memory=40736 CPUtime=0.34 cores=0,2,4,6
/proc/8795/stat : 8795 (java) S 8793 8793 5960 0 -1 1077944320 8222 0 0 0 32 2 0 0 20 0 15 0 45694649 14420828160 10184 33554432000 4194304 4196468 140731229916224 140731229898768 139699888799479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
/proc/8795/statm: 3520710 10184 3200 1 0 3483008 0
[pid=8795/tid=8796] ppid=8793 vsize=14087096 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/8795/task/8796/stat : 8796 (java) R 8793 8793 5960 0 -1 4202560 5475 0 0 0 19 1 0 0 20 0 15 0 45694649 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699893020472 139699881500455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8797] ppid=8793 vsize=14087096 memory=13660 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8797/stat : 8797 (java) S 8793 8793 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45694650 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699484289808 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8798] ppid=8793 vsize=14087096 memory=140197932616429 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8798/stat : 8798 (java) S 8793 8793 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45694650 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699483237264 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8799] ppid=8793 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8799/stat : 8799 (java) S 8793 8793 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45694650 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699482184720 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8800] ppid=8793 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8800/stat : 8800 (java) S 8793 8793 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45694650 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699481132176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8801] ppid=8793 vsize=14087096 memory=140197932349056 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8801/stat : 8801 (java) S 8793 8793 5960 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45694652 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699363010544 139699888810626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8802] ppid=8793 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8802/stat : 8802 (java) S 8793 8793 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45694652 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699361956768 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8803] ppid=8793 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8803/stat : 8803 (java) S 8793 8793 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45694652 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699360904176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8804] ppid=8793 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8804/stat : 8804 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699359852752 139699888818075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8805] ppid=8793 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8795/task/8805/stat : 8805 (java) S 8793 8793 5960 0 -1 1077944384 531 0 0 0 3 0 0 0 20 0 15 0 45694655 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699358800368 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8806] ppid=8793 vsize=14087096 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8795/task/8806/stat : 8806 (java) S 8793 8793 5960 0 -1 1077944384 225 0 0 0 1 0 0 0 20 0 15 0 45694655 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699357747824 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8807] ppid=8793 vsize=14087096 memory=140197932349056 CPUtime=0.08 cores=0,2,4,6
/proc/8795/task/8807/stat : 8807 (java) S 8793 8793 5960 0 -1 1077944384 703 0 0 0 8 0 0 0 20 0 15 0 45694655 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699356695280 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8808] ppid=8793 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8808/stat : 8808 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699355642976 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8809] ppid=8793 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8809/stat : 8809 (java) S 8793 8793 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45694655 14425186304 10242 33554432000 4194304 4196468 140731229916224 139699354589488 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42188 KiB

[startup+0.31097 s]*
/proc/loadavg: 2.11 1.87 1.80 6/223 8812
/proc/meminfo: memFree=27302556/32770624 swapFree=67108860/67108860
[pid=8793] ppid=8790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8793/stat : 8793 (xcsp3-exec) S 8790 8793 5960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45694649 115843072 363 33554432000 4194304 5098028 140732721267680 140732721265784 139766059991676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34738176 140732721271867 140732721272068 140732721272068 140732721274826 0
/proc/8793/statm: 28282 363 305 221 0 87 0
[pid=8795] ppid=8793 vsize=14087096 memory=47664 CPUtime=0.51 cores=0,2,4,6
/proc/8795/stat : 8795 (java) S 8793 8793 5960 0 -1 1077944320 9060 0 0 0 48 3 0 0 20 0 15 0 45694649 14425186304 11916 33554432000 4194304 4196468 140731229916224 140731229898768 139699888799479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
/proc/8795/statm: 3521774 11916 3235 1 0 3483008 0
[pid=8795/tid=8796] ppid=8793 vsize=14087096 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/8795/task/8796/stat : 8796 (java) R 8793 8793 5960 0 -1 4202560 6155 0 0 0 28 2 0 0 20 0 15 0 45694649 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699893033264 139699888821405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8797] ppid=8793 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8797/stat : 8797 (java) S 8793 8793 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45694650 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699484289808 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8798] ppid=8793 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8798/stat : 8798 (java) S 8793 8793 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45694650 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699483237264 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8799] ppid=8793 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8799/stat : 8799 (java) S 8793 8793 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45694650 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699482184720 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8800] ppid=8793 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8800/stat : 8800 (java) S 8793 8793 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45694650 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699481132176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8801] ppid=8793 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8801/stat : 8801 (java) S 8793 8793 5960 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45694652 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699363010544 139699888810626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8802] ppid=8793 vsize=14087096 memory=-9062581184954983548 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8802/stat : 8802 (java) S 8793 8793 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45694652 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699361956768 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8803] ppid=8793 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8803/stat : 8803 (java) S 8793 8793 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45694652 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699360904176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8804] ppid=8793 vsize=14087096 memory=8982046290584177472 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8804/stat : 8804 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699359852752 139699888818075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8805] ppid=8793 vsize=14087096 memory=8325818968683490714 CPUtime=0.04 cores=0,2,4,6
/proc/8795/task/8805/stat : 8805 (java) S 8793 8793 5960 0 -1 1077944384 536 0 0 0 4 0 0 0 20 0 15 0 45694655 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699358800368 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8806] ppid=8793 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8795/task/8806/stat : 8806 (java) S 8793 8793 5960 0 -1 1077944384 234 0 0 0 3 0 0 0 20 0 15 0 45694655 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699357747824 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8807] ppid=8793 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/8795/task/8807/stat : 8807 (java) S 8793 8793 5960 0 -1 1077944384 836 0 0 0 12 0 0 0 20 0 15 0 45694655 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699356695280 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8808] ppid=8793 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8808/stat : 8808 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699355642976 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8809] ppid=8793 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8809/stat : 8809 (java) S 8793 8793 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45694655 14425186304 11916 33554432000 4194304 4196468 140731229916224 139699354589488 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49116 KiB

[startup+0.710939 s]
/proc/loadavg: 2.11 1.87 1.80 4/203 8815
/proc/meminfo: memFree=27445356/32770624 swapFree=67108860/67108860
[pid=8793] ppid=8790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8793/stat : 8793 (xcsp3-exec) S 8790 8793 5960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45694649 115843072 363 33554432000 4194304 5098028 140732721267680 140732721265784 139766059991676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34738176 140732721271867 140732721272068 140732721272068 140732721274826 0
/proc/8793/statm: 28282 363 305 221 0 87 0
[pid=8795] ppid=8793 vsize=14089220 memory=98436 CPUtime=1.78 cores=0,2,4,6
/proc/8795/stat : 8795 (java) S 8793 8793 5960 0 -1 1077944320 13067 0 0 0 173 5 0 0 20 0 15 0 45694649 14427361280 24609 33554432000 4194304 4196468 140731229916224 140731229898768 139699888799479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
/proc/8795/statm: 3522305 24609 3332 1 0 3483520 0
[pid=8795/tid=8796] ppid=8793 vsize=14089220 memory=3472328296227679313 CPUtime=0.68 cores=0,2,4,6
/proc/8795/task/8796/stat : 8796 (java) R 8793 8793 5960 0 -1 4202560 6699 0 0 0 65 3 0 0 20 0 15 0 45694649 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699893036144 139699526913672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8797] ppid=8793 vsize=14089220 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8797/stat : 8797 (java) S 8793 8793 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45694650 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699484289808 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8798] ppid=8793 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8798/stat : 8798 (java) S 8793 8793 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45694650 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699483237264 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8799] ppid=8793 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8799/stat : 8799 (java) S 8793 8793 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45694650 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699482184720 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8800] ppid=8793 vsize=14089220 memory=15540 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8800/stat : 8800 (java) S 8793 8793 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45694650 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699481132176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8801] ppid=8793 vsize=14089220 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8801/stat : 8801 (java) S 8793 8793 5960 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 45694652 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699363010544 139699888810626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8802] ppid=8793 vsize=14089220 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8802/stat : 8802 (java) S 8793 8793 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45694652 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699361956768 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8803] ppid=8793 vsize=14089220 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8803/stat : 8803 (java) S 8793 8793 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45694652 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699360904176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8804] ppid=8793 vsize=14089220 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8804/stat : 8804 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699359852752 139699888818075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8805] ppid=8793 vsize=14089220 memory=5404 CPUtime=0.36 cores=0,2,4,6
/proc/8795/task/8805/stat : 8805 (java) R 8793 8793 5960 0 -1 4202560 1620 0 0 0 36 0 0 0 20 0 15 0 45694655 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699358781384 139699872296238 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8806] ppid=8793 vsize=14089220 memory=796 CPUtime=0.32 cores=0,2,4,6
/proc/8795/task/8806/stat : 8806 (java) R 8793 8793 5960 0 -1 4202560 1335 0 0 0 32 0 0 0 20 0 15 0 45694655 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699357728840 139699869977407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8807] ppid=8793 vsize=14089220 memory=4616 CPUtime=0.38 cores=0,2,4,6
/proc/8795/task/8807/stat : 8807 (java) R 8793 8793 5960 0 -1 4202560 2103 0 0 0 37 1 0 0 20 0 15 0 45694655 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699356695280 139699888820826 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8808] ppid=8793 vsize=14089220 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8808/stat : 8808 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699355642976 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8809] ppid=8793 vsize=14089220 memory=10940 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8809/stat : 8809 (java) S 8793 8793 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45694655 14427361280 24609 33554432000 4194304 4196468 140731229916224 139699354589488 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 99888 KiB

[startup+1.50079 s]
/proc/loadavg: 2.11 1.87 1.80 7/222 8859
/proc/meminfo: memFree=27359112/32770624 swapFree=67108860/67108860
[pid=8793] ppid=8790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8793/stat : 8793 (xcsp3-exec) S 8790 8793 5960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45694649 115843072 363 33554432000 4194304 5098028 140732721267680 140732721265784 139766059991676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34738176 140732721271867 140732721272068 140732721272068 140732721274826 0
/proc/8793/statm: 28282 363 305 221 0 87 0

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

/proc/8795/task/8803/stat : 8803 (java) S 8793 8793 5960 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 45694652 14429458432 53390 33554432000 4194304 4196468 140731229916224 139699360904176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8804] ppid=8793 vsize=14091268 memory=213560 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8804/stat : 8804 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14429458432 53390 33554432000 4194304 4196468 140731229916224 139699359852752 139699888818075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8805] ppid=8793 vsize=14091268 memory=213560 CPUtime=3.67 cores=0,2,4,6
/proc/8795/task/8805/stat : 8805 (java) S 8793 8793 5960 0 -1 1077944384 18020 0 0 0 365 2 0 0 20 0 15 0 45694655 14429458432 53390 33554432000 4194304 4196468 140731229916224 139699358800368 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8806] ppid=8793 vsize=14091268 memory=1452 CPUtime=3.82 cores=0,2,4,6
/proc/8795/task/8806/stat : 8806 (java) S 8793 8793 5960 0 -1 1077944384 22785 0 0 0 380 2 0 0 20 0 15 0 45694655 14429458432 53390 33554432000 4194304 4196468 140731229916224 139699357747824 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8807] ppid=8793 vsize=14091268 memory=49 CPUtime=1 cores=0,2,4,6
/proc/8795/task/8807/stat : 8807 (java) S 8793 8793 5960 0 -1 1077944384 9441 0 0 0 98 2 0 0 20 0 15 0 45694655 14429458432 53390 33554432000 4194304 4196468 140731229916224 139699356695280 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8808] ppid=8793 vsize=14091268 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8808/stat : 8808 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14429458432 53390 33554432000 4194304 4196468 140731229916224 139699355642976 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8809] ppid=8793 vsize=14091268 memory=1452 CPUtime=0.6 cores=0,2,4,6
/proc/8795/task/8809/stat : 8809 (java) S 8793 8793 5960 0 -1 1077944384 736 0 0 0 25 35 0 0 20 0 15 0 45694655 14429458432 53390 33554432000 4194304 4196468 140731229916224 139699354589488 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
Current children cumulated CPU time: 2332.73 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 215012 KiB

[startup+2382.3 s]
/proc/loadavg: 1.44 1.61 1.74 3/221 8959
/proc/meminfo: memFree=27052936/32770624 swapFree=67108860/67108860
[pid=8793] ppid=8790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8793/stat : 8793 (xcsp3-exec) S 8790 8793 5960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45694649 115843072 363 33554432000 4194304 5098028 140732721267680 140732721265784 139766059991676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34738176 140732721271867 140732721272068 140732721272068 140732721274826 0
/proc/8793/statm: 28282 363 305 221 0 87 0
[pid=8795] ppid=8793 vsize=14091268 memory=215608 CPUtime=2392.84 cores=0,2,4,6
/proc/8795/stat : 8795 (java) S 8793 8793 5960 0 -1 1077944320 92639 0 0 0 239215 69 0 0 20 0 15 0 45694649 14429458432 53902 33554432000 4194304 4196468 140731229916224 140731229898768 139699888799479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
/proc/8795/statm: 3522817 53902 3399 1 0 3484032 0
[pid=8795/tid=8796] ppid=8793 vsize=14091268 memory=215608 CPUtime=2381.31 cores=0,2,4,6
/proc/8795/task/8796/stat : 8796 (java) R 8793 8793 5960 0 -1 4202560 22691 0 0 0 238124 7 0 0 20 0 15 0 45694649 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699893039024 139699534410390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8797] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.53 cores=0,2,4,6
/proc/8795/task/8797/stat : 8797 (java) S 8793 8793 5960 0 -1 1077944384 3375 0 0 0 47 6 0 0 20 0 15 0 45694650 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699484289808 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8798] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.52 cores=0,2,4,6
/proc/8795/task/8798/stat : 8798 (java) S 8793 8793 5960 0 -1 1077944384 2430 0 0 0 46 6 0 0 20 0 15 0 45694650 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699483237264 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8799] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.53 cores=0,2,4,6
/proc/8795/task/8799/stat : 8799 (java) S 8793 8793 5960 0 -1 1077944384 2790 0 0 0 47 6 0 0 20 0 15 0 45694650 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699482184720 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8800] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.53 cores=0,2,4,6
/proc/8795/task/8800/stat : 8800 (java) S 8793 8793 5960 0 -1 1077944384 4190 0 0 0 47 6 0 0 20 0 15 0 45694650 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699481132176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8801] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.23 cores=0,2,4,6
/proc/8795/task/8801/stat : 8801 (java) S 8793 8793 5960 0 -1 1077944384 4829 0 0 0 19 4 0 0 20 0 15 0 45694652 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699363010544 139699888810626 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8802] ppid=8793 vsize=14091268 memory=215608 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8802/stat : 8802 (java) S 8793 8793 5960 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 45694652 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699361956768 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8803] ppid=8793 vsize=14091268 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8803/stat : 8803 (java) S 8793 8793 5960 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 45694652 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699360904176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8804] ppid=8793 vsize=14091268 memory=164 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8804/stat : 8804 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699359852752 139699888818075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8805] ppid=8793 vsize=14091268 memory=215608 CPUtime=3.68 cores=0,2,4,6
/proc/8795/task/8805/stat : 8805 (java) S 8793 8793 5960 0 -1 1077944384 18020 0 0 0 366 2 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699358800368 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8806] ppid=8793 vsize=14091268 memory=215608 CPUtime=3.82 cores=0,2,4,6
/proc/8795/task/8806/stat : 8806 (java) S 8793 8793 5960 0 -1 1077944384 22785 0 0 0 380 2 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699357747824 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8807] ppid=8793 vsize=14091268 memory=4096 CPUtime=1 cores=0,2,4,6
/proc/8795/task/8807/stat : 8807 (java) S 8793 8793 5960 0 -1 1077944384 9441 0 0 0 98 2 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699356695280 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8808] ppid=8793 vsize=14091268 memory=33 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8808/stat : 8808 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699355642976 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8809] ppid=8793 vsize=14091268 memory=7091040077533041253 CPUtime=0.62 cores=0,2,4,6
/proc/8795/task/8809/stat : 8809 (java) S 8793 8793 5960 0 -1 1077944384 740 0 0 0 26 36 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699354589488 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
Current children cumulated CPU time: 2392.84 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 217060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2389.5 s]
/proc/loadavg: 1.40 1.60 1.73 5/221 9040
/proc/meminfo: memFree=27239776/32770624 swapFree=67108860/67108860
[pid=8793] ppid=8790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8793/stat : 8793 (xcsp3-exec) S 8790 8793 5960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45694649 115843072 363 33554432000 4194304 5098028 140732721267680 140732721265784 139766059991676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34738176 140732721271867 140732721272068 140732721272068 140732721274826 0
/proc/8793/statm: 28282 363 305 221 0 87 0
[pid=8795] ppid=8793 vsize=14091268 memory=215608 CPUtime=2400.06 cores=0,2,4,6
/proc/8795/stat : 8795 (java) S 8793 8793 5960 0 -1 1077944320 92645 0 0 0 239937 69 0 0 20 0 15 0 45694649 14429458432 53902 33554432000 4194304 4196468 140731229916224 140731229898768 139699888799479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
/proc/8795/statm: 3522817 53902 3399 1 0 3484032 0
[pid=8795/tid=8796] ppid=8793 vsize=14091268 memory=215608 CPUtime=2388.5 cores=0,2,4,6
/proc/8795/task/8796/stat : 8796 (java) R 8793 8793 5960 0 -1 4202560 22695 0 0 0 238843 7 0 0 20 0 15 0 45694649 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699893038912 139699534410079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8797] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.53 cores=0,2,4,6
/proc/8795/task/8797/stat : 8797 (java) S 8793 8793 5960 0 -1 1077944384 3375 0 0 0 47 6 0 0 20 0 15 0 45694650 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699484289808 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8798] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.52 cores=0,2,4,6
/proc/8795/task/8798/stat : 8798 (java) S 8793 8793 5960 0 -1 1077944384 2430 0 0 0 46 6 0 0 20 0 15 0 45694650 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699483237264 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8799] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.53 cores=0,2,4,6
/proc/8795/task/8799/stat : 8799 (java) S 8793 8793 5960 0 -1 1077944384 2790 0 0 0 47 6 0 0 20 0 15 0 45694650 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699482184720 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8800] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.53 cores=0,2,4,6
/proc/8795/task/8800/stat : 8800 (java) S 8793 8793 5960 0 -1 1077944384 4192 0 0 0 47 6 0 0 20 0 15 0 45694650 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699481132176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8801] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.23 cores=0,2,4,6
/proc/8795/task/8801/stat : 8801 (java) S 8793 8793 5960 0 -1 1077944384 4829 0 0 0 19 4 0 0 20 0 15 0 45694652 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699363010544 139699888810626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8802] ppid=8793 vsize=14091268 memory=215608 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8802/stat : 8802 (java) S 8793 8793 5960 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 45694652 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699361956768 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8803] ppid=8793 vsize=14091268 memory=215608 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8803/stat : 8803 (java) S 8793 8793 5960 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 45694652 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699360904176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8804] ppid=8793 vsize=14091268 memory=215608 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8804/stat : 8804 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699359852752 139699888818075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8805] ppid=8793 vsize=14091268 memory=215608 CPUtime=3.68 cores=0,2,4,6
/proc/8795/task/8805/stat : 8805 (java) S 8793 8793 5960 0 -1 1077944384 18020 0 0 0 366 2 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699358800368 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8806] ppid=8793 vsize=14091268 memory=215608 CPUtime=3.82 cores=0,2,4,6
/proc/8795/task/8806/stat : 8806 (java) S 8793 8793 5960 0 -1 1077944384 22785 0 0 0 380 2 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699357747824 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8807] ppid=8793 vsize=14091268 memory=215608 CPUtime=1 cores=0,2,4,6
/proc/8795/task/8807/stat : 8807 (java) S 8793 8793 5960 0 -1 1077944384 9441 0 0 0 98 2 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699356695280 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8808] ppid=8793 vsize=14091268 memory=215608 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8808/stat : 8808 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699355642976 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8809] ppid=8793 vsize=14091268 memory=1452 CPUtime=0.62 cores=0,2,4,6
/proc/8795/task/8809/stat : 8809 (java) S 8793 8793 5960 0 -1 1077944384 740 0 0 0 26 36 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699354589488 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 217060 KiB

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

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

[startup+2389.51 s]
# the end of solver process 8795 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.38 s, system=0.69521 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.5 s]
/proc/loadavg: 1.40 1.60 1.73 5/221 9040
/proc/meminfo: memFree=27239776/32770624 swapFree=67108860/67108860
[pid=8793] ppid=8790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/8793/stat : 8793 (xcsp3-exec) S 8790 8793 5960 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45694649 115843072 363 33554432000 4194304 5098028 140732721267680 140732721265784 139766059991676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34738176 140732721271867 140732721272068 140732721272068 140732721274826 0
/proc/8793/statm: 28282 363 305 221 0 87 0
[pid=8795] ppid=8793 vsize=14091268 memory=215608 CPUtime=2400.06 cores=0,2,4,6
/proc/8795/stat : 8795 (java) S 8793 8793 5960 0 -1 1077944320 92645 0 0 0 239937 69 0 0 20 0 15 0 45694649 14429458432 53902 33554432000 4194304 4196468 140731229916224 140731229898768 139699888799479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
/proc/8795/statm: 3522817 53902 3399 1 0 3484032 0
[pid=8795/tid=8796] ppid=8793 vsize=14091268 memory=215608 CPUtime=2388.5 cores=0,2,4,6
/proc/8795/task/8796/stat : 8796 (java) R 8793 8793 5960 0 -1 4202560 22695 0 0 0 238843 7 0 0 20 0 15 0 45694649 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699893038912 139699534410079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8797] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.53 cores=0,2,4,6
/proc/8795/task/8797/stat : 8797 (java) S 8793 8793 5960 0 -1 1077944384 3375 0 0 0 47 6 0 0 20 0 15 0 45694650 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699484289808 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8798] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.52 cores=0,2,4,6
/proc/8795/task/8798/stat : 8798 (java) S 8793 8793 5960 0 -1 1077944384 2430 0 0 0 46 6 0 0 20 0 15 0 45694650 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699483237264 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8799] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.53 cores=0,2,4,6
/proc/8795/task/8799/stat : 8799 (java) S 8793 8793 5960 0 -1 1077944384 2790 0 0 0 47 6 0 0 20 0 15 0 45694650 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699482184720 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8800] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.53 cores=0,2,4,6
/proc/8795/task/8800/stat : 8800 (java) S 8793 8793 5960 0 -1 1077944384 4192 0 0 0 47 6 0 0 20 0 15 0 45694650 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699481132176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8801] ppid=8793 vsize=14091268 memory=215608 CPUtime=0.23 cores=0,2,4,6
/proc/8795/task/8801/stat : 8801 (java) S 8793 8793 5960 0 -1 1077944384 4829 0 0 0 19 4 0 0 20 0 15 0 45694652 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699363010544 139699888810626 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8802] ppid=8793 vsize=14091268 memory=215608 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8802/stat : 8802 (java) S 8793 8793 5960 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 45694652 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699361956768 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8803] ppid=8793 vsize=14091268 memory=215608 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8803/stat : 8803 (java) S 8793 8793 5960 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 45694652 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699360904176 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8804] ppid=8793 vsize=14091268 memory=215608 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8804/stat : 8804 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699359852752 139699888818075 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8805] ppid=8793 vsize=14091268 memory=215608 CPUtime=3.68 cores=0,2,4,6
/proc/8795/task/8805/stat : 8805 (java) S 8793 8793 5960 0 -1 1077944384 18020 0 0 0 366 2 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699358800368 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8806] ppid=8793 vsize=14091268 memory=215608 CPUtime=3.82 cores=0,2,4,6
/proc/8795/task/8806/stat : 8806 (java) S 8793 8793 5960 0 -1 1077944384 22785 0 0 0 380 2 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699357747824 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8807] ppid=8793 vsize=14091268 memory=215608 CPUtime=1 cores=0,2,4,6
/proc/8795/task/8807/stat : 8807 (java) S 8793 8793 5960 0 -1 1077944384 9441 0 0 0 98 2 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699356695280 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8808] ppid=8793 vsize=14091268 memory=215608 CPUtime=0 cores=0,2,4,6
/proc/8795/task/8808/stat : 8808 (java) S 8793 8793 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699355642976 139699888809685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
[pid=8795/tid=8809] ppid=8793 vsize=14091268 memory=1452 CPUtime=0.62 cores=0,2,4,6
/proc/8795/task/8809/stat : 8809 (java) S 8793 8793 5960 0 -1 1077944384 740 0 0 0 26 36 0 0 20 0 15 0 45694655 14429458432 53902 33554432000 4194304 4196468 140731229916224 139699354589488 139699888810626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35241984 140731229918337 140731229918513 140731229918513 140731229921231 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 217060 KiB

Child status: 143
Real time (s): 2389.51
CPU time (s): 2400.08
CPU user time (s): 2399.38
CPU system time (s): 0.69521
CPU usage (%): 100.442
Max. virtual memory (cumulated for all children) (KiB): 14207476
Max. memory (cumulated for all children) (KiB): 304356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.38
system time used= 0.69521
maximum resident set size= 318020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93511
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60168
involuntary context switches= 2466


# summary of solver processes directly reported to runsolver:
#   pid: 8793,8795
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2399.38
#   total CPU system time (s): 0.69521

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3637 second user time and 22.3618 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 19:41:54
IDJOB=4292365
IDBENCH=141046
IDSOLVER=2747
FILE ID=node134/4292365-1532281314
RUNJOBID= node134-1532278925-8557
PBS_JOBID= 21018961
Free space on /tmp= 55976 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-16_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-4292365-1532281314/watcher-4292365-1532281314 -o /tmp/evaluation-result-4292365-1532281314/solver-4292365-1532281314 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532278925-8557 --watchdog 2560  HOME/xcsp3-exec -seed 225760536 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292365-1532281314.xml

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

MD5SUM BENCH= 0b8e9565fd0b9c632a2b7d0ba913c3ff
RANDOM SEED=225760536

node134.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.68
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.68
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.68
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.68
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:        27449860 kB
MemAvailable:   31921748 kB
Buffers:          168224 kB
Cached:          4568336 kB
SwapCached:            0 kB
Active:          1467216 kB
Inactive:        3382100 kB
Active(anon):      62204 kB
Inactive(anon):    70304 kB
Active(file):    1405012 kB
Inactive(file):  3311796 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20460 kB
Writeback:             0 kB
AnonPages:        340836 kB
Mapped:            46696 kB
Shmem:             17056 kB
Slab:             169416 kB
SReclaimable:     141828 kB
SUnreclaim:        27588 kB
KernelStack:        3936 kB
PageTables:         5676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1270920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55956 MiB
End job on node134 at 2018-07-22 20:21:44