Trace number 4311937

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 with restarts 2018-08-17SAT 107.337 104.443

General information on the benchmark

NameFrb/
frb-35-17-1_c18.xml
MD5SUM938558367576662423373d61b63119a7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.37354
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints346
Number of domains1
Minimum domain size17
Maximum domain size17
Distribution of domain sizes[{"size":17,"count":35}]
Minimum variable degree12
Maximum variable degree28
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":4},{"degree":22,"count":3},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":3},{"degree":26,"count":1},{"degree":28,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":346}]
Number of extensional constraints346
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":346}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 650594197
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
2.39/1.29	c Parsing done, starting search...
107.28/104.43	s SATISFIABLE
107.28/104.43	v <instantiation>
107.28/104.43	v 	<list>
107.28/104.43	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] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34]
107.28/104.43	v 	</list>
107.28/104.43	v 	<values>
107.28/104.43	v 		4 4 6 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14 
107.28/104.43	v 	</values>
107.28/104.43	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311937-1534561224/watcher-4311937-1534561224 -o /tmp/evaluation-result-4311937-1534561224/solver-4311937-1534561224 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534541042-5266 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 650594197 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311937-1534561224.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
solver pid=8181, runsolver pid=8178
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 1.87 1.75 1.66 3/216 8196
/proc/meminfo: memFree=23263956/32770624 swapFree=67108688/67108860
[pid=8181] ppid=8178 vsize=14082736 memory=30964 CPUtime=0.12 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 5234 0 -1 1077944320 6640 0 0 0 11 1 0 0 20 0 15 0 273685325 14420721664 7741 33554432000 4194304 4196468 140733783923808 140733783906352 139845814480631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
/proc/8181/statm: 3520684 7741 3150 1 0 3482761 0
[pid=8181/tid=8183] ppid=8178 vsize=14082736 memory=-8680505186270934208 CPUtime=0.09 cores=1,3,5,7
/proc/8181/task/8183/stat : 8183 (java) R 8178 8181 5234 0 -1 4202560 4698 0 0 0 9 0 0 0 20 0 15 0 273685325 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845818719072 139845814494535 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8184] ppid=8178 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8184/stat : 8184 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845752080912 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8185] ppid=8178 vsize=14082736 memory=139919199012480 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8185/stat : 8185 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845751028368 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8186] ppid=8178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8186/stat : 8186 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845749975312 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8187] ppid=8178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8187/stat : 8187 (java) S 8178 8181 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273685326 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845748922768 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8188] ppid=8178 vsize=14082736 memory=139919199012480 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8188/stat : 8188 (java) S 8178 8181 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273685327 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845355821808 139845814491778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8189] ppid=8178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8189/stat : 8189 (java) S 8178 8181 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273685327 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845354768032 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8190] ppid=8178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8190/stat : 8190 (java) S 8178 8181 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273685328 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845353714928 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8191] ppid=8178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8191/stat : 8191 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845352663504 139845814499227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8192] ppid=8178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8192/stat : 8192 (java) S 8178 8181 5234 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 273685330 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845351610608 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8193] ppid=8178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8193/stat : 8193 (java) S 8178 8181 5234 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 273685330 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845350558064 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8194] ppid=8178 vsize=14082736 memory=139919199012480 CPUtime=0.01 cores=1,3,5,7
/proc/8181/task/8194/stat : 8194 (java) S 8178 8181 5234 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 15 0 273685330 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845349505008 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8195] ppid=8178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8195/stat : 8195 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845348452704 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8196] ppid=8178 vsize=14082736 memory=139919199012480 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8196/stat : 8196 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685330 14420721664 7741 33554432000 4194304 4196468 140733783923808 139845347400752 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30964 KiB

[startup+0.21059 s]*
/proc/loadavg: 1.87 1.75 1.66 4/216 8196
/proc/meminfo: memFree=23248576/32770624 swapFree=67108688/67108860
[pid=8181] ppid=8178 vsize=14082736 memory=47040 CPUtime=0.29 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 5234 0 -1 1077944320 10345 0 0 0 28 1 0 0 20 0 15 0 273685325 14420721664 11760 33554432000 4194304 4196468 140733783923808 140733783906352 139845814480631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
/proc/8181/statm: 3520684 11760 3370 1 0 3482761 0
[pid=8181/tid=8183] ppid=8178 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/8181/task/8183/stat : 8183 (java) R 8178 8181 5234 0 -1 4202560 8077 0 0 0 18 1 0 0 20 0 15 0 273685325 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845818710752 139845800612192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8184] ppid=8178 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8184/stat : 8184 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845752080912 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8185] ppid=8178 vsize=14082736 memory=139919199913313 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8185/stat : 8185 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845751028368 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8186] ppid=8178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8186/stat : 8186 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845749975312 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8187] ppid=8178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8187/stat : 8187 (java) S 8178 8181 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273685326 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845748922768 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8188] ppid=8178 vsize=14082736 memory=139919199012480 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8188/stat : 8188 (java) S 8178 8181 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273685327 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845355821808 139845814491778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8189] ppid=8178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8189/stat : 8189 (java) S 8178 8181 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273685327 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845354768032 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8190] ppid=8178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8190/stat : 8190 (java) S 8178 8181 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273685328 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845353714928 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8191] ppid=8178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8191/stat : 8191 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845352663504 139845814499227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8192] ppid=8178 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/8181/task/8192/stat : 8192 (java) R 8178 8181 5234 0 -1 1077944384 347 0 0 0 1 0 0 0 20 0 15 0 273685330 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845351610608 139845814491778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8193] ppid=8178 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/8181/task/8193/stat : 8193 (java) R 8178 8181 5234 0 -1 4202560 247 0 0 0 1 0 0 0 20 0 15 0 273685330 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845350539080 139845806770080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8194] ppid=8178 vsize=14082736 memory=139919199012480 CPUtime=0.06 cores=1,3,5,7
/proc/8181/task/8194/stat : 8194 (java) R 8178 8181 5234 0 -1 4202560 314 0 0 0 6 0 0 0 20 0 15 0 273685330 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845349501944 139845806717758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8195] ppid=8178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8195/stat : 8195 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845348452704 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8196] ppid=8178 vsize=14082736 memory=139919199012480 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8196/stat : 8196 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685330 14420721664 11760 33554432000 4194304 4196468 140733783923808 139845347400752 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47040 KiB

[startup+0.310512 s]*
/proc/loadavg: 1.87 1.75 1.66 4/216 8196
/proc/meminfo: memFree=23244792/32770624 swapFree=67108688/67108860
[pid=8181] ppid=8178 vsize=14082736 memory=50532 CPUtime=0.44 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 5234 0 -1 1077944320 10788 0 0 0 42 2 0 0 20 0 15 0 273685325 14420721664 12633 33554432000 4194304 4196468 140733783923808 140733783906352 139845814480631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
/proc/8181/statm: 3520684 12633 3386 1 0 3482761 0
[pid=8181/tid=8183] ppid=8178 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/8181/task/8183/stat : 8183 (java) R 8178 8181 5234 0 -1 4202560 8446 0 0 0 28 1 0 0 20 0 15 0 273685325 14420721664 12633 33554432000 4194304 4196468 140733783923808 139845818692144 139845806717758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8184] ppid=8178 vsize=14082736 memory=4294979922 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8184/stat : 8184 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14420721664 12633 33554432000 4194304 4196468 140733783923808 139845752080912 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8185] ppid=8178 vsize=14082736 memory=139919199899313 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8185/stat : 8185 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14420721664 12633 33554432000 4194304 4196468 140733783923808 139845751028368 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8186] ppid=8178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8186/stat : 8186 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14420721664 12633 33554432000 4194304 4196468 140733783923808 139845749975312 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8187] ppid=8178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8187/stat : 8187 (java) S 8178 8181 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273685326 14420721664 12633 33554432000 4194304 4196468 140733783923808 139845748922768 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8188] ppid=8178 vsize=14082736 memory=139919199012480 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8188/stat : 8188 (java) S 8178 8181 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273685327 14420721664 12633 33554432000 4194304 4196468 140733783923808 139845355821808 139845814491778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8189] ppid=8178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8189/stat : 8189 (java) S 8178 8181 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273685327 14420721664 12633 33554432000 4194304 4196468 140733783923808 139845354768032 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8190] ppid=8178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8190/stat : 8190 (java) S 8178 8181 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273685328 14420721664 12633 33554432000 4194304 4196468 140733783923808 139845353714928 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8191] ppid=8178 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8191/stat : 8191 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14420721664 12633 33554432000 4194304 4196468 140733783923808 139845352663504 139845814499227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8192] ppid=8178 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/8181/task/8192/stat : 8192 (java) S 8178 8181 5234 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 273685330 14420721664 12633 33554432000 4194304 4196468 140733783923808 139845351610608 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8193] ppid=8178 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/8181/task/8193/stat : 8193 (java) S 8178 8181 5234 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 15 0 273685330 14420721664 12684 33554432000 4194304 4196468 140733783923808 139845350558064 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8194] ppid=8178 vsize=14082736 memory=139919199012480 CPUtime=0.08 cores=1,3,5,7
/proc/8181/task/8194/stat : 8194 (java) S 8178 8181 5234 0 -1 1077944384 335 0 0 0 8 0 0 0 20 0 15 0 273685330 14420721664 12684 33554432000 4194304 4196468 140733783923808 139845349505008 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8195] ppid=8178 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8195/stat : 8195 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14420721664 12684 33554432000 4194304 4196468 140733783923808 139845348452704 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8196] ppid=8178 vsize=14082736 memory=139919199012480 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8196/stat : 8196 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685330 14420721664 12684 33554432000 4194304 4196468 140733783923808 139845347400752 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50532 KiB

[startup+0.700647 s]
/proc/loadavg: 1.87 1.75 1.66 3/216 8196
/proc/meminfo: memFree=23220436/32770624 swapFree=67108688/67108860
[pid=8181] ppid=8178 vsize=14084804 memory=88868 CPUtime=0.99 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 5234 0 -1 1077944320 17633 0 0 0 94 5 0 0 20 0 15 0 273685325 14422839296 22217 33554432000 4194304 4196468 140733783923808 140733783906352 139845814480631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
/proc/8181/statm: 3521201 22217 3499 1 0 3483273 0
[pid=8181/tid=8183] ppid=8178 vsize=14084804 memory=175086287991643 CPUtime=0.67 cores=1,3,5,7
/proc/8181/task/8183/stat : 8183 (java) R 8178 8181 5234 0 -1 4202560 14897 0 0 0 64 3 0 0 20 0 15 0 273685325 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845818712528 139845798561118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8184] ppid=8178 vsize=14084804 memory=1468726 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8184/stat : 8184 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845752080912 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8185] ppid=8178 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8185/stat : 8185 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845751028368 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8186] ppid=8178 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8186/stat : 8186 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845749975312 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8187] ppid=8178 vsize=14084804 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8187/stat : 8187 (java) S 8178 8181 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273685326 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845748922768 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8188] ppid=8178 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8188/stat : 8188 (java) S 8178 8181 5234 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 273685327 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845355821808 139845814491778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8189] ppid=8178 vsize=14084804 memory=-6441413357968170793 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8189/stat : 8189 (java) S 8178 8181 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273685327 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845354768032 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8190] ppid=8178 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8190/stat : 8190 (java) S 8178 8181 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273685328 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845353714928 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8191] ppid=8178 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8191/stat : 8191 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845352663504 139845814499227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8192] ppid=8178 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8181/task/8192/stat : 8192 (java) S 8178 8181 5234 0 -1 1077944384 513 0 0 0 7 0 0 0 20 0 15 0 273685330 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845351610608 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8193] ppid=8178 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8181/task/8193/stat : 8193 (java) S 8178 8181 5234 0 -1 1077944384 414 0 0 0 7 0 0 0 20 0 15 0 273685330 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845350558064 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8194] ppid=8178 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/8181/task/8194/stat : 8194 (java) R 8178 8181 5234 0 -1 4202560 426 0 0 0 15 0 0 0 20 0 15 0 273685330 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845349505008 139845814501978 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8195] ppid=8178 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8195/stat : 8195 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845348452704 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8196] ppid=8178 vsize=14084804 memory=3316 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8196/stat : 8196 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685330 14422839296 22217 33554432000 4194304 4196468 140733783923808 139845347400752 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88868 KiB

[startup+1.50069 s]
/proc/loadavg: 1.87 1.75 1.66 6/216 8196
/proc/meminfo: memFree=23167724/32770624 swapFree=67108688/67108860
[pid=8181] ppid=8178 vsize=14088900 memory=175664 CPUtime=3.33 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 5234 0 -1 1077944320 27040 0 0 0 325 8 0 0 20 0 15 0 273685325 14427033600 43916 33554432000 4194304 4196468 140733783923808 140733783906352 139845814480631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
/proc/8181/statm: 3522225 43916 3554 1 0 3484297 0
[pid=8181/tid=8183] ppid=8178 vsize=14088900 memory=12852 CPUtime=1.47 cores=1,3,5,7
/proc/8181/task/8183/stat : 8183 (java) R 8178 8181 5234 0 -1 4202560 20457 0 0 0 141 6 0 0 20 0 15 0 273685325 14427033600 43916 33554432000 4194304 4196468 140733783923808 139845818717336 139845432607441 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8184] ppid=8178 vsize=14088900 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8184/stat : 8184 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14427033600 43916 33554432000 4194304 4196468 140733783923808 139845752080912 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8185] ppid=8178 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8185/stat : 8185 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14427033600 43916 33554432000 4194304 4196468 140733783923808 139845751028368 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8186] ppid=8178 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8186/stat : 8186 (java) S 8178 8181 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273685326 14427033600 43916 33554432000 4194304 4196468 140733783923808 139845749975312 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8187] ppid=8178 vsize=14088900 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8187/stat : 8187 (java) S 8178 8181 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273685326 14427033600 43916 33554432000 4194304 4196468 140733783923808 139845748922768 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8188] ppid=8178 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8188/stat : 8188 (java) S 8178 8181 5234 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 273685327 14427033600 43916 33554432000 4194304 4196468 140733783923808 139845355821808 139845814491778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0

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

[startup+104.443 s]
# the end of solver process 8181 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=107.118 s, system=0.219357 s

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

[startup+102.401 s]
/proc/loadavg: 1.46 1.62 1.62 4/217 8220
/proc/meminfo: memFree=23155060/32770624 swapFree=67108688/67108860
[pid=8181] ppid=8178 vsize=14088900 memory=160320 CPUtime=105.26 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 5234 0 -1 1077944320 47233 0 0 0 10506 20 0 0 20 0 15 0 273685325 14427033600 40080 33554432000 4194304 4196468 140733783923808 140733783906352 139845814480631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
/proc/8181/statm: 3522225 40080 3580 1 0 3484297 0
[pid=8181/tid=8183] ppid=8178 vsize=14088900 memory=8112282956445269571 CPUtime=102.05 cores=1,3,5,7
/proc/8181/task/8183/stat : 8183 (java) R 8178 8181 5234 0 -1 4202560 24345 0 0 0 10198 7 0 0 20 0 15 0 273685325 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845818718896 139845432606779 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8184] ppid=8178 vsize=14088900 memory=3868 CPUtime=0.15 cores=1,3,5,7
/proc/8181/task/8184/stat : 8184 (java) S 8178 8181 5234 0 -1 1077944384 2141 0 0 0 14 1 0 0 20 0 15 0 273685326 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845752080912 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8185] ppid=8178 vsize=14088900 memory=6760 CPUtime=0.15 cores=1,3,5,7
/proc/8181/task/8185/stat : 8185 (java) S 8178 8181 5234 0 -1 1077944384 798 0 0 0 13 2 0 0 20 0 15 0 273685326 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845751028368 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8186] ppid=8178 vsize=14088900 memory=1224 CPUtime=0.14 cores=1,3,5,7
/proc/8181/task/8186/stat : 8186 (java) S 8178 8181 5234 0 -1 1077944384 1314 0 0 0 13 1 0 0 20 0 15 0 273685326 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845749975312 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8187] ppid=8178 vsize=14088900 memory=8112282956445269571 CPUtime=0.14 cores=1,3,5,7
/proc/8181/task/8187/stat : 8187 (java) S 8178 8181 5234 0 -1 1077944384 2333 0 0 0 13 1 0 0 20 0 15 0 273685326 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845748922768 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8188] ppid=8178 vsize=14088900 memory=1808 CPUtime=0.12 cores=1,3,5,7
/proc/8181/task/8188/stat : 8188 (java) S 8178 8181 5234 0 -1 1077944384 1764 0 0 0 10 2 0 0 20 0 15 0 273685327 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845355821808 139845814491778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8189] ppid=8178 vsize=14088900 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8189/stat : 8189 (java) S 8178 8181 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 273685327 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845354768096 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8190] ppid=8178 vsize=14088900 memory=159588 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8190/stat : 8190 (java) S 8178 8181 5234 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 273685328 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845353714944 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8191] ppid=8178 vsize=14088900 memory=160320 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8191/stat : 8191 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845352663504 139845814499227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8192] ppid=8178 vsize=14088900 memory=7156334622742768210 CPUtime=0.99 cores=1,3,5,7
/proc/8181/task/8192/stat : 8192 (java) S 8178 8181 5234 0 -1 1077944384 3760 0 0 0 99 0 0 0 20 0 15 0 273685330 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845351610608 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8193] ppid=8178 vsize=14088900 memory=0 CPUtime=0.84 cores=1,3,5,7
/proc/8181/task/8193/stat : 8193 (java) S 8178 8181 5234 0 -1 1077944384 4794 0 0 0 83 1 0 0 20 0 15 0 273685330 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845350558064 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8194] ppid=8178 vsize=14088900 memory=4026532099 CPUtime=0.57 cores=1,3,5,7
/proc/8181/task/8194/stat : 8194 (java) S 8178 8181 5234 0 -1 1077944384 3711 0 0 0 56 1 0 0 20 0 15 0 273685330 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845349505008 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8195] ppid=8178 vsize=14088900 memory=279838192286112 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8195/stat : 8195 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845348452704 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8196] ppid=8178 vsize=14088900 memory=6656426216303648864 CPUtime=0.02 cores=1,3,5,7
/proc/8181/task/8196/stat : 8196 (java) S 8178 8181 5234 0 -1 1077944384 849 0 0 0 1 1 0 0 20 0 15 0 273685330 14427033600 40080 33554432000 4194304 4196468 140733783923808 139845347400752 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
Current children cumulated CPU time: 105.26 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 160320 KiB

[startup+103.201 s]
/proc/loadavg: 1.46 1.62 1.62 5/217 8220
/proc/meminfo: memFree=23155060/32770624 swapFree=67108688/67108860
[pid=8181] ppid=8178 vsize=14088900 memory=160448 CPUtime=106.07 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 5234 0 -1 1077944320 47243 0 0 0 10586 21 0 0 20 0 15 0 273685325 14427033600 40112 33554432000 4194304 4196468 140733783923808 140733783906352 139845814480631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
/proc/8181/statm: 3522225 40112 3580 1 0 3484297 0
[pid=8181/tid=8183] ppid=8178 vsize=14088900 memory=160320 CPUtime=102.84 cores=1,3,5,7
/proc/8181/task/8183/stat : 8183 (java) R 8178 8181 5234 0 -1 4202560 24347 0 0 0 10277 7 0 0 20 0 15 0 273685325 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845818718896 139845432437680 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8184] ppid=8178 vsize=14088900 memory=7813853575462285413 CPUtime=0.15 cores=1,3,5,7
/proc/8181/task/8184/stat : 8184 (java) S 8178 8181 5234 0 -1 1077944384 2141 0 0 0 14 1 0 0 20 0 15 0 273685326 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845752080912 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8185] ppid=8178 vsize=14088900 memory=8112282956445269571 CPUtime=0.15 cores=1,3,5,7
/proc/8181/task/8185/stat : 8185 (java) S 8178 8181 5234 0 -1 1077944384 798 0 0 0 13 2 0 0 20 0 15 0 273685326 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845751028368 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8186] ppid=8178 vsize=14088900 memory=868 CPUtime=0.14 cores=1,3,5,7
/proc/8181/task/8186/stat : 8186 (java) S 8178 8181 5234 0 -1 1077944384 1322 0 0 0 13 1 0 0 20 0 15 0 273685326 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845749975312 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8187] ppid=8178 vsize=14088900 memory=1808 CPUtime=0.15 cores=1,3,5,7
/proc/8181/task/8187/stat : 8187 (java) S 8178 8181 5234 0 -1 1077944384 2333 0 0 0 14 1 0 0 20 0 15 0 273685326 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845748922768 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8188] ppid=8178 vsize=14088900 memory=1620 CPUtime=0.12 cores=1,3,5,7
/proc/8181/task/8188/stat : 8188 (java) S 8178 8181 5234 0 -1 1077944384 1764 0 0 0 10 2 0 0 20 0 15 0 273685327 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845355821808 139845814491778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8189] ppid=8178 vsize=14088900 memory=748 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8189/stat : 8189 (java) S 8178 8181 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 273685327 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845354768096 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8190] ppid=8178 vsize=14088900 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8190/stat : 8190 (java) S 8178 8181 5234 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 273685328 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845353714944 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8191] ppid=8178 vsize=14088900 memory=6692 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8191/stat : 8191 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845352663504 139845814499227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8192] ppid=8178 vsize=14088900 memory=1296 CPUtime=0.99 cores=1,3,5,7
/proc/8181/task/8192/stat : 8192 (java) S 8178 8181 5234 0 -1 1077944384 3760 0 0 0 99 0 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845351610608 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8193] ppid=8178 vsize=14088900 memory=4452 CPUtime=0.84 cores=1,3,5,7
/proc/8181/task/8193/stat : 8193 (java) S 8178 8181 5234 0 -1 1077944384 4794 0 0 0 83 1 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845350558064 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8194] ppid=8178 vsize=14088900 memory=3732 CPUtime=0.57 cores=1,3,5,7
/proc/8181/task/8194/stat : 8194 (java) S 8178 8181 5234 0 -1 1077944384 3711 0 0 0 56 1 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845349505008 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8195] ppid=8178 vsize=14088900 memory=12668 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8195/stat : 8195 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845348452704 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8196] ppid=8178 vsize=14088900 memory=1072 CPUtime=0.02 cores=1,3,5,7
/proc/8181/task/8196/stat : 8196 (java) S 8178 8181 5234 0 -1 1077944384 849 0 0 0 1 1 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845347400752 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
Current children cumulated CPU time: 106.07 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 160448 KiB

[startup+104.001 s]*
/proc/loadavg: 1.46 1.62 1.62 4/217 8220
/proc/meminfo: memFree=23154936/32770624 swapFree=67108688/67108860
[pid=8181] ppid=8178 vsize=14088900 memory=160448 CPUtime=106.88 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 5234 0 -1 1077944320 47255 0 0 0 10667 21 0 0 20 0 15 0 273685325 14427033600 40112 33554432000 4194304 4196468 140733783923808 140733783906352 139845814480631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
/proc/8181/statm: 3522225 40112 3580 1 0 3484297 0
[pid=8181/tid=8183] ppid=8178 vsize=14088900 memory=8112282956445269571 CPUtime=103.65 cores=1,3,5,7
/proc/8181/task/8183/stat : 8183 (java) R 8178 8181 5234 0 -1 4202560 24349 0 0 0 10358 7 0 0 20 0 15 0 273685325 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845818718784 139845432965182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8184] ppid=8178 vsize=14088900 memory=4126316290023845779 CPUtime=0.15 cores=1,3,5,7
/proc/8181/task/8184/stat : 8184 (java) S 8178 8181 5234 0 -1 1077944384 2141 0 0 0 14 1 0 0 20 0 15 0 273685326 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845752080912 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8185] ppid=8178 vsize=14088900 memory=279838191905848 CPUtime=0.16 cores=1,3,5,7
/proc/8181/task/8185/stat : 8185 (java) S 8178 8181 5234 0 -1 1077944384 798 0 0 0 14 2 0 0 20 0 15 0 273685326 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845751028368 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8186] ppid=8178 vsize=14088900 memory=279838191626888 CPUtime=0.14 cores=1,3,5,7
/proc/8181/task/8186/stat : 8186 (java) S 8178 8181 5234 0 -1 1077944384 1328 0 0 0 13 1 0 0 20 0 15 0 273685326 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845749975312 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8187] ppid=8178 vsize=14088900 memory=37312327060202 CPUtime=0.15 cores=1,3,5,7
/proc/8181/task/8187/stat : 8187 (java) S 8178 8181 5234 0 -1 1077944384 2337 0 0 0 14 1 0 0 20 0 15 0 273685326 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845748922768 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8188] ppid=8178 vsize=14088900 memory=37312327059946 CPUtime=0.12 cores=1,3,5,7
/proc/8181/task/8188/stat : 8188 (java) S 8178 8181 5234 0 -1 1077944384 1764 0 0 0 10 2 0 0 20 0 15 0 273685327 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845355821808 139845814491778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8189] ppid=8178 vsize=14088900 memory=37312327059946 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8189/stat : 8189 (java) S 8178 8181 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 273685327 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845354768096 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8190] ppid=8178 vsize=14088900 memory=37312327059690 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8190/stat : 8190 (java) S 8178 8181 5234 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 273685328 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845353714944 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8191] ppid=8178 vsize=14088900 memory=7590655979367786604 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8191/stat : 8191 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845352663504 139845814499227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8192] ppid=8178 vsize=14088900 memory=7589809355380976492 CPUtime=0.99 cores=1,3,5,7
/proc/8181/task/8192/stat : 8192 (java) S 8178 8181 5234 0 -1 1077944384 3760 0 0 0 99 0 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845351610608 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8193] ppid=8178 vsize=14088900 memory=5866317315066927533 CPUtime=0.84 cores=1,3,5,7
/proc/8181/task/8193/stat : 8193 (java) S 8178 8181 5234 0 -1 1077944384 4794 0 0 0 83 1 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845350558064 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8194] ppid=8178 vsize=14088900 memory=8112282956445269571 CPUtime=0.57 cores=1,3,5,7
/proc/8181/task/8194/stat : 8194 (java) S 8178 8181 5234 0 -1 1077944384 3711 0 0 0 56 1 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845349505008 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8195] ppid=8178 vsize=14088900 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8195/stat : 8195 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845348452704 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8196] ppid=8178 vsize=14088900 memory=160320 CPUtime=0.02 cores=1,3,5,7
/proc/8181/task/8196/stat : 8196 (java) S 8178 8181 5234 0 -1 1077944384 849 0 0 0 1 1 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845347400752 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
Current children cumulated CPU time: 106.88 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 160448 KiB

[startup+104.401 s]
/proc/loadavg: 1.46 1.62 1.62 4/217 8220
/proc/meminfo: memFree=23154936/32770624 swapFree=67108688/67108860
[pid=8181] ppid=8178 vsize=14088900 memory=160448 CPUtime=107.28 cores=1,3,5,7
/proc/8181/stat : 8181 (java) S 8178 8181 5234 0 -1 1077944320 47285 0 0 0 10707 21 0 0 20 0 15 0 273685325 14427033600 40112 33554432000 4194304 4196468 140733783923808 140733783906352 139845814480631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
/proc/8181/statm: 3522225 40112 3580 1 0 3484297 0
[pid=8181/tid=8183] ppid=8178 vsize=14088900 memory=7284 CPUtime=104.04 cores=1,3,5,7
/proc/8181/task/8183/stat : 8183 (java) R 8178 8181 5234 0 -1 4202560 24376 0 0 0 10397 7 0 0 20 0 15 0 273685325 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845818718768 139845432672031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8184] ppid=8178 vsize=14088900 memory=804 CPUtime=0.15 cores=1,3,5,7
/proc/8181/task/8184/stat : 8184 (java) S 8178 8181 5234 0 -1 1077944384 2141 0 0 0 14 1 0 0 20 0 15 0 273685326 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845752080912 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8185] ppid=8178 vsize=14088900 memory=1696 CPUtime=0.16 cores=1,3,5,7
/proc/8181/task/8185/stat : 8185 (java) S 8178 8181 5234 0 -1 1077944384 798 0 0 0 14 2 0 0 20 0 15 0 273685326 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845751028368 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8186] ppid=8178 vsize=14088900 memory=916 CPUtime=0.14 cores=1,3,5,7
/proc/8181/task/8186/stat : 8186 (java) S 8178 8181 5234 0 -1 1077944384 1328 0 0 0 13 1 0 0 20 0 15 0 273685326 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845749975312 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8187] ppid=8178 vsize=14088900 memory=3852 CPUtime=0.15 cores=1,3,5,7
/proc/8181/task/8187/stat : 8187 (java) S 8178 8181 5234 0 -1 1077944384 2340 0 0 0 14 1 0 0 20 0 15 0 273685326 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845748922768 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8188] ppid=8178 vsize=14088900 memory=160448 CPUtime=0.12 cores=1,3,5,7
/proc/8181/task/8188/stat : 8188 (java) S 8178 8181 5234 0 -1 1077944384 1764 0 0 0 10 2 0 0 20 0 15 0 273685327 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845355821808 139845814491778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8189] ppid=8178 vsize=14088900 memory=160448 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8189/stat : 8189 (java) S 8178 8181 5234 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 273685327 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845354768096 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8190] ppid=8178 vsize=14088900 memory=496 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8190/stat : 8190 (java) S 8178 8181 5234 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 273685328 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845353714944 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8191] ppid=8178 vsize=14088900 memory=924 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8191/stat : 8191 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845352663504 139845814499227 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8192] ppid=8178 vsize=14088900 memory=1168 CPUtime=0.99 cores=1,3,5,7
/proc/8181/task/8192/stat : 8192 (java) S 8178 8181 5234 0 -1 1077944384 3760 0 0 0 99 0 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845351610608 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8193] ppid=8178 vsize=14088900 memory=2336 CPUtime=0.84 cores=1,3,5,7
/proc/8181/task/8193/stat : 8193 (java) S 8178 8181 5234 0 -1 1077944384 4794 0 0 0 83 1 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845350558064 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8194] ppid=8178 vsize=14088900 memory=1572 CPUtime=0.57 cores=1,3,5,7
/proc/8181/task/8194/stat : 8194 (java) S 8178 8181 5234 0 -1 1077944384 3711 0 0 0 56 1 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845349505008 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8195] ppid=8178 vsize=14088900 memory=924 CPUtime=0 cores=1,3,5,7
/proc/8181/task/8195/stat : 8195 (java) S 8178 8181 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845348452704 139845814490837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
[pid=8181/tid=8196] ppid=8178 vsize=14088900 memory=2192 CPUtime=0.02 cores=1,3,5,7
/proc/8181/task/8196/stat : 8196 (java) S 8178 8181 5234 0 -1 1077944384 849 0 0 0 1 1 0 0 20 0 15 0 273685330 14427033600 40112 33554432000 4194304 4196468 140733783923808 139845347400752 139845814491778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31240192 140733783929929 140733783930121 140733783930121 140733783932879 0
Current children cumulated CPU time: 107.28 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 160448 KiB

Child status: 0
Real time (s): 104.443
CPU time (s): 107.337
CPU user time (s): 107.118
CPU system time (s): 0.219357
CPU usage (%): 102.77
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 250884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.118
system time used= 0.219357
maximum resident set size= 250884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50110
page faults= 0
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7675
involuntary context switches= 129


# summary of solver processes directly reported to runsolver:
#   pid: 8181
#   total CPU time (s): 107.337
#   total CPU user time (s): 107.118
#   total CPU system time (s): 0.219357

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.548988 second user time and 1.03365 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-18 05:00:24
IDJOB=4311937
IDBENCH=141582
IDSOLVER=2799
FILE ID=node106/4311937-1534561224
RUNJOBID= node106-1534541042-5266
PBS_JOBID= 21038641
Free space on /tmp= 53824 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Frb/frb-35-17-1_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311937-1534561224/watcher-4311937-1534561224 -o /tmp/evaluation-result-4311937-1534561224/solver-4311937-1534561224 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534541042-5266 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 650594197 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311937-1534561224.xml

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

MD5SUM BENCH= 938558367576662423373d61b63119a7
RANDOM SEED=650594197

node106.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	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23283620 kB
MemAvailable:   31675676 kB
Buffers:          232112 kB
Cached:          8422848 kB
SwapCached:            0 kB
Active:          4691088 kB
Inactive:        4230380 kB
Active(anon):     238220 kB
Inactive(anon):    96876 kB
Active(file):    4452868 kB
Inactive(file):  4133504 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35800 kB
Writeback:             0 kB
AnonPages:        303992 kB
Mapped:            32624 kB
Shmem:             66016 kB
Slab:             263272 kB
SReclaimable:     234144 kB
SUnreclaim:        29128 kB
KernelStack:        3824 kB
PageTables:         5580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1271496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53792 MiB
End job on node106 at 2018-08-18 05:02:09