Trace number 4312307

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
OscaR - Conflict Ordering with restarts 2018-08-17? (TO) 252.077 246.328

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-magazine_c18.xml
MD5SUM22697061c475ce526fb64da13536656d
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 variables5100
Number of constraints2701
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":4950},{"degree":3,"count":100},{"degree":52,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":2500},{"arity":50,"count":101}]
Number of extensional constraints0
Number of intensional constraints2600
Distribution of constraint types[{"type":"intension","count":2600},{"type":"ordered","count":1},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 717854527
0.68/0.56	c timeout: 252
0.68/0.56	c memlimit: 11000
0.68/0.57	c nbcore: 1
0.68/0.59	c Parsing instance...
6.39/3.77	c Parsing done, starting search...
252.05/246.31	s UNKNOWN

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 (7725 MiB free)
  memory of node 1: 16384 MiB (11315 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312307-1534569804/watcher-4312307-1534569804 -o /tmp/evaluation-result-4312307-1534569804/solver-4312307-1534569804 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534568746-9006 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 717854527 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312307-1534569804.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=10002, runsolver pid=9999
Current StackSize limit: 8192 KiB


[startup+0.108478 s]*
/proc/loadavg: 1.72 1.65 1.54 3/215 10017
/proc/meminfo: memFree=19479580/32770624 swapFree=67108524/67108860
[pid=10002] ppid=9999 vsize=14082736 memory=32344 CPUtime=0.13 cores=1,3,5,7
/proc/10002/stat : 10002 (java) S 9999 10002 5687 0 -1 1077944320 7513 0 0 0 12 1 0 0 20 0 15 0 274543555 14420721664 8086 33554432000 4194304 4196468 140732021618688 140732021601232 140029454089975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
/proc/10002/statm: 3520684 8086 3156 1 0 3482761 0
[pid=10002/tid=10004] ppid=9999 vsize=14082736 memory=-6879180937356100242 CPUtime=0.1 cores=1,3,5,7
/proc/10002/task/10004/stat : 10004 (java) R 9999 10002 5687 0 -1 4202560 5608 0 0 0 9 1 0 0 20 0 15 0 274543555 14420721664 8152 33554432000 4194304 4196468 140732021618688 140029458304768 140029438170462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10005] ppid=9999 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10005/stat : 10005 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14420721664 8152 33554432000 4194304 4196468 140732021618688 140029423803280 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10006] ppid=9999 vsize=14082736 memory=140459803227776 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10006/stat : 10006 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14420721664 8152 33554432000 4194304 4196468 140732021618688 140029049314064 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10007] ppid=9999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10007/stat : 10007 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14420721664 8152 33554432000 4194304 4196468 140732021618688 140029048261776 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10008] ppid=9999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10008/stat : 10008 (java) S 9999 10002 5687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274543556 14420721664 8152 33554432000 4194304 4196468 140732021618688 140029047208976 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10009] ppid=9999 vsize=14082736 memory=140459803227776 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10009/stat : 10009 (java) S 9999 10002 5687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274543557 14420721664 8152 33554432000 4194304 4196468 140732021618688 140028367009904 140029454101122 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10010] ppid=9999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10010/stat : 10010 (java) S 9999 10002 5687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274543557 14420721664 8152 33554432000 4194304 4196468 140732021618688 140028365955872 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10011] ppid=9999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10011/stat : 10011 (java) S 9999 10002 5687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274543558 14420721664 8152 33554432000 4194304 4196468 140732021618688 140028364903536 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10012] ppid=9999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10012/stat : 10012 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14420721664 8152 33554432000 4194304 4196468 140732021618688 140028363851856 140029454108571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10013] ppid=9999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10013/stat : 10013 (java) S 9999 10002 5687 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 274543560 14420721664 8152 33554432000 4194304 4196468 140732021618688 140028362799728 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10014] ppid=9999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10014/stat : 10014 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14420721664 8152 33554432000 4194304 4196468 140732021618688 140028361746928 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10015] ppid=9999 vsize=14082736 memory=140459803227776 CPUtime=0.01 cores=1,3,5,7
/proc/10002/task/10015/stat : 10015 (java) R 9999 10002 5687 0 -1 4202560 306 0 0 0 1 0 0 0 20 0 15 0 274543560 14420721664 8152 33554432000 4194304 4196468 140732021618688 140028360694640 140029454101910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10016] ppid=9999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10016/stat : 10016 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14420721664 8152 33554432000 4194304 4196468 140732021618688 140028359642080 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10017] ppid=9999 vsize=14082736 memory=140459803227776 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10017/stat : 10017 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543560 14420721664 8152 33554432000 4194304 4196468 140732021618688 140028358588848 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32344 KiB

[startup+0.213064 s]*
/proc/loadavg: 1.72 1.65 1.54 6/215 10017
/proc/meminfo: memFree=19464392/32770624 swapFree=67108524/67108860
[pid=10002] ppid=9999 vsize=14082736 memory=46052 CPUtime=0.3 cores=1,3,5,7
/proc/10002/stat : 10002 (java) S 9999 10002 5687 0 -1 1077944320 10697 0 0 0 28 2 0 0 20 0 15 0 274543555 14420721664 11513 33554432000 4194304 4196468 140732021618688 140732021601232 140029454089975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
/proc/10002/statm: 3520684 11513 3372 1 0 3482761 0
[pid=10002/tid=10004] ppid=9999 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/10002/task/10004/stat : 10004 (java) R 9999 10002 5687 0 -1 4202560 8294 0 0 0 18 2 0 0 20 0 15 0 274543555 14420721664 11513 33554432000 4194304 4196468 140732021618688 140029458319040 140029454101910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10005] ppid=9999 vsize=14082736 memory=345 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10005/stat : 10005 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14420721664 11513 33554432000 4194304 4196468 140732021618688 140029423803280 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10006] ppid=9999 vsize=14082736 memory=140459803238031 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10006/stat : 10006 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14420721664 11513 33554432000 4194304 4196468 140732021618688 140029049314064 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10007] ppid=9999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10007/stat : 10007 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14420721664 11513 33554432000 4194304 4196468 140732021618688 140029048261776 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10008] ppid=9999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10008/stat : 10008 (java) S 9999 10002 5687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274543556 14420721664 11513 33554432000 4194304 4196468 140732021618688 140029047208976 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10009] ppid=9999 vsize=14082736 memory=140459803227776 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10009/stat : 10009 (java) S 9999 10002 5687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274543557 14420721664 11513 33554432000 4194304 4196468 140732021618688 140028367009904 140029454101122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10010] ppid=9999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10010/stat : 10010 (java) S 9999 10002 5687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274543557 14420721664 11513 33554432000 4194304 4196468 140732021618688 140028365955872 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10011] ppid=9999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10011/stat : 10011 (java) S 9999 10002 5687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274543558 14420721664 11513 33554432000 4194304 4196468 140732021618688 140028364903536 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10012] ppid=9999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10012/stat : 10012 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14420721664 11513 33554432000 4194304 4196468 140732021618688 140028363851856 140029454108571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10013] ppid=9999 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10002/task/10013/stat : 10013 (java) R 9999 10002 5687 0 -1 4202560 526 0 0 0 1 0 0 0 20 0 15 0 274543560 14420721664 11513 33554432000 4194304 4196468 140732021618688 140028362799728 140029435460288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10014] ppid=9999 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/10002/task/10014/stat : 10014 (java) R 9999 10002 5687 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 15 0 274543560 14420721664 11513 33554432000 4194304 4196468 140732021618688 140028361746928 140029454101122 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10015] ppid=9999 vsize=14082736 memory=140459803227776 CPUtime=0.06 cores=1,3,5,7
/proc/10002/task/10015/stat : 10015 (java) R 9999 10002 5687 0 -1 4202560 395 0 0 0 6 0 0 0 20 0 15 0 274543560 14420721664 11513 33554432000 4194304 4196468 140732021618688 140028360694640 140029434332384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10016] ppid=9999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10016/stat : 10016 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14420721664 11513 33554432000 4194304 4196468 140732021618688 140028359642080 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10017] ppid=9999 vsize=14082736 memory=140459803227776 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10017/stat : 10017 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543560 14420721664 11513 33554432000 4194304 4196468 140732021618688 140028358588848 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46052 KiB

[startup+0.310512 s]*
/proc/loadavg: 1.72 1.65 1.54 3/215 10017
/proc/meminfo: memFree=19461104/32770624 swapFree=67108524/67108860
[pid=10002] ppid=9999 vsize=14082736 memory=49740 CPUtime=0.44 cores=1,3,5,7
/proc/10002/stat : 10002 (java) S 9999 10002 5687 0 -1 1077944320 11106 0 0 0 42 2 0 0 20 0 15 0 274543555 14420721664 12435 33554432000 4194304 4196468 140732021618688 140732021601232 140029454089975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
/proc/10002/statm: 3520684 12435 3415 1 0 3482761 0
[pid=10002/tid=10004] ppid=9999 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/10002/task/10004/stat : 10004 (java) R 9999 10002 5687 0 -1 4202560 8623 0 0 0 28 2 0 0 20 0 15 0 274543555 14420721664 12435 33554432000 4194304 4196468 140732021618688 140029458305704 140029435654953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10005] ppid=9999 vsize=14082736 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10005/stat : 10005 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14420721664 12435 33554432000 4194304 4196468 140732021618688 140029423803280 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10006] ppid=9999 vsize=14082736 memory=15393092218730136 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10006/stat : 10006 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14420721664 12435 33554432000 4194304 4196468 140732021618688 140029049314064 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10007] ppid=9999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10007/stat : 10007 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14420721664 12435 33554432000 4194304 4196468 140732021618688 140029048261776 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10008] ppid=9999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10008/stat : 10008 (java) S 9999 10002 5687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274543556 14420721664 12435 33554432000 4194304 4196468 140732021618688 140029047208976 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10009] ppid=9999 vsize=14082736 memory=140459803227776 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10009/stat : 10009 (java) S 9999 10002 5687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274543557 14420721664 12435 33554432000 4194304 4196468 140732021618688 140028367009904 140029454101122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10010] ppid=9999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10010/stat : 10010 (java) S 9999 10002 5687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274543557 14420721664 12435 33554432000 4194304 4196468 140732021618688 140028365955872 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10011] ppid=9999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10011/stat : 10011 (java) S 9999 10002 5687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274543558 14420721664 12435 33554432000 4194304 4196468 140732021618688 140028364903536 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10012] ppid=9999 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10012/stat : 10012 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14420721664 12435 33554432000 4194304 4196468 140732021618688 140028363851856 140029454108571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10013] ppid=9999 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10002/task/10013/stat : 10013 (java) S 9999 10002 5687 0 -1 1077944384 533 0 0 0 2 0 0 0 20 0 15 0 274543560 14420721664 12435 33554432000 4194304 4196468 140732021618688 140028362799728 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10014] ppid=9999 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10002/task/10014/stat : 10014 (java) S 9999 10002 5687 0 -1 1077944384 129 0 0 0 2 0 0 0 20 0 15 0 274543560 14420721664 12435 33554432000 4194304 4196468 140732021618688 140028361746928 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10015] ppid=9999 vsize=14082736 memory=140459803227776 CPUtime=0.08 cores=1,3,5,7
/proc/10002/task/10015/stat : 10015 (java) S 9999 10002 5687 0 -1 1077944384 440 0 0 0 8 0 0 0 20 0 15 0 274543560 14420721664 12435 33554432000 4194304 4196468 140732021618688 140028360694640 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10016] ppid=9999 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10016/stat : 10016 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14420721664 12435 33554432000 4194304 4196468 140732021618688 140028359642080 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10017] ppid=9999 vsize=14082736 memory=140459803227776 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10017/stat : 10017 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543560 14420721664 12435 33554432000 4194304 4196468 140732021618688 140028358588848 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49740 KiB

[startup+0.700797 s]
/proc/loadavg: 1.72 1.65 1.54 3/215 10017
/proc/meminfo: memFree=19437416/32770624 swapFree=67108524/67108860
[pid=10002] ppid=9999 vsize=14084804 memory=89940 CPUtime=0.99 cores=1,3,5,7
/proc/10002/stat : 10002 (java) S 9999 10002 5687 0 -1 1077944320 17871 0 0 0 94 5 0 0 20 0 15 0 274543555 14422839296 22485 33554432000 4194304 4196468 140732021618688 140732021601232 140029454089975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
/proc/10002/statm: 3521201 22485 3504 1 0 3483273 0
[pid=10002/tid=10004] ppid=9999 vsize=14084804 memory=1740 CPUtime=0.67 cores=1,3,5,7
/proc/10002/task/10004/stat : 10004 (java) R 9999 10002 5687 0 -1 4202560 14942 0 0 0 63 4 0 0 20 0 15 0 274543555 14422839296 22485 33554432000 4194304 4196468 140732021618688 140029458305024 140029438170462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10005] ppid=9999 vsize=14084804 memory=11192 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10005/stat : 10005 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14422839296 22485 33554432000 4194304 4196468 140732021618688 140029423803280 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10006] ppid=9999 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10006/stat : 10006 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14422839296 22485 33554432000 4194304 4196468 140732021618688 140029049314064 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10007] ppid=9999 vsize=14084804 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10007/stat : 10007 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14422839296 22485 33554432000 4194304 4196468 140732021618688 140029048261776 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10008] ppid=9999 vsize=14084804 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10008/stat : 10008 (java) S 9999 10002 5687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274543556 14422839296 22485 33554432000 4194304 4196468 140732021618688 140029047208976 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10009] ppid=9999 vsize=14084804 memory=6136 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10009/stat : 10009 (java) S 9999 10002 5687 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274543557 14422839296 22485 33554432000 4194304 4196468 140732021618688 140028367009904 140029454101122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10010] ppid=9999 vsize=14084804 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10010/stat : 10010 (java) S 9999 10002 5687 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274543557 14422839296 22485 33554432000 4194304 4196468 140732021618688 140028365955872 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10011] ppid=9999 vsize=14084804 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10011/stat : 10011 (java) S 9999 10002 5687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274543558 14422839296 22485 33554432000 4194304 4196468 140732021618688 140028364903536 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10012] ppid=9999 vsize=14084804 memory=7668879548562892096 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10012/stat : 10012 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14422839296 22485 33554432000 4194304 4196468 140732021618688 140028363851856 140029454108571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10013] ppid=9999 vsize=14084804 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/10002/task/10013/stat : 10013 (java) S 9999 10002 5687 0 -1 1077944384 700 0 0 0 7 0 0 0 20 0 15 0 274543560 14422839296 22485 33554432000 4194304 4196468 140732021618688 140028362799728 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10014] ppid=9999 vsize=14084804 memory=5787213857196369745 CPUtime=0.07 cores=1,3,5,7
/proc/10002/task/10014/stat : 10014 (java) S 9999 10002 5687 0 -1 1077944384 283 0 0 0 7 0 0 0 20 0 15 0 274543560 14422839296 22485 33554432000 4194304 4196468 140732021618688 140028361746928 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10015] ppid=9999 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/10002/task/10015/stat : 10015 (java) S 9999 10002 5687 0 -1 1077944384 566 0 0 0 15 0 0 0 20 0 15 0 274543560 14422839296 22485 33554432000 4194304 4196468 140732021618688 140028360694640 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10016] ppid=9999 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10016/stat : 10016 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14422839296 22485 33554432000 4194304 4196468 140732021618688 140028359642080 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10017] ppid=9999 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10017/stat : 10017 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543560 14422839296 22485 33554432000 4194304 4196468 140732021618688 140028358588848 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89940 KiB

[startup+1.50147 s]
/proc/loadavg: 1.72 1.65 1.54 6/215 10017
/proc/meminfo: memFree=19388028/32770624 swapFree=67108524/67108860
[pid=10002] ppid=9999 vsize=14088900 memory=211700 CPUtime=3.51 cores=1,3,5,7
/proc/10002/stat : 10002 (java) S 9999 10002 5687 0 -1 1077944320 26505 0 0 0 342 9 0 0 20 0 15 0 274543555 14427033600 52925 33554432000 4194304 4196468 140732021618688 140732021601232 140029454089975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
/proc/10002/statm: 3522225 52925 3553 1 0 3484297 0
[pid=10002/tid=10004] ppid=9999 vsize=14088900 memory=-7035114785800479027 CPUtime=1.47 cores=1,3,5,7
/proc/10002/task/10004/stat : 10004 (java) R 9999 10002 5687 0 -1 4202560 18526 0 0 0 140 7 0 0 20 0 15 0 274543555 14427033600 52925 33554432000 4194304 4196468 140732021618688 140029458325248 140029097283929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10005] ppid=9999 vsize=14088900 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10005/stat : 10005 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14427033600 52925 33554432000 4194304 4196468 140732021618688 140029423803280 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10006] ppid=9999 vsize=14088900 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10006/stat : 10006 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14427033600 52925 33554432000 4194304 4196468 140732021618688 140029049314064 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10007] ppid=9999 vsize=14088900 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10007/stat : 10007 (java) S 9999 10002 5687 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274543556 14427033600 52925 33554432000 4194304 4196468 140732021618688 140029048261776 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10008] ppid=9999 vsize=14088900 memory=1401637097735671167 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10008/stat : 10008 (java) S 9999 10002 5687 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274543556 14427033600 52925 33554432000 4194304 4196468 140732021618688 140029047208976 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10009] ppid=9999 vsize=14088900 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10009/stat : 10009 (java) S 9999 10002 5687 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274543557 14427033600 52925 33554432000 4194304 4196468 140732021618688 140028367009904 140029454101122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0

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

/proc/10002/task/10004/stat : 10004 (java) R 9999 10002 5687 0 -1 4202560 26388 0 0 0 16161 8 0 0 20 0 15 0 274543555 14429130752 67183 33554432000 4194304 4196468 140732021618688 140029458328208 140029101183719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10005] ppid=9999 vsize=14090948 memory=268732 CPUtime=0.26 cores=1,3,5,7
/proc/10002/task/10005/stat : 10005 (java) S 9999 10002 5687 0 -1 1077944384 1382 0 0 0 21 5 0 0 20 0 15 0 274543556 14429130752 67183 33554432000 4194304 4196468 140732021618688 140029423803280 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10006] ppid=9999 vsize=14090948 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/10002/task/10006/stat : 10006 (java) S 9999 10002 5687 0 -1 1077944384 1775 0 0 0 20 5 0 0 20 0 15 0 274543556 14429130752 67183 33554432000 4194304 4196468 140732021618688 140029049314064 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10007] ppid=9999 vsize=14090948 memory=268732 CPUtime=0.25 cores=1,3,5,7
/proc/10002/task/10007/stat : 10007 (java) S 9999 10002 5687 0 -1 1077944384 2175 0 0 0 20 5 0 0 20 0 15 0 274543556 14429130752 67183 33554432000 4194304 4196468 140732021618688 140029048261776 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10008] ppid=9999 vsize=14090948 memory=268732 CPUtime=0.25 cores=1,3,5,7
/proc/10002/task/10008/stat : 10008 (java) S 9999 10002 5687 0 -1 1077944384 1723 0 0 0 21 4 0 0 20 0 15 0 274543556 14429130752 67183 33554432000 4194304 4196468 140732021618688 140029047208976 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10009] ppid=9999 vsize=14090948 memory=266652 CPUtime=0.2 cores=1,3,5,7
/proc/10002/task/10009/stat : 10009 (java) S 9999 10002 5687 0 -1 1077944384 1941 0 0 0 19 1 0 0 20 0 15 0 274543557 14429130752 67183 33554432000 4194304 4196468 140732021618688 140028367009904 140029454101122 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10010] ppid=9999 vsize=14090948 memory=14431090117230 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10010/stat : 10010 (java) S 9999 10002 5687 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274543557 14429130752 67183 33554432000 4194304 4196468 140732021618688 140028365955936 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10011] ppid=9999 vsize=14090948 memory=-7035114785800479027 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10011/stat : 10011 (java) S 9999 10002 5687 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 274543558 14429130752 67183 33554432000 4194304 4196468 140732021618688 140028364903552 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10012] ppid=9999 vsize=14090948 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10012/stat : 10012 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14429130752 67183 33554432000 4194304 4196468 140732021618688 140028363851856 140029454108571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10013] ppid=9999 vsize=14090948 memory=3712 CPUtime=2.03 cores=1,3,5,7
/proc/10002/task/10013/stat : 10013 (java) S 9999 10002 5687 0 -1 1077944384 7209 0 0 0 202 1 0 0 20 0 15 0 274543560 14429130752 67183 33554432000 4194304 4196468 140732021618688 140028362799728 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10014] ppid=9999 vsize=14090948 memory=6880 CPUtime=1.8 cores=1,3,5,7
/proc/10002/task/10014/stat : 10014 (java) S 9999 10002 5687 0 -1 1077944384 6031 0 0 0 179 1 0 0 20 0 15 0 274543560 14429130752 67183 33554432000 4194304 4196468 140732021618688 140028361746928 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10015] ppid=9999 vsize=14090948 memory=1064 CPUtime=0.94 cores=1,3,5,7
/proc/10002/task/10015/stat : 10015 (java) S 9999 10002 5687 0 -1 1077944384 11508 0 0 0 92 2 0 0 20 0 15 0 274543560 14429130752 67183 33554432000 4194304 4196468 140732021618688 140028360694640 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10016] ppid=9999 vsize=14090948 memory=268732 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10016/stat : 10016 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14429130752 67183 33554432000 4194304 4196468 140732021618688 140028359642080 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10017] ppid=9999 vsize=14090948 memory=1740 CPUtime=0.04 cores=1,3,5,7
/proc/10002/task/10017/stat : 10017 (java) S 9999 10002 5687 0 -1 1077944384 537 0 0 0 1 3 0 0 20 0 15 0 274543560 14429130752 67183 33554432000 4194304 4196468 140732021618688 140028358588848 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
Current children cumulated CPU time: 167.81 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 268732 KiB

[startup+222.301 s]
/proc/loadavg: 1.32 1.58 1.54 3/215 10101
/proc/meminfo: memFree=23935060/32770624 swapFree=67108524/67108860
[pid=10002] ppid=9999 vsize=14090948 memory=270916 CPUtime=227.96 cores=1,3,5,7
/proc/10002/stat : 10002 (java) S 9999 10002 5687 0 -1 1077944320 63854 0 0 0 22759 37 0 0 20 0 15 0 274543555 14429130752 67729 33554432000 4194304 4196468 140732021618688 140732021601232 140029454089975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
/proc/10002/statm: 3522737 67729 3587 1 0 3484809 0
[pid=10002/tid=10004] ppid=9999 vsize=14090948 memory=270916 CPUtime=221.52 cores=1,3,5,7
/proc/10002/task/10004/stat : 10004 (java) R 9999 10002 5687 0 -1 4202560 26832 0 0 0 22144 8 0 0 20 0 15 0 274543555 14429130752 67729 33554432000 4194304 4196468 140732021618688 140029458328096 140029101549026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10005] ppid=9999 vsize=14090948 memory=270916 CPUtime=0.32 cores=1,3,5,7
/proc/10002/task/10005/stat : 10005 (java) S 9999 10002 5687 0 -1 1077944384 1394 0 0 0 27 5 0 0 20 0 15 0 274543556 14429130752 67729 33554432000 4194304 4196468 140732021618688 140029423803280 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10006] ppid=9999 vsize=14090948 memory=270916 CPUtime=0.31 cores=1,3,5,7
/proc/10002/task/10006/stat : 10006 (java) S 9999 10002 5687 0 -1 1077944384 1828 0 0 0 26 5 0 0 20 0 15 0 274543556 14429130752 67729 33554432000 4194304 4196468 140732021618688 140029049314064 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10007] ppid=9999 vsize=14090948 memory=270916 CPUtime=0.32 cores=1,3,5,7
/proc/10002/task/10007/stat : 10007 (java) S 9999 10002 5687 0 -1 1077944384 2228 0 0 0 26 6 0 0 20 0 15 0 274543556 14429130752 67729 33554432000 4194304 4196468 140732021618688 140029048261776 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10008] ppid=9999 vsize=14090948 memory=270916 CPUtime=0.32 cores=1,3,5,7
/proc/10002/task/10008/stat : 10008 (java) S 9999 10002 5687 0 -1 1077944384 2208 0 0 0 27 5 0 0 20 0 15 0 274543556 14429130752 67729 33554432000 4194304 4196468 140732021618688 140029047208976 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10009] ppid=9999 vsize=14090948 memory=270916 CPUtime=0.26 cores=1,3,5,7
/proc/10002/task/10009/stat : 10009 (java) S 9999 10002 5687 0 -1 1077944384 1976 0 0 0 25 1 0 0 20 0 15 0 274543557 14429130752 67729 33554432000 4194304 4196468 140732021618688 140028367009904 140029454101122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10010] ppid=9999 vsize=14090948 memory=270916 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10010/stat : 10010 (java) S 9999 10002 5687 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274543557 14429130752 67729 33554432000 4194304 4196468 140732021618688 140028365955936 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10011] ppid=9999 vsize=14090948 memory=270916 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10011/stat : 10011 (java) S 9999 10002 5687 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 274543558 14429130752 67729 33554432000 4194304 4196468 140732021618688 140028364903552 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10012] ppid=9999 vsize=14090948 memory=270916 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10012/stat : 10012 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14429130752 67729 33554432000 4194304 4196468 140732021618688 140028363851856 140029454108571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10013] ppid=9999 vsize=14090948 memory=6944656592455360569 CPUtime=2.03 cores=1,3,5,7
/proc/10002/task/10013/stat : 10013 (java) S 9999 10002 5687 0 -1 1077944384 7211 0 0 0 202 1 0 0 20 0 15 0 274543560 14429130752 67729 33554432000 4194304 4196468 140732021618688 140028362799728 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10014] ppid=9999 vsize=14090948 memory=270916 CPUtime=1.8 cores=1,3,5,7
/proc/10002/task/10014/stat : 10014 (java) S 9999 10002 5687 0 -1 1077944384 6033 0 0 0 179 1 0 0 20 0 15 0 274543560 14429130752 67729 33554432000 4194304 4196468 140732021618688 140028361746928 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10015] ppid=9999 vsize=14090948 memory=3712 CPUtime=0.94 cores=1,3,5,7
/proc/10002/task/10015/stat : 10015 (java) S 9999 10002 5687 0 -1 1077944384 12164 0 0 0 92 2 0 0 20 0 15 0 274543560 14429130752 67729 33554432000 4194304 4196468 140732021618688 140028360694640 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10016] ppid=9999 vsize=14090948 memory=270916 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10016/stat : 10016 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14429130752 67729 33554432000 4194304 4196468 140732021618688 140028359642080 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10017] ppid=9999 vsize=14090948 memory=3712 CPUtime=0.05 cores=1,3,5,7
/proc/10002/task/10017/stat : 10017 (java) S 9999 10002 5687 0 -1 1077944384 543 0 0 0 2 3 0 0 20 0 15 0 274543560 14429130752 67729 33554432000 4194304 4196468 140732021618688 140028358588848 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
Current children cumulated CPU time: 227.96 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 270916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+246.305 s]
/proc/loadavg: 1.36 1.57 1.54 3/215 10102
/proc/meminfo: memFree=23925732/32770624 swapFree=67108524/67108860
[pid=10002] ppid=9999 vsize=14090948 memory=273084 CPUtime=252.05 cores=1,3,5,7
/proc/10002/stat : 10002 (java) S 9999 10002 5687 0 -1 1077944320 64739 0 0 0 25166 39 0 0 20 0 15 0 274543555 14429130752 68271 33554432000 4194304 4196468 140732021618688 140732021601232 140029454089975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
/proc/10002/statm: 3522737 68271 3587 1 0 3484809 0
[pid=10002/tid=10004] ppid=9999 vsize=14090948 memory=271036 CPUtime=245.46 cores=1,3,5,7
/proc/10002/task/10004/stat : 10004 (java) R 9999 10002 5687 0 -1 4202560 27153 0 0 0 24538 8 0 0 20 0 15 0 274543555 14429130752 68271 33554432000 4194304 4196468 140732021618688 140029458328192 140029101486754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10005] ppid=9999 vsize=14090948 memory=270916 CPUtime=0.34 cores=1,3,5,7
/proc/10002/task/10005/stat : 10005 (java) S 9999 10002 5687 0 -1 1077944384 1401 0 0 0 29 5 0 0 20 0 15 0 274543556 14429130752 68271 33554432000 4194304 4196468 140732021618688 140029423803280 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10006] ppid=9999 vsize=14090948 memory=270916 CPUtime=0.34 cores=1,3,5,7
/proc/10002/task/10006/stat : 10006 (java) S 9999 10002 5687 0 -1 1077944384 1881 0 0 0 28 6 0 0 20 0 15 0 274543556 14429130752 68271 33554432000 4194304 4196468 140732021618688 140029049314064 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10007] ppid=9999 vsize=14090948 memory=271000 CPUtime=0.34 cores=1,3,5,7
/proc/10002/task/10007/stat : 10007 (java) S 9999 10002 5687 0 -1 1077944384 2266 0 0 0 28 6 0 0 20 0 15 0 274543556 14429130752 68271 33554432000 4194304 4196468 140732021618688 140029048261776 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10008] ppid=9999 vsize=14090948 memory=271036 CPUtime=0.34 cores=1,3,5,7
/proc/10002/task/10008/stat : 10008 (java) S 9999 10002 5687 0 -1 1077944384 2423 0 0 0 29 5 0 0 20 0 15 0 274543556 14429130752 68271 33554432000 4194304 4196468 140732021618688 140029047208976 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10009] ppid=9999 vsize=14090948 memory=271036 CPUtime=0.29 cores=1,3,5,7
/proc/10002/task/10009/stat : 10009 (java) S 9999 10002 5687 0 -1 1077944384 2208 0 0 0 27 2 0 0 20 0 15 0 274543557 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028367009904 140029454101122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10010] ppid=9999 vsize=14090948 memory=273084 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10010/stat : 10010 (java) S 9999 10002 5687 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274543557 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028365955936 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10011] ppid=9999 vsize=14090948 memory=271036 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10011/stat : 10011 (java) S 9999 10002 5687 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 274543558 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028364903552 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10012] ppid=9999 vsize=14090948 memory=271036 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10012/stat : 10012 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028363851856 140029454108571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10013] ppid=9999 vsize=14090948 memory=271036 CPUtime=2.03 cores=1,3,5,7
/proc/10002/task/10013/stat : 10013 (java) S 9999 10002 5687 0 -1 1077944384 7211 0 0 0 202 1 0 0 20 0 15 0 274543560 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028362799728 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10014] ppid=9999 vsize=14090948 memory=6880 CPUtime=1.8 cores=1,3,5,7
/proc/10002/task/10014/stat : 10014 (java) S 9999 10002 5687 0 -1 1077944384 6034 0 0 0 179 1 0 0 20 0 15 0 274543560 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028361746928 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10015] ppid=9999 vsize=14090948 memory=1064 CPUtime=0.94 cores=1,3,5,7
/proc/10002/task/10015/stat : 10015 (java) S 9999 10002 5687 0 -1 1077944384 12165 0 0 0 92 2 0 0 20 0 15 0 274543560 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028360694640 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10016] ppid=9999 vsize=14090948 memory=271036 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10016/stat : 10016 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028359642080 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10017] ppid=9999 vsize=14090948 memory=271036 CPUtime=0.06 cores=1,3,5,7
/proc/10002/task/10017/stat : 10017 (java) S 9999 10002 5687 0 -1 1077944384 560 0 0 0 2 4 0 0 20 0 15 0 274543560 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028358588848 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 273084 KiB

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

[startup+246.328 s]
# the end of solver process 10002 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.676 s, system=0.400588 s

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

[startup+246.305 s]
/proc/loadavg: 1.36 1.57 1.54 3/215 10102
/proc/meminfo: memFree=23925732/32770624 swapFree=67108524/67108860
[pid=10002] ppid=9999 vsize=14090948 memory=273084 CPUtime=252.05 cores=1,3,5,7
/proc/10002/stat : 10002 (java) S 9999 10002 5687 0 -1 1077944320 64739 0 0 0 25166 39 0 0 20 0 15 0 274543555 14429130752 68271 33554432000 4194304 4196468 140732021618688 140732021601232 140029454089975 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
/proc/10002/statm: 3522737 68271 3587 1 0 3484809 0
[pid=10002/tid=10004] ppid=9999 vsize=14090948 memory=271036 CPUtime=245.46 cores=1,3,5,7
/proc/10002/task/10004/stat : 10004 (java) R 9999 10002 5687 0 -1 4202560 27153 0 0 0 24538 8 0 0 20 0 15 0 274543555 14429130752 68271 33554432000 4194304 4196468 140732021618688 140029458328192 140029101486754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10005] ppid=9999 vsize=14090948 memory=270916 CPUtime=0.34 cores=1,3,5,7
/proc/10002/task/10005/stat : 10005 (java) S 9999 10002 5687 0 -1 1077944384 1401 0 0 0 29 5 0 0 20 0 15 0 274543556 14429130752 68271 33554432000 4194304 4196468 140732021618688 140029423803280 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10006] ppid=9999 vsize=14090948 memory=270916 CPUtime=0.34 cores=1,3,5,7
/proc/10002/task/10006/stat : 10006 (java) S 9999 10002 5687 0 -1 1077944384 1881 0 0 0 28 6 0 0 20 0 15 0 274543556 14429130752 68271 33554432000 4194304 4196468 140732021618688 140029049314064 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10007] ppid=9999 vsize=14090948 memory=271000 CPUtime=0.34 cores=1,3,5,7
/proc/10002/task/10007/stat : 10007 (java) S 9999 10002 5687 0 -1 1077944384 2266 0 0 0 28 6 0 0 20 0 15 0 274543556 14429130752 68271 33554432000 4194304 4196468 140732021618688 140029048261776 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10008] ppid=9999 vsize=14090948 memory=271036 CPUtime=0.34 cores=1,3,5,7
/proc/10002/task/10008/stat : 10008 (java) S 9999 10002 5687 0 -1 1077944384 2423 0 0 0 29 5 0 0 20 0 15 0 274543556 14429130752 68271 33554432000 4194304 4196468 140732021618688 140029047208976 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10009] ppid=9999 vsize=14090948 memory=271036 CPUtime=0.29 cores=1,3,5,7
/proc/10002/task/10009/stat : 10009 (java) S 9999 10002 5687 0 -1 1077944384 2208 0 0 0 27 2 0 0 20 0 15 0 274543557 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028367009904 140029454101122 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10010] ppid=9999 vsize=14090948 memory=273084 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10010/stat : 10010 (java) S 9999 10002 5687 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 274543557 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028365955936 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10011] ppid=9999 vsize=14090948 memory=271036 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10011/stat : 10011 (java) S 9999 10002 5687 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 274543558 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028364903552 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10012] ppid=9999 vsize=14090948 memory=271036 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10012/stat : 10012 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028363851856 140029454108571 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10013] ppid=9999 vsize=14090948 memory=271036 CPUtime=2.03 cores=1,3,5,7
/proc/10002/task/10013/stat : 10013 (java) S 9999 10002 5687 0 -1 1077944384 7211 0 0 0 202 1 0 0 20 0 15 0 274543560 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028362799728 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10014] ppid=9999 vsize=14090948 memory=6880 CPUtime=1.8 cores=1,3,5,7
/proc/10002/task/10014/stat : 10014 (java) S 9999 10002 5687 0 -1 1077944384 6034 0 0 0 179 1 0 0 20 0 15 0 274543560 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028361746928 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10015] ppid=9999 vsize=14090948 memory=1064 CPUtime=0.94 cores=1,3,5,7
/proc/10002/task/10015/stat : 10015 (java) S 9999 10002 5687 0 -1 1077944384 12165 0 0 0 92 2 0 0 20 0 15 0 274543560 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028360694640 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10016] ppid=9999 vsize=14090948 memory=271036 CPUtime=0 cores=1,3,5,7
/proc/10002/task/10016/stat : 10016 (java) S 9999 10002 5687 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274543560 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028359642080 140029454100181 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
[pid=10002/tid=10017] ppid=9999 vsize=14090948 memory=271036 CPUtime=0.06 cores=1,3,5,7
/proc/10002/task/10017/stat : 10017 (java) S 9999 10002 5687 0 -1 1077944384 560 0 0 0 2 4 0 0 20 0 15 0 274543560 14429130752 68271 33554432000 4194304 4196468 140732021618688 140028358588848 140029454101122 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19423232 140732021621839 140732021622030 140732021622030 140732021624783 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 273084 KiB

Child status: 143
Real time (s): 246.328
CPU time (s): 252.077
CPU user time (s): 251.676
CPU system time (s): 0.400588
CPU usage (%): 102.334
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 282384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.676
system time used= 0.400588
maximum resident set size= 282384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15430
involuntary context switches= 446


# summary of solver processes directly reported to runsolver:
#   pid: 10002
#   total CPU time (s): 252.077
#   total CPU user time (s): 251.676
#   total CPU system time (s): 0.400588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45169 second user time and 2.28993 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-18 07:23:24
IDJOB=4312307
IDBENCH=141361
IDSOLVER=2800
FILE ID=node107/4312307-1534569804
RUNJOBID= node107-1534568746-9006
PBS_JOBID= 21038640
Free space on /tmp= 54628 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-magazine_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312307-1534569804/watcher-4312307-1534569804 -o /tmp/evaluation-result-4312307-1534569804/solver-4312307-1534569804 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534568746-9006 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 717854527 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312307-1534569804.xml

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

MD5SUM BENCH= 22697061c475ce526fb64da13536656d
RANDOM SEED=717854527

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19497872 kB
MemAvailable:   27013548 kB
Buffers:          247304 kB
Cached:          7543736 kB
SwapCached:           20 kB
Active:          9503756 kB
Inactive:        3213404 kB
Active(anon):    4899248 kB
Inactive(anon):    95200 kB
Active(file):    4604508 kB
Inactive(file):  3118204 kB
Unevictable:        6972 kB
Mlocked:            6972 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             35760 kB
Writeback:             0 kB
AnonPages:       5022868 kB
Mapped:            32320 kB
Shmem:             66016 kB
Slab:             246456 kB
SReclaimable:     217600 kB
SUnreclaim:        28856 kB
KernelStack:        3808 kB
PageTables:        15116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6941164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4788224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54592 MiB
End job on node107 at 2018-08-18 07:27:30