Trace number 4395767

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.12.2SAT 5.84315 2.75237

General information on the benchmark

NamePrimes/
Primes-m1-p25/Primes-25-20-3-1.xml
MD5SUMcc05f472d5f8180cd89c35370563cdd2
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.010727
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size96
Maximum domain size96
Distribution of domain sizes[{"size":96,"count":55}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":45},{"degree":1,"count":40},{"degree":2,"count":12},{"degree":3,"count":3}]
Minimum constraint arity3
Maximum constraint arity4
Distribution of constraint arities[{"arity":3,"count":7},{"arity":4,"count":13}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

0.76/0.56	c Concrete v3.12.2.1568380929293 running
5.72/2.73	v <instantiation
5.72/2.73	v         >
5.72/2.73	v       <list>
5.72/2.73	v         x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[13] x[14] x[17] x[18] x[19] x[21] x[22] x[24] x[25] x[26] x[28] x[29] x[31] x[33] x[36] x[42] x[43] x[45] x[48] x[49] x[50] x[52] x[53] x[55] x[61] x[65] x[67] x[68] x[69] x[71] x[73] x[75] x[76] x[77] x[78] x[79] x[80] x[82] x[84] x[86] x[87] x[90] x[92] x[93] x[95] x[96] x[98] x[99]
5.72/2.73	v       </list>
5.72/2.73	v       <values>
5.72/2.73	v         82 11 31 3 49 95 85 2 40 2 97 49 67 97 18 44 53 9 31 68 68 24 97 64 41 36 97 18 44 2 97 31 3 16 97 71 61 94 4 2 29 27 37 18 41 43 7 23 56 2 67 6 3 43 2
5.72/2.73	v       </values>
5.72/2.73	v     </instantiation>
5.72/2.73	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 (10818 MiB free)
  memory of node 1: 16384 MiB (14800 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395767-1568404146/watcher-4395767-1568404146 -o /tmp/evaluation-result-4395767-1568404146/solver-4395767-1568404146 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22173 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2064994451 HOME/instance-4395767-1568404146.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=23800, runsolver pid=23797
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 2.29 1.92 1.64 3/218 23857
/proc/meminfo: memFree=26223260/32770624 swapFree=67020720/67108860
[pid=23800] ppid=23797 vsize=9972712 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 22142 0 -1 1077944320 4352 13323 0 0 1 0 5 3 20 0 6 0 416687248 10212057088 4583 33554432000 4194304 4196468 140729838639504 140729838622048 140464003620599 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
/proc/23800/statm: 2493178 4583 1931 1 0 2481616 0
[pid=23800/tid=23853] ppid=23797 vsize=9972712 memory=4279135703946592399 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23853/stat : 23853 (java) R 23797 23800 22142 0 -1 4202560 2142 13323 0 0 1 0 5 3 20 0 6 0 416687257 10212057088 4649 33554432000 4194304 4196468 140729838639504 140463975457360 140464003642525 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23854] ppid=23797 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23854/stat : 23854 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 6 0 416687258 10212057088 4649 33554432000 4194304 4196468 140729838639504 140464007863440 140464003630805 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23855] ppid=23797 vsize=9972712 memory=140588445460096 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23855/stat : 23855 (java) S 23797 23800 22142 0 -1 1077944384 2 13323 0 0 0 0 5 3 20 0 6 0 416687258 10212057088 4649 33554432000 4194304 4196468 140729838639504 140463896136720 140464003630805 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23856] ppid=23797 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23856/stat : 23856 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 6 0 416687258 10212057088 4649 33554432000 4194304 4196468 140729838639504 140463895083920 140464003630805 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23857] ppid=23797 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23857/stat : 23857 (java) S 23797 23800 22142 0 -1 1077944384 2 13323 0 0 0 0 5 3 20 0 6 0 416687258 10212057088 4649 33554432000 4194304 4196468 140729838639504 140463894031120 140464003630805 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210065 s]*
/proc/loadavg: 2.29 1.92 1.64 3/227 23866
/proc/meminfo: memFree=26205860/32770624 swapFree=67020720/67108860
[pid=23800] ppid=23797 vsize=10819664 memory=38252 CPUtime=0.27 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 22142 0 -1 1077944320 6906 13323 0 0 17 2 5 3 20 0 15 0 416687248 11079335936 9563 33554432000 4194304 4196468 140729838639504 140729838622048 140464003620599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
/proc/23800/statm: 2704916 9563 3173 1 0 2667149 0
[pid=23800/tid=23853] ppid=23797 vsize=10819664 memory=-6517102902069810590 CPUtime=0.2 cores=0,2,4,6
/proc/23800/task/23853/stat : 23853 (java) R 23797 23800 22142 0 -1 4202560 3393 13323 0 0 11 1 5 3 20 0 15 0 416687257 11079335936 10075 33554432000 4194304 4196468 140729838639504 140463975428672 140464003642525 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23854] ppid=23797 vsize=10819664 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23854/stat : 23854 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687258 11079335936 10075 33554432000 4194304 4196468 140729838639504 140464007863440 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23855] ppid=23797 vsize=10819664 memory=140588445460096 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23855/stat : 23855 (java) S 23797 23800 22142 0 -1 1077944384 2 13323 0 0 0 0 5 3 20 0 15 0 416687258 11079335936 10075 33554432000 4194304 4196468 140729838639504 140463896136720 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23856] ppid=23797 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23856/stat : 23856 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687258 11079335936 10075 33554432000 4194304 4196468 140729838639504 140463895083920 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23857] ppid=23797 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23857/stat : 23857 (java) S 23797 23800 22142 0 -1 1077944384 2 13323 0 0 0 0 5 3 20 0 15 0 416687258 11079335936 10075 33554432000 4194304 4196468 140729838639504 140463894031120 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23858] ppid=23797 vsize=10819664 memory=140588445460096 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23858/stat : 23858 (java) S 23797 23800 22142 0 -1 1077944384 2 13323 0 0 0 0 5 3 20 0 15 0 416687260 11079335936 10075 33554432000 4194304 4196468 140729838639504 140463328672112 140464003631746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23859] ppid=23797 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23859/stat : 23859 (java) S 23797 23800 22142 0 -1 1077944384 33 13323 0 0 0 0 5 3 20 0 15 0 416687260 11079335936 10075 33554432000 4194304 4196468 140729838639504 140463327618080 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23860] ppid=23797 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23860/stat : 23860 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687260 11079335936 10075 33554432000 4194304 4196468 140729838639504 140462878876528 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23861] ppid=23797 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23861/stat : 23861 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11079335936 10075 33554432000 4194304 4196468 140729838639504 140462571476816 140464003639195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23862] ppid=23797 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23862/stat : 23862 (java) S 23797 23800 22142 0 -1 1077944384 468 13323 0 0 1 0 5 3 20 0 15 0 416687263 11079335936 10075 33554432000 4194304 4196468 140729838639504 140463294061424 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23863] ppid=23797 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23863/stat : 23863 (java) S 23797 23800 22142 0 -1 1077944384 168 13323 0 0 0 0 5 3 20 0 15 0 416687263 11079335936 10075 33554432000 4194304 4196468 140729838639504 140463293008624 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23864] ppid=23797 vsize=10819664 memory=140588445460096 CPUtime=0.11 cores=0,2,4,6
/proc/23800/task/23864/stat : 23864 (java) R 23797 23800 22142 0 -1 4202560 623 13323 0 0 3 0 5 3 20 0 15 0 416687263 11079335936 10075 33554432000 4194304 4196468 140729838639504 140463291955824 140463982246442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23865] ppid=23797 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23865/stat : 23865 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11079335936 10075 33554432000 4194304 4196468 140729838639504 140462537919200 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23866] ppid=23797 vsize=10819664 memory=140588445460096 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23866/stat : 23866 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687263 11079335936 10075 33554432000 4194304 4196468 140729838639504 140463290903216 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38252 KiB

[startup+0.310813 s]*
/proc/loadavg: 2.29 1.92 1.64 3/227 23866
/proc/meminfo: memFree=26192780/32770624 swapFree=67020720/67108860
[pid=23800] ppid=23797 vsize=10820148 memory=49400 CPUtime=0.4 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 22142 0 -1 1077944320 10603 13323 0 0 29 3 5 3 20 0 15 0 416687248 11079831552 12350 33554432000 4194304 4196468 140729838639504 140729838622048 140464003620599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
/proc/23800/statm: 2705037 12350 3305 1 0 2667149 0
[pid=23800/tid=23853] ppid=23797 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/23800/task/23853/stat : 23853 (java) R 23797 23800 22142 0 -1 4202560 7070 13323 0 0 19 2 5 3 20 0 15 0 416687257 11079831552 12350 33554432000 4194304 4196468 140729838639504 140463975426704 140463989809189 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23854] ppid=23797 vsize=10820148 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23854/stat : 23854 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687258 11079831552 12350 33554432000 4194304 4196468 140729838639504 140464007863440 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23855] ppid=23797 vsize=10820148 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23855/stat : 23855 (java) S 23797 23800 22142 0 -1 1077944384 2 13323 0 0 0 0 5 3 20 0 15 0 416687258 11079831552 12350 33554432000 4194304 4196468 140729838639504 140463896136720 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23856] ppid=23797 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23856/stat : 23856 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687258 11079831552 12350 33554432000 4194304 4196468 140729838639504 140463895083920 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23857] ppid=23797 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23857/stat : 23857 (java) S 23797 23800 22142 0 -1 1077944384 2 13323 0 0 0 0 5 3 20 0 15 0 416687258 11079831552 12350 33554432000 4194304 4196468 140729838639504 140463894031120 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23858] ppid=23797 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23858/stat : 23858 (java) S 23797 23800 22142 0 -1 1077944384 2 13323 0 0 0 0 5 3 20 0 15 0 416687260 11079831552 12350 33554432000 4194304 4196468 140729838639504 140463328672112 140464003631746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23859] ppid=23797 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23859/stat : 23859 (java) S 23797 23800 22142 0 -1 1077944384 33 13323 0 0 0 0 5 3 20 0 15 0 416687260 11079831552 12350 33554432000 4194304 4196468 140729838639504 140463327618080 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23860] ppid=23797 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23860/stat : 23860 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687260 11079831552 12350 33554432000 4194304 4196468 140729838639504 140462878876528 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23861] ppid=23797 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23861/stat : 23861 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11079831552 12350 33554432000 4194304 4196468 140729838639504 140462571476816 140464003639195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23862] ppid=23797 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23862/stat : 23862 (java) S 23797 23800 22142 0 -1 1077944384 469 13323 0 0 1 0 5 3 20 0 15 0 416687263 11079831552 12350 33554432000 4194304 4196468 140729838639504 140463294061424 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23863] ppid=23797 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23863/stat : 23863 (java) S 23797 23800 22142 0 -1 1077944384 177 13323 0 0 1 0 5 3 20 0 15 0 416687263 11079831552 12350 33554432000 4194304 4196468 140729838639504 140463293008624 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23864] ppid=23797 vsize=10820148 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/23800/task/23864/stat : 23864 (java) S 23797 23800 22142 0 -1 1077944384 632 13323 0 0 5 0 5 3 20 0 15 0 416687263 11079831552 12350 33554432000 4194304 4196468 140729838639504 140463291955824 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23865] ppid=23797 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23865/stat : 23865 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11079831552 12350 33554432000 4194304 4196468 140729838639504 140462537919200 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23866] ppid=23797 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23866/stat : 23866 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687263 11079831552 12350 33554432000 4194304 4196468 140729838639504 140463290903216 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49400 KiB

[startup+0.700643 s]
/proc/loadavg: 2.29 1.92 1.64 3/227 23866
/proc/meminfo: memFree=26180288/32770624 swapFree=67020720/67108860
[pid=23800] ppid=23797 vsize=10824360 memory=80936 CPUtime=1.12 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 22142 0 -1 1077944320 14495 13323 0 0 98 6 5 3 20 0 15 0 416687248 11084144640 20234 33554432000 4194304 4196468 140729838639504 140729838622048 140464003620599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
/proc/23800/statm: 2706090 20234 3495 1 0 2668173 0
[pid=23800/tid=23853] ppid=23797 vsize=10824360 memory=50 CPUtime=0.66 cores=0,2,4,6
/proc/23800/task/23853/stat : 23853 (java) R 23797 23800 22142 0 -1 4202560 9800 13323 0 0 54 4 5 3 20 0 15 0 416687257 11084144640 20234 33554432000 4194304 4196468 140729838639504 140463975422656 140463989314102 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23854] ppid=23797 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23854/stat : 23854 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687258 11084144640 20234 33554432000 4194304 4196468 140729838639504 140464007863440 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23855] ppid=23797 vsize=10824360 memory=4120 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23855/stat : 23855 (java) S 23797 23800 22142 0 -1 1077944384 2 13323 0 0 0 0 5 3 20 0 15 0 416687258 11084144640 20234 33554432000 4194304 4196468 140729838639504 140463896136720 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23856] ppid=23797 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23856/stat : 23856 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687258 11084144640 20234 33554432000 4194304 4196468 140729838639504 140463895083920 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23857] ppid=23797 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23857/stat : 23857 (java) S 23797 23800 22142 0 -1 1077944384 2 13323 0 0 0 0 5 3 20 0 15 0 416687258 11084144640 20234 33554432000 4194304 4196468 140729838639504 140463894031120 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23858] ppid=23797 vsize=10824360 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23858/stat : 23858 (java) S 23797 23800 22142 0 -1 1077944384 5 13323 0 0 0 0 5 3 20 0 15 0 416687260 11084144640 20234 33554432000 4194304 4196468 140729838639504 140463328672112 140464003631746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23859] ppid=23797 vsize=10824360 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23859/stat : 23859 (java) S 23797 23800 22142 0 -1 1077944384 33 13323 0 0 0 0 5 3 20 0 15 0 416687260 11084144640 20234 33554432000 4194304 4196468 140729838639504 140463327618080 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23860] ppid=23797 vsize=10824360 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23860/stat : 23860 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687260 11084144640 20234 33554432000 4194304 4196468 140729838639504 140462878876528 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23861] ppid=23797 vsize=10824360 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23861/stat : 23861 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11084144640 20234 33554432000 4194304 4196468 140729838639504 140462571476816 140464003639195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23862] ppid=23797 vsize=10824360 memory=13252 CPUtime=0.22 cores=0,2,4,6
/proc/23800/task/23862/stat : 23862 (java) S 23797 23800 22142 0 -1 1077944384 974 13323 0 0 14 0 5 3 20 0 15 0 416687263 11084144640 20234 33554432000 4194304 4196468 140729838639504 140463294061424 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23863] ppid=23797 vsize=10824360 memory=15460 CPUtime=0.2 cores=0,2,4,6
/proc/23800/task/23863/stat : 23863 (java) S 23797 23800 22142 0 -1 1077944384 643 13323 0 0 12 0 5 3 20 0 15 0 416687263 11084144640 20234 33554432000 4194304 4196468 140729838639504 140463293008624 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23864] ppid=23797 vsize=10824360 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/23800/task/23864/stat : 23864 (java) S 23797 23800 22142 0 -1 1077944384 820 13323 0 0 17 0 5 3 20 0 15 0 416687263 11084144640 20234 33554432000 4194304 4196468 140729838639504 140463291955824 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23865] ppid=23797 vsize=10824360 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23865/stat : 23865 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11084144640 20234 33554432000 4194304 4196468 140729838639504 140462537919200 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23866] ppid=23797 vsize=10824360 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23866/stat : 23866 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687263 11084144640 20234 33554432000 4194304 4196468 140729838639504 140463290903216 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 80936 KiB

[startup+1.50067 s]
/proc/loadavg: 2.19 1.90 1.63 3/227 23866
/proc/meminfo: memFree=26136612/32770624 swapFree=67020720/67108860
[pid=23800] ppid=23797 vsize=10834676 memory=169008 CPUtime=2.43 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 22142 0 -1 1077944320 19890 13323 0 0 224 11 5 3 20 0 15 0 416687248 11094708224 42252 33554432000 4194304 4196468 140729838639504 140729838622048 140464003620599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
/proc/23800/statm: 2708669 42252 3574 1 0 2670733 0
[pid=23800/tid=23853] ppid=23797 vsize=10834676 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/23800/task/23853/stat : 23853 (java) R 23797 23800 22142 0 -1 4202560 14323 13323 0 0 128 7 5 3 20 0 15 0 416687257 11094708224 42252 33554432000 4194304 4196468 140729838639504 140463975415184 140463571026209 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23854] ppid=23797 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23854/stat : 23854 (java) S 23797 23800 22142 0 -1 1077944384 21 13323 0 0 1 0 5 3 20 0 15 0 416687258 11094708224 42252 33554432000 4194304 4196468 140729838639504 140464007863440 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23855] ppid=23797 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23855/stat : 23855 (java) S 23797 23800 22142 0 -1 1077944384 19 13323 0 0 1 0 5 3 20 0 15 0 416687258 11094708224 42252 33554432000 4194304 4196468 140729838639504 140463896136720 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23856] ppid=23797 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23856/stat : 23856 (java) S 23797 23800 22142 0 -1 1077944384 23 13323 0 0 1 0 5 3 20 0 15 0 416687258 11094708224 42252 33554432000 4194304 4196468 140729838639504 140463895083920 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23857] ppid=23797 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23857/stat : 23857 (java) S 23797 23800 22142 0 -1 1077944384 41 13323 0 0 1 0 5 3 20 0 15 0 416687258 11094708224 42252 33554432000 4194304 4196468 140729838639504 140463894031120 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23858] ppid=23797 vsize=10834676 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23858/stat : 23858 (java) S 23797 23800 22142 0 -1 1077944384 43 13323 0 0 1 0 5 3 20 0 15 0 416687260 11094708224 42252 33554432000 4194304 4196468 140729838639504 140463328672112 140464003631746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23859] ppid=23797 vsize=10834676 memory=281176610777344 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23859/stat : 23859 (java) S 23797 23800 22142 0 -1 1077944384 35 13323 0 0 0 0 5 3 20 0 15 0 416687260 11094708224 42252 33554432000 4194304 4196468 140729838639504 140463327618144 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23860] ppid=23797 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23860/stat : 23860 (java) S 23797 23800 22142 0 -1 1077944384 5 13323 0 0 0 0 5 3 20 0 15 0 416687260 11094708224 42252 33554432000 4194304 4196468 140729838639504 140462878876544 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23861] ppid=23797 vsize=10834676 memory=1908 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23861/stat : 23861 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11094708224 42252 33554432000 4194304 4196468 140729838639504 140462571476816 140464003639195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23862] ppid=23797 vsize=10834676 memory=1360 CPUtime=0.32 cores=0,2,4,6
/proc/23800/task/23862/stat : 23862 (java) S 23797 23800 22142 0 -1 1077944384 1028 13323 0 0 24 0 5 3 20 0 15 0 416687263 11094708224 42252 33554432000 4194304 4196468 140729838639504 140463294061424 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23863] ppid=23797 vsize=10834676 memory=7420 CPUtime=0.31 cores=0,2,4,6
/proc/23800/task/23863/stat : 23863 (java) S 23797 23800 22142 0 -1 1077944384 709 13323 0 0 23 0 5 3 20 0 15 0 416687263 11094708224 42252 33554432000 4194304 4196468 140729838639504 140463293008624 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23864] ppid=23797 vsize=10834676 memory=860 CPUtime=0.48 cores=0,2,4,6
/proc/23800/task/23864/stat : 23864 (java) R 23797 23800 22142 0 -1 4202560 1431 13323 0 0 40 0 5 3 20 0 15 0 416687263 11094708224 42252 33554432000 4194304 4196468 140729838639504 140463291955824 140463996717435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23865] ppid=23797 vsize=10834676 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23865/stat : 23865 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11094708224 42252 33554432000 4194304 4196468 140729838639504 140462537919200 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23866] ppid=23797 vsize=10834676 memory=1612 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23866/stat : 23866 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687263 11094708224 42252 33554432000 4194304 4196468 140729838639504 140463290903216 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834676 KiB

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

[startup+2.75232 s]
# the end of solver process 23800 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.62859 s, system=0.214562 s

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

[startup+1.60133 s]
/proc/loadavg: 2.19 1.90 1.63 3/227 23866
/proc/meminfo: memFree=26136612/32770624 swapFree=67020720/67108860
[pid=23800] ppid=23797 vsize=10834676 memory=170012 CPUtime=2.63 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 22142 0 -1 1077944320 20174 13323 0 0 244 11 5 3 20 0 15 0 416687248 11094708224 42503 33554432000 4194304 4196468 140729838639504 140729838622048 140464003620599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
/proc/23800/statm: 2708669 42503 3574 1 0 2670733 0
[pid=23800/tid=23853] ppid=23797 vsize=10834676 memory=3824 CPUtime=1.53 cores=0,2,4,6
/proc/23800/task/23853/stat : 23853 (java) R 23797 23800 22142 0 -1 4202560 14456 13323 0 0 138 7 5 3 20 0 15 0 416687257 11094708224 42503 33554432000 4194304 4196468 140729838639504 140463975449552 140464003632534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23854] ppid=23797 vsize=10834676 memory=1384 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23854/stat : 23854 (java) S 23797 23800 22142 0 -1 1077944384 21 13323 0 0 1 0 5 3 20 0 15 0 416687258 11094708224 42503 33554432000 4194304 4196468 140729838639504 140464007863440 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23855] ppid=23797 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23855/stat : 23855 (java) S 23797 23800 22142 0 -1 1077944384 19 13323 0 0 1 0 5 3 20 0 15 0 416687258 11094708224 42503 33554432000 4194304 4196468 140729838639504 140463896136720 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23856] ppid=23797 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23856/stat : 23856 (java) S 23797 23800 22142 0 -1 1077944384 23 13323 0 0 1 0 5 3 20 0 15 0 416687258 11094708224 42503 33554432000 4194304 4196468 140729838639504 140463895083920 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23857] ppid=23797 vsize=10834676 memory=140588305545744 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23857/stat : 23857 (java) S 23797 23800 22142 0 -1 1077944384 41 13323 0 0 1 0 5 3 20 0 15 0 416687258 11094708224 42503 33554432000 4194304 4196468 140729838639504 140463894031120 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23858] ppid=23797 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23858/stat : 23858 (java) S 23797 23800 22142 0 -1 1077944384 43 13323 0 0 1 0 5 3 20 0 15 0 416687260 11094708224 42503 33554432000 4194304 4196468 140729838639504 140463328672112 140464003631746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23859] ppid=23797 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23859/stat : 23859 (java) S 23797 23800 22142 0 -1 1077944384 35 13323 0 0 0 0 5 3 20 0 15 0 416687260 11094708224 42503 33554432000 4194304 4196468 140729838639504 140463327618144 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23860] ppid=23797 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23860/stat : 23860 (java) S 23797 23800 22142 0 -1 1077944384 5 13323 0 0 0 0 5 3 20 0 15 0 416687260 11094708224 42503 33554432000 4194304 4196468 140729838639504 140462878876544 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23861] ppid=23797 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23861/stat : 23861 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11094708224 42503 33554432000 4194304 4196468 140729838639504 140462571476816 140464003639195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23862] ppid=23797 vsize=10834676 memory=6944652177228980320 CPUtime=0.36 cores=0,2,4,6
/proc/23800/task/23862/stat : 23862 (java) S 23797 23800 22142 0 -1 1077944384 1041 13323 0 0 27 1 5 3 20 0 15 0 416687263 11094708224 42503 33554432000 4194304 4196468 140729838639504 140463294061424 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23863] ppid=23797 vsize=10834676 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/23800/task/23863/stat : 23863 (java) R 23797 23800 22142 0 -1 1077944384 733 13323 0 0 26 0 5 3 20 0 15 0 416687263 11094708224 42503 33554432000 4194304 4196468 140729838639504 140463293008624 140464003631746 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23864] ppid=23797 vsize=10834676 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/23800/task/23864/stat : 23864 (java) R 23797 23800 22142 0 -1 4202560 1544 13323 0 0 46 0 5 3 20 0 15 0 416687263 11094708224 42503 33554432000 4194304 4196468 140729838639504 140463291951552 140463985438929 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23865] ppid=23797 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23865/stat : 23865 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11094708224 42503 33554432000 4194304 4196468 140729838639504 140462537919200 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23866] ppid=23797 vsize=10834676 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23866/stat : 23866 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687263 11094708224 42503 33554432000 4194304 4196468 140729838639504 140463290903216 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 170012 KiB

[startup+2.40177 s]
/proc/loadavg: 2.19 1.90 1.63 6/227 23866
/proc/meminfo: memFree=26058572/32770624 swapFree=67020720/67108860
[pid=23800] ppid=23797 vsize=10842888 memory=208284 CPUtime=4.73 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 22142 0 -1 1077944320 33988 13323 0 0 450 15 5 3 20 0 15 0 416687248 11103117312 52071 33554432000 4194304 4196468 140729838639504 140729838622048 140464003620599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
/proc/23800/statm: 2710722 52071 3591 1 0 2672781 0
[pid=23800/tid=23853] ppid=23797 vsize=10842888 memory=-8096454439705354400 CPUtime=2.32 cores=0,2,4,6
/proc/23800/task/23853/stat : 23853 (java) R 23797 23800 22142 0 -1 4202560 19404 13323 0 0 215 9 5 3 20 0 15 0 416687257 11103117312 52071 33554432000 4194304 4196468 140729838639504 140463975447056 140463987701086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23854] ppid=23797 vsize=10842888 memory=9123871379154395351 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23854/stat : 23854 (java) S 23797 23800 22142 0 -1 1077944384 21 13323 0 0 1 0 5 3 20 0 15 0 416687258 11103117312 52071 33554432000 4194304 4196468 140729838639504 140464007863440 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23855] ppid=23797 vsize=10842888 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23855/stat : 23855 (java) S 23797 23800 22142 0 -1 1077944384 19 13323 0 0 1 0 5 3 20 0 15 0 416687258 11103117312 52071 33554432000 4194304 4196468 140729838639504 140463896136720 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23856] ppid=23797 vsize=10842888 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23856/stat : 23856 (java) S 23797 23800 22142 0 -1 1077944384 23 13323 0 0 1 0 5 3 20 0 15 0 416687258 11103117312 52071 33554432000 4194304 4196468 140729838639504 140463895083920 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23857] ppid=23797 vsize=10842888 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23857/stat : 23857 (java) S 23797 23800 22142 0 -1 1077944384 41 13323 0 0 1 0 5 3 20 0 15 0 416687258 11103117312 52071 33554432000 4194304 4196468 140729838639504 140463894031120 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23858] ppid=23797 vsize=10842888 memory=140588305578000 CPUtime=0.09 cores=0,2,4,6
/proc/23800/task/23858/stat : 23858 (java) S 23797 23800 22142 0 -1 1077944384 43 13323 0 0 1 0 5 3 20 0 15 0 416687260 11103117312 52071 33554432000 4194304 4196468 140729838639504 140463328672112 140464003631746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23859] ppid=23797 vsize=10842888 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23859/stat : 23859 (java) S 23797 23800 22142 0 -1 1077944384 35 13323 0 0 0 0 5 3 20 0 15 0 416687260 11103117312 52071 33554432000 4194304 4196468 140729838639504 140463327618144 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23860] ppid=23797 vsize=10842888 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23860/stat : 23860 (java) S 23797 23800 22142 0 -1 1077944384 5 13323 0 0 0 0 5 3 20 0 15 0 416687260 11103117312 52071 33554432000 4194304 4196468 140729838639504 140462878876544 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23861] ppid=23797 vsize=10842888 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23861/stat : 23861 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11103117312 52071 33554432000 4194304 4196468 140729838639504 140462571476816 140464003639195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23862] ppid=23797 vsize=10842888 memory=662363397872623672 CPUtime=0.7 cores=0,2,4,6
/proc/23800/task/23862/stat : 23862 (java) R 23797 23800 22142 0 -1 4202560 2434 13323 0 0 61 1 5 3 20 0 15 0 416687263 11103117312 52071 33554432000 4194304 4196468 140729838639504 140463294048240 140463988747306 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23863] ppid=23797 vsize=10842888 memory=0 CPUtime=0.95 cores=0,2,4,6
/proc/23800/task/23863/stat : 23863 (java) S 23797 23800 22142 0 -1 1077944384 5356 13323 0 0 86 1 5 3 20 0 15 0 416687263 11103117312 52071 33554432000 4194304 4196468 140729838639504 140463293008624 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23864] ppid=23797 vsize=10842888 memory=8976414709404591081 CPUtime=0.89 cores=0,2,4,6
/proc/23800/task/23864/stat : 23864 (java) S 23797 23800 22142 0 -1 1077944384 4395 13323 0 0 80 1 5 3 20 0 15 0 416687263 11103117312 52071 33554432000 4194304 4196468 140729838639504 140463291955824 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23865] ppid=23797 vsize=10842888 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23865/stat : 23865 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11103117312 52071 33554432000 4194304 4196468 140729838639504 140462537919200 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23866] ppid=23797 vsize=10842888 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23866/stat : 23866 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687263 11103117312 52071 33554432000 4194304 4196468 140729838639504 140463290903216 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 10842888 KiB
Current children cumulated memory: 208284 KiB

[startup+2.61077 s]
/proc/loadavg: 2.19 1.90 1.63 6/227 23866
/proc/meminfo: memFree=26058572/32770624 swapFree=67020720/67108860
[pid=23800] ppid=23797 vsize=10844936 memory=230124 CPUtime=5.37 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 22142 0 -1 1077944320 35998 13323 0 0 513 16 5 3 20 0 15 0 416687248 11105214464 57531 33554432000 4194304 4196468 140729838639504 140729838622048 140464003620599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
/proc/23800/statm: 2711234 57531 3594 1 0 2673293 0
[pid=23800/tid=23853] ppid=23797 vsize=10844936 memory=14130048139531837 CPUtime=2.5 cores=0,2,4,6
/proc/23800/task/23853/stat : 23853 (java) R 23797 23800 22142 0 -1 4202560 19843 13323 0 0 232 10 5 3 20 0 15 0 416687257 11105214464 57531 33554432000 4194304 4196468 140729838639504 140463975455248 140463566887533 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23854] ppid=23797 vsize=10844936 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23800/task/23854/stat : 23854 (java) S 23797 23800 22142 0 -1 1077944384 35 13323 0 0 2 0 5 3 20 0 15 0 416687258 11105214464 57531 33554432000 4194304 4196468 140729838639504 140464007863440 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23855] ppid=23797 vsize=10844936 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23800/task/23855/stat : 23855 (java) S 23797 23800 22142 0 -1 1077944384 335 13323 0 0 3 0 5 3 20 0 15 0 416687258 11105214464 57531 33554432000 4194304 4196468 140729838639504 140463896136720 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23856] ppid=23797 vsize=10844936 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/23800/task/23856/stat : 23856 (java) S 23797 23800 22142 0 -1 1077944384 54 13323 0 0 3 0 5 3 20 0 15 0 416687258 11105214464 57531 33554432000 4194304 4196468 140729838639504 140463895083920 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23857] ppid=23797 vsize=10844936 memory=6944656592455350634 CPUtime=0.11 cores=0,2,4,6
/proc/23800/task/23857/stat : 23857 (java) S 23797 23800 22142 0 -1 1077944384 62 13323 0 0 3 0 5 3 20 0 15 0 416687258 11105214464 57531 33554432000 4194304 4196468 140729838639504 140463894031120 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23858] ppid=23797 vsize=10844936 memory=7682744562830902074 CPUtime=0.1 cores=0,2,4,6
/proc/23800/task/23858/stat : 23858 (java) S 23797 23800 22142 0 -1 1077944384 322 13323 0 0 2 0 5 3 20 0 15 0 416687260 11105214464 57531 33554432000 4194304 4196468 140729838639504 140463328672112 140464003631746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23859] ppid=23797 vsize=10844936 memory=6944613755495348631 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23859/stat : 23859 (java) S 23797 23800 22142 0 -1 1077944384 35 13323 0 0 0 0 5 3 20 0 15 0 416687260 11105214464 57531 33554432000 4194304 4196468 140729838639504 140463327618144 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23860] ppid=23797 vsize=10844936 memory=-7385037615309293161 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23860/stat : 23860 (java) S 23797 23800 22142 0 -1 1077944384 5 13323 0 0 0 0 5 3 20 0 15 0 416687260 11105214464 57531 33554432000 4194304 4196468 140729838639504 140462878876544 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23861] ppid=23797 vsize=10844936 memory=7016714190785702558 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23861/stat : 23861 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11105214464 57531 33554432000 4194304 4196468 140729838639504 140462571476816 140464003639195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23862] ppid=23797 vsize=10844936 memory=-7384994778349281184 CPUtime=0.81 cores=0,2,4,6
/proc/23800/task/23862/stat : 23862 (java) R 23797 23800 22142 0 -1 4202560 2679 13323 0 0 72 1 5 3 20 0 15 0 416687263 11105214464 57531 33554432000 4194304 4196468 140729838639504 140463294054616 140463983277009 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23863] ppid=23797 vsize=10844936 memory=8761640388318109335 CPUtime=1.12 cores=0,2,4,6
/proc/23800/task/23863/stat : 23863 (java) R 23797 23800 22142 0 -1 4202560 5745 13323 0 0 103 1 5 3 20 0 15 0 416687263 11105214464 57531 33554432000 4194304 4196468 140729838639504 140463292988864 140463984321202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23864] ppid=23797 vsize=10844936 memory=0 CPUtime=0.98 cores=0,2,4,6
/proc/23800/task/23864/stat : 23864 (java) R 23797 23800 22142 0 -1 4202560 4670 13323 0 0 89 1 5 3 20 0 15 0 416687263 11105214464 57531 33554432000 4194304 4196468 140729838639504 140463291951584 140463982572587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23865] ppid=23797 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23865/stat : 23865 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11105214464 57531 33554432000 4194304 4196468 140729838639504 140462537919200 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23866] ppid=23797 vsize=10844936 memory=6945782492362334265 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23866/stat : 23866 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687263 11105214464 57531 33554432000 4194304 4196468 140729838639504 140463290903216 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 230124 KiB

[startup+2.7049 s]
/proc/loadavg: 2.19 1.90 1.63 6/227 23866
/proc/meminfo: memFree=26058572/32770624 swapFree=67020720/67108860
[pid=23800] ppid=23797 vsize=10844936 memory=231596 CPUtime=5.72 cores=0,2,4,6
/proc/23800/stat : 23800 (java) S 23797 23800 22142 0 -1 1077944320 36606 13323 0 0 547 17 5 3 20 0 15 0 416687248 11105214464 57899 33554432000 4194304 4196468 140729838639504 140729838622048 140464003620599 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
/proc/23800/statm: 2711234 57899 3595 1 0 2673293 0
[pid=23800/tid=23853] ppid=23797 vsize=10844936 memory=228548 CPUtime=2.59 cores=0,2,4,6
/proc/23800/task/23853/stat : 23853 (java) R 23797 23800 22142 0 -1 4202560 19875 13323 0 0 241 10 5 3 20 0 15 0 416687257 11105214464 57899 33554432000 4194304 4196468 140729838639504 140463975451744 140463982041712 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23854] ppid=23797 vsize=10844936 memory=140588305510821 CPUtime=0.1 cores=0,2,4,6
/proc/23800/task/23854/stat : 23854 (java) S 23797 23800 22142 0 -1 1077944384 35 13323 0 0 2 0 5 3 20 0 15 0 416687258 11105214464 57899 33554432000 4194304 4196468 140729838639504 140464007863440 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23855] ppid=23797 vsize=10844936 memory=281176611316948 CPUtime=0.11 cores=0,2,4,6
/proc/23800/task/23855/stat : 23855 (java) S 23797 23800 22142 0 -1 1077944384 335 13323 0 0 3 0 5 3 20 0 15 0 416687258 11105214464 57899 33554432000 4194304 4196468 140729838639504 140463896136720 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23856] ppid=23797 vsize=10844936 memory=8 CPUtime=0.11 cores=0,2,4,6
/proc/23800/task/23856/stat : 23856 (java) S 23797 23800 22142 0 -1 1077944384 54 13323 0 0 3 0 5 3 20 0 15 0 416687258 11105214464 57899 33554432000 4194304 4196468 140729838639504 140463895083920 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23857] ppid=23797 vsize=10844936 memory=8 CPUtime=0.11 cores=0,2,4,6
/proc/23800/task/23857/stat : 23857 (java) S 23797 23800 22142 0 -1 1077944384 62 13323 0 0 3 0 5 3 20 0 15 0 416687258 11105214464 57899 33554432000 4194304 4196468 140729838639504 140463894031120 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23858] ppid=23797 vsize=10844936 memory=8 CPUtime=0.1 cores=0,2,4,6
/proc/23800/task/23858/stat : 23858 (java) S 23797 23800 22142 0 -1 1077944384 322 13323 0 0 2 0 5 3 20 0 15 0 416687260 11105214464 57899 33554432000 4194304 4196468 140729838639504 140463328672112 140464003631746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23859] ppid=23797 vsize=10844936 memory=193044 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23859/stat : 23859 (java) S 23797 23800 22142 0 -1 1077944384 35 13323 0 0 0 0 5 3 20 0 15 0 416687260 11105214464 57899 33554432000 4194304 4196468 140729838639504 140463327618144 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23860] ppid=23797 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23860/stat : 23860 (java) S 23797 23800 22142 0 -1 1077944384 5 13323 0 0 0 0 5 3 20 0 15 0 416687260 11105214464 57899 33554432000 4194304 4196468 140729838639504 140462878876544 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23861] ppid=23797 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23861/stat : 23861 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11105214464 57899 33554432000 4194304 4196468 140729838639504 140462571476816 140464003639195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23862] ppid=23797 vsize=10844936 memory=0 CPUtime=0.9 cores=0,2,4,6
/proc/23800/task/23862/stat : 23862 (java) R 23797 23800 22142 0 -1 1077944384 2877 13323 0 0 81 1 5 3 20 0 15 0 416687263 11105214464 57899 33554432000 4194304 4196468 140729838639504 140463294052752 140464003630805 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23863] ppid=23797 vsize=10844936 memory=183140 CPUtime=1.21 cores=0,2,4,6
/proc/23800/task/23863/stat : 23863 (java) R 23797 23800 22142 0 -1 4202560 5987 13323 0 0 112 1 5 3 20 0 15 0 416687263 11105214464 57899 33554432000 4194304 4196468 140729838639504 140463292994568 140463984796564 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23864] ppid=23797 vsize=10844936 memory=0 CPUtime=1.04 cores=0,2,4,6
/proc/23800/task/23864/stat : 23864 (java) R 23797 23800 22142 0 -1 4202560 4806 13323 0 0 95 1 5 3 20 0 15 0 416687263 11105214464 57899 33554432000 4194304 4196468 140729838639504 140463291955824 140464003632534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23865] ppid=23797 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23865/stat : 23865 (java) S 23797 23800 22142 0 -1 1077944384 3 13323 0 0 0 0 5 3 20 0 15 0 416687263 11105214464 57899 33554432000 4194304 4196468 140729838639504 140462537919200 140464003630805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
[pid=23800/tid=23866] ppid=23797 vsize=10844936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23800/task/23866/stat : 23866 (java) S 23797 23800 22142 0 -1 1077944384 1 13323 0 0 0 0 5 3 20 0 15 0 416687263 11105214464 57899 33554432000 4194304 4196468 140729838639504 140463290903216 140464003631746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13148160 140729838643951 140729838646469 140729838646469 140729838649295 0
Current children cumulated CPU time: 5.72 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 231596 KiB

Child status: 0
Real time (s): 2.75237
CPU time (s): 5.84315
CPU user time (s): 5.62859
CPU system time (s): 0.214562
CPU usage (%): 212.295
Max. virtual memory (cumulated for all children) (KiB): 10844936
Max. memory (cumulated for all children) (KiB): 231596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.62859
system time used= 0.214562
maximum resident set size= 234884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50169
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= 4635
involuntary context switches= 32


# summary of solver processes directly reported to runsolver:
#   pid: 23800
#   total CPU time (s): 5.84315
#   total CPU user time (s): 5.62859
#   total CPU system time (s): 0.214562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041109 second user time and 0.063621 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-13 21:48:27
IDJOB=4395767
IDBENCH=133313
IDSOLVER=2846
FILE ID=node150/4395767-1568404146
RUNJOBID= node150-1568401436-22173
PBS_JOBID= 21701880
Free space on /tmp= 59324 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Primes/Primes-m1-p25/Primes-25-20-3-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395767-1568404146/watcher-4395767-1568404146 -o /tmp/evaluation-result-4395767-1568404146/solver-4395767-1568404146 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568401436-22173 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2064994451 HOME/instance-4395767-1568404146.xml

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

MD5SUM BENCH= cc05f472d5f8180cd89c35370563cdd2
RANDOM SEED=2064994451

node150.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.79
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.79
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.79
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.79
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:        26233676 kB
MemAvailable:   30985408 kB
Buffers:          190008 kB
Cached:          4772312 kB
SwapCached:        13308 kB
Active:          2001980 kB
Inactive:        3856644 kB
Active(anon):     860796 kB
Inactive(anon):    60156 kB
Active(file):    1141184 kB
Inactive(file):  3796488 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67020720 kB
Dirty:             35216 kB
Writeback:             0 kB
AnonPages:        994024 kB
Mapped:            52096 kB
Shmem:             16060 kB
Slab:             273572 kB
SReclaimable:     242520 kB
SUnreclaim:        31052 kB
KernelStack:        3792 kB
PageTables:         7628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2139660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    794624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59288 MiB
End job on node150 at 2019-09-13 21:48:30