Trace number 4274162

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-26SAT 14.9317 7.25984

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0050-int.xml
MD5SUM7780e40de56b9bae3ab082521ef58da1
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.9581299
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints4900
Number of domains1
Minimum domain size49
Maximum domain size49
Distribution of domain sizes[{"size":49,"count":50}]
Minimum variable degree196
Maximum variable degree196
Distribution of variable degrees[{"degree":196,"count":50}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4900}]
Number of extensional constraints0
Number of intensional constraints4900
Distribution of constraint types[{"type":"intension","count":4900}]
Optimization problemNO
Type of objective

Solver Data

0.28/0.37	c version: 2017-07-26
0.28/0.37	c seed: 1554410834
0.28/0.37	c timeout: 2520
0.28/0.37	c memlimit: 11000
0.28/0.37	c nbcore: 4
0.28/0.40	c Parsing instance...
14.84/7.21	c Parsing done, starting search...
14.84/7.24	s SATISFIABLE
14.84/7.24	v <instantiation>
14.84/7.24	v 	<list>
14.84/7.24	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] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
14.84/7.24	v 	</list>
14.84/7.24	v 	<values>
14.84/7.24	v 		7 4 8 8 16 3 5 0 0 6 6 3 2 3 0 9 2 5 5 1 34 10 4 0 2 0 6 1 6 18 3 1 0 14 22 1 3 2 4 0 1 3 5 0 7 2 0 1 0 3 
14.84/7.24	v 	</values>
14.84/7.24	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 (14914 MiB free)
  memory of node 1: 16384 MiB (15353 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=28377, runsolver pid=28374

[startup+0.100134 s]*
/proc/loadavg: 1.57 1.51 1.49 3/206 28383
/proc/meminfo: memFree=30987420/32770624 swapFree=67108860/67108860
[pid=28377] ppid=28374 vsize=13440536 memory=15724 CPUtime=0.01 cores=1,3,5,7
/proc/28377/stat : 28377 (java) S 28374 28377 8289 0 -1 1077944320 3773 0 0 0 1 0 0 0 20 0 7 0 126070499 13763108864 3931 18446744073709551615 4194304 4196468 140731769767104 140731769749648 139918937673463 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
/proc/28377/statm: 3360134 3931 2011 1 0 3349631 0
[pid=28377/tid=28379] ppid=28374 vsize=13440536 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/28377/task/28379/stat : 28379 (java) R 28374 28377 8289 0 -1 4202560 2460 0 0 0 1 0 0 0 20 0 7 0 126070507 13763108864 3931 18446744073709551615 4194304 4196468 140731769767104 139918941915920 139918921753950 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28380] ppid=28374 vsize=13440536 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28380/stat : 28380 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 126070508 13763108864 3931 18446744073709551615 4194304 4196468 140731769767104 139918538107920 139918937683669 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28381] ppid=28374 vsize=13440536 memory=139762434221696 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28381/stat : 28381 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 126070508 13763108864 3931 18446744073709551615 4194304 4196468 140731769767104 139918537055376 139918937683669 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28382] ppid=28374 vsize=13440536 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28382/stat : 28382 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 126070508 13763108864 3931 18446744073709551615 4194304 4196468 140731769767104 139918536002320 139918937683669 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28383] ppid=28374 vsize=13440536 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28383/stat : 28383 (java) S 28374 28377 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 126070508 13763108864 3931 18446744073709551615 4194304 4196468 140731769767104 139918534949776 139918937683669 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28384] ppid=28374 vsize=13440536 memory=139762434221696 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28384/stat : 28384 (java) S 28374 28377 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 126070509 13763108864 3931 18446744073709551615 4194304 4196468 140731769767104 139917854738672 139918937684610 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13440536 KiB
Current children cumulated memory: 15724 KiB

[startup+0.210052 s]*
/proc/loadavg: 1.57 1.51 1.49 4/215 28392
/proc/meminfo: memFree=30975984/32770624 swapFree=67108860/67108860
[pid=28377] ppid=28374 vsize=13976944 memory=34168 CPUtime=0.11 cores=1,3,5,7
/proc/28377/stat : 28377 (java) S 28374 28377 8289 0 -1 1077944320 8748 0 0 0 10 1 0 0 20 0 15 0 126070499 14312390656 8542 18446744073709551615 4194304 4196468 140731769767104 140731769749648 139918937673463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
/proc/28377/statm: 3494236 8542 3386 1 0 3483015 0
[pid=28377/tid=28379] ppid=28374 vsize=13976944 memory=7077796292425249400 CPUtime=0.09 cores=1,3,5,7
/proc/28377/task/28379/stat : 28379 (java) R 28374 28377 8289 0 -1 4202560 6805 0 0 0 8 1 0 0 20 0 15 0 126070507 14312390656 8674 18446744073709551615 4194304 4196468 140731769767104 139918941862912 139918930353181 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28380] ppid=28374 vsize=13976944 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28380/stat : 28380 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070508 14312390656 8674 18446744073709551615 4194304 4196468 140731769767104 139918538107920 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28381] ppid=28374 vsize=13976944 memory=139762434221696 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28381/stat : 28381 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070508 14312390656 8674 18446744073709551615 4194304 4196468 140731769767104 139918537055376 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28382] ppid=28374 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28382/stat : 28382 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070508 14312390656 8674 18446744073709551615 4194304 4196468 140731769767104 139918536002320 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28383] ppid=28374 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28383/stat : 28383 (java) S 28374 28377 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 126070508 14312390656 8674 18446744073709551615 4194304 4196468 140731769767104 139918534949776 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28384] ppid=28374 vsize=13976944 memory=139762434221696 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28384/stat : 28384 (java) S 28374 28377 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 126070509 14312390656 8674 18446744073709551615 4194304 4196468 140731769767104 139917854738672 139918937684610 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28385] ppid=28374 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28385/stat : 28385 (java) S 28374 28377 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 126070510 14312390656 8740 18446744073709551615 4194304 4196468 140731769767104 139917853684896 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28386] ppid=28374 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28386/stat : 28386 (java) S 28374 28377 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 126070510 14312390656 8740 18446744073709551615 4194304 4196468 140731769767104 139917852631792 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28387] ppid=28374 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28387/stat : 28387 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14312390656 8740 18446744073709551615 4194304 4196468 140731769767104 139917851580368 139918937692059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28388] ppid=28374 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28388/stat : 28388 (java) S 28374 28377 8289 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 126070513 14312390656 8740 18446744073709551615 4194304 4196468 140731769767104 139917850528496 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28389] ppid=28374 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28389/stat : 28389 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070513 14312390656 8740 18446744073709551615 4194304 4196468 140731769767104 139917849475952 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28390] ppid=28374 vsize=13976944 memory=139762434221696 CPUtime=0.01 cores=1,3,5,7
/proc/28377/task/28390/stat : 28390 (java) S 28374 28377 8289 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 15 0 126070513 14312390656 8740 18446744073709551615 4194304 4196468 140731769767104 139917848422896 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28391] ppid=28374 vsize=13976944 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28391/stat : 28391 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14312390656 8740 18446744073709551615 4194304 4196468 140731769767104 139917847370592 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28392] ppid=28374 vsize=13976944 memory=139762434221696 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28392/stat : 28392 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070516 14312390656 8740 18446744073709551615 4194304 4196468 140731769767104 139917846317616 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 34168 KiB

[startup+0.310629 s]*
/proc/loadavg: 1.57 1.51 1.49 4/215 28392
/proc/meminfo: memFree=30966164/32770624 swapFree=67108860/67108860
[pid=28377] ppid=28374 vsize=13975920 memory=40648 CPUtime=0.28 cores=1,3,5,7
/proc/28377/stat : 28377 (java) S 28374 28377 8289 0 -1 1077944320 10910 0 0 0 25 3 0 0 20 0 15 0 126070499 14311342080 10162 18446744073709551615 4194304 4196468 140731769767104 140731769749648 139918937673463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
/proc/28377/statm: 3493980 10162 3551 1 0 3482759 0
[pid=28377/tid=28379] ppid=28374 vsize=13975920 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/28377/task/28379/stat : 28379 (java) R 28374 28377 8289 0 -1 4202560 8546 0 0 0 16 2 0 0 20 0 15 0 126070507 14311342080 10162 18446744073709551615 4194304 4196468 140731769767104 139918941893104 139918923741582 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28380] ppid=28374 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28380/stat : 28380 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070508 14311342080 10162 18446744073709551615 4194304 4196468 140731769767104 139918538107920 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28381] ppid=28374 vsize=13975920 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28381/stat : 28381 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070508 14311342080 10162 18446744073709551615 4194304 4196468 140731769767104 139918537055376 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28382] ppid=28374 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28382/stat : 28382 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070508 14311342080 10162 18446744073709551615 4194304 4196468 140731769767104 139918536002320 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28383] ppid=28374 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28383/stat : 28383 (java) S 28374 28377 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 126070508 14311342080 10162 18446744073709551615 4194304 4196468 140731769767104 139918534949776 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28384] ppid=28374 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28384/stat : 28384 (java) S 28374 28377 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 126070509 14311342080 10162 18446744073709551615 4194304 4196468 140731769767104 139917854738672 139918937684610 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28385] ppid=28374 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28385/stat : 28385 (java) S 28374 28377 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 126070510 14311342080 10162 18446744073709551615 4194304 4196468 140731769767104 139917853684896 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28386] ppid=28374 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28386/stat : 28386 (java) S 28374 28377 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 126070510 14311342080 10162 18446744073709551615 4194304 4196468 140731769767104 139917852631792 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28387] ppid=28374 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28387/stat : 28387 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14311342080 10674 18446744073709551615 4194304 4196468 140731769767104 139917851580368 139918937692059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28388] ppid=28374 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28377/task/28388/stat : 28388 (java) R 28374 28377 8289 0 -1 4202560 356 0 0 0 1 0 0 0 20 0 15 0 126070513 14311342080 10674 18446744073709551615 4194304 4196468 140731769767104 139917850528496 139918930769856 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28389] ppid=28374 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28377/task/28389/stat : 28389 (java) S 28374 28377 8289 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 15 0 126070513 14311342080 10674 18446744073709551615 4194304 4196468 140731769767104 139917849475952 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28390] ppid=28374 vsize=13975920 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28377/task/28390/stat : 28390 (java) S 28374 28377 8289 0 -1 1077944384 453 0 0 0 5 0 0 0 20 0 15 0 126070513 14311342080 10674 18446744073709551615 4194304 4196468 140731769767104 139917848422896 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28391] ppid=28374 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28391/stat : 28391 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14311342080 10674 18446744073709551615 4194304 4196468 140731769767104 139917847370592 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28392] ppid=28374 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28392/stat : 28392 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070516 14311342080 10674 18446744073709551615 4194304 4196468 140731769767104 139917846317616 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 40648 KiB

[startup+0.702954 s]
/proc/loadavg: 1.57 1.51 1.49 3/215 28392
/proc/meminfo: memFree=30951448/32770624 swapFree=67108860/67108860
[pid=28377] ppid=28374 vsize=13977988 memory=69236 CPUtime=1.11 cores=1,3,5,7
/proc/28377/stat : 28377 (java) S 28374 28377 8289 0 -1 1077944320 13976 0 0 0 107 4 0 0 20 0 15 0 126070499 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 140731769749648 139918937673463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
/proc/28377/statm: 3494497 17309 3733 1 0 3483271 0
[pid=28377/tid=28379] ppid=28374 vsize=13977988 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/28377/task/28379/stat : 28379 (java) R 28374 28377 8289 0 -1 4202560 10325 0 0 0 53 3 0 0 20 0 15 0 126070507 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139918941908704 139918578686268 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28380] ppid=28374 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28380/stat : 28380 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070508 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139918538107920 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28381] ppid=28374 vsize=13977988 memory=8174711894690707509 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28381/stat : 28381 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070508 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139918537055376 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28382] ppid=28374 vsize=13977988 memory=5788902676924359488 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28382/stat : 28382 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070508 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139918536002320 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28383] ppid=28374 vsize=13977988 memory=279524658991008 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28383/stat : 28383 (java) S 28374 28377 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 126070508 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139918534949776 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28384] ppid=28374 vsize=13977988 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28384/stat : 28384 (java) S 28374 28377 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 126070509 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139917854738672 139918937684610 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28385] ppid=28374 vsize=13977988 memory=15825482134324680 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28385/stat : 28385 (java) S 28374 28377 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 126070510 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139917853684896 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28386] ppid=28374 vsize=13977988 memory=11160 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28386/stat : 28386 (java) S 28374 28377 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 126070510 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139917852631792 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28387] ppid=28374 vsize=13977988 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28387/stat : 28387 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139917851580368 139918937692059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28388] ppid=28374 vsize=13977988 memory=4612 CPUtime=0.14 cores=1,3,5,7
/proc/28377/task/28388/stat : 28388 (java) R 28374 28377 8289 0 -1 4202560 765 0 0 0 14 0 0 0 20 0 15 0 126070513 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139917850519824 139918916935591 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28389] ppid=28374 vsize=13977988 memory=1436 CPUtime=0.15 cores=1,3,5,7
/proc/28377/task/28389/stat : 28389 (java) R 28374 28377 8289 0 -1 1077944384 654 0 0 0 15 0 0 0 20 0 15 0 126070513 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139917849467280 139918937683669 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28390] ppid=28374 vsize=13977988 memory=1200 CPUtime=0.24 cores=1,3,5,7
/proc/28377/task/28390/stat : 28390 (java) R 28374 28377 8289 0 -1 4202560 851 0 0 0 24 0 0 0 20 0 15 0 126070513 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139917848422896 139918921815233 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28391] ppid=28374 vsize=13977988 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28391/stat : 28391 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139917847370592 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28392] ppid=28374 vsize=13977988 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28392/stat : 28392 (java) S 28374 28377 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 126070516 14313459712 17309 18446744073709551615 4194304 4196468 140731769767104 139917846317616 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 69236 KiB

[startup+1.50726 s]
/proc/loadavg: 1.57 1.51 1.49 5/215 28392
/proc/meminfo: memFree=30885740/32770624 swapFree=67108860/67108860
[pid=28377] ppid=28374 vsize=13977988 memory=229612 CPUtime=3.24 cores=1,3,5,7
/proc/28377/stat : 28377 (java) S 28374 28377 8289 0 -1 1077944320 22222 0 0 0 311 13 0 0 20 0 15 0 126070499 14313459712 57403 18446744073709551615 4194304 4196468 140731769767104 140731769749648 139918937673463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
/proc/28377/statm: 3494497 57403 3788 1 0 3483271 0
[pid=28377/tid=28379] ppid=28374 vsize=13977988 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/28377/task/28379/stat : 28379 (java) R 28374 28377 8289 0 -1 4202560 11218 0 0 0 126 6 0 0 20 0 15 0 126070507 14313459712 57403 18446744073709551615 4194304 4196468 140731769767104 139918941909424 139918579440673 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28380] ppid=28374 vsize=13977988 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28377/task/28380/stat : 28380 (java) S 28374 28377 8289 0 -1 1077944384 56 0 0 0 3 1 0 0 20 0 15 0 126070508 14313459712 57403 18446744073709551615 4194304 4196468 140731769767104 139918538107920 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28381] ppid=28374 vsize=13977988 memory=4168 CPUtime=0.04 cores=1,3,5,7
/proc/28377/task/28381/stat : 28381 (java) S 28374 28377 8289 0 -1 1077944384 262 0 0 0 3 1 0 0 20 0 15 0 126070508 14313459712 57403 18446744073709551615 4194304 4196468 140731769767104 139918537055376 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28382] ppid=28374 vsize=13977988 memory=61316 CPUtime=0.03 cores=1,3,5,7
/proc/28377/task/28382/stat : 28382 (java) S 28374 28377 8289 0 -1 1077944384 78 0 0 0 2 1 0 0 20 0 15 0 126070508 14313459712 57403 18446744073709551615 4194304 4196468 140731769767104 139918536002320 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28383] ppid=28374 vsize=13977988 memory=1296 CPUtime=0.04 cores=1,3,5,7
/proc/28377/task/28383/stat : 28383 (java) S 28374 28377 8289 0 -1 1077944384 83 0 0 0 3 1 0 0 20 0 15 0 126070508 14313459712 57403 18446744073709551615 4194304 4196468 140731769767104 139918534949776 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28384] ppid=28374 vsize=13977988 memory=2440 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28384/stat : 28384 (java) S 28374 28377 8289 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 15 0 126070509 14313459712 57403 18446744073709551615 4194304 4196468 140731769767104 139917854738672 139918937684610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28385] ppid=28374 vsize=13977988 memory=1840 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28385/stat : 28385 (java) S 28374 28377 8289 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 126070510 14313459712 57403 18446744073709551615 4194304 4196468 140731769767104 139917853684896 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28386] ppid=28374 vsize=13977988 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28386/stat : 28386 (java) S 28374 28377 8289 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 126070510 14313459712 57403 18446744073709551615 4194304 4196468 140731769767104 139917852631792 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28387] ppid=28374 vsize=13977988 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28387/stat : 28387 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14313459712 57403 18446744073709551615 4194304 4196468 140731769767104 139917851580368 139918937692059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28388] ppid=28374 vsize=13977988 memory=3472328296227679313 CPUtime=0.63 cores=1,3,5,7
/proc/28377/task/28388/stat : 28388 (java) R 28374 28377 8289 0 -1 4202560 3121 0 0 0 63 0 0 0 20 0 15 0 126070513 14313459712 57404 18446744073709551615 4194304 4196468 140731769767104 139917850516928 139918929962912 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28389] ppid=28374 vsize=13977988 memory=8740 CPUtime=0.61 cores=1,3,5,7
/proc/28377/task/28389/stat : 28389 (java) R 28374 28377 8289 0 -1 4202560 3222 0 0 0 61 0 0 0 20 0 15 0 126070513 14313459712 57404 18446744073709551615 4194304 4196468 140731769767104 139917849461184 139918917503825 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28390] ppid=28374 vsize=13977988 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/28377/task/28390/stat : 28390 (java) S 28374 28377 8289 0 -1 1077944384 2588 0 0 0 46 0 0 0 20 0 15 0 126070513 14313459712 57404 18446744073709551615 4194304 4196468 140731769767104 139917848422896 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28391] ppid=28374 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28391/stat : 28391 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14313459712 57404 18446744073709551615 4194304 4196468 140731769767104 139917847370592 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28392] ppid=28374 vsize=13977988 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28392/stat : 28392 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070516 14313459712 57404 18446744073709551615 4194304 4196468 140731769767104 139917846317616 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0

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

[startup+7.2598 s]
# the end of solver process 28377 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.5124 s, system=1.41928 s

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

[startup+6.50077 s]
/proc/loadavg: 1.52 1.50 1.48 3/214 28392
/proc/meminfo: memFree=29688120/32770624 swapFree=67108860/67108860
[pid=28377] ppid=28374 vsize=13980036 memory=1319016 CPUtime=13.28 cores=1,3,5,7
/proc/28377/stat : 28377 (java) S 28374 28377 8289 0 -1 1077944320 37517 0 0 0 1217 111 0 0 20 0 15 0 126070499 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 140731769749648 139918937673463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
/proc/28377/statm: 3495009 329754 3822 1 0 3483783 0
[pid=28377/tid=28379] ppid=28374 vsize=13980036 memory=-8774313645642428999 CPUtime=4.52 cores=1,3,5,7
/proc/28377/task/28379/stat : 28379 (java) R 28374 28377 8289 0 -1 4202560 15066 0 0 0 440 12 0 0 20 0 15 0 126070507 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139918941907024 139918584188460 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28380] ppid=28374 vsize=13980036 memory=5937827219373647975 CPUtime=1.26 cores=1,3,5,7
/proc/28377/task/28380/stat : 28380 (java) S 28374 28377 8289 0 -1 1077944384 766 0 0 0 103 23 0 0 20 0 15 0 126070508 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139918538107920 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28381] ppid=28374 vsize=13980036 memory=7236834262762549095 CPUtime=1.26 cores=1,3,5,7
/proc/28377/task/28381/stat : 28381 (java) S 28374 28377 8289 0 -1 1077944384 1911 0 0 0 103 23 0 0 20 0 15 0 126070508 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139918537055376 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28382] ppid=28374 vsize=13980036 memory=279524659181360 CPUtime=1.25 cores=1,3,5,7
/proc/28377/task/28382/stat : 28382 (java) S 28374 28377 8289 0 -1 1077944384 1127 0 0 0 102 23 0 0 20 0 15 0 126070508 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139918536002320 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28383] ppid=28374 vsize=13980036 memory=8049867166153220215 CPUtime=1.25 cores=1,3,5,7
/proc/28377/task/28383/stat : 28383 (java) S 28374 28377 8289 0 -1 1077944384 718 0 0 0 103 22 0 0 20 0 15 0 126070508 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139918534949776 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28384] ppid=28374 vsize=13980036 memory=6655300316396806240 CPUtime=0.03 cores=1,3,5,7
/proc/28377/task/28384/stat : 28384 (java) S 28374 28377 8289 0 -1 1077944384 2114 0 0 0 3 0 0 0 20 0 15 0 126070509 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139917854738672 139918937684610 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 51 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28385] ppid=28374 vsize=13980036 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28385/stat : 28385 (java) S 28374 28377 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 126070510 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139917853684960 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28386] ppid=28374 vsize=13980036 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28386/stat : 28386 (java) S 28374 28377 8289 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 126070510 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139917852631808 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28387] ppid=28374 vsize=13980036 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28387/stat : 28387 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139917851580368 139918937692059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28388] ppid=28374 vsize=13980036 memory=2012 CPUtime=1.49 cores=1,3,5,7
/proc/28377/task/28388/stat : 28388 (java) S 28374 28377 8289 0 -1 1077944384 3790 0 0 0 149 0 0 0 20 0 15 0 126070513 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139917850528496 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28389] ppid=28374 vsize=13980036 memory=11160 CPUtime=1.42 cores=1,3,5,7
/proc/28377/task/28389/stat : 28389 (java) R 28374 28377 8289 0 -1 4202560 4527 0 0 0 141 1 0 0 20 0 15 0 126070513 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139917849475952 139918917328672 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28390] ppid=28374 vsize=13980036 memory=5788 CPUtime=0.71 cores=1,3,5,7
/proc/28377/task/28390/stat : 28390 (java) S 28374 28377 8289 0 -1 1077944384 6047 0 0 0 70 1 0 0 20 0 15 0 126070513 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139917848422896 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28391] ppid=28374 vsize=13980036 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28391/stat : 28391 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139917847370592 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28392] ppid=28374 vsize=13980036 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28392/stat : 28392 (java) S 28374 28377 8289 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 126070516 14315556864 329754 18446744073709551615 4194304 4196468 140731769767104 139917846317616 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
Current children cumulated CPU time: 13.28 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 1319016 KiB

[startup+6.90088 s]
/proc/loadavg: 1.52 1.50 1.48 3/214 28392
/proc/meminfo: memFree=29688120/32770624 swapFree=67108860/67108860
[pid=28377] ppid=28374 vsize=13980036 memory=1578728 CPUtime=14.49 cores=1,3,5,7
/proc/28377/stat : 28377 (java) S 28374 28377 8289 0 -1 1077944320 38501 0 0 0 1309 140 0 0 20 0 15 0 126070499 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 140731769749648 139918937673463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
/proc/28377/statm: 3495009 394682 3822 1 0 3483783 0
[pid=28377/tid=28379] ppid=28374 vsize=13980036 memory=1296 CPUtime=4.73 cores=1,3,5,7
/proc/28377/task/28379/stat : 28379 (java) R 28374 28377 8289 0 -1 4202560 15066 0 0 0 461 12 0 0 20 0 15 0 126070507 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918941907712 139918584224374 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28380] ppid=28374 vsize=13980036 memory=2440 CPUtime=1.44 cores=1,3,5,7
/proc/28377/task/28380/stat : 28380 (java) S 28374 28377 8289 0 -1 1077944384 991 0 0 0 114 30 0 0 20 0 15 0 126070508 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918538107920 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28381] ppid=28374 vsize=13980036 memory=1840 CPUtime=1.43 cores=1,3,5,7
/proc/28377/task/28381/stat : 28381 (java) S 28374 28377 8289 0 -1 1077944384 2111 0 0 0 113 30 0 0 20 0 15 0 126070508 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918537055376 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28382] ppid=28374 vsize=13980036 memory=792 CPUtime=1.43 cores=1,3,5,7
/proc/28377/task/28382/stat : 28382 (java) S 28374 28377 8289 0 -1 1077944384 1344 0 0 0 113 30 0 0 20 0 15 0 126070508 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918536002320 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28383] ppid=28374 vsize=13980036 memory=1716 CPUtime=1.44 cores=1,3,5,7
/proc/28377/task/28383/stat : 28383 (java) S 28374 28377 8289 0 -1 1077944384 929 0 0 0 114 30 0 0 20 0 15 0 126070508 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918534949776 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28384] ppid=28374 vsize=13980036 memory=1228 CPUtime=0.03 cores=1,3,5,7
/proc/28377/task/28384/stat : 28384 (java) S 28374 28377 8289 0 -1 1077944384 2168 0 0 0 3 0 0 0 20 0 15 0 126070509 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917854738672 139918937684610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28385] ppid=28374 vsize=13980036 memory=14356 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28385/stat : 28385 (java) S 28374 28377 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 126070510 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917853684960 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28386] ppid=28374 vsize=13980036 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28386/stat : 28386 (java) S 28374 28377 8289 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 126070510 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917852631808 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28387] ppid=28374 vsize=13980036 memory=33 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28387/stat : 28387 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917851580368 139918937692059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28388] ppid=28374 vsize=13980036 memory=0 CPUtime=1.6 cores=1,3,5,7
/proc/28377/task/28388/stat : 28388 (java) S 28374 28377 8289 0 -1 1077944384 3848 0 0 0 160 0 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917850528496 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28389] ppid=28374 vsize=13980036 memory=0 CPUtime=1.58 cores=1,3,5,7
/proc/28377/task/28389/stat : 28389 (java) R 28374 28377 8289 0 -1 4202560 4546 0 0 0 157 1 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917849467232 139918916844484 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28390] ppid=28374 vsize=13980036 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/28377/task/28390/stat : 28390 (java) S 28374 28377 8289 0 -1 1077944384 6047 0 0 0 70 1 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917848422896 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28391] ppid=28374 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28391/stat : 28391 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917847370592 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28392] ppid=28374 vsize=13980036 memory=279524658981120 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28392/stat : 28392 (java) S 28374 28377 8289 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 126070516 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917846317616 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
Current children cumulated CPU time: 14.49 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 1578728 KiB

[startup+7.10076 s]*
/proc/loadavg: 1.52 1.50 1.48 3/214 28392
/proc/meminfo: memFree=29427716/32770624 swapFree=67108860/67108860
[pid=28377] ppid=28374 vsize=13980036 memory=1578728 CPUtime=14.73 cores=1,3,5,7
/proc/28377/stat : 28377 (java) S 28374 28377 8289 0 -1 1077944320 38506 0 0 0 1333 140 0 0 20 0 15 0 126070499 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 140731769749648 139918937673463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
/proc/28377/statm: 3495009 394682 3822 1 0 3483783 0
[pid=28377/tid=28379] ppid=28374 vsize=13980036 memory=8318255677412212789 CPUtime=4.94 cores=1,3,5,7
/proc/28377/task/28379/stat : 28379 (java) R 28374 28377 8289 0 -1 4202560 15066 0 0 0 482 12 0 0 20 0 15 0 126070507 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918941905256 139918584062037 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28380] ppid=28374 vsize=13980036 memory=316378098084086116 CPUtime=1.44 cores=1,3,5,7
/proc/28377/task/28380/stat : 28380 (java) S 28374 28377 8289 0 -1 1077944384 991 0 0 0 114 30 0 0 20 0 15 0 126070508 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918538107920 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28381] ppid=28374 vsize=13980036 memory=1131427 CPUtime=1.43 cores=1,3,5,7
/proc/28377/task/28381/stat : 28381 (java) S 28374 28377 8289 0 -1 1077944384 2111 0 0 0 113 30 0 0 20 0 15 0 126070508 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918537055376 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28382] ppid=28374 vsize=13980036 memory=6943526294502006880 CPUtime=1.43 cores=1,3,5,7
/proc/28377/task/28382/stat : 28382 (java) S 28374 28377 8289 0 -1 1077944384 1344 0 0 0 113 30 0 0 20 0 15 0 126070508 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918536002320 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28383] ppid=28374 vsize=13980036 memory=-1 CPUtime=1.44 cores=1,3,5,7
/proc/28377/task/28383/stat : 28383 (java) S 28374 28377 8289 0 -1 1077944384 929 0 0 0 114 30 0 0 20 0 15 0 126070508 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918534949776 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28384] ppid=28374 vsize=13980036 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28377/task/28384/stat : 28384 (java) S 28374 28377 8289 0 -1 1077944384 2168 0 0 0 3 0 0 0 20 0 15 0 126070509 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917854738672 139918937684610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28385] ppid=28374 vsize=13980036 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28385/stat : 28385 (java) S 28374 28377 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 126070510 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917853684960 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28386] ppid=28374 vsize=13980036 memory=139762434221696 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28386/stat : 28386 (java) S 28374 28377 8289 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 126070510 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917852631808 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28387] ppid=28374 vsize=13980036 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28387/stat : 28387 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917851580368 139918937692059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28388] ppid=28374 vsize=13980036 memory=0 CPUtime=1.61 cores=1,3,5,7
/proc/28377/task/28388/stat : 28388 (java) S 28374 28377 8289 0 -1 1077944384 3849 0 0 0 161 0 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917850528496 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28389] ppid=28374 vsize=13980036 memory=3472323898181169199 CPUtime=1.6 cores=1,3,5,7
/proc/28377/task/28389/stat : 28389 (java) S 28374 28377 8289 0 -1 1077944384 4550 0 0 0 159 1 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917849475952 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28390] ppid=28374 vsize=13980036 memory=179067031 CPUtime=0.71 cores=1,3,5,7
/proc/28377/task/28390/stat : 28390 (java) S 28374 28377 8289 0 -1 1077944384 6047 0 0 0 70 1 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917848422896 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28391] ppid=28374 vsize=13980036 memory=7523100880714290796 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28391/stat : 28391 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917847370592 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28392] ppid=28374 vsize=13980036 memory=7883944126069821776 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28392/stat : 28392 (java) S 28374 28377 8289 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 126070516 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917846317616 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
Current children cumulated CPU time: 14.73 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 1578728 KiB

[startup+7.21033 s]
/proc/loadavg: 1.52 1.50 1.48 3/214 28392
/proc/meminfo: memFree=29427716/32770624 swapFree=67108860/67108860
[pid=28377] ppid=28374 vsize=13980036 memory=1578728 CPUtime=14.84 cores=1,3,5,7
/proc/28377/stat : 28377 (java) S 28374 28377 8289 0 -1 1077944320 38506 0 0 0 1344 140 0 0 20 0 15 0 126070499 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 140731769749648 139918937673463 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
/proc/28377/statm: 3495009 394682 3822 1 0 3483783 0
[pid=28377/tid=28379] ppid=28374 vsize=13980036 memory=1578728 CPUtime=5.04 cores=1,3,5,7
/proc/28377/task/28379/stat : 28379 (java) R 28374 28377 8289 0 -1 4202560 15066 0 0 0 492 12 0 0 20 0 15 0 126070507 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918941905256 139918584226805 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28380] ppid=28374 vsize=13980036 memory=2257 CPUtime=1.44 cores=1,3,5,7
/proc/28377/task/28380/stat : 28380 (java) S 28374 28377 8289 0 -1 1077944384 991 0 0 0 114 30 0 0 20 0 15 0 126070508 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918538107920 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28381] ppid=28374 vsize=13980036 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/28377/task/28381/stat : 28381 (java) S 28374 28377 8289 0 -1 1077944384 2111 0 0 0 113 30 0 0 20 0 15 0 126070508 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918537055376 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28382] ppid=28374 vsize=13980036 memory=39908 CPUtime=1.43 cores=1,3,5,7
/proc/28377/task/28382/stat : 28382 (java) S 28374 28377 8289 0 -1 1077944384 1344 0 0 0 113 30 0 0 20 0 15 0 126070508 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918536002320 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28383] ppid=28374 vsize=13980036 memory=-6876588628787748224 CPUtime=1.44 cores=1,3,5,7
/proc/28377/task/28383/stat : 28383 (java) S 28374 28377 8289 0 -1 1077944384 929 0 0 0 114 30 0 0 20 0 15 0 126070508 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139918534949776 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28384] ppid=28374 vsize=13980036 memory=243 CPUtime=0.03 cores=1,3,5,7
/proc/28377/task/28384/stat : 28384 (java) S 28374 28377 8289 0 -1 1077944384 2168 0 0 0 3 0 0 0 20 0 15 0 126070509 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917854738672 139918937684610 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28385] ppid=28374 vsize=13980036 memory=69 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28385/stat : 28385 (java) S 28374 28377 8289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 126070510 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917853684960 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28386] ppid=28374 vsize=13980036 memory=68 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28386/stat : 28386 (java) S 28374 28377 8289 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 126070510 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917852631808 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28387] ppid=28374 vsize=13980036 memory=160 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28387/stat : 28387 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917851580368 139918937692059 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28388] ppid=28374 vsize=13980036 memory=159 CPUtime=1.62 cores=1,3,5,7
/proc/28377/task/28388/stat : 28388 (java) S 28374 28377 8289 0 -1 1077944384 3849 0 0 0 162 0 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917850528496 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28389] ppid=28374 vsize=13980036 memory=71 CPUtime=1.6 cores=1,3,5,7
/proc/28377/task/28389/stat : 28389 (java) S 28374 28377 8289 0 -1 1077944384 4550 0 0 0 159 1 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917849475952 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28390] ppid=28374 vsize=13980036 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/28377/task/28390/stat : 28390 (java) S 28374 28377 8289 0 -1 1077944384 6047 0 0 0 70 1 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917848422896 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28391] ppid=28374 vsize=13980036 memory=56 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28391/stat : 28391 (java) S 28374 28377 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 126070513 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917847370592 139918937683669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
[pid=28377/tid=28392] ppid=28374 vsize=13980036 memory=279524659521504 CPUtime=0 cores=1,3,5,7
/proc/28377/task/28392/stat : 28392 (java) S 28374 28377 8289 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 126070516 14315556864 394682 18446744073709551615 4194304 4196468 140731769767104 139917846317616 139918937684610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 16003072 140731769770350 140731769770537 140731769770537 140731769774031 0
Current children cumulated CPU time: 14.84 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 1578728 KiB

Child status: 0
Real time (s): 7.25984
CPU time (s): 14.9317
CPU user time (s): 13.5124
CPU system time (s): 1.41928
CPU usage (%): 205.675
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 1578728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5124
system time used= 1.41928
maximum resident set size= 1579944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38639
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3135
involuntary context switches= 76


# summary of solver processes directly reported to runsolver:
#   pid: 28377
#   total CPU time (s): 14.9317
#   total CPU user time (s): 13.5124
#   total CPU system time (s): 1.41928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06125 second user time and 0.119505 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-15 09:21:45
IDJOB=4274162
IDBENCH=126922
IDSOLVER=2666
FILE ID=node133/4274162-1502782553
RUNJOBID= node133-1502652501-6259
PBS_JOBID= 
Free space on /tmp= 61988 MiB

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

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

MD5SUM BENCH= 7780e40de56b9bae3ab082521ef58da1
RANDOM SEED=1554410834

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30993696 kB
MemAvailable:   31760904 kB
Buffers:          270824 kB
Cached:           796572 kB
SwapCached:            0 kB
Active:          1060536 kB
Inactive:         260304 kB
Active(anon):     194516 kB
Inactive(anon):   108956 kB
Active(file):     866020 kB
Inactive(file):   151348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42532 kB
Writeback:             0 kB
AnonPages:        253412 kB
Mapped:            74984 kB
Shmem:             49852 kB
Slab:             159108 kB
SReclaimable:     131348 kB
SUnreclaim:        27760 kB
KernelStack:        3488 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1215236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-15 09:21:53