Trace number 4273508

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-26SAT (TO)1000 2520.05 2511.9199

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-23-a4.xml
MD5SUM85d0173ff868c492d6a47734653fba18
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark532
Best CPU time to get the best result obtained on this benchmark2520.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints30109
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":23}]
Minimum variable degree5083
Maximum variable degree5084
Distribution of variable degrees[{"degree":5083,"count":21},{"degree":5084,"count":2}]
Minimum constraint arity1
Maximum constraint arity23
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":3542},{"arity":4,"count":26565},{"arity":23,"count":1}]
Number of extensional constraints0
Number of intensional constraints30108
Distribution of constraint types[{"type":"intension","count":30108},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.36/1.20	c version: 2017-07-26
0.36/1.20	c seed: 752523797
0.36/1.20	c timeout: 2520
0.36/1.20	c memlimit: 11000
0.36/1.21	c nbcore: 4
0.36/1.23	c Parsing instance...
5.99/3.11	c Parsing done, starting search...
6.58/3.35	o 1000
2520.02/2511.90	s SATISFIABLE
2520.02/2511.90	v <instantiation>
2520.02/2511.90	v 	<list>
2520.02/2511.90	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22]
2520.02/2511.90	v 	</list>
2520.02/2511.90	v 	<values>
2520.02/2511.90	v 		0 409 492 559 599 650 699 737 784 823 845 878 904 920 935 956 970 980 988 993 997 999 1000 
2520.02/2511.90	v 	</values>
2520.02/2511.90	v </instantiation>

Verifier Data

OK	1000

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273508-1502774855/watcher-4273508-1502774855 -o /tmp/evaluation-result-4273508-1502774855/solver-4273508-1502774855 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 752523797 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273508-1502774855.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26396, runsolver pid=26393

[startup+0.100107 s]*
/proc/loadavg: 1.25 1.31 1.38 2/199 26397
/proc/meminfo: memFree=31006312/32770624 swapFree=67108860/67108860
[pid=26396] ppid=26393 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/26396/stat : 26396 (runsolver) D 26393 26396 8289 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 125300633 34791424 113 18446744073709551615 4194304 4346622 140729695742752 140729695739384 140235960443607 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6446216 6449568 10878976 140729695744066 140729695744548 140729695744548 140729695748042 0
/proc/26396/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209218 s]*
/proc/loadavg: 1.25 1.31 1.38 2/199 26397
/proc/meminfo: memFree=31004264/32770624 swapFree=67108860/67108860
[pid=26396] ppid=26393 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/26396/stat : 26396 (runsolver) D 26393 26396 8289 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 125300633 34791424 113 18446744073709551615 4194304 4346622 140729695742752 140729695739384 140235960443607 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6446216 6449568 10878976 140729695744066 140729695744548 140729695744548 140729695748042 0
/proc/26396/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.308933 s]*
/proc/loadavg: 1.25 1.31 1.38 2/199 26397
/proc/meminfo: memFree=31004264/32770624 swapFree=67108860/67108860
[pid=26396] ppid=26393 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/26396/stat : 26396 (runsolver) D 26393 26396 8289 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 125300633 34791424 113 18446744073709551615 4194304 4346622 140729695742752 140729695739384 140235960443607 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6446216 6449568 10878976 140729695744066 140729695744548 140729695744548 140729695748042 0
/proc/26396/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.70033 s]
/proc/loadavg: 1.25 1.31 1.38 2/199 26397
/proc/meminfo: memFree=31004604/32770624 swapFree=67108860/67108860
[pid=26396] ppid=26393 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/26396/stat : 26396 (runsolver) D 26393 26396 8289 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 125300633 34791424 113 18446744073709551615 4194304 4346622 140729695742752 140729695739384 140235960443607 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6446216 6449568 10878976 140729695744066 140729695744548 140729695744548 140729695748042 0
/proc/26396/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+1.50102 s]
/proc/loadavg: 1.25 1.31 1.38 2/212 26410
/proc/meminfo: memFree=30993312/32770624 swapFree=67108860/67108860
[pid=26396] ppid=26393 vsize=13977988 memory=91284 CPUtime=1.08 cores=1,3,5,7
/proc/26396/stat : 26396 (java) S 26393 26396 8289 0 -1 1077944320 14924 0 0 0 103 5 0 0 20 0 15 0 125300633 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 140727960126304 139962377907959 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 91 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
/proc/26396/statm: 3494497 22821 3727 1 0 3483271 0
[pid=26396/tid=26398] ppid=26393 vsize=13977988 memory=280471699197840 CPUtime=0.53 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (java) R 26393 26396 8289 0 -1 1077944384 10225 0 0 0 49 4 0 0 20 0 15 0 125300725 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139962382142288 139962377918165 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26399] ppid=26393 vsize=13977988 memory=8199 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (java) S 26393 26396 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125300726 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139962319854224 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26400] ppid=26393 vsize=13977988 memory=22998 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26400/stat : 26400 (java) S 26393 26396 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125300726 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139962318801424 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26401] ppid=26393 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26401/stat : 26401 (java) S 26393 26396 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125300726 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139962317748624 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26402] ppid=26393 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26402/stat : 26402 (java) S 26393 26396 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 125300726 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139962316695824 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26403] ppid=26393 vsize=13977988 memory=253592049077828 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26403/stat : 26403 (java) S 26393 26396 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 125300727 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139961923918704 139962377919106 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26404] ppid=26393 vsize=13977988 memory=253592049077829 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26404/stat : 26404 (java) S 26393 26396 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125300728 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139961922864672 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26405] ppid=26393 vsize=13977988 memory=253592049077830 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26405/stat : 26405 (java) S 26393 26396 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125300728 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139961921811824 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26406] ppid=26393 vsize=13977988 memory=253592049077831 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26406/stat : 26406 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300730 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139961920760144 139962377926555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26407] ppid=26393 vsize=13977988 memory=2440 CPUtime=0.17 cores=1,3,5,7
/proc/26396/task/26407/stat : 26407 (java) R 26393 26396 8289 0 -1 4202560 1473 0 0 0 17 0 0 0 20 0 15 0 125300730 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139961919688520 139962370197341 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26408] ppid=26393 vsize=13977988 memory=1840 CPUtime=0.18 cores=1,3,5,7
/proc/26396/task/26408/stat : 26408 (java) R 26393 26396 8289 0 -1 4202560 1106 0 0 0 18 0 0 0 20 0 15 0 125300730 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139961918647728 139962377929306 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26409] ppid=26393 vsize=13977988 memory=792 CPUtime=0.17 cores=1,3,5,7
/proc/26396/task/26409/stat : 26409 (java) S 26393 26396 8289 0 -1 1077944384 739 0 0 0 17 0 0 0 20 0 15 0 125300730 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139961917596976 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26410] ppid=26393 vsize=13977988 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26410/stat : 26410 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300731 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139961916549344 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26411] ppid=26393 vsize=13977988 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26411/stat : 26411 (java) S 26393 26396 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125300734 14313459712 22821 18446744073709551615 4194304 4196468 140727960143760 139961915497648 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 91284 KiB

[startup+3.11087 s]
/proc/loadavg: 1.25 1.31 1.38 5/213 26411
/proc/meminfo: memFree=30628964/32770624 swapFree=67108860/67108860
[pid=26396] ppid=26393 vsize=13980036 memory=399528 CPUtime=5.99 cores=1,3,5,7
/proc/26396/stat : 26396 (java) S 26393 26396 8289 0 -1 1077944320 24810 0 0 0 581 18 0 0 20 0 15 0 125300633 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 140727960126304 139962377907959 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 91 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
/proc/26396/statm: 3495009 99882 3803 1 0 3483783 0
[pid=26396/tid=26398] ppid=26393 vsize=13980036 memory=325896 CPUtime=2.06 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (java) R 26393 26396 8289 0 -1 4202560 13314 0 0 0 197 9 0 0 20 0 15 0 125300725 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139962382139216 139962361988446 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26399] ppid=26393 vsize=13980036 memory=164120 CPUtime=0.04 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (java) S 26393 26396 8289 0 -1 1077944384 85 0 0 0 3 1 0 0 20 0 15 0 125300726 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139962319854224 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26400] ppid=26393 vsize=13980036 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26396/task/26400/stat : 26400 (java) S 26393 26396 8289 0 -1 1077944384 88 0 0 0 3 0 0 0 20 0 15 0 125300726 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139962318801424 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26401] ppid=26393 vsize=13980036 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/26396/task/26401/stat : 26401 (java) S 26393 26396 8289 0 -1 1077944384 79 0 0 0 4 1 0 0 20 0 15 0 125300726 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139962317748624 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26402] ppid=26393 vsize=13980036 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26396/task/26402/stat : 26402 (java) S 26393 26396 8289 0 -1 1077944384 143 0 0 0 3 1 0 0 20 0 15 0 125300726 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139962316695824 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26403] ppid=26393 vsize=13980036 memory=280471699248360 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26403/stat : 26403 (java) S 26393 26396 8289 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 15 0 125300727 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139961923918704 139962377919106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26404] ppid=26393 vsize=13980036 memory=117713041099252 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26404/stat : 26404 (java) S 26393 26396 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 125300728 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139961922864736 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26405] ppid=26393 vsize=13980036 memory=117713041099252 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26405/stat : 26405 (java) S 26393 26396 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 125300728 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139961921811840 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26406] ppid=26393 vsize=13980036 memory=117713041098996 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26406/stat : 26406 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300730 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139961920760144 139962377926555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26407] ppid=26393 vsize=13980036 memory=0 CPUtime=1.54 cores=1,3,5,7
/proc/26396/task/26407/stat : 26407 (java) R 26393 26396 8289 0 -1 4202560 2675 0 0 0 154 0 0 0 20 0 15 0 125300730 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139961919692320 139962370197408 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26408] ppid=26393 vsize=13980036 memory=29370 CPUtime=1.52 cores=1,3,5,7
/proc/26396/task/26408/stat : 26408 (java) R 26393 26396 8289 0 -1 4202560 2869 0 0 0 152 0 0 0 20 0 15 0 125300730 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139961918640736 139962363972065 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26409] ppid=26393 vsize=13980036 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/26396/task/26409/stat : 26409 (java) R 26393 26396 8289 0 -1 4202560 3977 0 0 0 59 0 0 0 20 0 15 0 125300730 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139961917596256 139962356833636 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26410] ppid=26393 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26410/stat : 26410 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300731 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139961916549344 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26411] ppid=26393 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26411/stat : 26411 (java) S 26393 26396 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 125300734 14315556864 99882 18446744073709551615 4194304 4196468 140727960143760 139961915497648 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 399528 KiB

[startup+6.30076 s]
/proc/loadavg: 1.31 1.32 1.38 3/213 26411
/proc/meminfo: memFree=30577432/32770624 swapFree=67108860/67108860
[pid=26396] ppid=26393 vsize=13982084 memory=441092 CPUtime=10.33 cores=1,3,5,7
/proc/26396/stat : 26396 (java) S 26393 26396 8289 0 -1 1077944320 32664 0 0 0 1010 23 0 0 20 0 15 0 125300633 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 140727960126304 139962377907959 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 91 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
/proc/26396/statm: 3495521 110273 3804 1 0 3484295 0
[pid=26396/tid=26398] ppid=26393 vsize=13982084 memory=0 CPUtime=5.2 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (java) R 26393 26396 8289 0 -1 4202560 13812 0 0 0 511 9 0 0 20 0 15 0 125300725 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139962382144264 139962004014412 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26399] ppid=26393 vsize=13982084 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (java) S 26393 26396 8289 0 -1 1077944384 1584 0 0 0 5 2 0 0 20 0 15 0 125300726 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139962319854224 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26400] ppid=26393 vsize=13982084 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/26396/task/26400/stat : 26400 (java) S 26393 26396 8289 0 -1 1077944384 192 0 0 0 5 1 0 0 20 0 15 0 125300726 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139962318801424 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26401] ppid=26393 vsize=13982084 memory=288230377007612190 CPUtime=0.08 cores=1,3,5,7
/proc/26396/task/26401/stat : 26401 (java) S 26393 26396 8289 0 -1 1077944384 171 0 0 0 6 2 0 0 20 0 15 0 125300726 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139962317748624 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26402] ppid=26393 vsize=13982084 memory=288287766461285618 CPUtime=0.08 cores=1,3,5,7
/proc/26396/task/26402/stat : 26402 (java) S 26393 26396 8289 0 -1 1077944384 361 0 0 0 6 2 0 0 20 0 15 0 125300726 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139962316695824 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26403] ppid=26393 vsize=13982084 memory=5 CPUtime=0.01 cores=1,3,5,7
/proc/26396/task/26403/stat : 26403 (java) S 26393 26396 8289 0 -1 1077944384 415 0 0 0 1 0 0 0 20 0 15 0 125300727 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139961923918704 139962377919106 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26404] ppid=26393 vsize=13982084 memory=4 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26404/stat : 26404 (java) S 26393 26396 8289 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 125300728 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139961922864736 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26405] ppid=26393 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26405/stat : 26405 (java) S 26393 26396 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 125300728 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139961921811840 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26406] ppid=26393 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26406/stat : 26406 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300730 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139961920760144 139962377926555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26407] ppid=26393 vsize=13982084 memory=164 CPUtime=2.06 cores=1,3,5,7
/proc/26396/task/26407/stat : 26407 (java) S 26393 26396 8289 0 -1 1077944384 4680 0 0 0 205 1 0 0 20 0 15 0 125300730 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139961919707504 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26408] ppid=26393 vsize=13982084 memory=288230617509003574 CPUtime=1.96 cores=1,3,5,7
/proc/26396/task/26408/stat : 26408 (java) S 26393 26396 8289 0 -1 1077944384 4054 0 0 0 196 0 0 0 20 0 15 0 125300730 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139961918654704 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26409] ppid=26393 vsize=13982084 memory=15825482134324680 CPUtime=0.71 cores=1,3,5,7
/proc/26396/task/26409/stat : 26409 (java) S 26393 26396 8289 0 -1 1077944384 5307 0 0 0 70 1 0 0 20 0 15 0 125300730 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139961917601904 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26410] ppid=26393 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26410/stat : 26410 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300731 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139961916549344 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26411] ppid=26393 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26411/stat : 26411 (java) S 26393 26396 8289 0 -1 1077944384 690 0 0 0 0 0 0 0 20 0 15 0 125300734 14317654016 110273 18446744073709551615 4194304 4196468 140727960143760 139961915497648 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
Current children cumulated CPU time: 10.33 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 441092 KiB

[startup+12.7007 s]
/proc/loadavg: 1.28 1.32 1.38 3/213 26411
/proc/meminfo: memFree=30577156/32770624 swapFree=67108860/67108860
[pid=26396] ppid=26393 vsize=13982084 memory=448544 CPUtime=16.73 cores=1,3,5,7
/proc/26396/stat : 26396 (java) S 26393 26396 8289 0 -1 1077944320 33360 0 0 0 1650 23 0 0 20 0 15 0 125300633 14317654016 112136 18446744073709551615 4194304 4196468 140727960143760 140727960126304 139962377907959 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 91 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
/proc/26396/statm: 3495521 112136 3804 1 0 3484295 0
[pid=26396/tid=26398] ppid=26393 vsize=13982084 memory=441092 CPUtime=11.6 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (java) R 26393 26396 8289 0 -1 4202560 14508 0 0 0 1151 9 0 0 20 0 15 0 125300725 14317654016 112136 18446744073709551615 4194304 4196468 140727960143760 139962382143504 139962003827361 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26399] ppid=26393 vsize=13982084 memory=441092 CPUtime=0.07 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (java) S 26393 26396 8289 0 -1 1077944384 1584 0 0 0 5 2 0 0 20 0 15 0 125300726 14317654016 112136 18446744073709551615 4194304 4196468 140727960143760 139962319854224 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26400] ppid=26393 vsize=13982084 memory=56 CPUtime=0.06 cores=1,3,5,7
/proc/26396/task/26400/stat : 26400 (java) S 26393 26396 8289 0 -1 1077944384 192 0 0 0 5 1 0 0 20 0 15 0 125300726 14317654016 112136 18446744073709551615 4194304 4196468 140727960143760 139962318801424 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26401] ppid=26393 vsize=13982084 memory=4168 CPUtime=0.08 cores=1,3,5,7
/proc/26396/task/26401/stat : 26401 (java) S 26393 26396 8289 0 -1 1077944384 171 0 0 0 6 2 0 0 20 0 15 0 125300726 14317654016 112136 18446744073709551615 4194304 4196468 140727960143760 139962317748624 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26402] ppid=26393 vsize=13982084 memory=400828 CPUtime=0.08 cores=1,3,5,7
/proc/26396/task/26402/stat : 26402 (java) S 26393 26396 8289 0 -1 1077944384 361 0 0 0 6 2 0 0 20 0 15 0 125300726 14317654016 112136 18446744073709551615 4194304 4196468 140727960143760 139962316695824 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0

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

/proc/26396/task/26398/stat : 26398 (java) R 26393 26396 8289 0 -1 4202560 69183 0 0 0 243814 48 0 0 20 0 15 0 125300725 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139962382146432 139962004136739 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26399] ppid=26393 vsize=13982084 memory=1793380 CPUtime=1.27 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (java) S 26393 26396 8289 0 -1 1077944384 11499 0 0 0 117 10 0 0 20 0 15 0 125300726 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139962319854224 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26400] ppid=26393 vsize=13982084 memory=1793380 CPUtime=1.25 cores=1,3,5,7
/proc/26396/task/26400/stat : 26400 (java) S 26393 26396 8289 0 -1 1077944384 8771 0 0 0 115 10 0 0 20 0 15 0 125300726 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139962318801424 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26401] ppid=26393 vsize=13982084 memory=1793380 CPUtime=1.25 cores=1,3,5,7
/proc/26396/task/26401/stat : 26401 (java) S 26393 26396 8289 0 -1 1077944384 12293 0 0 0 115 10 0 0 20 0 15 0 125300726 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139962317748624 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26402] ppid=26393 vsize=13982084 memory=1793380 CPUtime=1.27 cores=1,3,5,7
/proc/26396/task/26402/stat : 26402 (java) S 26393 26396 8289 0 -1 1077944384 11174 0 0 0 117 10 0 0 20 0 15 0 125300726 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139962316695824 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26403] ppid=26393 vsize=13982084 memory=1793380 CPUtime=0.79 cores=1,3,5,7
/proc/26396/task/26403/stat : 26403 (java) S 26393 26396 8289 0 -1 1077944384 16297 0 0 0 71 8 0 0 20 0 15 0 125300727 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139961923918704 139962377919106 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26404] ppid=26393 vsize=13982084 memory=1793380 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26404/stat : 26404 (java) S 26393 26396 8289 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 125300728 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139961922864736 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26405] ppid=26393 vsize=13982084 memory=1793380 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26405/stat : 26405 (java) S 26393 26396 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 125300728 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139961921811840 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26406] ppid=26393 vsize=13982084 memory=1793380 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26406/stat : 26406 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300730 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139961920760144 139962377926555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26407] ppid=26393 vsize=13982084 memory=1793380 CPUtime=2.07 cores=1,3,5,7
/proc/26396/task/26407/stat : 26407 (java) S 26393 26396 8289 0 -1 1077944384 4891 0 0 0 206 1 0 0 20 0 15 0 125300730 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139961919707504 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26408] ppid=26393 vsize=13982084 memory=4168 CPUtime=2.02 cores=1,3,5,7
/proc/26396/task/26408/stat : 26408 (java) S 26393 26396 8289 0 -1 1077944384 5739 0 0 0 201 1 0 0 20 0 15 0 125300730 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139961918654704 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26409] ppid=26393 vsize=13982084 memory=1793380 CPUtime=0.73 cores=1,3,5,7
/proc/26396/task/26409/stat : 26409 (java) S 26393 26396 8289 0 -1 1077944384 6472 0 0 0 71 2 0 0 20 0 15 0 125300730 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139961917601904 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26410] ppid=26393 vsize=13982084 memory=1793380 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26410/stat : 26410 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300731 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139961916549344 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26411] ppid=26393 vsize=13982084 memory=1793380 CPUtime=0.86 cores=1,3,5,7
/proc/26396/task/26411/stat : 26411 (java) S 26393 26396 8289 0 -1 1077944384 2077 0 0 0 39 47 0 0 20 0 15 0 125300734 14317654016 448345 18446744073709551615 4194304 4196468 140727960143760 139961915497648 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
Current children cumulated CPU time: 2450.24 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1793380 KiB

[startup+2502.3 s]
/proc/loadavg: 1.79 1.77 1.80 3/214 26873
/proc/meminfo: memFree=25244848/32770624 swapFree=67108860/67108860
[pid=26396] ppid=26393 vsize=13982084 memory=1795428 CPUtime=2510.4 cores=1,3,5,7
/proc/26396/stat : 26396 (java) S 26393 26396 8289 0 -1 1077944320 151693 0 0 0 250901 139 0 0 20 0 15 0 125300633 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 140727960126304 139962377907959 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 91 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
/proc/26396/statm: 3495521 448857 3804 1 0 3484295 0
[pid=26396/tid=26398] ppid=26393 vsize=13982084 memory=1795428 CPUtime=2498.5 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (java) R 26393 26396 8289 0 -1 4202560 69829 0 0 0 249802 48 0 0 20 0 15 0 125300725 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962382146448 139962003476222 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26399] ppid=26393 vsize=13982084 memory=1795428 CPUtime=1.32 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (java) S 26393 26396 8289 0 -1 1077944384 11767 0 0 0 122 10 0 0 20 0 15 0 125300726 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962319854224 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26400] ppid=26393 vsize=13982084 memory=1795428 CPUtime=1.31 cores=1,3,5,7
/proc/26396/task/26400/stat : 26400 (java) S 26393 26396 8289 0 -1 1077944384 9059 0 0 0 121 10 0 0 20 0 15 0 125300726 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962318801424 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26401] ppid=26393 vsize=13982084 memory=1795428 CPUtime=1.32 cores=1,3,5,7
/proc/26396/task/26401/stat : 26401 (java) S 26393 26396 8289 0 -1 1077944384 12510 0 0 0 121 11 0 0 20 0 15 0 125300726 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962317748624 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26402] ppid=26393 vsize=13982084 memory=1795428 CPUtime=1.33 cores=1,3,5,7
/proc/26396/task/26402/stat : 26402 (java) S 26393 26396 8289 0 -1 1077944384 11252 0 0 0 123 10 0 0 20 0 15 0 125300726 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962316695824 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26403] ppid=26393 vsize=13982084 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/26396/task/26403/stat : 26403 (java) S 26393 26396 8289 0 -1 1077944384 16657 0 0 0 74 9 0 0 20 0 15 0 125300727 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961923918704 139962377919106 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26404] ppid=26393 vsize=13982084 memory=1793380 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26404/stat : 26404 (java) S 26393 26396 8289 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 125300728 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961922864736 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26405] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26405/stat : 26405 (java) S 26393 26396 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 125300728 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961921811840 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26406] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26406/stat : 26406 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300730 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961920760144 139962377926555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26407] ppid=26393 vsize=13982084 memory=1795428 CPUtime=2.07 cores=1,3,5,7
/proc/26396/task/26407/stat : 26407 (java) S 26393 26396 8289 0 -1 1077944384 4895 0 0 0 206 1 0 0 20 0 15 0 125300730 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961919707504 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26408] ppid=26393 vsize=13982084 memory=1795428 CPUtime=2.02 cores=1,3,5,7
/proc/26396/task/26408/stat : 26408 (java) S 26393 26396 8289 0 -1 1077944384 5743 0 0 0 201 1 0 0 20 0 15 0 125300730 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961918654704 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26409] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0.73 cores=1,3,5,7
/proc/26396/task/26409/stat : 26409 (java) S 26393 26396 8289 0 -1 1077944384 6476 0 0 0 71 2 0 0 20 0 15 0 125300730 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961917601904 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26410] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26410/stat : 26410 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300731 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961916549344 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26411] ppid=26393 vsize=13982084 memory=2440 CPUtime=0.89 cores=1,3,5,7
/proc/26396/task/26411/stat : 26411 (java) S 26393 26396 8289 0 -1 1077944384 2107 0 0 0 40 49 0 0 20 0 15 0 125300734 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961915497648 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
Current children cumulated CPU time: 2510.4 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1795428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.9 s]
/proc/loadavg: 1.82 1.77 1.80 3/214 26873
/proc/meminfo: memFree=25244848/32770624 swapFree=67108860/67108860
[pid=26396] ppid=26393 vsize=13982084 memory=1795428 CPUtime=2520.02 cores=1,3,5,7
/proc/26396/stat : 26396 (java) S 26393 26396 8289 0 -1 1077944320 151872 0 0 0 251863 139 0 0 20 0 15 0 125300633 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 140727960126304 139962377907959 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 91 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
/proc/26396/statm: 3495521 448857 3804 1 0 3484295 0
[pid=26396/tid=26398] ppid=26393 vsize=13982084 memory=-8774313645642428999 CPUtime=2508.08 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (java) R 26393 26396 8289 0 -1 4202560 69986 0 0 0 250760 48 0 0 20 0 15 0 125300725 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962382146560 139961996224088 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26399] ppid=26393 vsize=13982084 memory=928 CPUtime=1.33 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (java) S 26393 26396 8289 0 -1 1077944384 11780 0 0 0 123 10 0 0 20 0 15 0 125300726 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962319854224 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26400] ppid=26393 vsize=13982084 memory=1795428 CPUtime=1.31 cores=1,3,5,7
/proc/26396/task/26400/stat : 26400 (java) S 26393 26396 8289 0 -1 1077944384 9064 0 0 0 121 10 0 0 20 0 15 0 125300726 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962318801424 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26401] ppid=26393 vsize=13982084 memory=1795428 CPUtime=1.32 cores=1,3,5,7
/proc/26396/task/26401/stat : 26401 (java) S 26393 26396 8289 0 -1 1077944384 12513 0 0 0 121 11 0 0 20 0 15 0 125300726 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962317748624 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26402] ppid=26393 vsize=13982084 memory=1795428 CPUtime=1.33 cores=1,3,5,7
/proc/26396/task/26402/stat : 26402 (java) S 26393 26396 8289 0 -1 1077944384 11253 0 0 0 123 10 0 0 20 0 15 0 125300726 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962316695824 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26403] ppid=26393 vsize=13982084 memory=3472328296227679313 CPUtime=0.83 cores=1,3,5,7
/proc/26396/task/26403/stat : 26403 (java) S 26393 26396 8289 0 -1 1077944384 16657 0 0 0 74 9 0 0 20 0 15 0 125300727 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961923918704 139962377919106 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26404] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26404/stat : 26404 (java) S 26393 26396 8289 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 125300728 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961922864736 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26405] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26405/stat : 26405 (java) S 26393 26396 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 125300728 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961921811840 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26406] ppid=26393 vsize=13982084 memory=1793380 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26406/stat : 26406 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300730 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961920760144 139962377926555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26407] ppid=26393 vsize=13982084 memory=56 CPUtime=2.07 cores=1,3,5,7
/proc/26396/task/26407/stat : 26407 (java) S 26393 26396 8289 0 -1 1077944384 4895 0 0 0 206 1 0 0 20 0 15 0 125300730 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961919707504 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26408] ppid=26393 vsize=13982084 memory=1840 CPUtime=2.02 cores=1,3,5,7
/proc/26396/task/26408/stat : 26408 (java) S 26393 26396 8289 0 -1 1077944384 5743 0 0 0 201 1 0 0 20 0 15 0 125300730 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961918654704 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26409] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0.73 cores=1,3,5,7
/proc/26396/task/26409/stat : 26409 (java) S 26393 26396 8289 0 -1 1077944384 6476 0 0 0 71 2 0 0 20 0 15 0 125300730 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961917601904 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26410] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26410/stat : 26410 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300731 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961916549344 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26411] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0.89 cores=1,3,5,7
/proc/26396/task/26411/stat : 26411 (java) S 26393 26396 8289 0 -1 1077944384 2107 0 0 0 40 49 0 0 20 0 15 0 125300734 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961915497648 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1795428 KiB

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

[startup+2511.92 s]
# the end of solver process 26396 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.65 s, system=1.40739 s

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

[startup+2511.9 s]
/proc/loadavg: 1.82 1.77 1.80 3/214 26873
/proc/meminfo: memFree=25244848/32770624 swapFree=67108860/67108860
[pid=26396] ppid=26393 vsize=13982084 memory=1795428 CPUtime=2520.02 cores=1,3,5,7
/proc/26396/stat : 26396 (java) S 26393 26396 8289 0 -1 1077944320 151872 0 0 0 251863 139 0 0 20 0 15 0 125300633 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 140727960126304 139962377907959 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 91 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
/proc/26396/statm: 3495521 448857 3804 1 0 3484295 0
[pid=26396/tid=26398] ppid=26393 vsize=13982084 memory=-8774313645642428999 CPUtime=2508.08 cores=1,3,5,7
/proc/26396/task/26398/stat : 26398 (java) R 26393 26396 8289 0 -1 4202560 69986 0 0 0 250760 48 0 0 20 0 15 0 125300725 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962382146560 139961996224088 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26399] ppid=26393 vsize=13982084 memory=928 CPUtime=1.33 cores=1,3,5,7
/proc/26396/task/26399/stat : 26399 (java) S 26393 26396 8289 0 -1 1077944384 11780 0 0 0 123 10 0 0 20 0 15 0 125300726 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962319854224 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26400] ppid=26393 vsize=13982084 memory=1795428 CPUtime=1.31 cores=1,3,5,7
/proc/26396/task/26400/stat : 26400 (java) S 26393 26396 8289 0 -1 1077944384 9064 0 0 0 121 10 0 0 20 0 15 0 125300726 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962318801424 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26401] ppid=26393 vsize=13982084 memory=1795428 CPUtime=1.32 cores=1,3,5,7
/proc/26396/task/26401/stat : 26401 (java) S 26393 26396 8289 0 -1 1077944384 12513 0 0 0 121 11 0 0 20 0 15 0 125300726 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962317748624 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26402] ppid=26393 vsize=13982084 memory=1795428 CPUtime=1.33 cores=1,3,5,7
/proc/26396/task/26402/stat : 26402 (java) S 26393 26396 8289 0 -1 1077944384 11253 0 0 0 123 10 0 0 20 0 15 0 125300726 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139962316695824 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26403] ppid=26393 vsize=13982084 memory=3472328296227679313 CPUtime=0.83 cores=1,3,5,7
/proc/26396/task/26403/stat : 26403 (java) S 26393 26396 8289 0 -1 1077944384 16657 0 0 0 74 9 0 0 20 0 15 0 125300727 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961923918704 139962377919106 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26404] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26404/stat : 26404 (java) S 26393 26396 8289 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 125300728 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961922864736 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26405] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26405/stat : 26405 (java) S 26393 26396 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 125300728 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961921811840 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26406] ppid=26393 vsize=13982084 memory=1793380 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26406/stat : 26406 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300730 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961920760144 139962377926555 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26407] ppid=26393 vsize=13982084 memory=56 CPUtime=2.07 cores=1,3,5,7
/proc/26396/task/26407/stat : 26407 (java) S 26393 26396 8289 0 -1 1077944384 4895 0 0 0 206 1 0 0 20 0 15 0 125300730 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961919707504 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26408] ppid=26393 vsize=13982084 memory=1840 CPUtime=2.02 cores=1,3,5,7
/proc/26396/task/26408/stat : 26408 (java) S 26393 26396 8289 0 -1 1077944384 5743 0 0 0 201 1 0 0 20 0 15 0 125300730 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961918654704 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26409] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0.73 cores=1,3,5,7
/proc/26396/task/26409/stat : 26409 (java) S 26393 26396 8289 0 -1 1077944384 6476 0 0 0 71 2 0 0 20 0 15 0 125300730 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961917601904 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26410] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0 cores=1,3,5,7
/proc/26396/task/26410/stat : 26410 (java) S 26393 26396 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 125300731 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961916549344 139962377918165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
[pid=26396/tid=26411] ppid=26393 vsize=13982084 memory=1795428 CPUtime=0.89 cores=1,3,5,7
/proc/26396/task/26411/stat : 26411 (java) S 26393 26396 8289 0 -1 1077944384 2107 0 0 0 40 49 0 0 20 0 15 0 125300734 14317654016 448857 18446744073709551615 4194304 4196468 140727960143760 139961915497648 139962377919106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25194496 140727960150383 140727960150569 140727960150569 140727960154063 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1795428 KiB

Child status: 143
Real time (s): 2511.92
CPU time (s): 2520.05
CPU user time (s): 2518.65
CPU system time (s): 1.40739
CPU usage (%): 100.324
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 2209008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.65
system time used= 1.40739
maximum resident set size= 2209016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152133
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77628
involuntary context switches= 4649


# summary of solver processes directly reported to runsolver:
#   pid: 26396
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.65
#   total CPU system time (s): 1.40739

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0825 second user time and 24.1335 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-15 07:13:27
IDJOB=4273508
IDBENCH=126248
IDSOLVER=2666
FILE ID=node133/4273508-1502774855
RUNJOBID= node133-1502652501-6259
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-23-a4.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-4273508-1502774855/watcher-4273508-1502774855 -o /tmp/evaluation-result-4273508-1502774855/solver-4273508-1502774855 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 752523797 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273508-1502774855.xml

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

MD5SUM BENCH= 85d0173ff868c492d6a47734653fba18
RANDOM SEED=752523797

node133.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.17
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.17
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.17
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.17
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:        31007220 kB
MemAvailable:   31769804 kB
Buffers:          269584 kB
Cached:           793092 kB
SwapCached:            0 kB
Active:          1053836 kB
Inactive:         255532 kB
Active(anon):     187456 kB
Inactive(anon):   108956 kB
Active(file):     866380 kB
Inactive(file):   146576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43540 kB
Writeback:             0 kB
AnonPages:        246576 kB
Mapped:            74692 kB
Shmem:             49852 kB
Slab:             158368 kB
SReclaimable:     130928 kB
SUnreclaim:        27440 kB
KernelStack:        3488 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1191172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61940 MiB
End job on node133 at 2017-08-15 07:55:19