Trace number 4256243

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 2017-07-26? (TO) 245.22 240.013

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-020-10-7.xml
MD5SUM412f6c73e78cde1efe97f39cb5f4b069
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 variables220
Number of constraints230
Number of domains1
Minimum domain size1638
Maximum domain size1638
Distribution of domain sizes[{"size":1638,"count":220}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":200}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":200},{"arity":20,"count":10}]
Number of extensional constraints0
Number of intensional constraints220
Distribution of constraint types[{"type":"intension","count":220},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.25/0.37	c version: 2017-07-26
0.25/0.37	c seed: 942426272
0.25/0.37	c timeout: 264
0.25/0.37	c memlimit: 11000
0.25/0.37	c nbcore: 4
0.43/0.40	c Parsing instance...
1.59/1.04	c Parsing done, starting search...
245.19/240.00	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4256243-1501624407/watcher-4256243-1501624407 -o /tmp/evaluation-result-4256243-1501624407/solver-4256243-1501624407 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501623088-15579 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 942426272 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256243-1501624407.xml 

pid=15944
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.85 1.83 2/194 15947
/proc/meminfo: memFree=31828000/32770624 swapFree=0/197504
[pid=15947] ppid=15944 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15947/stat : 15947 (runsolver) D 15944 15947 5123 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 11057705 24240128 106 18446744073709551615 4194304 4338465 140721526127152 140721526124792 139715454751447 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 28639232 140721526132839 140721526133318 140721526133318 140721526136778 0
/proc/15947/statm: 5918 106 53 36 0 2156 0

[startup+0.100109 s]
/proc/loadavg: 1.92 1.85 1.83 2/194 15947
/proc/meminfo: memFree=31828000/32770624 swapFree=0/197504
[pid=15947] ppid=15944 vsize=13358552 CPUtime=0 cores=0,2,4,6
/proc/15947/stat : 15947 (java) S 15944 15947 5123 0 -1 1077944320 2912 0 0 0 0 0 0 0 20 0 6 0 11057705 13679157248 3065 18446744073709551615 4194304 4196468 140731829594288 140731829576832 140333569306359 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
/proc/15947/statm: 3339638 3065 1520 1 0 3329143 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13358552

[startup+0.210095 s]
/proc/loadavg: 1.92 1.85 1.83 2/194 15947
/proc/meminfo: memFree=31828000/32770624 swapFree=0/197504
[pid=15947] ppid=15944 vsize=13975920 CPUtime=0.1 cores=0,2,4,6
/proc/15947/stat : 15947 (java) S 15944 15947 5123 0 -1 1077944320 7077 0 0 0 9 1 0 0 20 0 15 0 11057705 14311342080 7740 18446744073709551615 4194304 4196468 140731829594288 140731829576832 140333569306359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
/proc/15947/statm: 3493980 7740 3372 1 0 3482767 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13975920

[startup+0.300313 s]
/proc/loadavg: 1.92 1.85 1.83 2/194 15947
/proc/meminfo: memFree=31828000/32770624 swapFree=0/197504
[pid=15947] ppid=15944 vsize=13975920 CPUtime=0.25 cores=0,2,4,6
/proc/15947/stat : 15947 (java) S 15944 15947 5123 0 -1 1077944320 10231 0 0 0 22 3 0 0 20 0 15 0 11057705 14311342080 10000 18446744073709551615 4194304 4196468 140731829594288 140731829576832 140333569306359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
/proc/15947/statm: 3493980 10000 3528 1 0 3482767 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13975920

[startup+0.704091 s]
/proc/loadavg: 1.92 1.85 1.83 2/194 15947
/proc/meminfo: memFree=31828000/32770624 swapFree=0/197504
[pid=15947] ppid=15944 vsize=13977988 CPUtime=1.01 cores=0,2,4,6
/proc/15947/stat : 15947 (java) S 15944 15947 5123 0 -1 1077944320 13964 0 0 0 96 5 0 0 20 0 15 0 11057705 14313459712 16756 18446744073709551615 4194304 4196468 140731829594288 140731829576832 140333569306359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
/proc/15947/statm: 3494497 16756 3715 1 0 3483279 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13977988

[startup+1.50114 s]
/proc/loadavg: 1.93 1.85 1.83 8/209 15962
/proc/meminfo: memFree=31621016/32770624 swapFree=0/197500
[pid=15947] ppid=15944 vsize=13982084 CPUtime=3.22 cores=0,2,4,6
/proc/15947/stat : 15947 (java) S 15944 15947 5123 0 -1 1077944320 32389 0 0 0 312 10 0 0 20 0 15 0 11057705 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140731829576832 140333569306359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
/proc/15947/statm: 3495521 35314 3752 1 0 3484303 0
[pid=15947/tid=15949] ppid=15944 vsize=13982084 CPUtime=1.36 cores=0,2,4,6
/proc/15947/task/15949/stat : 15949 (java) R 15944 15947 5123 0 -1 4202560 14055 0 0 0 130 6 0 0 20 0 15 0 11057713 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333573541864 140333181002403 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15950] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15950/stat : 15950 (java) S 15944 15947 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333503740688 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15951] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15951/stat : 15951 (java) S 15944 15947 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333502688144 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15952] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15952/stat : 15952 (java) S 15944 15947 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333501635600 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15953] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15953/stat : 15953 (java) S 15944 15947 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333500583056 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15954] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15954/stat : 15954 (java) S 15944 15947 5123 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333047838704 140333569317506 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15955] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15955/stat : 15955 (java) S 15944 15947 5123 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333046784928 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15956] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15956/stat : 15956 (java) S 15944 15947 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333045732336 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15957] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15957/stat : 15957 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333044680912 140333569324955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15958] ppid=15944 vsize=13982084 CPUtime=0.63 cores=0,2,4,6
/proc/15947/task/15958/stat : 15958 (java) R 15944 15947 5123 0 -1 4202560 5917 0 0 0 62 1 0 0 20 0 15 0 11057719 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333043618448 140333550826044 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15959] ppid=15944 vsize=13982084 CPUtime=0.63 cores=0,2,4,6
/proc/15947/task/15959/stat : 15959 (java) R 15944 15947 5123 0 -1 4202560 5590 0 0 0 63 0 0 0 20 0 15 0 11057719 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333042564720 140333561595808 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15960] ppid=15944 vsize=13982084 CPUtime=0.56 cores=0,2,4,6
/proc/15947/task/15960/stat : 15960 (java) S 15944 15947 5123 0 -1 1077944384 5482 0 0 0 55 1 0 0 20 0 15 0 11057719 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333041523440 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15961] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15961/stat : 15961 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333040471136 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15962] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15962/stat : 15962 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057722 14317654016 35314 18446744073709551615 4194304 4196468 140731829594288 140333039417648 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 13982084

[startup+3.10065 s]
/proc/loadavg: 1.93 1.85 1.83 5/209 15962
/proc/meminfo: memFree=31486472/32770624 swapFree=0/197500
[pid=15947] ppid=15944 vsize=13982084 CPUtime=7.35 cores=0,2,4,6
/proc/15947/stat : 15947 (java) S 15944 15947 5123 0 -1 1077944320 37755 0 0 0 724 11 0 0 20 0 15 0 11057705 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140731829576832 140333569306359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
/proc/15947/statm: 3495521 47972 3754 1 0 3484303 0
[pid=15947/tid=15949] ppid=15944 vsize=13982084 CPUtime=2.95 cores=0,2,4,6
/proc/15947/task/15949/stat : 15949 (java) R 15944 15947 5123 0 -1 4202560 14412 0 0 0 288 7 0 0 20 0 15 0 11057713 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333573542344 140333181145570 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15950] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15950/stat : 15950 (java) S 15944 15947 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333503740688 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15951] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15951/stat : 15951 (java) S 15944 15947 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333502688144 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15952] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15952/stat : 15952 (java) S 15944 15947 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333501635600 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15953] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15953/stat : 15953 (java) S 15944 15947 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333500583056 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15954] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15954/stat : 15954 (java) S 15944 15947 5123 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333047838704 140333569317506 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15955] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15955/stat : 15955 (java) S 15944 15947 5123 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333046784928 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15956] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15956/stat : 15956 (java) S 15944 15947 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333045732336 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15957] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15957/stat : 15957 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333044680912 140333569324955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15958] ppid=15944 vsize=13982084 CPUtime=1.86 cores=0,2,4,6
/proc/15947/task/15958/stat : 15958 (java) S 15944 15947 5123 0 -1 1077944384 8793 0 0 0 185 1 0 0 20 0 15 0 11057719 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333043628528 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15959] ppid=15944 vsize=13982084 CPUtime=1.9 cores=0,2,4,6
/proc/15947/task/15959/stat : 15959 (java) S 15944 15947 5123 0 -1 1077944384 7327 0 0 0 189 1 0 0 20 0 15 0 11057719 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333042575984 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15960] ppid=15944 vsize=13982084 CPUtime=0.61 cores=0,2,4,6
/proc/15947/task/15960/stat : 15960 (java) S 15944 15947 5123 0 -1 1077944384 5821 0 0 0 60 1 0 0 20 0 15 0 11057719 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333041523440 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15961] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15961/stat : 15961 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333040471136 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15962] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15962/stat : 15962 (java) S 15944 15947 5123 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 11057722 14317654016 47972 18446744073709551615 4194304 4196468 140731829594288 140333039417648 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 13982084

[startup+6.30063 s]
/proc/loadavg: 1.93 1.85 1.83 3/209 15962
/proc/meminfo: memFree=31401292/32770624 swapFree=0/197512
[pid=15947] ppid=15944 vsize=13982084 CPUtime=10.94 cores=0,2,4,6
/proc/15947/stat : 15947 (java) S 15944 15947 5123 0 -1 1077944320 43056 0 0 0 1081 13 0 0 20 0 15 0 11057705 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140731829576832 140333569306359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
/proc/15947/statm: 3495521 56252 3784 1 0 3484303 0
[pid=15947/tid=15949] ppid=15944 vsize=13982084 CPUtime=6.14 cores=0,2,4,6
/proc/15947/task/15949/stat : 15949 (java) R 15944 15947 5123 0 -1 4202560 14603 0 0 0 605 9 0 0 20 0 15 0 11057713 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333573541536 140333182400812 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15950] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15950/stat : 15950 (java) S 15944 15947 5123 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333503740688 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15951] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15951/stat : 15951 (java) S 15944 15947 5123 0 -1 1077944384 573 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333502688144 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15952] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15952/stat : 15952 (java) S 15944 15947 5123 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333501635600 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15953] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15953/stat : 15953 (java) S 15944 15947 5123 0 -1 1077944384 565 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333500583056 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15954] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15954/stat : 15954 (java) S 15944 15947 5123 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333047838704 140333569317506 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15955] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15955/stat : 15955 (java) S 15944 15947 5123 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333046784992 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15956] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15956/stat : 15956 (java) S 15944 15947 5123 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333045732352 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15957] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15957/stat : 15957 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333044680912 140333569324955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15958] ppid=15944 vsize=13982084 CPUtime=1.99 cores=0,2,4,6
/proc/15947/task/15958/stat : 15958 (java) S 15944 15947 5123 0 -1 1077944384 8844 0 0 0 198 1 0 0 20 0 15 0 11057719 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333043628528 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15959] ppid=15944 vsize=13982084 CPUtime=2.13 cores=0,2,4,6
/proc/15947/task/15959/stat : 15959 (java) S 15944 15947 5123 0 -1 1077944384 8660 0 0 0 212 1 0 0 20 0 15 0 11057719 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333042575984 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15960] ppid=15944 vsize=13982084 CPUtime=0.63 cores=0,2,4,6
/proc/15947/task/15960/stat : 15960 (java) S 15944 15947 5123 0 -1 1077944384 7367 0 0 0 62 1 0 0 20 0 15 0 11057719 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333041523440 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15961] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15961/stat : 15961 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333040471136 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15962] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15962/stat : 15962 (java) S 15944 15947 5123 0 -1 1077944384 577 0 0 0 0 0 0 0 20 0 15 0 11057722 14317654016 56252 18446744073709551615 4194304 4196468 140731829594288 140333039417648 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
Current children cumulated CPU time (s) 10.94
Current children cumulated vsize (KiB) 13982084

[startup+12.7062 s]
/proc/loadavg: 1.94 1.86 1.83 3/209 15963
/proc/meminfo: memFree=31397056/32770624 swapFree=0/197516
[pid=15947] ppid=15944 vsize=13982084 CPUtime=17.45 cores=0,2,4,6
/proc/15947/stat : 15947 (java) S 15944 15947 5123 0 -1 1077944320 45997 0 0 0 1731 14 0 0 20 0 15 0 11057705 14317654016 57347 18446744073709551615 4194304 4196468 140731829594288 140731829576832 140333569306359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
/proc/15947/statm: 3495521 57347 3789 1 0 3484303 0
[pid=15947/tid=15949] ppid=15944 vsize=13982084 CPUtime=12.54 cores=0,2,4,6
/proc/15947/task/15949/stat : 15949 (java) R 15944 15947 5123 0 -1 4202560 14931 0 0 0 1245 9 0 0 20 0 15 0 11057713 14317654016 57347 18446744073709551615 4194304 4196468 140731829594288 140333573541664 140333182106218 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15950] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15950/stat : 15950 (java) S 15944 15947 5123 0 -1 1077944384 911 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 57347 18446744073709551615 4194304 4196468 140731829594288 140333503740688 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15951] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15951/stat : 15951 (java) S 15944 15947 5123 0 -1 1077944384 643 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 57347 18446744073709551615 4194304 4196468 140731829594288 140333502688144 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15952] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15952/stat : 15952 (java) S 15944 15947 5123 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 57347 18446744073709551615 4194304 4196468 140731829594288 140333501635600 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15953] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15953/stat : 15953 (java) S 15944 15947 5123 0 -1 1077944384 575 0 0 0 0 0 0 0 20 0 15 0 11057714 14317654016 57347 18446744073709551615 4194304 4196468 140731829594288 140333500583056 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15954] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15954/stat : 15954 (java) S 15944 15947 5123 0 -1 1077944384 391 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 57347 18446744073709551615 4194304 4196468 140731829594288 140333047838704 140333569317506 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15955] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15955/stat : 15955 (java) S 15944 15947 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 57347 18446744073709551615 4194304 4196468 140731829594288 140333046784992 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15956] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15956/stat : 15956 (java) S 15944 15947 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 57347 18446744073709551615 4194304 4196468 140731829594288 140333045732352 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15957] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15957/stat : 15957 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 57347 18446744073709551615 4194304 4196468 140731829594288 140333044680912 140333569324955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0

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

/proc/15947/task/15961/stat : 15961 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 44141 18446744073709551615 4194304 4196468 140731829594288 140333040471136 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15962] ppid=15944 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/15947/task/15962/stat : 15962 (java) S 15944 15947 5123 0 -1 1077944384 720 0 0 0 1 1 0 0 20 0 15 0 11057722 14317654016 44141 18446744073709551615 4194304 4196468 140731829594288 140333039417648 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
Current children cumulated CPU time (s) 107.34
Current children cumulated vsize (KiB) 13982084

[startup+162.306 s]
/proc/loadavg: 1.84 1.85 1.84 3/210 15974
/proc/meminfo: memFree=31462020/32770624 swapFree=0/197584
[pid=15947] ppid=15944 vsize=13982084 CPUtime=167.39 cores=0,2,4,6
/proc/15947/stat : 15947 (java) S 15944 15947 5123 0 -1 1077944320 62196 0 0 0 16720 19 0 0 20 0 15 0 11057705 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140731829576832 140333569306359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
/proc/15947/statm: 3495521 39555 3789 1 0 3484303 0
[pid=15947/tid=15949] ppid=15944 vsize=13982084 CPUtime=162.03 cores=0,2,4,6
/proc/15947/task/15949/stat : 15949 (java) R 15944 15947 5123 0 -1 4202560 17392 0 0 0 16194 9 0 0 20 0 15 0 11057713 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333573544624 140333180837694 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15950] ppid=15944 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/15947/task/15950/stat : 15950 (java) S 15944 15947 5123 0 -1 1077944384 1932 0 0 0 4 1 0 0 20 0 15 0 11057714 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333503740688 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15951] ppid=15944 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/15947/task/15951/stat : 15951 (java) S 15944 15947 5123 0 -1 1077944384 1753 0 0 0 4 0 0 0 20 0 15 0 11057714 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333502688144 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15952] ppid=15944 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/15947/task/15952/stat : 15952 (java) S 15944 15947 5123 0 -1 1077944384 524 0 0 0 4 0 0 0 20 0 15 0 11057714 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333501635600 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15953] ppid=15944 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/15947/task/15953/stat : 15953 (java) S 15944 15947 5123 0 -1 1077944384 3461 0 0 0 4 0 0 0 20 0 15 0 11057714 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333500583056 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15954] ppid=15944 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/15947/task/15954/stat : 15954 (java) S 15944 15947 5123 0 -1 1077944384 1561 0 0 0 4 1 0 0 20 0 15 0 11057716 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333047838704 140333569317506 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15955] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15955/stat : 15955 (java) S 15944 15947 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333046784992 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15956] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15956/stat : 15956 (java) S 15944 15947 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333045732352 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15957] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15957/stat : 15957 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333044680912 140333569324955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15958] ppid=15944 vsize=13982084 CPUtime=2.09 cores=0,2,4,6
/proc/15947/task/15958/stat : 15958 (java) S 15944 15947 5123 0 -1 1077944384 11999 0 0 0 208 1 0 0 20 0 15 0 11057719 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333043628528 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15959] ppid=15944 vsize=13982084 CPUtime=2.27 cores=0,2,4,6
/proc/15947/task/15959/stat : 15959 (java) S 15944 15947 5123 0 -1 1077944384 12085 0 0 0 226 1 0 0 20 0 15 0 11057719 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333042575984 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15960] ppid=15944 vsize=13982084 CPUtime=0.65 cores=0,2,4,6
/proc/15947/task/15960/stat : 15960 (java) S 15944 15947 5123 0 -1 1077944384 9292 0 0 0 64 1 0 0 20 0 15 0 11057719 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333041523440 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15961] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15961/stat : 15961 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333040471136 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15962] ppid=15944 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/15947/task/15962/stat : 15962 (java) S 15944 15947 5123 0 -1 1077944384 742 0 0 0 1 3 0 0 20 0 15 0 11057722 14317654016 39555 18446744073709551615 4194304 4196468 140731829594288 140333039417648 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
Current children cumulated CPU time (s) 167.39
Current children cumulated vsize (KiB) 13982084

[startup+222.301 s]
/proc/loadavg: 1.83 1.83 1.83 3/210 15976
/proc/meminfo: memFree=31480832/32770624 swapFree=0/197608
[pid=15947] ppid=15944 vsize=13982084 CPUtime=227.46 cores=0,2,4,6
/proc/15947/stat : 15947 (java) S 15944 15947 5123 0 -1 1077944320 63669 0 0 0 22726 20 0 0 20 0 15 0 11057705 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140731829576832 140333569306359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
/proc/15947/statm: 3495521 39715 3789 1 0 3484303 0
[pid=15947/tid=15949] ppid=15944 vsize=13982084 CPUtime=221.98 cores=0,2,4,6
/proc/15947/task/15949/stat : 15949 (java) R 15944 15947 5123 0 -1 4202560 17771 0 0 0 22189 9 0 0 20 0 15 0 11057713 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333573544736 140333182109416 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15950] ppid=15944 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15947/task/15950/stat : 15950 (java) S 15944 15947 5123 0 -1 1077944384 2604 0 0 0 6 1 0 0 20 0 15 0 11057714 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333503740688 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15951] ppid=15944 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/15947/task/15951/stat : 15951 (java) S 15944 15947 5123 0 -1 1077944384 1822 0 0 0 6 0 0 0 20 0 15 0 11057714 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333502688144 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15952] ppid=15944 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/15947/task/15952/stat : 15952 (java) S 15944 15947 5123 0 -1 1077944384 552 0 0 0 5 1 0 0 20 0 15 0 11057714 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333501635600 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15953] ppid=15944 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/15947/task/15953/stat : 15953 (java) S 15944 15947 5123 0 -1 1077944384 3514 0 0 0 6 0 0 0 20 0 15 0 11057714 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333500583056 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15954] ppid=15944 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15947/task/15954/stat : 15954 (java) S 15944 15947 5123 0 -1 1077944384 1809 0 0 0 6 1 0 0 20 0 15 0 11057716 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333047838704 140333569317506 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15955] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15955/stat : 15955 (java) S 15944 15947 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333046784992 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15956] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15956/stat : 15956 (java) S 15944 15947 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333045732352 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15957] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15957/stat : 15957 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333044680912 140333569324955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15958] ppid=15944 vsize=13982084 CPUtime=2.09 cores=0,2,4,6
/proc/15947/task/15958/stat : 15958 (java) S 15944 15947 5123 0 -1 1077944384 12001 0 0 0 208 1 0 0 20 0 15 0 11057719 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333043628528 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15959] ppid=15944 vsize=13982084 CPUtime=2.27 cores=0,2,4,6
/proc/15947/task/15959/stat : 15959 (java) S 15944 15947 5123 0 -1 1077944384 12087 0 0 0 226 1 0 0 20 0 15 0 11057719 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333042575984 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15960] ppid=15944 vsize=13982084 CPUtime=0.65 cores=0,2,4,6
/proc/15947/task/15960/stat : 15960 (java) S 15944 15947 5123 0 -1 1077944384 9294 0 0 0 64 1 0 0 20 0 15 0 11057719 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333041523440 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15961] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15961/stat : 15961 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333040471136 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15962] ppid=15944 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/15947/task/15962/stat : 15962 (java) S 15944 15947 5123 0 -1 1077944384 760 0 0 0 2 3 0 0 20 0 15 0 11057722 14317654016 39715 18446744073709551615 4194304 4196468 140731829594288 140333039417648 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
Current children cumulated CPU time (s) 227.46
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.86 1.84 1.84 3/210 15976
/proc/meminfo: memFree=31483996/32770624 swapFree=0/197604
[pid=15947] ppid=15944 vsize=13982084 CPUtime=245.19 cores=0,2,4,6
/proc/15947/stat : 15947 (java) S 15944 15947 5123 0 -1 1077944320 63740 0 0 0 24498 21 0 0 20 0 15 0 11057705 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140731829576832 140333569306359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
/proc/15947/statm: 3495521 40227 3789 1 0 3484303 0
[pid=15947/tid=15949] ppid=15944 vsize=13982084 CPUtime=239.66 cores=0,2,4,6
/proc/15947/task/15949/stat : 15949 (java) R 15944 15947 5123 0 -1 4202560 17787 0 0 0 23957 9 0 0 20 0 15 0 11057713 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333573544608 140333182107436 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15950] ppid=15944 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15947/task/15950/stat : 15950 (java) S 15944 15947 5123 0 -1 1077944384 2622 0 0 0 6 1 0 0 20 0 15 0 11057714 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333503740688 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15951] ppid=15944 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15947/task/15951/stat : 15951 (java) S 15944 15947 5123 0 -1 1077944384 1844 0 0 0 6 1 0 0 20 0 15 0 11057714 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333502688144 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15952] ppid=15944 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15947/task/15952/stat : 15952 (java) S 15944 15947 5123 0 -1 1077944384 557 0 0 0 6 1 0 0 20 0 15 0 11057714 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333501635600 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15953] ppid=15944 vsize=13982084 CPUtime=0.08 cores=0,2,4,6
/proc/15947/task/15953/stat : 15953 (java) S 15944 15947 5123 0 -1 1077944384 3524 0 0 0 7 1 0 0 20 0 15 0 11057714 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333500583056 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15954] ppid=15944 vsize=13982084 CPUtime=0.08 cores=0,2,4,6
/proc/15947/task/15954/stat : 15954 (java) S 15944 15947 5123 0 -1 1077944384 1809 0 0 0 7 1 0 0 20 0 15 0 11057716 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333047838704 140333569317506 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15955] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15955/stat : 15955 (java) S 15944 15947 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333046784992 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15956] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15956/stat : 15956 (java) S 15944 15947 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333045732352 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15957] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15957/stat : 15957 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333044680912 140333569324955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15958] ppid=15944 vsize=13982084 CPUtime=2.09 cores=0,2,4,6
/proc/15947/task/15958/stat : 15958 (java) S 15944 15947 5123 0 -1 1077944384 12001 0 0 0 208 1 0 0 20 0 15 0 11057719 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333043628528 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15959] ppid=15944 vsize=13982084 CPUtime=2.27 cores=0,2,4,6
/proc/15947/task/15959/stat : 15959 (java) S 15944 15947 5123 0 -1 1077944384 12087 0 0 0 226 1 0 0 20 0 15 0 11057719 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333042575984 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15960] ppid=15944 vsize=13982084 CPUtime=0.65 cores=0,2,4,6
/proc/15947/task/15960/stat : 15960 (java) S 15944 15947 5123 0 -1 1077944384 9294 0 0 0 64 1 0 0 20 0 15 0 11057719 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333041523440 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15961] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15961/stat : 15961 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333040471136 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15962] ppid=15944 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/15947/task/15962/stat : 15962 (java) S 15944 15947 5123 0 -1 1077944384 760 0 0 0 2 4 0 0 20 0 15 0 11057722 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333039417648 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
Current children cumulated CPU time (s) 245.19
Current children cumulated vsize (KiB) 13982084

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15947 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.001 s]
/proc/loadavg: 1.86 1.84 1.84 3/210 15976
/proc/meminfo: memFree=31483996/32770624 swapFree=0/197604
[pid=15947] ppid=15944 vsize=13982084 CPUtime=245.19 cores=0,2,4,6
/proc/15947/stat : 15947 (java) S 15944 15947 5123 0 -1 1077944320 63740 0 0 0 24498 21 0 0 20 0 15 0 11057705 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140731829576832 140333569306359 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
/proc/15947/statm: 3495521 40227 3789 1 0 3484303 0
[pid=15947/tid=15949] ppid=15944 vsize=13982084 CPUtime=239.66 cores=0,2,4,6
/proc/15947/task/15949/stat : 15949 (java) R 15944 15947 5123 0 -1 4202560 17787 0 0 0 23957 9 0 0 20 0 15 0 11057713 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333573544608 140333182107436 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15950] ppid=15944 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15947/task/15950/stat : 15950 (java) S 15944 15947 5123 0 -1 1077944384 2622 0 0 0 6 1 0 0 20 0 15 0 11057714 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333503740688 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15951] ppid=15944 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15947/task/15951/stat : 15951 (java) S 15944 15947 5123 0 -1 1077944384 1844 0 0 0 6 1 0 0 20 0 15 0 11057714 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333502688144 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15952] ppid=15944 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15947/task/15952/stat : 15952 (java) S 15944 15947 5123 0 -1 1077944384 557 0 0 0 6 1 0 0 20 0 15 0 11057714 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333501635600 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15953] ppid=15944 vsize=13982084 CPUtime=0.08 cores=0,2,4,6
/proc/15947/task/15953/stat : 15953 (java) S 15944 15947 5123 0 -1 1077944384 3524 0 0 0 7 1 0 0 20 0 15 0 11057714 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333500583056 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15954] ppid=15944 vsize=13982084 CPUtime=0.08 cores=0,2,4,6
/proc/15947/task/15954/stat : 15954 (java) S 15944 15947 5123 0 -1 1077944384 1809 0 0 0 7 1 0 0 20 0 15 0 11057716 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333047838704 140333569317506 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15955] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15955/stat : 15955 (java) S 15944 15947 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333046784992 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15956] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15956/stat : 15956 (java) S 15944 15947 5123 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 11057716 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333045732352 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15957] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15957/stat : 15957 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333044680912 140333569324955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15958] ppid=15944 vsize=13982084 CPUtime=2.09 cores=0,2,4,6
/proc/15947/task/15958/stat : 15958 (java) S 15944 15947 5123 0 -1 1077944384 12001 0 0 0 208 1 0 0 20 0 15 0 11057719 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333043628528 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15959] ppid=15944 vsize=13982084 CPUtime=2.27 cores=0,2,4,6
/proc/15947/task/15959/stat : 15959 (java) S 15944 15947 5123 0 -1 1077944384 12087 0 0 0 226 1 0 0 20 0 15 0 11057719 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333042575984 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15960] ppid=15944 vsize=13982084 CPUtime=0.65 cores=0,2,4,6
/proc/15947/task/15960/stat : 15960 (java) S 15944 15947 5123 0 -1 1077944384 9294 0 0 0 64 1 0 0 20 0 15 0 11057719 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333041523440 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15961] ppid=15944 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15947/task/15961/stat : 15961 (java) S 15944 15947 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057719 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333040471136 140333569316565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
[pid=15947/tid=15962] ppid=15944 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/15947/task/15962/stat : 15962 (java) S 15944 15947 5123 0 -1 1077944384 760 0 0 0 2 4 0 0 20 0 15 0 11057722 14317654016 40227 18446744073709551615 4194304 4196468 140731829594288 140333039417648 140333569317506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9404416 140731829600658 140731829600843 140731829600843 140731829604303 0
Current children cumulated CPU time (s) 245.19
Current children cumulated vsize (KiB) 13982084

Child status: 143
Real time (s): 240.013
CPU time (s): 245.22
CPU user time (s): 244.995
CPU system time (s): 0.224195
CPU usage (%): 102.169
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.995
system time used= 0.224195
maximum resident set size= 231608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9903
involuntary context switches= 355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.0639 second user time and 1.24496 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-01 23:39:32
IDJOB=4256243
IDBENCH=115643
IDSOLVER=2639
FILE ID=node130/4256243-1501624407
RUNJOBID= node130-1501623088-15579
PBS_JOBID= 
Free space on /tmp= 61616 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-020-10-7.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256243-1501624407/watcher-4256243-1501624407 -o /tmp/evaluation-result-4256243-1501624407/solver-4256243-1501624407 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501623088-15579 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 942426272 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256243-1501624407.xml

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

MD5SUM BENCH= 412f6c73e78cde1efe97f39cb5f4b069
RANDOM SEED=942426272

node130.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.46
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.46
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.46
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.46
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:        31829176 kB
MemAvailable:   32020516 kB
Buffers:           99876 kB
Cached:           374936 kB
SwapCached:            0 kB
Active:           335488 kB
Inactive:         206036 kB
Active(anon):      67412 kB
Inactive(anon):     8532 kB
Active(file):     268076 kB
Inactive(file):   197504 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84592 kB
Writeback:             0 kB
AnonPages:         63444 kB
Mapped:            38984 kB
Shmem:              8872 kB
Slab:             107664 kB
SReclaimable:      83192 kB
SUnreclaim:        24472 kB
KernelStack:        3120 kB
PageTables:         4608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1229292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61576 MiB
End job on node130 at 2017-08-01 23:43:33