Trace number 4274074

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 NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26UNSAT 1007.84 1005.28

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-14.xml
MD5SUM80005f43209ae7ce669f7000fbe1f4f3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40.999901
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints447
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree7
Maximum variable degree29
Distribution of variable degrees[{"degree":7,"count":1},{"degree":8,"count":4},{"degree":9,"count":1},{"degree":10,"count":7},{"degree":11,"count":2},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":2},{"degree":16,"count":3},{"degree":17,"count":1},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":24,"count":1},{"degree":25,"count":5},{"degree":26,"count":2},{"degree":27,"count":4},{"degree":28,"count":2},{"degree":29,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":447}]
Number of extensional constraints447
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":447}]
Optimization problemNO
Type of objective

Solver Data

0.28/0.37	c version: 2017-07-26
0.28/0.37	c seed: 666815801
0.28/0.37	c timeout: 2520
0.28/0.37	c memlimit: 11000
0.28/0.37	c nbcore: 4
0.28/0.39	c Parsing instance...
2.06/1.07	c Parsing done, starting search...
1007.75/1005.27	s UNSATISFIABLE

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274074-1502765665/watcher-4274074-1502765665 -o /tmp/evaluation-result-4274074-1502765665/solver-4274074-1502765665 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 666815801 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274074-1502765665.xml 

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

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=1001, runsolver pid=998

[startup+0.10018 s]*
/proc/loadavg: 1.93 1.65 1.47 3/206 1010
/proc/meminfo: memFree=31197224/32770624 swapFree=67105588/67108860
[pid=1001] ppid=998 vsize=13573664 memory=18744 CPUtime=0.02 cores=0,2,4,6
/proc/1001/stat : 1001 (java) S 998 1001 12560 0 -1 1077944320 4088 0 0 0 2 0 0 0 20 0 9 0 78761854 13899431936 4686 18446744073709551615 4194304 4196468 140728774386096 140728774368640 140121403105015 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
/proc/1001/statm: 3393416 4686 2090 1 0 3382913 0
[pid=1001/tid=1003] ppid=998 vsize=13573664 memory=8316850467074736180 CPUtime=0.02 cores=0,2,4,6
/proc/1001/task/1003/stat : 1003 (java) R 998 1001 12560 0 -1 4202560 2748 0 0 0 2 0 0 0 20 0 9 0 78761861 13899431936 4751 18446744073709551615 4194304 4196468 140728774386096 140121407345808 140121403126941 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1004] ppid=998 vsize=13573664 memory=9220 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1004/stat : 1004 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 78761862 13899431936 4751 18446744073709551615 4194304 4196468 140728774386096 140121364003856 140121403115221 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1005] ppid=998 vsize=13573664 memory=3474167469009467040 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1005/stat : 1005 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 78761862 13899431936 4751 18446744073709551615 4194304 4196468 140728774386096 140121362951312 140121403115221 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1006] ppid=998 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1006/stat : 1006 (java) S 998 1001 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 78761862 13899431936 4751 18446744073709551615 4194304 4196468 140728774386096 140121001618192 140121403115221 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1007] ppid=998 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1007/stat : 1007 (java) S 998 1001 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 78761862 13899431936 4751 18446744073709551615 4194304 4196468 140728774386096 140121000565648 140121403115221 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1008] ppid=998 vsize=13573664 memory=140410106345088 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1008/stat : 1008 (java) S 998 1001 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 78761863 13899431936 4751 18446744073709551615 4194304 4196468 140728774386096 140120881580272 140121403116162 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1009] ppid=998 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1009/stat : 1009 (java) S 998 1001 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 78761864 13899431936 4751 18446744073709551615 4194304 4196468 140728774386096 140120880526496 140121403115221 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1010] ppid=998 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1010/stat : 1010 (java) S 998 1001 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 78761864 13899431936 4751 18446744073709551615 4194304 4196468 140728774386096 140120879473456 140121403115221 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 18744 KiB

[startup+0.211121 s]*
/proc/loadavg: 1.93 1.65 1.47 3/212 1016
/proc/meminfo: memFree=31186896/32770624 swapFree=67105588/67108860
[pid=1001] ppid=998 vsize=13976944 memory=34376 CPUtime=0.12 cores=0,2,4,6
/proc/1001/stat : 1001 (java) S 998 1001 12560 0 -1 1077944320 9345 0 0 0 11 1 0 0 20 0 15 0 78761854 14312390656 8594 18446744073709551615 4194304 4196468 140728774386096 140728774368640 140121403105015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
/proc/1001/statm: 3494236 8594 3385 1 0 3483015 0
[pid=1001/tid=1003] ppid=998 vsize=13975920 memory=8316850467074736180 CPUtime=0.09 cores=0,2,4,6
/proc/1001/task/1003/stat : 1003 (java) R 998 1001 12560 0 -1 4202560 7301 0 0 0 8 1 0 0 20 0 15 0 78761861 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140121407294464 140121403126941 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1004] ppid=998 vsize=13975920 memory=9220 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1004/stat : 1004 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78761862 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140121364003856 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1005] ppid=998 vsize=13975920 memory=3474167469009467040 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1005/stat : 1005 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78761862 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140121362951312 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1006] ppid=998 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1006/stat : 1006 (java) S 998 1001 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78761862 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140121001618192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1007] ppid=998 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1007/stat : 1007 (java) S 998 1001 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78761862 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140121000565648 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1008] ppid=998 vsize=13975920 memory=140410106345088 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1008/stat : 1008 (java) S 998 1001 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78761863 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140120881580272 140121403116162 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1009] ppid=998 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1009/stat : 1009 (java) S 998 1001 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78761864 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140120880526496 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1010] ppid=998 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1010/stat : 1010 (java) S 998 1001 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78761864 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140120879473392 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1011] ppid=998 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1011/stat : 1011 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761866 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140120878421968 140121403123611 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1012] ppid=998 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1012/stat : 1012 (java) S 998 1001 12560 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 78761866 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140120877370096 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1013] ppid=998 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1013/stat : 1013 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761866 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140120876317552 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1014] ppid=998 vsize=13975920 memory=140410106345088 CPUtime=0.01 cores=0,2,4,6
/proc/1001/task/1014/stat : 1014 (java) R 998 1001 12560 0 -1 4202560 361 0 0 0 1 0 0 0 20 0 15 0 78761866 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140120875264496 140121395342142 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1015] ppid=998 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1015/stat : 1015 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761867 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140120874212192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1016] ppid=998 vsize=13975920 memory=140410106345088 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1016/stat : 1016 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78761871 14311342080 8397 18446744073709551615 4194304 4196468 140728774386096 140120873159216 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 34376 KiB

[startup+0.310337 s]*
/proc/loadavg: 1.93 1.65 1.47 3/212 1016
/proc/meminfo: memFree=31177708/32770624 swapFree=67105588/67108860
[pid=1001] ppid=998 vsize=13975920 memory=42168 CPUtime=0.28 cores=0,2,4,6
/proc/1001/stat : 1001 (java) S 998 1001 12560 0 -1 1077944320 10837 0 0 0 26 2 0 0 20 0 15 0 78761854 14311342080 10542 18446744073709551615 4194304 4196468 140728774386096 140728774368640 140121403105015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
/proc/1001/statm: 3493980 10542 3529 1 0 3482759 0
[pid=1001/tid=1003] ppid=998 vsize=13975920 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/1001/task/1003/stat : 1003 (java) R 998 1001 12560 0 -1 4202560 8446 0 0 0 17 2 0 0 20 0 15 0 78761861 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140121407329568 140121403126941 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1004] ppid=998 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1004/stat : 1004 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78761862 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140121364003856 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1005] ppid=998 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1005/stat : 1005 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78761862 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140121362951312 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1006] ppid=998 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1006/stat : 1006 (java) S 998 1001 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78761862 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140121001618192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1007] ppid=998 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1007/stat : 1007 (java) S 998 1001 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78761862 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140121000565648 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1008] ppid=998 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1008/stat : 1008 (java) S 998 1001 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78761863 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140120881580272 140121403116162 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1009] ppid=998 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1009/stat : 1009 (java) S 998 1001 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78761864 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140120880526496 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1010] ppid=998 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1010/stat : 1010 (java) S 998 1001 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78761864 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140120879473392 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1011] ppid=998 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1011/stat : 1011 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761866 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140120878421968 140121403123611 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1012] ppid=998 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1001/task/1012/stat : 1012 (java) S 998 1001 12560 0 -1 1077944384 459 0 0 0 1 0 0 0 20 0 15 0 78761866 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140120877370096 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1013] ppid=998 vsize=13975920 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1001/task/1013/stat : 1013 (java) S 998 1001 12560 0 -1 1077944384 136 0 0 0 2 0 0 0 20 0 15 0 78761866 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140120876317552 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1014] ppid=998 vsize=13975920 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/1001/task/1014/stat : 1014 (java) S 998 1001 12560 0 -1 1077944384 440 0 0 0 5 0 0 0 20 0 15 0 78761866 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140120875264496 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1015] ppid=998 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1015/stat : 1015 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761867 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140120874212192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1016] ppid=998 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1016/stat : 1016 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78761871 14311342080 10608 18446744073709551615 4194304 4196468 140728774386096 140120873159216 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 42168 KiB

[startup+0.701911 s]
/proc/loadavg: 1.93 1.65 1.47 3/212 1016
/proc/meminfo: memFree=31163736/32770624 swapFree=67105588/67108860
[pid=1001] ppid=998 vsize=13977988 memory=77376 CPUtime=1.16 cores=0,2,4,6
/proc/1001/stat : 1001 (java) S 998 1001 12560 0 -1 1077944320 15054 0 0 0 111 5 0 0 20 0 15 0 78761854 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140728774368640 140121403105015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
/proc/1001/statm: 3494497 19344 3727 1 0 3483271 0
[pid=1001/tid=1003] ppid=998 vsize=13977988 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/1001/task/1003/stat : 1003 (java) R 998 1001 12560 0 -1 4202560 10324 0 0 0 54 3 0 0 20 0 15 0 78761861 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140121407341504 140121045813414 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1004] ppid=998 vsize=13977988 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1004/stat : 1004 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78761862 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140121364003856 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1005] ppid=998 vsize=13977988 memory=6296683625540047200 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1005/stat : 1005 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78761862 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140121362951312 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1006] ppid=998 vsize=13977988 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1006/stat : 1006 (java) S 998 1001 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78761862 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140121001618192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1007] ppid=998 vsize=13977988 memory=7236547281622689387 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1007/stat : 1007 (java) S 998 1001 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78761862 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140121000565648 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1008] ppid=998 vsize=13977988 memory=-8412654363917126771 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1008/stat : 1008 (java) S 998 1001 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78761863 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140120881580272 140121403116162 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1009] ppid=998 vsize=13977988 memory=5865469479800824941 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1009/stat : 1009 (java) S 998 1001 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78761864 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140120880526496 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1010] ppid=998 vsize=13977988 memory=4638778398332698720 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1010/stat : 1010 (java) S 998 1001 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78761864 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140120879473392 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1011] ppid=998 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1011/stat : 1011 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761866 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140120878421968 140121403123611 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1012] ppid=998 vsize=13977988 memory=1412 CPUtime=0.14 cores=0,2,4,6
/proc/1001/task/1012/stat : 1012 (java) R 998 1001 12560 0 -1 1077944384 1362 0 0 0 14 0 0 0 20 0 15 0 78761866 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140120877357776 140121403115221 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1013] ppid=998 vsize=13977988 memory=15584 CPUtime=0.17 cores=0,2,4,6
/proc/1001/task/1013/stat : 1013 (java) R 998 1001 12560 0 -1 4202560 869 0 0 0 17 0 0 0 20 0 15 0 78761866 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140120876298456 140121396201851 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1014] ppid=998 vsize=13977988 memory=4116 CPUtime=0.23 cores=0,2,4,6
/proc/1001/task/1014/stat : 1014 (java) S 998 1001 12560 0 -1 1077944384 1117 0 0 0 23 0 0 0 20 0 15 0 78761866 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140120875264496 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1015] ppid=998 vsize=13977988 memory=4076 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1015/stat : 1015 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761867 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140120874212192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1016] ppid=998 vsize=13977988 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1016/stat : 1016 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78761871 14313459712 19344 18446744073709551615 4194304 4196468 140728774386096 140120873159216 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 77376 KiB

[startup+1.50084 s]
/proc/loadavg: 1.93 1.65 1.47 5/212 1016
/proc/meminfo: memFree=31075500/32770624 swapFree=67105588/67108860
[pid=1001] ppid=998 vsize=13980036 memory=163852 CPUtime=3.29 cores=0,2,4,6
/proc/1001/stat : 1001 (java) S 998 1001 12560 0 -1 1077944320 24882 0 0 0 321 8 0 0 20 0 15 0 78761854 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140728774368640 140121403105015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
/proc/1001/statm: 3495009 40963 3757 1 0 3483783 0
[pid=1001/tid=1003] ppid=998 vsize=13980036 memory=1004 CPUtime=1.37 cores=0,2,4,6
/proc/1001/task/1003/stat : 1003 (java) R 998 1001 12560 0 -1 4202560 13290 0 0 0 132 5 0 0 20 0 15 0 78761861 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140121407343128 140121048037367 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1004] ppid=998 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1004/stat : 1004 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78761862 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140121364003856 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1005] ppid=998 vsize=13980036 memory=280819994348144 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1005/stat : 1005 (java) S 998 1001 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 78761862 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140121362951312 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1006] ppid=998 vsize=13980036 memory=140409997128352 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1006/stat : 1006 (java) S 998 1001 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78761862 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140121001618192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1007] ppid=998 vsize=13980036 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1007/stat : 1007 (java) S 998 1001 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 78761862 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140121000565648 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1008] ppid=998 vsize=13980036 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1008/stat : 1008 (java) S 998 1001 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 78761863 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140120881580272 140121403116162 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1009] ppid=998 vsize=13980036 memory=796 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1009/stat : 1009 (java) S 998 1001 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 78761864 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140120880526496 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1010] ppid=998 vsize=13980036 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1010/stat : 1010 (java) S 998 1001 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 78761864 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140120879473392 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1011] ppid=998 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1011/stat : 1011 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761866 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140120878421968 140121403123611 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1012] ppid=998 vsize=13980036 memory=7596281020289472614 CPUtime=0.68 cores=0,2,4,6
/proc/1001/task/1012/stat : 1012 (java) S 998 1001 12560 0 -1 1077944384 3740 0 0 0 67 1 0 0 20 0 15 0 78761866 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140120877370096 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1013] ppid=998 vsize=13980036 memory=6077714828223600483 CPUtime=0.77 cores=0,2,4,6
/proc/1001/task/1013/stat : 1013 (java) S 998 1001 12560 0 -1 1077944384 4294 0 0 0 77 0 0 0 20 0 15 0 78761866 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140120876317552 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1014] ppid=998 vsize=13980036 memory=7307485482560147795 CPUtime=0.44 cores=0,2,4,6
/proc/1001/task/1014/stat : 1014 (java) S 998 1001 12560 0 -1 1077944384 2170 0 0 0 44 0 0 0 20 0 15 0 78761866 14315556864 40963 18446744073709551615 4194304 4196468 140728774386096 140120875264496 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0

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

[startup+1005.28 s]
# the end of solver process 1001 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1007.61 s, system=0.231027 s

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

[startup+1003.2 s]
/proc/loadavg: 1.75 1.72 1.65 3/209 1231
/proc/meminfo: memFree=31138620/32770624 swapFree=67105588/67108860
[pid=1001] ppid=998 vsize=13980036 memory=157204 CPUtime=1005.75 cores=0,2,4,6
/proc/1001/stat : 1001 (java) S 998 1001 12560 0 -1 1077944320 42703 0 0 0 100553 22 0 0 20 0 15 0 78761854 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140728774368640 140121403105015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
/proc/1001/statm: 3495009 39301 3792 1 0 3483783 0
[pid=1001/tid=1003] ppid=998 vsize=13980036 memory=157204 CPUtime=1002.88 cores=0,2,4,6
/proc/1001/task/1003/stat : 1003 (java) R 998 1001 12560 0 -1 4202560 17876 0 0 0 100282 6 0 0 20 0 15 0 78761861 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121407343440 140121047846253 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1004] ppid=998 vsize=13980036 memory=157204 CPUtime=0.03 cores=0,2,4,6
/proc/1001/task/1004/stat : 1004 (java) S 998 1001 12560 0 -1 1077944384 1462 0 0 0 3 0 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121364003856 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1005] ppid=998 vsize=13980036 memory=280819994862896 CPUtime=0.04 cores=0,2,4,6
/proc/1001/task/1005/stat : 1005 (java) S 998 1001 12560 0 -1 1077944384 1586 0 0 0 3 1 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121362951312 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1006] ppid=998 vsize=13980036 memory=280819994862960 CPUtime=0.04 cores=0,2,4,6
/proc/1001/task/1006/stat : 1006 (java) S 998 1001 12560 0 -1 1077944384 1247 0 0 0 3 1 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121001618192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1007] ppid=998 vsize=13980036 memory=4209341120841998394 CPUtime=0.04 cores=0,2,4,6
/proc/1001/task/1007/stat : 1007 (java) S 998 1001 12560 0 -1 1077944384 406 0 0 0 3 1 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121000565648 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1008] ppid=998 vsize=13980036 memory=15584 CPUtime=0.05 cores=0,2,4,6
/proc/1001/task/1008/stat : 1008 (java) S 998 1001 12560 0 -1 1077944384 2732 0 0 0 4 1 0 0 20 0 15 0 78761863 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120881580272 140121403116162 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1009] ppid=998 vsize=13980036 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1009/stat : 1009 (java) S 998 1001 12560 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 78761864 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120880526560 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1010] ppid=998 vsize=13980036 memory=157204 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1010/stat : 1010 (java) S 998 1001 12560 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 78761864 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120879473408 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1011] ppid=998 vsize=13980036 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1011/stat : 1011 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120878421968 140121403123611 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1012] ppid=998 vsize=13980036 memory=43760 CPUtime=0.85 cores=0,2,4,6
/proc/1001/task/1012/stat : 1012 (java) S 998 1001 12560 0 -1 1077944384 4497 0 0 0 84 1 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120877370096 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1013] ppid=998 vsize=13980036 memory=4144 CPUtime=1.01 cores=0,2,4,6
/proc/1001/task/1013/stat : 1013 (java) S 998 1001 12560 0 -1 1077944384 6572 0 0 0 101 0 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120876317552 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1014] ppid=998 vsize=13980036 memory=43760 CPUtime=0.46 cores=0,2,4,6
/proc/1001/task/1014/stat : 1014 (java) S 998 1001 12560 0 -1 1077944384 4047 0 0 0 46 0 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120875264496 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1015] ppid=998 vsize=13980036 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1015/stat : 1015 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761867 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120874212192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1016] ppid=998 vsize=13980036 memory=1196 CPUtime=0.27 cores=0,2,4,6
/proc/1001/task/1016/stat : 1016 (java) S 998 1001 12560 0 -1 1077944384 754 0 0 0 12 15 0 0 20 0 15 0 78761871 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120873159216 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
Current children cumulated CPU time: 1005.75 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 157204 KiB

[startup+1004 s]*
/proc/loadavg: 1.75 1.72 1.65 3/209 1231
/proc/meminfo: memFree=31138620/32770624 swapFree=67105588/67108860
[pid=1001] ppid=998 vsize=13980036 memory=157204 CPUtime=1006.55 cores=0,2,4,6
/proc/1001/stat : 1001 (java) S 998 1001 12560 0 -1 1077944320 42703 0 0 0 100633 22 0 0 20 0 15 0 78761854 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140728774368640 140121403105015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
/proc/1001/statm: 3495009 39301 3792 1 0 3483783 0
[pid=1001/tid=1003] ppid=998 vsize=13980036 memory=1398720917958146503 CPUtime=1003.69 cores=0,2,4,6
/proc/1001/task/1003/stat : 1003 (java) R 998 1001 12560 0 -1 4202560 17876 0 0 0 100363 6 0 0 20 0 15 0 78761861 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121407343440 140121384511339 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1004] ppid=998 vsize=13980036 memory=4126316290023845779 CPUtime=0.03 cores=0,2,4,6
/proc/1001/task/1004/stat : 1004 (java) S 998 1001 12560 0 -1 1077944384 1462 0 0 0 3 0 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121364003856 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1005] ppid=998 vsize=13980036 memory=1292 CPUtime=0.04 cores=0,2,4,6
/proc/1001/task/1005/stat : 1005 (java) S 998 1001 12560 0 -1 1077944384 1586 0 0 0 3 1 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121362951312 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1006] ppid=998 vsize=13980036 memory=2384 CPUtime=0.04 cores=0,2,4,6
/proc/1001/task/1006/stat : 1006 (java) S 998 1001 12560 0 -1 1077944384 1247 0 0 0 3 1 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121001618192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1007] ppid=998 vsize=13980036 memory=1688 CPUtime=0.04 cores=0,2,4,6
/proc/1001/task/1007/stat : 1007 (java) S 998 1001 12560 0 -1 1077944384 406 0 0 0 3 1 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121000565648 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1008] ppid=998 vsize=13980036 memory=5808 CPUtime=0.05 cores=0,2,4,6
/proc/1001/task/1008/stat : 1008 (java) S 998 1001 12560 0 -1 1077944384 2732 0 0 0 4 1 0 0 20 0 15 0 78761863 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120881580272 140121403116162 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1009] ppid=998 vsize=13980036 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1009/stat : 1009 (java) S 998 1001 12560 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 78761864 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120880526560 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1010] ppid=998 vsize=13980036 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1010/stat : 1010 (java) S 998 1001 12560 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 78761864 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120879473408 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1011] ppid=998 vsize=13980036 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1011/stat : 1011 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120878421968 140121403123611 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1012] ppid=998 vsize=13980036 memory=1196 CPUtime=0.85 cores=0,2,4,6
/proc/1001/task/1012/stat : 1012 (java) S 998 1001 12560 0 -1 1077944384 4497 0 0 0 84 1 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120877370096 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1013] ppid=998 vsize=13980036 memory=8624 CPUtime=1.01 cores=0,2,4,6
/proc/1001/task/1013/stat : 1013 (java) S 998 1001 12560 0 -1 1077944384 6572 0 0 0 101 0 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120876317552 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1014] ppid=998 vsize=13980036 memory=1716 CPUtime=0.46 cores=0,2,4,6
/proc/1001/task/1014/stat : 1014 (java) S 998 1001 12560 0 -1 1077944384 4047 0 0 0 46 0 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120875264496 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1015] ppid=998 vsize=13980036 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1015/stat : 1015 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761867 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120874212192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1016] ppid=998 vsize=13980036 memory=796 CPUtime=0.27 cores=0,2,4,6
/proc/1001/task/1016/stat : 1016 (java) S 998 1001 12560 0 -1 1077944384 754 0 0 0 12 15 0 0 20 0 15 0 78761871 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120873159216 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
Current children cumulated CPU time: 1006.55 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 157204 KiB

[startup+1004.8 s]
/proc/loadavg: 1.75 1.72 1.65 3/209 1231
/proc/meminfo: memFree=31138620/32770624 swapFree=67105588/67108860
[pid=1001] ppid=998 vsize=13980036 memory=157204 CPUtime=1007.35 cores=0,2,4,6
/proc/1001/stat : 1001 (java) S 998 1001 12560 0 -1 1077944320 42703 0 0 0 100713 22 0 0 20 0 15 0 78761854 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140728774368640 140121403105015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
/proc/1001/statm: 3495009 39301 3792 1 0 3483783 0
[pid=1001/tid=1003] ppid=998 vsize=13980036 memory=28 CPUtime=1004.48 cores=0,2,4,6
/proc/1001/task/1003/stat : 1003 (java) R 998 1001 12560 0 -1 4202560 17876 0 0 0 100442 6 0 0 20 0 15 0 78761861 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121407343440 140121048517534 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1004] ppid=998 vsize=13980036 memory=280819995830160 CPUtime=0.03 cores=0,2,4,6
/proc/1001/task/1004/stat : 1004 (java) S 998 1001 12560 0 -1 1077944384 1462 0 0 0 3 0 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121364003856 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1005] ppid=998 vsize=13980036 memory=4144 CPUtime=0.04 cores=0,2,4,6
/proc/1001/task/1005/stat : 1005 (java) S 998 1001 12560 0 -1 1077944384 1586 0 0 0 3 1 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121362951312 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1006] ppid=998 vsize=13980036 memory=157204 CPUtime=0.04 cores=0,2,4,6
/proc/1001/task/1006/stat : 1006 (java) S 998 1001 12560 0 -1 1077944384 1247 0 0 0 3 1 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121001618192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1007] ppid=998 vsize=13980036 memory=1688 CPUtime=0.04 cores=0,2,4,6
/proc/1001/task/1007/stat : 1007 (java) S 998 1001 12560 0 -1 1077944384 406 0 0 0 3 1 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121000565648 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1008] ppid=998 vsize=13980036 memory=5808 CPUtime=0.05 cores=0,2,4,6
/proc/1001/task/1008/stat : 1008 (java) S 998 1001 12560 0 -1 1077944384 2732 0 0 0 4 1 0 0 20 0 15 0 78761863 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120881580272 140121403116162 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1009] ppid=998 vsize=13980036 memory=158744 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1009/stat : 1009 (java) S 998 1001 12560 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 78761864 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120880526560 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1010] ppid=998 vsize=13980036 memory=956 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1010/stat : 1010 (java) S 998 1001 12560 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 78761864 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120879473408 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1011] ppid=998 vsize=13980036 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1011/stat : 1011 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120878421968 140121403123611 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1012] ppid=998 vsize=13980036 memory=4209341120841998394 CPUtime=0.85 cores=0,2,4,6
/proc/1001/task/1012/stat : 1012 (java) S 998 1001 12560 0 -1 1077944384 4497 0 0 0 84 1 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120877370096 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1013] ppid=998 vsize=13980036 memory=1004 CPUtime=1.01 cores=0,2,4,6
/proc/1001/task/1013/stat : 1013 (java) S 998 1001 12560 0 -1 1077944384 6572 0 0 0 101 0 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120876317552 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1014] ppid=998 vsize=13980036 memory=2016 CPUtime=0.46 cores=0,2,4,6
/proc/1001/task/1014/stat : 1014 (java) S 998 1001 12560 0 -1 1077944384 4047 0 0 0 46 0 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120875264496 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1015] ppid=998 vsize=13980036 memory=4209341120841998394 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1015/stat : 1015 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761867 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120874212192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1016] ppid=998 vsize=13980036 memory=1744 CPUtime=0.27 cores=0,2,4,6
/proc/1001/task/1016/stat : 1016 (java) S 998 1001 12560 0 -1 1077944384 754 0 0 0 12 15 0 0 20 0 15 0 78761871 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120873159216 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
Current children cumulated CPU time: 1007.35 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 157204 KiB

[startup+1005.2 s]
/proc/loadavg: 1.85 1.74 1.66 3/209 1231
/proc/meminfo: memFree=31138620/32770624 swapFree=67105588/67108860
[pid=1001] ppid=998 vsize=13980036 memory=157204 CPUtime=1007.75 cores=0,2,4,6
/proc/1001/stat : 1001 (java) S 998 1001 12560 0 -1 1077944320 42703 0 0 0 100753 22 0 0 20 0 15 0 78761854 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140728774368640 140121403105015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 6 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
/proc/1001/statm: 3495009 39301 3792 1 0 3483783 0
[pid=1001/tid=1003] ppid=998 vsize=13980036 memory=4088 CPUtime=1004.88 cores=0,2,4,6
/proc/1001/task/1003/stat : 1003 (java) R 998 1001 12560 0 -1 4202560 17876 0 0 0 100482 6 0 0 20 0 15 0 78761861 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121407343440 140121048517356 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1004] ppid=998 vsize=13980036 memory=1620 CPUtime=0.03 cores=0,2,4,6
/proc/1001/task/1004/stat : 1004 (java) S 998 1001 12560 0 -1 1077944384 1462 0 0 0 3 0 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121364003856 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1005] ppid=998 vsize=13980036 memory=920 CPUtime=0.04 cores=0,2,4,6
/proc/1001/task/1005/stat : 1005 (java) S 998 1001 12560 0 -1 1077944384 1586 0 0 0 3 1 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121362951312 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1006] ppid=998 vsize=13980036 memory=4064 CPUtime=0.04 cores=0,2,4,6
/proc/1001/task/1006/stat : 1006 (java) S 998 1001 12560 0 -1 1077944384 1247 0 0 0 3 1 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121001618192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1007] ppid=998 vsize=13980036 memory=1398720917958146503 CPUtime=0.04 cores=0,2,4,6
/proc/1001/task/1007/stat : 1007 (java) S 998 1001 12560 0 -1 1077944384 406 0 0 0 3 1 0 0 20 0 15 0 78761862 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140121000565648 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1008] ppid=998 vsize=13980036 memory=4126316290023845779 CPUtime=0.05 cores=0,2,4,6
/proc/1001/task/1008/stat : 1008 (java) S 998 1001 12560 0 -1 1077944384 2732 0 0 0 4 1 0 0 20 0 15 0 78761863 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120881580272 140121403116162 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1009] ppid=998 vsize=13980036 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1009/stat : 1009 (java) S 998 1001 12560 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 78761864 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120880526560 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1010] ppid=998 vsize=13980036 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1010/stat : 1010 (java) S 998 1001 12560 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 78761864 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120879473408 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1011] ppid=998 vsize=13980036 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1011/stat : 1011 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120878421968 140121403123611 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1012] ppid=998 vsize=13980036 memory=4209341120841998394 CPUtime=0.85 cores=0,2,4,6
/proc/1001/task/1012/stat : 1012 (java) S 998 1001 12560 0 -1 1077944384 4497 0 0 0 84 1 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120877370096 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1013] ppid=998 vsize=13980036 memory=26620 CPUtime=1.01 cores=0,2,4,6
/proc/1001/task/1013/stat : 1013 (java) S 998 1001 12560 0 -1 1077944384 6572 0 0 0 101 0 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120876317552 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1014] ppid=998 vsize=13980036 memory=4048 CPUtime=0.46 cores=0,2,4,6
/proc/1001/task/1014/stat : 1014 (java) S 998 1001 12560 0 -1 1077944384 4047 0 0 0 46 0 0 0 20 0 15 0 78761866 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120875264496 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1015] ppid=998 vsize=13980036 memory=644 CPUtime=0 cores=0,2,4,6
/proc/1001/task/1015/stat : 1015 (java) S 998 1001 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 78761867 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120874212192 140121403115221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
[pid=1001/tid=1016] ppid=998 vsize=13980036 memory=158744 CPUtime=0.27 cores=0,2,4,6
/proc/1001/task/1016/stat : 1016 (java) S 998 1001 12560 0 -1 1077944384 754 0 0 0 12 15 0 0 20 0 15 0 78761871 14315556864 39301 18446744073709551615 4194304 4196468 140728774386096 140120873159216 140121403116162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 12029952 140728774390127 140728774390313 140728774390313 140728774393807 0
Current children cumulated CPU time: 1007.75 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 157204 KiB

Child status: 0
Real time (s): 1005.28
CPU time (s): 1007.84
CPU user time (s): 1007.61
CPU system time (s): 0.231027
CPU usage (%): 100.255
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 228084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1007.61
system time used= 0.231027
maximum resident set size= 229624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43126
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24384
involuntary context switches= 832


# summary of solver processes directly reported to runsolver:
#   pid: 1001
#   total CPU time (s): 1007.84
#   total CPU user time (s): 1007.61
#   total CPU system time (s): 0.231027

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.63658 second user time and 9.23548 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-15 04:40:23
IDJOB=4274074
IDBENCH=126128
IDSOLVER=2666
FILE ID=node126/4274074-1502765665
RUNJOBID= node126-1502662832-10387
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-14.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-4274074-1502765665/watcher-4274074-1502765665 -o /tmp/evaluation-result-4274074-1502765665/solver-4274074-1502765665 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 666815801 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274074-1502765665.xml

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

MD5SUM BENCH= 80005f43209ae7ce669f7000fbe1f4f3
RANDOM SEED=666815801

node126.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.81
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.81
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.81
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.81
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:        31204408 kB
MemAvailable:   31723324 kB
Buffers:          320620 kB
Cached:           466736 kB
SwapCached:          524 kB
Active:           826768 kB
Inactive:         254368 kB
Active(anon):     242112 kB
Inactive(anon):    85380 kB
Active(file):     584656 kB
Inactive(file):   168988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42976 kB
Writeback:             0 kB
AnonPages:        293556 kB
Mapped:            65636 kB
Shmem:             33440 kB
Slab:             188956 kB
SReclaimable:     162216 kB
SUnreclaim:        26740 kB
KernelStack:        3488 kB
PageTables:         6600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1172600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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= 61948 MiB
End job on node126 at 2017-08-15 04:57:08