Trace number 4292361

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.13 2385.02

General information on the benchmark

NameNurseRostering/
NurseRostering-12_c18.xml
MD5SUM2a283c05e31c4b30f3ec3c3182bebd94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56621
Best CPU time to get the best result obtained on this benchmark2519.9
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints8519
Number of domains14
Minimum domain size1
Maximum domain size61
Distribution of domain sizes[{"size":1,"count":226},{"size":2,"count":662},{"size":3,"count":5},{"size":5,"count":30},{"size":11,"count":1680},{"size":29,"count":427},{"size":61,"count":588}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":1698},{"degree":3,"count":240},{"degree":27,"count":44},{"degree":28,"count":69},{"degree":29,"count":7},{"degree":30,"count":41},{"degree":31,"count":67},{"degree":32,"count":93},{"degree":33,"count":97},{"degree":34,"count":125},{"degree":35,"count":445},{"degree":36,"count":418},{"degree":37,"count":184},{"degree":38,"count":76},{"degree":39,"count":14}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":2950},{"arity":3,"count":2860},{"arity":4,"count":310},{"arity":6,"count":1150},{"arity":7,"count":220},{"arity":11,"count":60},{"arity":29,"count":660},{"arity":61,"count":308},{"arity":120,"count":1}]
Number of extensional constraints1928
Number of intensional constraints1022
Distribution of constraint types[{"type":"extension","count":1928},{"type":"intension","count":1022},{"type":"regular","count":3110},{"type":"sum","count":120},{"type":"count","count":2338},{"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-4292361-1532282266.xml"  -tl '2400s' -p 1 -x 0
0.11/0.18	c Choco 493a269
0.11/0.18	c [HOME/instance-4292361-1532282266.xml, -tl, 2400s, -p, 1, -x, 0]
0.11/0.22	c simple solver
0.33/0.28	c parse instance...
6.39/2.19	c solve instance...
2400.10/2385.01	s UNKNOWN
2400.10/2385.01	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8236 MiB free)
  memory of node 1: 16384 MiB (12308 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292361-1532282266/watcher-4292361-1532282266 -o /tmp/evaluation-result-4292361-1532282266/solver-4292361-1532282266 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532278959-4651 --watchdog 2560 HOME/xcsp3-exec -seed 1031506601 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292361-1532282266.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=5210, runsolver pid=5207
Current StackSize limit: 8192 KiB


[startup+0.100185 s]*
/proc/loadavg: 2.06 2.00 1.93 3/217 5226
/proc/meminfo: memFree=21021216/32770624 swapFree=67108860/67108860
[pid=5210] ppid=5207 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (xcsp3-exec) S 5207 5210 1778 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45789765 115843072 363 33554432000 4194304 5098028 140733864162304 140733864160408 139804389147260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26185728 140733864166458 140733864166660 140733864166660 140733864169418 0
/proc/5210/statm: 28282 363 305 221 0 87 0
[pid=5212] ppid=5210 vsize=14082840 memory=28484 CPUtime=0.11 cores=1,3,5,7
/proc/5212/stat : 5212 (java) S 5210 5210 1778 0 -1 1077944320 5440 0 0 0 10 1 0 0 20 0 15 0 45789765 14420828160 7121 33554432000 4194304 4196468 140736225788048 140736225770592 139624172424951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
/proc/5212/statm: 3520710 7121 3010 1 0 3483008 0
[pid=5212/tid=5213] ppid=5210 vsize=14082840 memory=7972116394354643803 CPUtime=0.08 cores=1,3,5,7
/proc/5212/task/5213/stat : 5213 (java) R 5210 5210 1778 0 -1 4202560 3466 0 0 0 8 0 0 0 20 0 15 0 45789765 14420828160 7121 33554432000 4194304 4196468 140736225788048 139624176642768 139624172436886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5214] ppid=5210 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5214/stat : 5214 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789766 14420828160 7121 33554432000 4194304 4196468 140736225788048 139624087493264 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5215] ppid=5210 vsize=14082840 memory=139852087076480 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5215/stat : 5215 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789766 14420828160 7121 33554432000 4194304 4196468 140736225788048 139624086440464 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5216] ppid=5210 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5216/stat : 5216 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789766 14420828160 7121 33554432000 4194304 4196468 140736225788048 139623766419856 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5217] ppid=5210 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5217/stat : 5217 (java) S 5210 5210 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45789766 14420828160 7121 33554432000 4194304 4196468 140736225788048 139623765367056 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5218] ppid=5210 vsize=14082840 memory=139852087076480 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5218/stat : 5218 (java) S 5210 5210 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45789767 14420828160 7121 33554432000 4194304 4196468 140736225788048 139623152032624 139624172436098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5219] ppid=5210 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5219/stat : 5219 (java) S 5210 5210 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45789768 14420828160 7121 33554432000 4194304 4196468 140736225788048 139623150978592 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5220] ppid=5210 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5220/stat : 5220 (java) S 5210 5210 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45789768 14420828160 7121 33554432000 4194304 4196468 140736225788048 139623149925744 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5221] ppid=5210 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5221/stat : 5221 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789770 14420828160 7121 33554432000 4194304 4196468 140736225788048 139623148874064 139624172443547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5222] ppid=5210 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5222/stat : 5222 (java) S 5210 5210 1778 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 45789770 14420828160 7121 33554432000 4194304 4196468 140736225788048 139623147821424 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5223] ppid=5210 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5223/stat : 5223 (java) S 5210 5210 1778 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 45789770 14420828160 7121 33554432000 4194304 4196468 140736225788048 139623146768624 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5224] ppid=5210 vsize=14082840 memory=139852087076480 CPUtime=0.01 cores=1,3,5,7
/proc/5212/task/5224/stat : 5224 (java) R 5210 5210 1778 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 15 0 45789770 14420828160 7121 33554432000 4194304 4196468 140736225788048 139622704044144 139624151080776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5225] ppid=5210 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5225/stat : 5225 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789771 14420828160 7121 33554432000 4194304 4196468 140736225788048 139622702991584 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5226] ppid=5210 vsize=14082840 memory=139852087076480 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5226/stat : 5226 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789771 14420828160 7121 33554432000 4194304 4196468 140736225788048 139622701939888 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29936 KiB

[startup+0.213153 s]*
/proc/loadavg: 2.06 2.00 1.93 4/217 5226
/proc/meminfo: memFree=21009680/32770624 swapFree=67108860/67108860
[pid=5210] ppid=5207 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (xcsp3-exec) S 5207 5210 1778 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45789765 115843072 363 33554432000 4194304 5098028 140733864162304 140733864160408 139804389147260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26185728 140733864166458 140733864166660 140733864166660 140733864169418 0
/proc/5210/statm: 28282 363 305 221 0 87 0
[pid=5212] ppid=5210 vsize=14082840 memory=40756 CPUtime=0.33 cores=1,3,5,7
/proc/5212/stat : 5212 (java) S 5210 5210 1778 0 -1 1077944320 8249 0 0 0 31 2 0 0 20 0 15 0 45789765 14420828160 10189 33554432000 4194304 4196468 140736225788048 140736225770592 139624172424951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
/proc/5212/statm: 3520710 10189 3124 1 0 3483008 0
[pid=5212/tid=5213] ppid=5210 vsize=14082840 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/5212/task/5213/stat : 5213 (java) R 5210 5210 1778 0 -1 4202560 5378 0 0 0 18 1 0 0 20 0 15 0 45789765 14420828160 10189 33554432000 4194304 4196468 140736225788048 139624176659936 139624156505438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5214] ppid=5210 vsize=14082840 memory=11615 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5214/stat : 5214 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789766 14420828160 10189 33554432000 4194304 4196468 140736225788048 139624087493264 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5215] ppid=5210 vsize=14082840 memory=3763231816467392160 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5215/stat : 5215 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789766 14420828160 10189 33554432000 4194304 4196468 140736225788048 139624086440464 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5216] ppid=5210 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5216/stat : 5216 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789766 14420828160 10189 33554432000 4194304 4196468 140736225788048 139623766419856 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5217] ppid=5210 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5217/stat : 5217 (java) S 5210 5210 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45789766 14420828160 10189 33554432000 4194304 4196468 140736225788048 139623765367056 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5218] ppid=5210 vsize=14082840 memory=139852087076480 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5218/stat : 5218 (java) S 5210 5210 1778 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45789767 14420828160 10189 33554432000 4194304 4196468 140736225788048 139623152032624 139624172436098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5219] ppid=5210 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5219/stat : 5219 (java) S 5210 5210 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45789768 14420828160 10189 33554432000 4194304 4196468 140736225788048 139623150978592 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5220] ppid=5210 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5220/stat : 5220 (java) S 5210 5210 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45789768 14420828160 10189 33554432000 4194304 4196468 140736225788048 139623149925744 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5221] ppid=5210 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5221/stat : 5221 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789770 14420828160 10189 33554432000 4194304 4196468 140736225788048 139623148874064 139624172443547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5222] ppid=5210 vsize=14082840 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5212/task/5222/stat : 5222 (java) S 5210 5210 1778 0 -1 1077944384 451 0 0 0 2 0 0 0 20 0 15 0 45789770 14420828160 10189 33554432000 4194304 4196468 140736225788048 139623147821424 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5223] ppid=5210 vsize=14082840 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5212/task/5223/stat : 5223 (java) S 5210 5210 1778 0 -1 1077944384 326 0 0 0 2 0 0 0 20 0 15 0 45789770 14420828160 10189 33554432000 4194304 4196468 140736225788048 139623146768624 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5224] ppid=5210 vsize=14082840 memory=139852087076480 CPUtime=0.07 cores=1,3,5,7
/proc/5212/task/5224/stat : 5224 (java) R 5210 5210 1778 0 -1 4202560 800 0 0 0 7 0 0 0 20 0 15 0 45789770 14420828160 10189 33554432000 4194304 4196468 140736225788048 139622704044144 139624164662078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5225] ppid=5210 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5225/stat : 5225 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789771 14420828160 10189 33554432000 4194304 4196468 140736225788048 139622702991584 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5226] ppid=5210 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5226/stat : 5226 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789771 14420828160 10189 33554432000 4194304 4196468 140736225788048 139622701939888 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42208 KiB

[startup+0.310309 s]*
/proc/loadavg: 2.06 2.00 1.93 5/217 5226
/proc/meminfo: memFree=21003724/32770624 swapFree=67108860/67108860
[pid=5210] ppid=5207 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (xcsp3-exec) S 5207 5210 1778 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45789765 115843072 363 33554432000 4194304 5098028 140733864162304 140733864160408 139804389147260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26185728 140733864166458 140733864166660 140733864166660 140733864169418 0
/proc/5210/statm: 28282 363 305 221 0 87 0
[pid=5212] ppid=5210 vsize=14087096 memory=47824 CPUtime=0.5 cores=1,3,5,7
/proc/5212/stat : 5212 (java) S 5210 5210 1778 0 -1 1077944320 9028 0 0 0 48 2 0 0 20 0 15 0 45789765 14425186304 11956 33554432000 4194304 4196468 140736225788048 140736225770592 139624172424951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
/proc/5212/statm: 3521774 11956 3256 1 0 3483008 0
[pid=5212/tid=5213] ppid=5210 vsize=14087096 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/5212/task/5213/stat : 5213 (java) R 5210 5210 1778 0 -1 4202560 6076 0 0 0 27 1 0 0 20 0 15 0 45789765 14425186304 11956 33554432000 4194304 4196468 140736225788048 139624176660080 139624156505438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5214] ppid=5210 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5214/stat : 5214 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789766 14425186304 11956 33554432000 4194304 4196468 140736225788048 139624087493264 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5215] ppid=5210 vsize=14087096 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5215/stat : 5215 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789766 14425186304 11956 33554432000 4194304 4196468 140736225788048 139624086440464 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5216] ppid=5210 vsize=14087096 memory=-6935123839545469842 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5216/stat : 5216 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789766 14425186304 11956 33554432000 4194304 4196468 140736225788048 139623766419856 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5217] ppid=5210 vsize=14087096 memory=-6956776531347661416 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5217/stat : 5217 (java) S 5210 5210 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45789766 14425186304 11956 33554432000 4194304 4196468 140736225788048 139623765367056 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5218] ppid=5210 vsize=14087096 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5218/stat : 5218 (java) S 5210 5210 1778 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45789767 14425186304 11956 33554432000 4194304 4196468 140736225788048 139623152032624 139624172436098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5219] ppid=5210 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5219/stat : 5219 (java) S 5210 5210 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45789768 14425186304 11956 33554432000 4194304 4196468 140736225788048 139623150978592 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5220] ppid=5210 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5220/stat : 5220 (java) S 5210 5210 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45789768 14425186304 11956 33554432000 4194304 4196468 140736225788048 139623149925744 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5221] ppid=5210 vsize=14087096 memory=8982046290584177472 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5221/stat : 5221 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789770 14425186304 11956 33554432000 4194304 4196468 140736225788048 139623148874064 139624172443547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5222] ppid=5210 vsize=14087096 memory=8325818968683490714 CPUtime=0.03 cores=1,3,5,7
/proc/5212/task/5222/stat : 5222 (java) S 5210 5210 1778 0 -1 1077944384 469 0 0 0 3 0 0 0 20 0 15 0 45789770 14425186304 11956 33554432000 4194304 4196468 140736225788048 139623147821424 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5223] ppid=5210 vsize=14087096 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5212/task/5223/stat : 5223 (java) S 5210 5210 1778 0 -1 1077944384 334 0 0 0 4 0 0 0 20 0 15 0 45789770 14425186304 11956 33554432000 4194304 4196468 140736225788048 139623146768624 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5224] ppid=5210 vsize=14087096 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/5212/task/5224/stat : 5224 (java) S 5210 5210 1778 0 -1 1077944384 859 0 0 0 11 0 0 0 20 0 15 0 45789770 14425186304 11956 33554432000 4194304 4196468 140736225788048 139622704044144 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5225] ppid=5210 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5225/stat : 5225 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789771 14425186304 11956 33554432000 4194304 4196468 140736225788048 139622702991584 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5226] ppid=5210 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5226/stat : 5226 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789771 14425186304 11956 33554432000 4194304 4196468 140736225788048 139622701939888 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49276 KiB

[startup+0.701187 s]
/proc/loadavg: 2.06 2.00 1.93 5/217 5226
/proc/meminfo: memFree=20980276/32770624 swapFree=67108860/67108860
[pid=5210] ppid=5207 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (xcsp3-exec) S 5207 5210 1778 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45789765 115843072 363 33554432000 4194304 5098028 140733864162304 140733864160408 139804389147260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26185728 140733864166458 140733864166660 140733864166660 140733864169418 0
/proc/5210/statm: 28282 363 305 221 0 87 0
[pid=5212] ppid=5210 vsize=14089220 memory=92316 CPUtime=1.77 cores=1,3,5,7
/proc/5212/stat : 5212 (java) S 5210 5210 1778 0 -1 1077944320 12557 0 0 0 174 3 0 0 20 0 15 0 45789765 14427361280 23079 33554432000 4194304 4196468 140736225788048 140736225770592 139624172424951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
/proc/5212/statm: 3522305 23079 3324 1 0 3483520 0
[pid=5212/tid=5213] ppid=5210 vsize=14089220 memory=3472328296227679313 CPUtime=0.66 cores=1,3,5,7
/proc/5212/task/5213/stat : 5213 (java) R 5210 5210 1778 0 -1 4202560 6625 0 0 0 64 2 0 0 20 0 15 0 45789765 14427361280 23079 33554432000 4194304 4196468 140736225788048 139624176656544 139623769455744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5214] ppid=5210 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5214/stat : 5214 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789766 14427361280 23079 33554432000 4194304 4196468 140736225788048 139624087493264 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5215] ppid=5210 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5215/stat : 5215 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789766 14427361280 23079 33554432000 4194304 4196468 140736225788048 139624086440464 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5216] ppid=5210 vsize=14089220 memory=15388 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5216/stat : 5216 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789766 14427361280 23079 33554432000 4194304 4196468 140736225788048 139623766419856 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5217] ppid=5210 vsize=14089220 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5217/stat : 5217 (java) S 5210 5210 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45789766 14427361280 23079 33554432000 4194304 4196468 140736225788048 139623765367056 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5218] ppid=5210 vsize=14089220 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5218/stat : 5218 (java) S 5210 5210 1778 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45789767 14427361280 23079 33554432000 4194304 4196468 140736225788048 139623152032624 139624172436098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5219] ppid=5210 vsize=14089220 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5219/stat : 5219 (java) S 5210 5210 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45789768 14427361280 23079 33554432000 4194304 4196468 140736225788048 139623150978592 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5220] ppid=5210 vsize=14089220 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5220/stat : 5220 (java) S 5210 5210 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45789768 14427361280 23079 33554432000 4194304 4196468 140736225788048 139623149925744 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5221] ppid=5210 vsize=14089220 memory=1960 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5221/stat : 5221 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789770 14427361280 23079 33554432000 4194304 4196468 140736225788048 139623148874064 139624172443547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5222] ppid=5210 vsize=14089220 memory=5380 CPUtime=0.34 cores=1,3,5,7
/proc/5212/task/5222/stat : 5222 (java) R 5210 5210 1778 0 -1 4202560 1393 0 0 0 34 0 0 0 20 0 15 0 45789770 14427361280 23079 33554432000 4194304 4196468 140736225788048 139623147820608 139624156396546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5223] ppid=5210 vsize=14089220 memory=4616 CPUtime=0.35 cores=1,3,5,7
/proc/5212/task/5223/stat : 5223 (java) R 5210 5210 1778 0 -1 4202560 1255 0 0 0 35 0 0 0 20 0 15 0 45789770 14427361280 23079 33554432000 4194304 4196468 140736225788048 139623146753392 139624156716038 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5224] ppid=5210 vsize=14089220 memory=1232 CPUtime=0.39 cores=1,3,5,7
/proc/5212/task/5224/stat : 5224 (java) S 5210 5210 1778 0 -1 1077944384 1977 0 0 0 39 0 0 0 20 0 15 0 45789770 14427361280 23079 33554432000 4194304 4196468 140736225788048 139622704044144 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5225] ppid=5210 vsize=14089220 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5225/stat : 5225 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789771 14427361280 23079 33554432000 4194304 4196468 140736225788048 139622702991584 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5226] ppid=5210 vsize=14089220 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5226/stat : 5226 (java) S 5210 5210 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45789771 14427361280 23079 33554432000 4194304 4196468 140736225788048 139622701939888 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 93768 KiB

[startup+1.50814 s]
/proc/loadavg: 2.06 2.00 1.93 5/217 5226
/proc/meminfo: memFree=20895576/32770624 swapFree=67108860/67108860
[pid=5210] ppid=5207 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (xcsp3-exec) S 5207 5210 1778 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45789765 115843072 363 33554432000 4194304 5098028 140733864162304 140733864160408 139804389147260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26185728 140733864166458 140733864166660 140733864166660 140733864169418 0
/proc/5210/statm: 28282 363 305 221 0 87 0

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

/proc/5212/task/5220/stat : 5220 (java) S 5210 5210 1778 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 45789768 14429458432 316269 33554432000 4194304 4196468 140736225788048 139623149925760 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5221] ppid=5210 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5221/stat : 5221 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789770 14429458432 316269 33554432000 4194304 4196468 140736225788048 139623148874064 139624172443547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5222] ppid=5210 vsize=14091268 memory=1452 CPUtime=7.03 cores=1,3,5,7
/proc/5212/task/5222/stat : 5222 (java) S 5210 5210 1778 0 -1 1077944384 39849 0 0 0 699 4 0 0 20 0 15 0 45789770 14429458432 316269 33554432000 4194304 4196468 140736225788048 139623147821424 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5223] ppid=5210 vsize=14091268 memory=1452 CPUtime=5.43 cores=1,3,5,7
/proc/5212/task/5223/stat : 5223 (java) S 5210 5210 1778 0 -1 1077944384 23014 0 0 0 541 2 0 0 20 0 15 0 45789770 14429458432 316269 33554432000 4194304 4196468 140736225788048 139623146768624 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5224] ppid=5210 vsize=14091268 memory=1452 CPUtime=1.2 cores=1,3,5,7
/proc/5212/task/5224/stat : 5224 (java) S 5210 5210 1778 0 -1 1077944384 13829 0 0 0 118 2 0 0 20 0 15 0 45789770 14429458432 316269 33554432000 4194304 4196468 140736225788048 139622704044144 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5225] ppid=5210 vsize=14091268 memory=1265076 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5225/stat : 5225 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789771 14429458432 316269 33554432000 4194304 4196468 140736225788048 139622702991584 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5226] ppid=5210 vsize=14091268 memory=1265076 CPUtime=0.61 cores=1,3,5,7
/proc/5212/task/5226/stat : 5226 (java) S 5210 5210 1778 0 -1 1077944384 1861 0 0 0 27 34 0 0 20 0 15 0 45789771 14429458432 316269 33554432000 4194304 4196468 140736225788048 139622701939888 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
Current children cumulated CPU time: 2277.35 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1266528 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/217 5475
/proc/meminfo: memFree=19673552/32770624 swapFree=67108860/67108860
[pid=5210] ppid=5207 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (xcsp3-exec) S 5207 5210 1778 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45789765 115843072 363 33554432000 4194304 5098028 140733864162304 140733864160408 139804389147260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26185728 140733864166458 140733864166660 140733864166660 140733864169418 0
/proc/5210/statm: 28282 363 305 221 0 87 0
[pid=5212] ppid=5210 vsize=14091268 memory=1265076 CPUtime=2337.38 cores=1,3,5,7
/proc/5212/stat : 5212 (java) S 5210 5210 1778 0 -1 1077944320 125141 0 0 0 233654 84 0 0 20 0 15 0 45789765 14429458432 316269 33554432000 4194304 4196468 140736225788048 140736225770592 139624172424951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
/proc/5212/statm: 3522817 316269 3406 1 0 3484032 0
[pid=5212/tid=5213] ppid=5210 vsize=14091268 memory=1265076 CPUtime=2321.98 cores=1,3,5,7
/proc/5212/task/5213/stat : 5213 (java) R 5210 5210 1778 0 -1 4202560 31712 0 0 0 232180 18 0 0 20 0 15 0 45789765 14429458432 316269 33554432000 4194304 4196468 140736225788048 139624176664048 139623770692617 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5214] ppid=5210 vsize=14091268 memory=1265076 CPUtime=0.25 cores=1,3,5,7
/proc/5212/task/5214/stat : 5214 (java) S 5210 5210 1778 0 -1 1077944384 2017 0 0 0 19 6 0 0 20 0 15 0 45789766 14429458432 316269 33554432000 4194304 4196468 140736225788048 139624087493264 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5215] ppid=5210 vsize=14091268 memory=1265076 CPUtime=0.21 cores=1,3,5,7
/proc/5212/task/5215/stat : 5215 (java) S 5210 5210 1778 0 -1 1077944384 3251 0 0 0 16 5 0 0 20 0 15 0 45789766 14429458432 316269 33554432000 4194304 4196468 140736225788048 139624086440464 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5216] ppid=5210 vsize=14091268 memory=1265076 CPUtime=0.26 cores=1,3,5,7
/proc/5212/task/5216/stat : 5216 (java) S 5210 5210 1778 0 -1 1077944384 2012 0 0 0 20 6 0 0 20 0 15 0 45789766 14429458432 316269 33554432000 4194304 4196468 140736225788048 139623766419856 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5217] ppid=5210 vsize=14091268 memory=1452 CPUtime=0.24 cores=1,3,5,7
/proc/5212/task/5217/stat : 5217 (java) S 5210 5210 1778 0 -1 1077944384 2926 0 0 0 18 6 0 0 20 0 15 0 45789766 14429458432 316269 33554432000 4194304 4196468 140736225788048 139623765367056 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5218] ppid=5210 vsize=14091268 memory=1265076 CPUtime=0.05 cores=1,3,5,7
/proc/5212/task/5218/stat : 5218 (java) S 5210 5210 1778 0 -1 1077944384 3282 0 0 0 3 2 0 0 20 0 15 0 45789767 14429458432 316269 33554432000 4194304 4196468 140736225788048 139623152032624 139624172436098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5219] ppid=5210 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5219/stat : 5219 (java) S 5210 5210 1778 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 45789768 14429458432 316269 33554432000 4194304 4196468 140736225788048 139623150978656 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5220] ppid=5210 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5220/stat : 5220 (java) S 5210 5210 1778 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 45789768 14429458432 316269 33554432000 4194304 4196468 140736225788048 139623149925760 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5221] ppid=5210 vsize=14091268 memory=1265076 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5221/stat : 5221 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789770 14429458432 316269 33554432000 4194304 4196468 140736225788048 139623148874064 139624172443547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5222] ppid=5210 vsize=14091268 memory=1452 CPUtime=7.03 cores=1,3,5,7
/proc/5212/task/5222/stat : 5222 (java) S 5210 5210 1778 0 -1 1077944384 39852 0 0 0 699 4 0 0 20 0 15 0 45789770 14429458432 316269 33554432000 4194304 4196468 140736225788048 139623147821424 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5223] ppid=5210 vsize=14091268 memory=1265076 CPUtime=5.43 cores=1,3,5,7
/proc/5212/task/5223/stat : 5223 (java) S 5210 5210 1778 0 -1 1077944384 23022 0 0 0 541 2 0 0 20 0 15 0 45789770 14429458432 316269 33554432000 4194304 4196468 140736225788048 139623146768624 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5224] ppid=5210 vsize=14091268 memory=1452 CPUtime=1.2 cores=1,3,5,7
/proc/5212/task/5224/stat : 5224 (java) S 5210 5210 1778 0 -1 1077944384 13833 0 0 0 118 2 0 0 20 0 15 0 45789770 14429458432 316269 33554432000 4194304 4196468 140736225788048 139622704044144 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5225] ppid=5210 vsize=14091268 memory=1265076 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5225/stat : 5225 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789771 14429458432 316269 33554432000 4194304 4196468 140736225788048 139622702991584 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5226] ppid=5210 vsize=14091268 memory=4126316290023845779 CPUtime=0.62 cores=1,3,5,7
/proc/5212/task/5226/stat : 5226 (java) S 5210 5210 1778 0 -1 1077944384 1891 0 0 0 27 35 0 0 20 0 15 0 45789771 14429458432 316269 33554432000 4194304 4196468 140736225788048 139622701939888 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
Current children cumulated CPU time: 2337.38 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1266528 KiB

[startup+2382.3 s]
/proc/loadavg: 1.93 1.98 1.95 3/217 5476
/proc/meminfo: memFree=19673344/32770624 swapFree=67108860/67108860
[pid=5210] ppid=5207 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (xcsp3-exec) S 5207 5210 1778 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45789765 115843072 363 33554432000 4194304 5098028 140733864162304 140733864160408 139804389147260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26185728 140733864166458 140733864166660 140733864166660 140733864169418 0
/proc/5210/statm: 28282 363 305 221 0 87 0
[pid=5212] ppid=5210 vsize=14091268 memory=1265116 CPUtime=2397.39 cores=1,3,5,7
/proc/5212/stat : 5212 (java) S 5210 5210 1778 0 -1 1077944320 125334 0 0 0 239655 84 0 0 20 0 15 0 45789765 14429458432 316279 33554432000 4194304 4196468 140736225788048 140736225770592 139624172424951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
/proc/5212/statm: 3522817 316279 3406 1 0 3484032 0
[pid=5212/tid=5213] ppid=5210 vsize=14091268 memory=1452 CPUtime=2381.99 cores=1,3,5,7
/proc/5212/task/5213/stat : 5213 (java) R 5210 5210 1778 0 -1 4202560 31892 0 0 0 238181 18 0 0 20 0 15 0 45789765 14429458432 316279 33554432000 4194304 4196468 140736225788048 139624176664048 139623777010826 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5214] ppid=5210 vsize=14091268 memory=1265116 CPUtime=0.25 cores=1,3,5,7
/proc/5212/task/5214/stat : 5214 (java) S 5210 5210 1778 0 -1 1077944384 2017 0 0 0 19 6 0 0 20 0 15 0 45789766 14429458432 316279 33554432000 4194304 4196468 140736225788048 139624087493264 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5215] ppid=5210 vsize=14091268 memory=1265116 CPUtime=0.21 cores=1,3,5,7
/proc/5212/task/5215/stat : 5215 (java) S 5210 5210 1778 0 -1 1077944384 3251 0 0 0 16 5 0 0 20 0 15 0 45789766 14429458432 316279 33554432000 4194304 4196468 140736225788048 139624086440464 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5216] ppid=5210 vsize=14091268 memory=1265116 CPUtime=0.26 cores=1,3,5,7
/proc/5212/task/5216/stat : 5216 (java) S 5210 5210 1778 0 -1 1077944384 2012 0 0 0 20 6 0 0 20 0 15 0 45789766 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623766419856 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5217] ppid=5210 vsize=14091268 memory=1452 CPUtime=0.24 cores=1,3,5,7
/proc/5212/task/5217/stat : 5217 (java) S 5210 5210 1778 0 -1 1077944384 2926 0 0 0 18 6 0 0 20 0 15 0 45789766 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623765367056 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5218] ppid=5210 vsize=14091268 memory=1265116 CPUtime=0.05 cores=1,3,5,7
/proc/5212/task/5218/stat : 5218 (java) S 5210 5210 1778 0 -1 1077944384 3283 0 0 0 3 2 0 0 20 0 15 0 45789767 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623152032624 139624172436098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5219] ppid=5210 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5219/stat : 5219 (java) S 5210 5210 1778 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 45789768 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623150978656 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5220] ppid=5210 vsize=14091268 memory=139851987144385 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5220/stat : 5220 (java) S 5210 5210 1778 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 45789768 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623149925760 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5221] ppid=5210 vsize=14091268 memory=1265116 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5221/stat : 5221 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789770 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623148874064 139624172443547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5222] ppid=5210 vsize=14091268 memory=279703975987584 CPUtime=7.03 cores=1,3,5,7
/proc/5212/task/5222/stat : 5222 (java) S 5210 5210 1778 0 -1 1077944384 39854 0 0 0 699 4 0 0 20 0 15 0 45789770 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623147821424 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5223] ppid=5210 vsize=14091268 memory=1452 CPUtime=5.43 cores=1,3,5,7
/proc/5212/task/5223/stat : 5223 (java) S 5210 5210 1778 0 -1 1077944384 23024 0 0 0 541 2 0 0 20 0 15 0 45789770 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623146768624 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5224] ppid=5210 vsize=14091268 memory=1452 CPUtime=1.2 cores=1,3,5,7
/proc/5212/task/5224/stat : 5224 (java) S 5210 5210 1778 0 -1 1077944384 13835 0 0 0 118 2 0 0 20 0 15 0 45789770 14429458432 316279 33554432000 4194304 4196468 140736225788048 139622704044144 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5225] ppid=5210 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5225/stat : 5225 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789771 14429458432 316279 33554432000 4194304 4196468 140736225788048 139622702991584 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5226] ppid=5210 vsize=14091268 memory=1452 CPUtime=0.64 cores=1,3,5,7
/proc/5212/task/5226/stat : 5226 (java) S 5210 5210 1778 0 -1 1077944384 1897 0 0 0 28 36 0 0 20 0 15 0 45789771 14429458432 316279 33554432000 4194304 4196468 140736225788048 139622701939888 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
Current children cumulated CPU time: 2397.39 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1266568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2385 s]*
/proc/loadavg: 1.94 1.98 1.95 3/217 5476
/proc/meminfo: memFree=19673344/32770624 swapFree=67108860/67108860
[pid=5210] ppid=5207 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5210/stat : 5210 (xcsp3-exec) S 5207 5210 1778 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45789765 115843072 363 33554432000 4194304 5098028 140733864162304 140733864160408 139804389147260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 26185728 140733864166458 140733864166660 140733864166660 140733864169418 0
/proc/5210/statm: 28282 363 305 221 0 87 0
[pid=5212] ppid=5210 vsize=14091268 memory=1265116 CPUtime=2400.1 cores=1,3,5,7
/proc/5212/stat : 5212 (java) S 5210 5210 1778 0 -1 1077944320 125337 0 0 0 239926 84 0 0 20 0 15 0 45789765 14429458432 316279 33554432000 4194304 4196468 140736225788048 140736225770592 139624172424951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
/proc/5212/statm: 3522817 316279 3406 1 0 3484032 0
[pid=5212/tid=5213] ppid=5210 vsize=14091268 memory=8112282956445269571 CPUtime=2384.7 cores=1,3,5,7
/proc/5212/task/5213/stat : 5213 (java) R 5210 5210 1778 0 -1 4202560 31895 0 0 0 238452 18 0 0 20 0 15 0 45789765 14429458432 316279 33554432000 4194304 4196468 140736225788048 139624176664048 139623777010410 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5214] ppid=5210 vsize=14091268 memory=4126316290023845779 CPUtime=0.25 cores=1,3,5,7
/proc/5212/task/5214/stat : 5214 (java) S 5210 5210 1778 0 -1 1077944384 2017 0 0 0 19 6 0 0 20 0 15 0 45789766 14429458432 316279 33554432000 4194304 4196468 140736225788048 139624087493264 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5215] ppid=5210 vsize=14091268 memory=3200 CPUtime=0.21 cores=1,3,5,7
/proc/5212/task/5215/stat : 5215 (java) S 5210 5210 1778 0 -1 1077944384 3251 0 0 0 16 5 0 0 20 0 15 0 45789766 14429458432 316279 33554432000 4194304 4196468 140736225788048 139624086440464 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5216] ppid=5210 vsize=14091268 memory=1456 CPUtime=0.26 cores=1,3,5,7
/proc/5212/task/5216/stat : 5216 (java) S 5210 5210 1778 0 -1 1077944384 2012 0 0 0 20 6 0 0 20 0 15 0 45789766 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623766419856 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5217] ppid=5210 vsize=14091268 memory=279703974331760 CPUtime=0.24 cores=1,3,5,7
/proc/5212/task/5217/stat : 5217 (java) S 5210 5210 1778 0 -1 1077944384 2926 0 0 0 18 6 0 0 20 0 15 0 45789766 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623765367056 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5218] ppid=5210 vsize=14091268 memory=-8253362762722141311 CPUtime=0.05 cores=1,3,5,7
/proc/5212/task/5218/stat : 5218 (java) S 5210 5210 1778 0 -1 1077944384 3283 0 0 0 3 2 0 0 20 0 15 0 45789767 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623152032624 139624172436098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5219] ppid=5210 vsize=14091268 memory=-8412656567318647667 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5219/stat : 5219 (java) S 5210 5210 1778 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 45789768 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623150978656 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5220] ppid=5210 vsize=14091268 memory=4427205132082312746 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5220/stat : 5220 (java) S 5210 5210 1778 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 45789768 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623149925760 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5221] ppid=5210 vsize=14091268 memory=-8412652152092201843 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5221/stat : 5221 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789770 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623148874064 139624172443547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5222] ppid=5210 vsize=14091268 memory=-8486080722631693414 CPUtime=7.03 cores=1,3,5,7
/proc/5212/task/5222/stat : 5222 (java) S 5210 5210 1778 0 -1 1077944384 39854 0 0 0 699 4 0 0 20 0 15 0 45789770 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623147821424 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5223] ppid=5210 vsize=14091268 memory=-7023579799431922829 CPUtime=5.43 cores=1,3,5,7
/proc/5212/task/5223/stat : 5223 (java) S 5210 5210 1778 0 -1 1077944384 23024 0 0 0 541 2 0 0 20 0 15 0 45789770 14429458432 316279 33554432000 4194304 4196468 140736225788048 139623146768624 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5224] ppid=5210 vsize=14091268 memory=4426639978525455914 CPUtime=1.2 cores=1,3,5,7
/proc/5212/task/5224/stat : 5224 (java) S 5210 5210 1778 0 -1 1077944384 13835 0 0 0 118 2 0 0 20 0 15 0 45789770 14429458432 316279 33554432000 4194304 4196468 140736225788048 139622704044144 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5225] ppid=5210 vsize=14091268 memory=3047711553219693942 CPUtime=0 cores=1,3,5,7
/proc/5212/task/5225/stat : 5225 (java) S 5210 5210 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45789771 14429458432 316279 33554432000 4194304 4196468 140736225788048 139622702991584 139624172435157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
[pid=5212/tid=5226] ppid=5210 vsize=14091268 memory=4572164749098055210 CPUtime=0.64 cores=1,3,5,7
/proc/5212/task/5226/stat : 5226 (java) S 5210 5210 1778 0 -1 1077944384 1897 0 0 0 28 36 0 0 20 0 15 0 45789771 14429458432 316279 33554432000 4194304 4196468 140736225788048 139622701939888 139624172436098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 26316800 140736225789057 140736225789233 140736225789233 140736225791951 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1266568 KiB

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

[startup+2385.02 s]
# the end of solver process 5210 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002098 s, system=0.000759 s

[startup+2385.02 s]
# the end of solver process 5212 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.28 s, system=0.856958 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2385.02
CPU time (s): 2400.13
CPU user time (s): 2399.28
CPU system time (s): 0.856958
CPU usage (%): 100.633
Max. virtual memory (cumulated for all children) (KiB): 14207396
Max. memory (cumulated for all children) (KiB): 1266568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.28
system time used= 0.856958
maximum resident set size= 1265692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126225
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55334
involuntary context switches= 905


# summary of solver processes directly reported to runsolver:
#   pid: 5210,5212
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2399.28
#   total CPU system time (s): 0.856958

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7308 second user time and 20.7573 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 19:57:46
IDJOB=4292361
IDBENCH=141061
IDSOLVER=2747
FILE ID=node104/4292361-1532282266
RUNJOBID= node104-1532278959-4651
PBS_JOBID= 21018962
Free space on /tmp= 57224 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_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-4292361-1532282266/watcher-4292361-1532282266 -o /tmp/evaluation-result-4292361-1532282266/solver-4292361-1532282266 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532278959-4651 --watchdog 2560  HOME/xcsp3-exec -seed 1031506601 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292361-1532282266.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=1031506601

node104.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.11
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.11
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.11
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.11
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:        21038940 kB
MemAvailable:   31573088 kB
Buffers:          242792 kB
Cached:         10499604 kB
SwapCached:            0 kB
Active:          2247632 kB
Inactive:        8912692 kB
Active(anon):     420964 kB
Inactive(anon):    17088 kB
Active(file):    1826668 kB
Inactive(file):  8895604 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21008 kB
Writeback:             0 kB
AnonPages:        511272 kB
Mapped:            48568 kB
Shmem:             17036 kB
Slab:             268732 kB
SReclaimable:     240336 kB
SUnreclaim:        28396 kB
KernelStack:        3840 kB
PageTables:         6376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1354224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57204 MiB
End job on node104 at 2018-07-22 20:37:31