Trace number 4387285

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
Concrete 3.10SAT 5.26552 2.57506

General information on the benchmark

NamePrimes/
Primes-m1-p20/Primes-20-20-3-3.xml
MD5SUM065412ea00e4edb14381318bc4e9318f
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 benchmark0.007616
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size70
Maximum domain size70
Distribution of domain sizes[{"size":70,"count":60}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":40},{"degree":1,"count":35},{"degree":2,"count":17},{"degree":3,"count":8}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":3},{"arity":4,"count":7},{"arity":5,"count":4},{"arity":6,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

0.75/0.54	c Concrete v3.10.1560635388952 running
5.07/2.54	v <instantiation
5.07/2.54	v         >
5.07/2.54	v       <list>
5.07/2.54	v         x[2] x[3] x[4] x[5] x[7] x[9] x[12] x[13] x[14] x[15] x[17] x[19] x[20] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[33] x[36] x[37] x[39] x[40] x[44] x[46] x[48] x[49] x[50] x[51] x[53] x[55] x[56] x[59] x[60] x[61] x[64] x[65] x[67] x[68] x[69] x[70] x[71] x[72] x[74] x[75] x[76] x[77] x[79] x[80] x[82] x[83] x[84] x[88] x[90] x[92] x[93] x[95] x[99]
5.07/2.54	v       </list>
5.07/2.54	v       <values>
5.07/2.54	v         42 7 8 15 41 2 46 71 6 50 71 2 2 23 2 68 12 16 8 27 53 6 71 36 70 36 71 4 63 6 71 25 2 69 2 20 2 71 45 2 27 71 7 50 37 71 50 18 14 24 3 47 67 3 64 71 17 14 4 70
5.07/2.54	v       </values>
5.07/2.54	v     </instantiation>
5.07/2.54	s SATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387285-1568297413/watcher-4387285-1568297413 -o /tmp/evaluation-result-4387285-1568297413/solver-4387285-1568297413 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=374517286 HOME/instance-4387285-1568297413.xml 

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

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


[startup+0.1001 s]*
/proc/loadavg: 1.78 1.58 1.48 3/218 11542
/proc/meminfo: memFree=30574392/32770624 swapFree=66940040/67108860
[pid=11485] ppid=11482 vsize=9972712 memory=17340 CPUtime=0.1 cores=0,2,4,6
/proc/11485/stat : 11485 (java) S 11482 11485 6622 0 -1 1077944320 4565 13161 0 0 1 1 5 3 20 0 6 0 405980037 10212057088 4335 33554432000 4194304 4196468 140721700363632 140721700346176 139709607239415 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
/proc/11485/statm: 2493178 4335 1958 1 0 2481616 0
[pid=11485/tid=11538] ppid=11482 vsize=9989820 memory=4279135703913103502 CPUtime=0.09 cores=0,2,4,6
/proc/11485/task/11538/stat : 11538 (java) R 11482 11485 6622 0 -1 4202560 2409 13161 0 0 1 0 5 3 20 0 7 0 405980046 10229575680 4401 33554432000 4194304 4196468 140721700363632 139709579082368 139709607249621 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11539] ppid=11482 vsize=10055356 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11539/stat : 11539 (java) S 11482 11485 6622 0 -1 1077944384 3 13161 0 0 0 0 5 3 20 0 7 0 405980047 10296684544 4401 33554432000 4194304 4196468 140721700363632 139709611481616 139709607249621 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11540] ppid=11482 vsize=10055356 memory=140615862949504 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11540/stat : 11540 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 7 0 405980047 10296684544 4401 33554432000 4194304 4196468 140721700363632 139709180074640 139709607249621 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11541] ppid=11482 vsize=10055356 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11541/stat : 11541 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 7 0 405980047 10296684544 4401 33554432000 4194304 4196468 140721700363632 139709179021584 139709607249621 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11542] ppid=11482 vsize=10055356 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11542/stat : 11542 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 7 0 405980047 10296684544 4401 33554432000 4194304 4196468 140721700363632 139709177969040 139709607249621 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11543] ppid=11482 vsize=10055356 memory=140615862949504 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11543/stat : 11543 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 7 0 405980048 10296684544 4401 33554432000 4194304 4196468 140721700363632 139709133875952 139709607250562 0 0 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17340 KiB

[startup+0.210136 s]*
/proc/loadavg: 1.78 1.58 1.48 4/227 11551
/proc/meminfo: memFree=30552196/32770624 swapFree=66940040/67108860
[pid=11485] ppid=11482 vsize=10819964 memory=44272 CPUtime=0.27 cores=0,2,4,6
/proc/11485/stat : 11485 (java) S 11482 11485 6622 0 -1 1077944320 7375 13161 0 0 17 2 5 3 20 0 15 0 405980037 11079643136 11068 33554432000 4194304 4196468 140721700363632 140721700346176 139709607239415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
/proc/11485/statm: 2704991 11068 2983 1 0 2667405 0
[pid=11485/tid=11538] ppid=11482 vsize=10820924 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/11485/task/11538/stat : 11538 (java) R 11482 11485 6622 0 -1 4202560 3953 13161 0 0 11 1 5 3 20 0 15 0 405980046 11080626176 11134 33554432000 4194304 4196468 140721700363632 139709579064224 139709599919133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11539] ppid=11482 vsize=10820924 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11539/stat : 11539 (java) S 11482 11485 6622 0 -1 1077944384 3 13161 0 0 0 0 5 3 20 0 15 0 405980047 11080626176 11134 33554432000 4194304 4196468 140721700363632 139709611481616 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11540] ppid=11482 vsize=10820924 memory=3619120673505646240 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11540/stat : 11540 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980047 11080626176 11200 33554432000 4194304 4196468 140721700363632 139709180074640 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11541] ppid=11482 vsize=10820924 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11541/stat : 11541 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980047 11080626176 11200 33554432000 4194304 4196468 140721700363632 139709179021584 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11542] ppid=11482 vsize=10820924 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11542/stat : 11542 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980047 11080626176 11200 33554432000 4194304 4196468 140721700363632 139709177969040 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11543] ppid=11482 vsize=10820924 memory=140615862949504 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11543/stat : 11543 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980048 11080626176 11200 33554432000 4194304 4196468 140721700363632 139709133875952 139709607250562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11544] ppid=11482 vsize=10820924 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11544/stat : 11544 (java) S 11482 11485 6622 0 -1 1077944384 13 13161 0 0 0 0 5 3 20 0 15 0 405980049 11080626176 11266 33554432000 4194304 4196468 140721700363632 139709045008032 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11545] ppid=11482 vsize=10820924 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11545/stat : 11545 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980049 11080626176 11266 33554432000 4194304 4196468 140721700363632 139708910789872 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11546] ppid=11482 vsize=10820924 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11546/stat : 11546 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980052 11080626176 11266 33554432000 4194304 4196468 140721700363632 139708306811344 139709607258011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11547] ppid=11482 vsize=10820924 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11485/task/11547/stat : 11547 (java) S 11482 11485 6622 0 -1 1077944384 352 13161 0 0 1 0 5 3 20 0 15 0 405980052 11080626176 11266 33554432000 4194304 4196468 140721700363632 139709132822768 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11548] ppid=11482 vsize=10820924 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11548/stat : 11548 (java) S 11482 11485 6622 0 -1 1077944384 275 13161 0 0 0 0 5 3 20 0 15 0 405980052 11080626176 11332 33554432000 4194304 4196468 140721700363632 139709131770224 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11549] ppid=11482 vsize=10820924 memory=140615862949504 CPUtime=0.11 cores=0,2,4,6
/proc/11485/task/11549/stat : 11549 (java) S 11482 11485 6622 0 -1 1077944384 637 13161 0 0 3 0 5 3 20 0 15 0 405980052 11080626176 11332 33554432000 4194304 4196468 140721700363632 139709130717168 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11550] ppid=11482 vsize=10820924 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11550/stat : 11550 (java) S 11482 11485 6622 0 -1 1077944384 3 13161 0 0 0 0 5 3 20 0 15 0 405980052 11080626176 11332 33554432000 4194304 4196468 140721700363632 139707837049184 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11551] ppid=11482 vsize=10820924 memory=140615862949504 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11551/stat : 11551 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980052 11080626176 11332 33554432000 4194304 4196468 140721700363632 139709129665584 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 44272 KiB

[startup+0.310594 s]*
/proc/loadavg: 1.78 1.58 1.48 3/227 11551
/proc/meminfo: memFree=30542100/32770624 swapFree=66940040/67108860
[pid=11485] ppid=11482 vsize=10820096 memory=54372 CPUtime=0.41 cores=0,2,4,6
/proc/11485/stat : 11485 (java) S 11482 11485 6622 0 -1 1077944320 10805 13161 0 0 29 4 5 3 20 0 15 0 405980037 11079778304 13593 33554432000 4194304 4196468 140721700363632 140721700346176 139709607239415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
/proc/11485/statm: 2705061 13593 3237 1 0 2667149 0
[pid=11485/tid=11538] ppid=11482 vsize=10820244 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/11485/task/11538/stat : 11538 (java) R 11482 11485 6622 0 -1 4202560 7324 13161 0 0 19 2 5 3 20 0 15 0 405980046 11079929856 13658 33554432000 4194304 4196468 140721700363632 139709579038672 139709607261341 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11539] ppid=11482 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11539/stat : 11539 (java) S 11482 11485 6622 0 -1 1077944384 3 13161 0 0 0 0 5 3 20 0 15 0 405980047 11079929856 13658 33554432000 4194304 4196468 140721700363632 139709611481616 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11540] ppid=11482 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11540/stat : 11540 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980047 11079929856 13658 33554432000 4194304 4196468 140721700363632 139709180074640 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11541] ppid=11482 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11541/stat : 11541 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980047 11079929856 13658 33554432000 4194304 4196468 140721700363632 139709179021584 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11542] ppid=11482 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11542/stat : 11542 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980047 11079929856 13658 33554432000 4194304 4196468 140721700363632 139709177969040 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11543] ppid=11482 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11543/stat : 11543 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980048 11079929856 13658 33554432000 4194304 4196468 140721700363632 139709133875952 139709607250562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11544] ppid=11482 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11544/stat : 11544 (java) S 11482 11485 6622 0 -1 1077944384 13 13161 0 0 0 0 5 3 20 0 15 0 405980049 11079929856 13658 33554432000 4194304 4196468 140721700363632 139709045008032 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11545] ppid=11482 vsize=10820244 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11545/stat : 11545 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980049 11079929856 13658 33554432000 4194304 4196468 140721700363632 139708910789872 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11546] ppid=11482 vsize=10820244 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11546/stat : 11546 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980052 11079929856 13658 33554432000 4194304 4196468 140721700363632 139708306811344 139709607258011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11547] ppid=11482 vsize=10820244 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11485/task/11547/stat : 11547 (java) S 11482 11485 6622 0 -1 1077944384 354 13161 0 0 1 0 5 3 20 0 15 0 405980052 11079929856 13658 33554432000 4194304 4196468 140721700363632 139709132822768 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11548] ppid=11482 vsize=10820244 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11485/task/11548/stat : 11548 (java) S 11482 11485 6622 0 -1 1077944384 275 13161 0 0 1 0 5 3 20 0 15 0 405980052 11079929856 13658 33554432000 4194304 4196468 140721700363632 139709131770224 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11549] ppid=11482 vsize=10820244 memory=140615862949504 CPUtime=0.13 cores=0,2,4,6
/proc/11485/task/11549/stat : 11549 (java) S 11482 11485 6622 0 -1 1077944384 650 13161 0 0 5 0 5 3 20 0 15 0 405980052 11079929856 13658 33554432000 4194304 4196468 140721700363632 139709130717168 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11550] ppid=11482 vsize=10820244 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11550/stat : 11550 (java) S 11482 11485 6622 0 -1 1077944384 3 13161 0 0 0 0 5 3 20 0 15 0 405980052 11079929856 13658 33554432000 4194304 4196468 140721700363632 139707837049184 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11551] ppid=11482 vsize=10820244 memory=140615862949504 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11551/stat : 11551 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980052 11079929856 13658 33554432000 4194304 4196468 140721700363632 139709129665584 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54372 KiB

[startup+0.700665 s]
/proc/loadavg: 1.78 1.58 1.48 5/228 11553
/proc/meminfo: memFree=30527016/32770624 swapFree=66940040/67108860
[pid=11485] ppid=11482 vsize=10824340 memory=84832 CPUtime=1.15 cores=0,2,4,6
/proc/11485/stat : 11485 (java) S 11482 11485 6622 0 -1 1077944320 15025 13161 0 0 101 6 5 3 20 0 15 0 405980037 11084124160 21208 33554432000 4194304 4196468 140721700363632 140721700346176 139709607239415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
/proc/11485/statm: 2706085 21208 3499 1 0 2668173 0
[pid=11485/tid=11538] ppid=11482 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/11485/task/11538/stat : 11538 (java) R 11482 11485 6622 0 -1 4202560 10699 13161 0 0 55 4 5 3 20 0 15 0 405980046 11084124160 21208 33554432000 4194304 4196468 140721700363632 139709579057376 139709591319902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11539] ppid=11482 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11539/stat : 11539 (java) S 11482 11485 6622 0 -1 1077944384 3 13161 0 0 0 0 5 3 20 0 15 0 405980047 11084124160 21208 33554432000 4194304 4196468 140721700363632 139709611481616 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11540] ppid=11482 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11540/stat : 11540 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980047 11084124160 21208 33554432000 4194304 4196468 140721700363632 139709180074640 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11541] ppid=11482 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11541/stat : 11541 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980047 11084124160 21208 33554432000 4194304 4196468 140721700363632 139709179021584 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11542] ppid=11482 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11542/stat : 11542 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980047 11084124160 21208 33554432000 4194304 4196468 140721700363632 139709177969040 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11543] ppid=11482 vsize=10824340 memory=140617229271617 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11543/stat : 11543 (java) S 11482 11485 6622 0 -1 1077944384 5 13161 0 0 0 0 5 3 20 0 15 0 405980048 11084124160 21208 33554432000 4194304 4196468 140721700363632 139709133875952 139709607250562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11544] ppid=11482 vsize=10824340 memory=140617229271624 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11544/stat : 11544 (java) S 11482 11485 6622 0 -1 1077944384 13 13161 0 0 0 0 5 3 20 0 15 0 405980049 11084124160 21208 33554432000 4194304 4196468 140721700363632 139709045008032 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11545] ppid=11482 vsize=10824340 memory=140617229271628 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11545/stat : 11545 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980049 11084124160 21208 33554432000 4194304 4196468 140721700363632 139708910789872 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11546] ppid=11482 vsize=10824340 memory=140617229271629 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11546/stat : 11546 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980052 11084124160 21208 33554432000 4194304 4196468 140721700363632 139708306811344 139709607258011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11547] ppid=11482 vsize=10824340 memory=140617229271636 CPUtime=0.22 cores=0,2,4,6
/proc/11485/task/11547/stat : 11547 (java) S 11482 11485 6622 0 -1 1077944384 724 13161 0 0 14 0 5 3 20 0 15 0 405980052 11084124160 21208 33554432000 4194304 4196468 140721700363632 139709132822768 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11548] ppid=11482 vsize=10824340 memory=140617229271638 CPUtime=0.2 cores=0,2,4,6
/proc/11485/task/11548/stat : 11548 (java) S 11482 11485 6622 0 -1 1077944384 531 13161 0 0 12 0 5 3 20 0 15 0 405980052 11084124160 21208 33554432000 4194304 4196468 140721700363632 139709131770224 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11549] ppid=11482 vsize=10824340 memory=140617229271658 CPUtime=0.25 cores=0,2,4,6
/proc/11485/task/11549/stat : 11549 (java) S 11482 11485 6622 0 -1 1077944384 835 13161 0 0 17 0 5 3 20 0 15 0 405980052 11084124160 21208 33554432000 4194304 4196468 140721700363632 139709130717168 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11550] ppid=11482 vsize=10824340 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11550/stat : 11550 (java) S 11482 11485 6622 0 -1 1077944384 3 13161 0 0 0 0 5 3 20 0 15 0 405980052 11084124160 21208 33554432000 4194304 4196468 140721700363632 139707837049184 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11551] ppid=11482 vsize=10824340 memory=2112 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11551/stat : 11551 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980052 11084124160 21208 33554432000 4194304 4196468 140721700363632 139709129665584 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84832 KiB

[startup+1.50071 s]
/proc/loadavg: 1.78 1.58 1.48 4/228 11553
/proc/meminfo: memFree=30481976/32770624 swapFree=66940040/67108860
[pid=11485] ppid=11482 vsize=10834656 memory=170188 CPUtime=2.52 cores=0,2,4,6
/proc/11485/stat : 11485 (java) S 11482 11485 6622 0 -1 1077944320 20233 13161 0 0 233 11 5 3 20 0 15 0 405980037 11094687744 42547 33554432000 4194304 4196468 140721700363632 140721700346176 139709607239415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
/proc/11485/statm: 2708664 42547 3568 1 0 2670733 0
[pid=11485/tid=11538] ppid=11482 vsize=10834656 memory=116412 CPUtime=1.44 cores=0,2,4,6
/proc/11485/task/11538/stat : 11538 (java) R 11482 11485 6622 0 -1 4202560 14987 13161 0 0 130 6 5 3 20 0 15 0 405980046 11094687744 42547 33554432000 4194304 4196468 140721700363632 139709579042416 139709607251350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11539] ppid=11482 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11485/task/11539/stat : 11539 (java) S 11482 11485 6622 0 -1 1077944384 28 13161 0 0 1 0 5 3 20 0 15 0 405980047 11094687744 42547 33554432000 4194304 4196468 140721700363632 139709611481616 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11540] ppid=11482 vsize=10834656 memory=-6421031960926448530 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11540/stat : 11540 (java) S 11482 11485 6622 0 -1 1077944384 33 13161 0 0 0 0 5 3 20 0 15 0 405980047 11094687744 42547 33554432000 4194304 4196468 140721700363632 139709180074640 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11541] ppid=11482 vsize=10834656 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11541/stat : 11541 (java) S 11482 11485 6622 0 -1 1077944384 30 13161 0 0 0 0 5 3 20 0 15 0 405980047 11094687744 42547 33554432000 4194304 4196468 140721700363632 139709179021584 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11542] ppid=11482 vsize=10834656 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11542/stat : 11542 (java) S 11482 11485 6622 0 -1 1077944384 17 13161 0 0 0 0 5 3 20 0 15 0 405980047 11094687744 42547 33554432000 4194304 4196468 140721700363632 139709177969040 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11543] ppid=11482 vsize=10834656 memory=281231505984064 CPUtime=0.09 cores=0,2,4,6
/proc/11485/task/11543/stat : 11543 (java) S 11482 11485 6622 0 -1 1077944384 43 13161 0 0 1 0 5 3 20 0 15 0 405980048 11094687744 42547 33554432000 4194304 4196468 140721700363632 139709133875952 139709607250562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11544] ppid=11482 vsize=10834656 memory=1943560 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11544/stat : 11544 (java) S 11482 11485 6622 0 -1 1077944384 15 13161 0 0 0 0 5 3 20 0 15 0 405980049 11094687744 42547 33554432000 4194304 4196468 140721700363632 139709045008032 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11545] ppid=11482 vsize=10834656 memory=1944734 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11545/stat : 11545 (java) S 11482 11485 6622 0 -1 1077944384 5 13161 0 0 0 0 5 3 20 0 15 0 405980049 11094687744 42547 33554432000 4194304 4196468 140721700363632 139708910789872 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11546] ppid=11482 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11546/stat : 11546 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980052 11094687744 42547 33554432000 4194304 4196468 140721700363632 139708306811344 139709607258011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11547] ppid=11482 vsize=10834656 memory=320425177016018691 CPUtime=0.38 cores=0,2,4,6
/proc/11485/task/11547/stat : 11547 (java) S 11482 11485 6622 0 -1 1077944384 795 13161 0 0 30 0 5 3 20 0 15 0 405980052 11094687744 42547 33554432000 4194304 4196468 140721700363632 139709132822768 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11548] ppid=11482 vsize=10834656 memory=288291060703143778 CPUtime=0.31 cores=0,2,4,6
/proc/11485/task/11548/stat : 11548 (java) S 11482 11485 6622 0 -1 1077944384 589 13161 0 0 23 0 5 3 20 0 15 0 405980052 11094687744 42547 33554432000 4194304 4196468 140721700363632 139709131770224 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11549] ppid=11482 vsize=10834656 memory=6656426216303648864 CPUtime=0.51 cores=0,2,4,6
/proc/11485/task/11549/stat : 11549 (java) R 11482 11485 6622 0 -1 4202560 1477 13161 0 0 42 1 5 3 20 0 15 0 405980052 11094687744 42547 33554432000 4194304 4196468 140721700363632 139709130717168 139709599479340 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11550] ppid=11482 vsize=10834656 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11550/stat : 11550 (java) S 11482 11485 6622 0 -1 1077944384 3 13161 0 0 0 0 5 3 20 0 15 0 405980052 11094687744 42547 33554432000 4194304 4196468 140721700363632 139707837049184 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11551] ppid=11482 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11551/stat : 11551 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980052 11094687744 42547 33554432000 4194304 4196468 140721700363632 139709129665584 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0

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

[startup+2.575 s]
# the end of solver process 11485 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.05796 s, system=0.207562 s

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

[startup+1.60113 s]
/proc/loadavg: 1.78 1.58 1.48 4/228 11553
/proc/meminfo: memFree=30481976/32770624 swapFree=66940040/67108860
[pid=11485] ppid=11482 vsize=10834656 memory=171436 CPUtime=2.72 cores=0,2,4,6
/proc/11485/stat : 11485 (java) S 11482 11485 6622 0 -1 1077944320 20541 13161 0 0 253 11 5 3 20 0 15 0 405980037 11094687744 42859 33554432000 4194304 4196468 140721700363632 140721700346176 139709607239415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
/proc/11485/statm: 2708664 42859 3569 1 0 2670733 0
[pid=11485/tid=11538] ppid=11482 vsize=10834656 memory=0 CPUtime=1.54 cores=0,2,4,6
/proc/11485/task/11538/stat : 11538 (java) R 11482 11485 6622 0 -1 4202560 15114 13161 0 0 140 6 5 3 20 0 15 0 405980046 11094687744 42859 33554432000 4194304 4196468 140721700363632 139709579066592 139709607251350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11539] ppid=11482 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11485/task/11539/stat : 11539 (java) S 11482 11485 6622 0 -1 1077944384 28 13161 0 0 1 0 5 3 20 0 15 0 405980047 11094687744 42859 33554432000 4194304 4196468 140721700363632 139709611481616 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11540] ppid=11482 vsize=10834656 memory=142956510201016 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11540/stat : 11540 (java) S 11482 11485 6622 0 -1 1077944384 33 13161 0 0 0 0 5 3 20 0 15 0 405980047 11094687744 42859 33554432000 4194304 4196468 140721700363632 139709180074640 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11541] ppid=11482 vsize=10834656 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11541/stat : 11541 (java) S 11482 11485 6622 0 -1 1077944384 30 13161 0 0 0 0 5 3 20 0 15 0 405980047 11094687744 42859 33554432000 4194304 4196468 140721700363632 139709179021584 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11542] ppid=11482 vsize=10834656 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11542/stat : 11542 (java) S 11482 11485 6622 0 -1 1077944384 17 13161 0 0 0 0 5 3 20 0 15 0 405980047 11094687744 42859 33554432000 4194304 4196468 140721700363632 139709177969040 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11543] ppid=11482 vsize=10834656 memory=6655300316396806240 CPUtime=0.09 cores=0,2,4,6
/proc/11485/task/11543/stat : 11543 (java) S 11482 11485 6622 0 -1 1077944384 43 13161 0 0 1 0 5 3 20 0 15 0 405980048 11094687744 42859 33554432000 4194304 4196468 140721700363632 139709133875952 139709607250562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11544] ppid=11482 vsize=10834656 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11544/stat : 11544 (java) S 11482 11485 6622 0 -1 1077944384 15 13161 0 0 0 0 5 3 20 0 15 0 405980049 11094687744 42859 33554432000 4194304 4196468 140721700363632 139709045008032 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11545] ppid=11482 vsize=10834656 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11545/stat : 11545 (java) S 11482 11485 6622 0 -1 1077944384 5 13161 0 0 0 0 5 3 20 0 15 0 405980049 11094687744 42859 33554432000 4194304 4196468 140721700363632 139708910789872 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11546] ppid=11482 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11546/stat : 11546 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980052 11094687744 42859 33554432000 4194304 4196468 140721700363632 139708306811344 139709607258011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11547] ppid=11482 vsize=10834656 memory=7449323685068435558 CPUtime=0.4 cores=0,2,4,6
/proc/11485/task/11547/stat : 11547 (java) S 11482 11485 6622 0 -1 1077944384 804 13161 0 0 32 0 5 3 20 0 15 0 405980052 11094687744 42859 33554432000 4194304 4196468 140721700363632 139709132822768 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11548] ppid=11482 vsize=10834656 memory=988 CPUtime=0.33 cores=0,2,4,6
/proc/11485/task/11548/stat : 11548 (java) S 11482 11485 6622 0 -1 1077944384 613 13161 0 0 25 0 5 3 20 0 15 0 405980052 11094687744 42859 33554432000 4194304 4196468 140721700363632 139709131770224 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11549] ppid=11482 vsize=10836704 memory=1428 CPUtime=0.57 cores=0,2,4,6
/proc/11485/task/11549/stat : 11549 (java) R 11482 11485 6622 0 -1 4202560 1638 13161 0 0 48 1 5 3 20 0 15 0 405980052 11096784896 42859 33554432000 4194304 4196468 140721700363632 139709130717168 139709591283045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11550] ppid=11482 vsize=10836704 memory=1660 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11550/stat : 11550 (java) S 11482 11485 6622 0 -1 1077944384 3 13161 0 0 0 0 5 3 20 0 15 0 405980052 11096784896 42859 33554432000 4194304 4196468 140721700363632 139707837049184 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11551] ppid=11482 vsize=10836704 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11551/stat : 11551 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980052 11096784896 42859 33554432000 4194304 4196468 140721700363632 139709129665584 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 171436 KiB

[startup+2.00066 s]*
/proc/loadavg: 1.71 1.57 1.48 5/228 11553
/proc/meminfo: memFree=30408736/32770624 swapFree=66940040/67108860
[pid=11485] ppid=11482 vsize=10838772 memory=189160 CPUtime=3.74 cores=0,2,4,6
/proc/11485/stat : 11485 (java) S 11482 11485 6622 0 -1 1077944320 24965 13161 0 0 353 13 5 3 20 0 15 0 405980037 11098902528 47290 33554432000 4194304 4196468 140721700363632 140721700346176 139709607239415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
/proc/11485/statm: 2709693 47290 3583 1 0 2671757 0
[pid=11485/tid=11538] ppid=11482 vsize=10838772 memory=6791534058613427641 CPUtime=1.94 cores=0,2,4,6
/proc/11485/task/11538/stat : 11538 (java) R 11482 11485 6622 0 -1 4202560 16459 13161 0 0 180 6 5 3 20 0 15 0 405980046 11098902528 47290 33554432000 4194304 4196468 140721700363632 139709579067376 139709607260762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11539] ppid=11482 vsize=10838772 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11485/task/11539/stat : 11539 (java) S 11482 11485 6622 0 -1 1077944384 28 13161 0 0 1 0 5 3 20 0 15 0 405980047 11098902528 47290 33554432000 4194304 4196468 140721700363632 139709611481616 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11540] ppid=11482 vsize=10838772 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11540/stat : 11540 (java) S 11482 11485 6622 0 -1 1077944384 33 13161 0 0 0 0 5 3 20 0 15 0 405980047 11098902528 47356 33554432000 4194304 4196468 140721700363632 139709180074640 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11541] ppid=11482 vsize=10838772 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11541/stat : 11541 (java) S 11482 11485 6622 0 -1 1077944384 30 13161 0 0 0 0 5 3 20 0 15 0 405980047 11098902528 47356 33554432000 4194304 4196468 140721700363632 139709179021584 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11542] ppid=11482 vsize=10838772 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11542/stat : 11542 (java) S 11482 11485 6622 0 -1 1077944384 17 13161 0 0 0 0 5 3 20 0 15 0 405980047 11098902528 47356 33554432000 4194304 4196468 140721700363632 139709177969040 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11543] ppid=11482 vsize=10838772 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11485/task/11543/stat : 11543 (java) S 11482 11485 6622 0 -1 1077944384 43 13161 0 0 1 0 5 3 20 0 15 0 405980048 11098902528 47356 33554432000 4194304 4196468 140721700363632 139709133875952 139709607250562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11544] ppid=11482 vsize=10838772 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11544/stat : 11544 (java) S 11482 11485 6622 0 -1 1077944384 15 13161 0 0 0 0 5 3 20 0 15 0 405980049 11098902528 47356 33554432000 4194304 4196468 140721700363632 139709045008032 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11545] ppid=11482 vsize=10838772 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11545/stat : 11545 (java) S 11482 11485 6622 0 -1 1077944384 5 13161 0 0 0 0 5 3 20 0 15 0 405980049 11098902528 47356 33554432000 4194304 4196468 140721700363632 139708910789872 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11546] ppid=11482 vsize=10838772 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11546/stat : 11546 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980052 11098902528 47356 33554432000 4194304 4196468 140721700363632 139708306811344 139709607258011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11547] ppid=11482 vsize=10838772 memory=5214090298531 CPUtime=0.58 cores=0,2,4,6
/proc/11485/task/11547/stat : 11547 (java) S 11482 11485 6622 0 -1 1077944384 1292 13161 0 0 50 0 5 3 20 0 15 0 405980052 11098902528 47356 33554432000 4194304 4196468 140721700363632 139709132822768 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11548] ppid=11482 vsize=10838772 memory=288230617509003574 CPUtime=0.58 cores=0,2,4,6
/proc/11485/task/11548/stat : 11548 (java) R 11482 11485 6622 0 -1 4202560 2177 13161 0 0 49 1 5 3 20 0 15 0 405980052 11098902528 47356 33554432000 4194304 4196468 140721700363632 139709131751240 139709599528864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11549] ppid=11482 vsize=10838772 memory=15823283127847329 CPUtime=0.75 cores=0,2,4,6
/proc/11485/task/11549/stat : 11549 (java) S 11482 11485 6622 0 -1 1077944384 2702 13161 0 0 66 1 5 3 20 0 15 0 405980052 11098902528 47356 33554432000 4194304 4196468 140721700363632 139709130717168 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11550] ppid=11482 vsize=10838772 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11550/stat : 11550 (java) S 11482 11485 6622 0 -1 1077944384 3 13161 0 0 0 0 5 3 20 0 15 0 405980052 11098902528 47356 33554432000 4194304 4196468 140721700363632 139707837049184 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11551] ppid=11482 vsize=10838772 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11551/stat : 11551 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980052 11098902528 47356 33554432000 4194304 4196468 140721700363632 139709129665584 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
Current children cumulated CPU time: 3.74 s
Current children cumulated vsize: 10838772 KiB
Current children cumulated memory: 189160 KiB

[startup+2.40737 s]
/proc/loadavg: 1.71 1.57 1.48 5/228 11553
/proc/meminfo: memFree=30408736/32770624 swapFree=66940040/67108860
[pid=11485] ppid=11482 vsize=10842868 memory=210484 CPUtime=4.81 cores=0,2,4,6
/proc/11485/stat : 11485 (java) S 11482 11485 6622 0 -1 1077944320 33095 13161 0 0 459 14 5 3 20 0 15 0 405980037 11103096832 52621 33554432000 4194304 4196468 140721700363632 140721700346176 139709607239415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
/proc/11485/statm: 2710717 52621 3587 1 0 2672781 0
[pid=11485/tid=11538] ppid=11482 vsize=10842868 memory=6791534058613427641 CPUtime=2.34 cores=0,2,4,6
/proc/11485/task/11538/stat : 11538 (java) R 11482 11485 6622 0 -1 4202560 19039 13161 0 0 219 7 5 3 20 0 15 0 405980046 11103096832 52621 33554432000 4194304 4196468 140721700363632 139709579071264 139709196042987 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11539] ppid=11482 vsize=10842868 memory=2273 CPUtime=0.09 cores=0,2,4,6
/proc/11485/task/11539/stat : 11539 (java) S 11482 11485 6622 0 -1 1077944384 28 13161 0 0 1 0 5 3 20 0 15 0 405980047 11103096832 52621 33554432000 4194304 4196468 140721700363632 139709611481616 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11540] ppid=11482 vsize=10842868 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11540/stat : 11540 (java) S 11482 11485 6622 0 -1 1077944384 33 13161 0 0 0 0 5 3 20 0 15 0 405980047 11103096832 52621 33554432000 4194304 4196468 140721700363632 139709180074640 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11541] ppid=11482 vsize=10842868 memory=7017841125933672556 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11541/stat : 11541 (java) S 11482 11485 6622 0 -1 1077944384 30 13161 0 0 0 0 5 3 20 0 15 0 405980047 11103096832 52621 33554432000 4194304 4196468 140721700363632 139709179021584 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11542] ppid=11482 vsize=10842868 memory=5788934649130017616 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11542/stat : 11542 (java) S 11482 11485 6622 0 -1 1077944384 17 13161 0 0 0 0 5 3 20 0 15 0 405980047 11103096832 52621 33554432000 4194304 4196468 140721700363632 139709177969040 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11543] ppid=11482 vsize=10842868 memory=7161685825490674261 CPUtime=0.09 cores=0,2,4,6
/proc/11485/task/11543/stat : 11543 (java) S 11482 11485 6622 0 -1 1077944384 50 13161 0 0 1 0 5 3 20 0 15 0 405980048 11103096832 52621 33554432000 4194304 4196468 140721700363632 139709133875952 139709607250562 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11544] ppid=11482 vsize=10842868 memory=8463011384399266060 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11544/stat : 11544 (java) S 11482 11485 6622 0 -1 1077944384 15 13161 0 0 0 0 5 3 20 0 15 0 405980049 11103096832 52621 33554432000 4194304 4196468 140721700363632 139709045008032 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11545] ppid=11482 vsize=10842868 memory=175124 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11545/stat : 11545 (java) S 11482 11485 6622 0 -1 1077944384 5 13161 0 0 0 0 5 3 20 0 15 0 405980049 11103096832 52621 33554432000 4194304 4196468 140721700363632 139708910789872 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11546] ppid=11482 vsize=10842868 memory=11340 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11546/stat : 11546 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980052 11103096832 52621 33554432000 4194304 4196468 140721700363632 139708306811344 139709607258011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11547] ppid=11482 vsize=10842868 memory=1532 CPUtime=0.76 cores=0,2,4,6
/proc/11485/task/11547/stat : 11547 (java) R 11482 11485 6622 0 -1 4202560 2157 13161 0 0 68 0 5 3 20 0 15 0 405980052 11103096832 52621 33554432000 4194304 4196468 140721700363632 139709132802480 139709586671492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11548] ppid=11482 vsize=10842868 memory=1088 CPUtime=0.91 cores=0,2,4,6
/proc/11485/task/11548/stat : 11548 (java) S 11482 11485 6622 0 -1 1077944384 5423 13161 0 0 82 1 5 3 20 0 15 0 405980052 11103096832 52621 33554432000 4194304 4196468 140721700363632 139709131770224 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11549] ppid=11482 vsize=10842868 memory=988 CPUtime=0.91 cores=0,2,4,6
/proc/11485/task/11549/stat : 11549 (java) R 11482 11485 6622 0 -1 4202560 4084 13161 0 0 82 1 5 3 20 0 15 0 405980052 11103096832 52621 33554432000 4194304 4196468 140721700363632 139709130717168 139709585869742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11550] ppid=11482 vsize=10842868 memory=780 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11550/stat : 11550 (java) S 11482 11485 6622 0 -1 1077944384 3 13161 0 0 0 0 5 3 20 0 15 0 405980052 11103096832 52621 33554432000 4194304 4196468 140721700363632 139707837049184 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11551] ppid=11482 vsize=10842868 memory=5960 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11551/stat : 11551 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980052 11103096832 52621 33554432000 4194304 4196468 140721700363632 139709129665584 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
Current children cumulated CPU time: 4.81 s
Current children cumulated vsize: 10842868 KiB
Current children cumulated memory: 210484 KiB

[startup+2.50062 s]
/proc/loadavg: 1.71 1.57 1.48 5/228 11553
/proc/meminfo: memFree=30408736/32770624 swapFree=66940040/67108860
[pid=11485] ppid=11482 vsize=10844916 memory=230780 CPUtime=5.07 cores=0,2,4,6
/proc/11485/stat : 11485 (java) S 11482 11485 6622 0 -1 1077944320 34695 13161 0 0 484 15 5 3 20 0 15 0 405980037 11105193984 57695 33554432000 4194304 4196468 140721700363632 140721700346176 139709607239415 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
/proc/11485/statm: 2711229 57695 3606 1 0 2673293 0
[pid=11485/tid=11538] ppid=11482 vsize=10844916 memory=201924 CPUtime=2.39 cores=0,2,4,6
/proc/11485/task/11538/stat : 11538 (java) R 11482 11485 6622 0 -1 4202560 19218 13161 0 0 224 7 5 3 20 0 15 0 405980046 11105193984 57695 33554432000 4194304 4196468 140721700363632 139709579074560 139709607261341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11539] ppid=11482 vsize=10844916 memory=-1664385933527516014 CPUtime=0.1 cores=0,2,4,6
/proc/11485/task/11539/stat : 11539 (java) S 11482 11485 6622 0 -1 1077944384 49 13161 0 0 2 0 5 3 20 0 15 0 405980047 11105193984 57695 33554432000 4194304 4196468 140721700363632 139709611481616 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11540] ppid=11482 vsize=10844916 memory=56 CPUtime=0.11 cores=0,2,4,6
/proc/11485/task/11540/stat : 11540 (java) S 11482 11485 6622 0 -1 1077944384 82 13161 0 0 3 0 5 3 20 0 15 0 405980047 11105193984 57695 33554432000 4194304 4196468 140721700363632 139709180074640 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11541] ppid=11482 vsize=10844916 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11485/task/11541/stat : 11541 (java) S 11482 11485 6622 0 -1 1077944384 277 13161 0 0 2 0 5 3 20 0 15 0 405980047 11105193984 57695 33554432000 4194304 4196468 140721700363632 139709179021584 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11542] ppid=11482 vsize=10844916 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/11485/task/11542/stat : 11542 (java) S 11482 11485 6622 0 -1 1077944384 71 13161 0 0 3 0 5 3 20 0 15 0 405980047 11105193984 57695 33554432000 4194304 4196468 140721700363632 139709177969040 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11543] ppid=11482 vsize=10844916 memory=-6520473914223154590 CPUtime=0.11 cores=0,2,4,6
/proc/11485/task/11543/stat : 11543 (java) S 11482 11485 6622 0 -1 1077944384 303 13161 0 0 3 0 5 3 20 0 15 0 405980048 11105193984 57695 33554432000 4194304 4196468 140721700363632 139709133875952 139709607250562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11544] ppid=11482 vsize=10844916 memory=168356 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11544/stat : 11544 (java) S 11482 11485 6622 0 -1 1077944384 15 13161 0 0 0 0 5 3 20 0 15 0 405980049 11105193984 57695 33554432000 4194304 4196468 140721700363632 139709045008096 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11545] ppid=11482 vsize=10844916 memory=8330969454845486047 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11545/stat : 11545 (java) S 11482 11485 6622 0 -1 1077944384 5 13161 0 0 0 0 5 3 20 0 15 0 405980049 11105193984 57695 33554432000 4194304 4196468 140721700363632 139708910789888 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11546] ppid=11482 vsize=10844916 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11546/stat : 11546 (java) S 11482 11485 6622 0 -1 1077944384 2 13161 0 0 0 0 5 3 20 0 15 0 405980052 11105193984 57695 33554432000 4194304 4196468 140721700363632 139708306811344 139709607258011 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11547] ppid=11482 vsize=10844916 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/11485/task/11547/stat : 11547 (java) R 11482 11485 6622 0 -1 4202560 2799 13161 0 0 74 0 5 3 20 0 15 0 405980052 11105193984 57695 33554432000 4194304 4196468 140721700363632 139709132802560 139709590738406 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11548] ppid=11482 vsize=10844916 memory=281231505984064 CPUtime=0.93 cores=0,2,4,6
/proc/11485/task/11548/stat : 11548 (java) R 11482 11485 6622 0 -1 4202560 5515 13161 0 0 84 1 5 3 20 0 15 0 405980052 11105193984 57695 33554432000 4194304 4196468 140721700363632 139709131759216 139709586901632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11549] ppid=11482 vsize=10844916 memory=1943560 CPUtime=0.93 cores=0,2,4,6
/proc/11485/task/11549/stat : 11549 (java) S 11482 11485 6622 0 -1 1077944384 4146 13161 0 0 84 1 5 3 20 0 15 0 405980052 11105193984 57695 33554432000 4194304 4196468 140721700363632 139709130717168 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11550] ppid=11482 vsize=10844916 memory=1944734 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11550/stat : 11550 (java) S 11482 11485 6622 0 -1 1077944384 3 13161 0 0 0 0 5 3 20 0 15 0 405980052 11105193984 57695 33554432000 4194304 4196468 140721700363632 139707837049184 139709607249621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
[pid=11485/tid=11551] ppid=11482 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11485/task/11551/stat : 11551 (java) S 11482 11485 6622 0 -1 1077944384 1 13161 0 0 0 0 5 3 20 0 15 0 405980052 11105193984 57695 33554432000 4194304 4196468 140721700363632 139709129665584 139709607250562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31961088 140721700367094 140721700369605 140721700369605 140721700372431 0
Current children cumulated CPU time: 5.07 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 230780 KiB

Child status: 0
Real time (s): 2.57506
CPU time (s): 5.26552
CPU user time (s): 5.05796
CPU system time (s): 0.207562
CPU usage (%): 204.482
Max. virtual memory (cumulated for all children) (KiB): 10844916
Max. memory (cumulated for all children) (KiB): 230780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.05796
system time used= 0.207562
maximum resident set size= 234196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4707
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 11485
#   total CPU time (s): 5.26552
#   total CPU user time (s): 5.05796
#   total CPU system time (s): 0.207562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036043 second user time and 0.069902 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-12 16:09:36
IDJOB=4387285
IDBENCH=133338
IDSOLVER=2823
FILE ID=node149/4387285-1568297413
RUNJOBID= node149-1568287628-8128
PBS_JOBID= 21701062
Free space on /tmp= 54640 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Primes/Primes-m1-p20/Primes-20-20-3-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387285-1568297413/watcher-4387285-1568297413 -o /tmp/evaluation-result-4387285-1568297413/solver-4387285-1568297413 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568287628-8128 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=374517286 HOME/instance-4387285-1568297413.xml

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

MD5SUM BENCH= 065412ea00e4edb14381318bc4e9318f
RANDOM SEED=374517286

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30584588 kB
MemAvailable:   31230652 kB
Buffers:          101124 kB
Cached:           843068 kB
SwapCached:        61020 kB
Active:          1062696 kB
Inactive:         574864 kB
Active(anon):     661284 kB
Inactive(anon):    71332 kB
Active(file):     401412 kB
Inactive(file):   503532 kB
Unevictable:      111364 kB
Mlocked:          111364 kB
SwapTotal:      67108860 kB
SwapFree:       66940040 kB
Dirty:             34844 kB
Writeback:             0 kB
AnonPages:        746324 kB
Mapped:            55552 kB
Shmem:             30988 kB
Slab:             142416 kB
SReclaimable:     113908 kB
SUnreclaim:        28508 kB
KernelStack:        3888 kB
PageTables:         7296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1903632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 54604 MiB
End job on node149 at 2019-09-12 16:09:38