Trace number 4387290

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 9.0086 3.94182

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-40-2-7.xml
MD5SUMc03c7f5b7c3afa870e2bbdca7571e3a2
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.264843
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":88}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":12},{"degree":1,"count":20},{"degree":2,"count":25},{"degree":3,"count":20},{"degree":4,"count":12},{"degree":5,"count":5},{"degree":6,"count":3},{"degree":7,"count":3}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":7},{"arity":7,"count":4},{"arity":8,"count":9},{"arity":9,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

0.70/0.55	c Concrete v3.10.1560635388952 running
8.91/3.93	v <instantiation
8.91/3.93	v         >
8.91/3.93	v       <list>
8.91/3.93	v         x[0] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[17] x[18] x[19] x[20] x[21] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[53] x[54] x[55] x[56] x[57] x[59] x[60] x[61] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[71] x[72] x[73] x[74] x[75] x[79] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[97] x[98] x[99]
8.91/3.93	v       </list>
8.91/3.93	v       <values>
8.91/3.93	v         6 10 20 10 13 18 10 27 2 11 29 7 7 8 16 19 16 29 17 19 29 10 3 2 10 22 28 24 28 16 29 28 11 15 14 18 12 23 22 25 16 18 10 15 2 8 9 4 18 21 21 9 7 13 16 8 6 25 20 20 6 12 16 24 16 6 14 22 2 11 18 27 26 26 27 8 2 9 26 18 4 17 26 25 10 16 11 13
8.91/3.93	v       </values>
8.91/3.93	v     </instantiation>
8.91/3.93	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 (14487 MiB free)
  memory of node 1: 16384 MiB (15096 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387290-1568297501/watcher-4387290-1568297501 -o /tmp/evaluation-result-4387290-1568297501/solver-4387290-1568297501 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21598 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1961851777 HOME/instance-4387290-1568297501.xml 

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

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


[startup+0.101703 s]*
/proc/loadavg: 1.23 1.42 1.48 3/223 24998
/proc/meminfo: memFree=30285532/32770624 swapFree=66965636/67108860
[pid=24941] ppid=24938 vsize=9972712 memory=17080 CPUtime=0.08 cores=1,3,5,7
/proc/24941/stat : 24941 (java) S 24938 24941 19880 0 -1 1077944320 4544 13364 0 0 1 0 4 3 20 0 6 0 405999694 10212057088 4270 33554432000 4194304 4196468 140732815756032 140732815738576 140631670202103 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
/proc/24941/statm: 2493178 4270 1935 1 0 2481616 0
[pid=24941/tid=24994] ppid=24938 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/24941/task/24994/stat : 24994 (java) R 24938 24941 19880 0 -1 4202560 2348 13364 0 0 1 0 4 3 20 0 6 0 405999703 10212057088 4336 33554432000 4194304 4196468 140732815756032 140631642038864 140631652101892 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24995] ppid=24938 vsize=9972712 memory=5793855683172944313 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24995/stat : 24995 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 6 0 405999704 10212057088 4336 33554432000 4194304 4196468 140732815756032 140631674444304 140631670212309 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24996] ppid=24938 vsize=9972712 memory=140432163051136 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24996/stat : 24996 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 6 0 405999704 10212057088 4336 33554432000 4194304 4196468 140732815756032 140631593196176 140631670212309 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24997] ppid=24938 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24997/stat : 24997 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 6 0 405999704 10212057088 4336 33554432000 4194304 4196468 140732815756032 140631592143120 140631670212309 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24998] ppid=24938 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24998/stat : 24998 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 6 0 405999704 10212057088 4336 33554432000 4194304 4196468 140732815756032 140631241316752 140631670212309 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210428 s]*
/proc/loadavg: 1.23 1.42 1.48 3/232 25007
/proc/meminfo: memFree=30263192/32770624 swapFree=66965636/67108860
[pid=24941] ppid=24938 vsize=10818940 memory=42832 CPUtime=0.25 cores=1,3,5,7
/proc/24941/stat : 24941 (java) S 24938 24941 19880 0 -1 1077944320 6983 13364 0 0 16 2 4 3 20 0 15 0 405999694 11078594560 10708 33554432000 4194304 4196468 140732815756032 140732815738576 140631670202103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
/proc/24941/statm: 2704735 10708 2977 1 0 2667149 0
[pid=24941/tid=24994] ppid=24938 vsize=10818940 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/24941/task/24994/stat : 24994 (java) R 24938 24941 19880 0 -1 4202560 3522 13364 0 0 10 1 4 3 20 0 15 0 405999703 11078594560 10708 33554432000 4194304 4196468 140732815756032 140631642019216 140631654282590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24995] ppid=24938 vsize=10818940 memory=4211974158367841674 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24995/stat : 24995 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999704 11078594560 10708 33554432000 4194304 4196468 140732815756032 140631674444304 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24996] ppid=24938 vsize=10818940 memory=140432163051136 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24996/stat : 24996 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999704 11078594560 10708 33554432000 4194304 4196468 140732815756032 140631593196176 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24997] ppid=24938 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24997/stat : 24997 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999704 11078594560 10708 33554432000 4194304 4196468 140732815756032 140631592143120 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24998] ppid=24938 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24998/stat : 24998 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999704 11078594560 10708 33554432000 4194304 4196468 140732815756032 140631241316752 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24999] ppid=24938 vsize=10818940 memory=140432163051136 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24999/stat : 24999 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999705 11078594560 10708 33554432000 4194304 4196468 140732815756032 140631196875504 140631670213250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25000] ppid=24938 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25000/stat : 25000 (java) S 24938 24941 19880 0 -1 1077944384 13 13364 0 0 0 0 4 3 20 0 15 0 405999706 11078594560 10708 33554432000 4194304 4196468 140732815756032 140631120799392 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25001] ppid=24938 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25001/stat : 25001 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999706 11078594560 10708 33554432000 4194304 4196468 140732815756032 140630986581232 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25002] ppid=24938 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25002/stat : 25002 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999709 11078594560 10708 33554432000 4194304 4196468 140732815756032 140630382602704 140631670220699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25003] ppid=24938 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24941/task/25003/stat : 25003 (java) S 24938 24941 19880 0 -1 1077944384 350 13364 0 0 1 0 4 3 20 0 15 0 405999709 11078594560 10708 33554432000 4194304 4196468 140732815756032 140631195822320 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25004] ppid=24938 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24941/task/25004/stat : 25004 (java) S 24938 24941 19880 0 -1 1077944384 271 13364 0 0 1 0 4 3 20 0 15 0 405999709 11078594560 10708 33554432000 4194304 4196468 140732815756032 140631194769776 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25005] ppid=24938 vsize=10818940 memory=140432163051136 CPUtime=0.09 cores=1,3,5,7
/proc/24941/task/25005/stat : 25005 (java) R 24938 24941 19880 0 -1 4202560 612 13364 0 0 2 0 4 3 20 0 15 0 405999709 11078594560 10708 33554432000 4194304 4196468 140732815756032 140631193716720 140631670223450 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25006] ppid=24938 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25006/stat : 25006 (java) S 24938 24941 19880 0 -1 1077944384 3 13364 0 0 0 0 4 3 20 0 15 0 405999709 11078594560 10708 33554432000 4194304 4196468 140732815756032 140629912840544 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25007] ppid=24938 vsize=10818940 memory=140432163051136 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25007/stat : 25007 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999709 11078594560 10708 33554432000 4194304 4196468 140732815756032 140631192665136 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42832 KiB

[startup+0.311574 s]*
/proc/loadavg: 1.23 1.42 1.48 6/232 25007
/proc/meminfo: memFree=30234048/32770624 swapFree=66965636/67108860
[pid=24941] ppid=24938 vsize=10819160 memory=51668 CPUtime=0.39 cores=1,3,5,7
/proc/24941/stat : 24941 (java) S 24938 24941 19880 0 -1 1077944320 10569 13364 0 0 28 4 4 3 20 0 15 0 405999694 11078819840 12917 33554432000 4194304 4196468 140732815756032 140732815738576 140631670202103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
/proc/24941/statm: 2704790 12917 3043 1 0 2667149 0
[pid=24941/tid=24994] ppid=24938 vsize=10819204 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/24941/task/24994/stat : 24994 (java) R 24938 24941 19880 0 -1 4202560 7098 13364 0 0 18 3 4 3 20 0 15 0 405999703 11078864896 12917 33554432000 4194304 4196468 140732815756032 140631642023136 140631593279350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24995] ppid=24938 vsize=10819204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24995/stat : 24995 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999704 11078864896 12917 33554432000 4194304 4196468 140732815756032 140631674444304 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24996] ppid=24938 vsize=10819204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24996/stat : 24996 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999704 11078864896 12917 33554432000 4194304 4196468 140732815756032 140631593196176 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24997] ppid=24938 vsize=10819204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24997/stat : 24997 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999704 11078864896 12917 33554432000 4194304 4196468 140732815756032 140631592143120 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24998] ppid=24938 vsize=10819204 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24998/stat : 24998 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999704 11078864896 12917 33554432000 4194304 4196468 140732815756032 140631241316752 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24999] ppid=24938 vsize=10819204 memory=140432163051135 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24999/stat : 24999 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999705 11078864896 12917 33554432000 4194304 4196468 140732815756032 140631196875504 140631670213250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25000] ppid=24938 vsize=10819204 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25000/stat : 25000 (java) S 24938 24941 19880 0 -1 1077944384 13 13364 0 0 0 0 4 3 20 0 15 0 405999706 11078864896 12917 33554432000 4194304 4196468 140732815756032 140631120799392 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25001] ppid=24938 vsize=10819220 memory=140432163051136 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25001/stat : 25001 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999706 11078881280 12917 33554432000 4194304 4196468 140732815756032 140630986581232 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25002] ppid=24938 vsize=10819220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25002/stat : 25002 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999709 11078881280 12917 33554432000 4194304 4196468 140732815756032 140630382602704 140631670220699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25003] ppid=24938 vsize=10819220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24941/task/25003/stat : 25003 (java) S 24938 24941 19880 0 -1 1077944384 351 13364 0 0 1 0 4 3 20 0 15 0 405999709 11078881280 12917 33554432000 4194304 4196468 140732815756032 140631195822320 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25004] ppid=24938 vsize=10819220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24941/task/25004/stat : 25004 (java) S 24938 24941 19880 0 -1 1077944384 273 13364 0 0 1 0 4 3 20 0 15 0 405999709 11078881280 12917 33554432000 4194304 4196468 140732815756032 140631194769776 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25005] ppid=24938 vsize=10819220 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24941/task/25005/stat : 25005 (java) S 24938 24941 19880 0 -1 1077944384 624 13364 0 0 5 0 4 3 20 0 15 0 405999709 11078881280 12917 33554432000 4194304 4196468 140732815756032 140631193716720 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25006] ppid=24938 vsize=10819236 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25006/stat : 25006 (java) S 24938 24941 19880 0 -1 1077944384 3 13364 0 0 0 0 4 3 20 0 15 0 405999709 11078897664 12917 33554432000 4194304 4196468 140732815756032 140629912840544 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25007] ppid=24938 vsize=10819236 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25007/stat : 25007 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999709 11078897664 12917 33554432000 4194304 4196468 140732815756032 140631192665136 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819160 KiB
Current children cumulated memory: 51668 KiB

[startup+0.700769 s]
/proc/loadavg: 1.23 1.42 1.48 5/232 25007
/proc/meminfo: memFree=30227448/32770624 swapFree=66965636/67108860
[pid=24941] ppid=24938 vsize=10824340 memory=84456 CPUtime=1.14 cores=1,3,5,7
/proc/24941/stat : 24941 (java) S 24938 24941 19880 0 -1 1077944320 14802 13364 0 0 100 7 4 3 20 0 15 0 405999694 11084124160 21114 33554432000 4194304 4196468 140732815756032 140732815738576 140631670202103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
/proc/24941/statm: 2706085 21114 3498 1 0 2668173 0
[pid=24941/tid=24994] ppid=24938 vsize=10824340 memory=280864017899712 CPUtime=0.66 cores=1,3,5,7
/proc/24941/task/24994/stat : 24994 (java) R 24938 24941 19880 0 -1 4202560 10509 13364 0 0 54 5 4 3 20 0 15 0 405999703 11084124160 21114 33554432000 4194304 4196468 140732815756032 140631642028688 140631670224029 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24995] ppid=24938 vsize=10824340 memory=280864017899904 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24995/stat : 24995 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999704 11084124160 21114 33554432000 4194304 4196468 140732815756032 140631674444304 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24996] ppid=24938 vsize=10824340 memory=280864017900096 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24996/stat : 24996 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999704 11084124160 21114 33554432000 4194304 4196468 140732815756032 140631593196176 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24997] ppid=24938 vsize=10824340 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24997/stat : 24997 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999704 11084124160 21114 33554432000 4194304 4196468 140732815756032 140631592143120 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24998] ppid=24938 vsize=10824340 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24998/stat : 24998 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999704 11084124160 21114 33554432000 4194304 4196468 140732815756032 140631241316752 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24999] ppid=24938 vsize=10824340 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/24999/stat : 24999 (java) S 24938 24941 19880 0 -1 1077944384 5 13364 0 0 0 0 4 3 20 0 15 0 405999705 11084124160 21114 33554432000 4194304 4196468 140732815756032 140631196875504 140631670213250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25000] ppid=24938 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25000/stat : 25000 (java) S 24938 24941 19880 0 -1 1077944384 13 13364 0 0 0 0 4 3 20 0 15 0 405999706 11084124160 21114 33554432000 4194304 4196468 140732815756032 140631120799392 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25001] ppid=24938 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25001/stat : 25001 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999706 11084124160 21114 33554432000 4194304 4196468 140732815756032 140630986581232 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25002] ppid=24938 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25002/stat : 25002 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999709 11084124160 21114 33554432000 4194304 4196468 140732815756032 140630382602704 140631670220699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25003] ppid=24938 vsize=10824340 memory=6944652177228980320 CPUtime=0.2 cores=1,3,5,7
/proc/24941/task/25003/stat : 25003 (java) S 24938 24941 19880 0 -1 1077944384 605 13364 0 0 13 0 4 3 20 0 15 0 405999709 11084124160 21114 33554432000 4194304 4196468 140732815756032 140631195822320 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25004] ppid=24938 vsize=10824340 memory=6944656592455359580 CPUtime=0.21 cores=1,3,5,7
/proc/24941/task/25004/stat : 25004 (java) R 24938 24941 19880 0 -1 4202560 641 13364 0 0 14 0 4 3 20 0 15 0 405999709 11084124160 21114 33554432000 4194304 4196468 140732815756032 140631194769776 140631656231101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25005] ppid=24938 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/24941/task/25005/stat : 25005 (java) S 24938 24941 19880 0 -1 1077944384 810 13364 0 0 17 0 4 3 20 0 15 0 405999709 11084124160 21114 33554432000 4194304 4196468 140732815756032 140631193716720 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25006] ppid=24938 vsize=10824340 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25006/stat : 25006 (java) S 24938 24941 19880 0 -1 1077944384 3 13364 0 0 0 0 4 3 20 0 15 0 405999709 11084124160 21114 33554432000 4194304 4196468 140732815756032 140629912840544 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25007] ppid=24938 vsize=10824340 memory=140432008841008 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25007/stat : 25007 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999709 11084124160 21114 33554432000 4194304 4196468 140732815756032 140631192665136 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84456 KiB

[startup+1.50073 s]
/proc/loadavg: 1.23 1.42 1.48 3/232 25007
/proc/meminfo: memFree=30193608/32770624 swapFree=66965636/67108860
[pid=24941] ppid=24938 vsize=10834656 memory=170152 CPUtime=2.47 cores=1,3,5,7
/proc/24941/stat : 24941 (java) S 24938 24941 19880 0 -1 1077944320 22445 13364 0 0 228 12 4 3 20 0 15 0 405999694 11094687744 42538 33554432000 4194304 4196468 140732815756032 140732815738576 140631670202103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
/proc/24941/statm: 2708664 42538 3572 1 0 2670733 0
[pid=24941/tid=24994] ppid=24938 vsize=10834656 memory=203 CPUtime=1.43 cores=1,3,5,7
/proc/24941/task/24994/stat : 24994 (java) R 24938 24941 19880 0 -1 4202560 15550 13364 0 0 129 7 4 3 20 0 15 0 405999703 11094687744 42538 33554432000 4194304 4196468 140732815756032 140631642007472 140631272091104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24995] ppid=24938 vsize=10834656 memory=115 CPUtime=0.08 cores=1,3,5,7
/proc/24941/task/24995/stat : 24995 (java) S 24938 24941 19880 0 -1 1077944384 22 13364 0 0 1 0 4 3 20 0 15 0 405999704 11094687744 42538 33554432000 4194304 4196468 140732815756032 140631674444304 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24996] ppid=24938 vsize=10834656 memory=1 CPUtime=0.08 cores=1,3,5,7
/proc/24941/task/24996/stat : 24996 (java) S 24938 24941 19880 0 -1 1077944384 81 13364 0 0 1 0 4 3 20 0 15 0 405999704 11094687744 42538 33554432000 4194304 4196468 140732815756032 140631593196176 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24997] ppid=24938 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24941/task/24997/stat : 24997 (java) S 24938 24941 19880 0 -1 1077944384 354 13364 0 0 1 0 4 3 20 0 15 0 405999704 11094687744 42538 33554432000 4194304 4196468 140732815756032 140631592143120 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24998] ppid=24938 vsize=10834656 memory=6947181114066755924 CPUtime=0.08 cores=1,3,5,7
/proc/24941/task/24998/stat : 24998 (java) S 24938 24941 19880 0 -1 1077944384 64 13364 0 0 1 0 4 3 20 0 15 0 405999704 11094687744 42538 33554432000 4194304 4196468 140732815756032 140631241316752 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24999] ppid=24938 vsize=10834656 memory=7378683318719893613 CPUtime=0.08 cores=1,3,5,7
/proc/24941/task/24999/stat : 24999 (java) S 24938 24941 19880 0 -1 1077944384 894 13364 0 0 1 0 4 3 20 0 15 0 405999705 11094687744 42538 33554432000 4194304 4196468 140732815756032 140631196875504 140631670213250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25000] ppid=24938 vsize=10834656 memory=7305234881077602137 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25000/stat : 25000 (java) S 24938 24941 19880 0 -1 1077944384 14 13364 0 0 0 0 4 3 20 0 15 0 405999706 11094687744 42538 33554432000 4194304 4196468 140732815756032 140631120799392 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25001] ppid=24938 vsize=10834656 memory=5787213827130549604 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25001/stat : 25001 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999706 11094687744 42538 33554432000 4194304 4196468 140732815756032 140630986581232 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25002] ppid=24938 vsize=10834656 memory=280864017649504 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25002/stat : 25002 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999709 11094687744 42538 33554432000 4194304 4196468 140732815756032 140630382602704 140631670220699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25003] ppid=24938 vsize=10834656 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/24941/task/25003/stat : 25003 (java) S 24938 24941 19880 0 -1 1077944384 802 13364 0 0 24 0 4 3 20 0 15 0 405999709 11094687744 42538 33554432000 4194304 4196468 140732815756032 140631195822320 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25004] ppid=24938 vsize=10834656 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/24941/task/25004/stat : 25004 (java) S 24938 24941 19880 0 -1 1077944384 885 13364 0 0 26 1 4 3 20 0 15 0 405999709 11094687744 42538 33554432000 4194304 4196468 140732815756032 140631194769776 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25005] ppid=24938 vsize=10834656 memory=140432008834256 CPUtime=0.48 cores=1,3,5,7
/proc/24941/task/25005/stat : 25005 (java) R 24938 24941 19880 0 -1 4202560 1569 13364 0 0 41 0 4 3 20 0 15 0 405999709 11094687744 42538 33554432000 4194304 4196468 140732815756032 140631193716720 140631662439230 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25006] ppid=24938 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25006/stat : 25006 (java) S 24938 24941 19880 0 -1 1077944384 3 13364 0 0 0 0 4 3 20 0 15 0 405999709 11094687744 42538 33554432000 4194304 4196468 140732815756032 140629912840544 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25007] ppid=24938 vsize=10834656 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25007/stat : 25007 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999709 11094687744 42538 33554432000 4194304 4196468 140732815756032 140631192665136 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834656 KiB

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

[startup+3.94177 s]
# the end of solver process 24941 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.73382 s, system=0.274784 s

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

[startup+3.20097 s]
/proc/loadavg: 1.23 1.42 1.48 5/232 25007
/proc/meminfo: memFree=30057892/32770624 swapFree=66965636/67108860
[pid=24941] ppid=24938 vsize=10847564 memory=291836 CPUtime=7.2 cores=1,3,5,7
/proc/24941/stat : 24941 (java) S 24938 24941 19880 0 -1 1077944320 47560 13364 0 0 693 20 4 3 20 0 15 0 405999694 11107905536 72959 33554432000 4194304 4196468 140732815756032 140732815738576 140631670202103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
/proc/24941/statm: 2711891 72959 3609 1 0 2673955 0
[pid=24941/tid=24994] ppid=24938 vsize=10847564 memory=3054156605267021189 CPUtime=3.07 cores=1,3,5,7
/proc/24941/task/24994/stat : 24994 (java) R 24938 24941 19880 0 -1 4202560 23287 13364 0 0 290 10 4 3 20 0 15 0 405999703 11107905536 72959 33554432000 4194304 4196468 140732815756032 140631642035168 140631282102695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24995] ppid=24938 vsize=10847564 memory=7100839852556323184 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24995/stat : 24995 (java) S 24938 24941 19880 0 -1 1077944384 148 13364 0 0 3 0 4 3 20 0 15 0 405999704 11107905536 72959 33554432000 4194304 4196468 140732815756032 140631674444304 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24996] ppid=24938 vsize=10847564 memory=5855084842728655005 CPUtime=0.09 cores=1,3,5,7
/proc/24941/task/24996/stat : 24996 (java) S 24938 24941 19880 0 -1 1077944384 107 13364 0 0 2 0 4 3 20 0 15 0 405999704 11107905536 72959 33554432000 4194304 4196468 140732815756032 140631593196176 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24997] ppid=24938 vsize=10847564 memory=-7246141791783844802 CPUtime=0.09 cores=1,3,5,7
/proc/24941/task/24997/stat : 24997 (java) S 24938 24941 19880 0 -1 1077944384 383 13364 0 0 2 0 4 3 20 0 15 0 405999704 11107905536 72959 33554432000 4194304 4196468 140732815756032 140631592143120 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24998] ppid=24938 vsize=10847564 memory=7667492055149930606 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24998/stat : 24998 (java) S 24938 24941 19880 0 -1 1077944384 169 13364 0 0 3 0 4 3 20 0 15 0 405999704 11107905536 72959 33554432000 4194304 4196468 140732815756032 140631241316752 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24999] ppid=24938 vsize=10847564 memory=7373352817559363648 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24999/stat : 24999 (java) S 24938 24941 19880 0 -1 1077944384 3350 13364 0 0 3 0 4 3 20 0 15 0 405999705 11107905536 72959 33554432000 4194304 4196468 140732815756032 140631196875504 140631670213250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25000] ppid=24938 vsize=10847564 memory=161 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25000/stat : 25000 (java) S 24938 24941 19880 0 -1 1077944384 15 13364 0 0 0 0 4 3 20 0 15 0 405999706 11107905536 72959 33554432000 4194304 4196468 140732815756032 140631120799456 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25001] ppid=24938 vsize=10847564 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25001/stat : 25001 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999706 11107905536 72959 33554432000 4194304 4196468 140732815756032 140630986581248 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25002] ppid=24938 vsize=10847564 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25002/stat : 25002 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999709 11107905536 72959 33554432000 4194304 4196468 140732815756032 140630382602704 140631670220699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25003] ppid=24938 vsize=10847564 memory=6791534058613427641 CPUtime=1.33 cores=1,3,5,7
/proc/24941/task/25003/stat : 25003 (java) R 24938 24941 19880 0 -1 4202560 8170 13364 0 0 125 1 4 3 20 0 15 0 405999709 11107905536 72959 33554432000 4194304 4196468 140732815756032 140631195808480 140631651727461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25004] ppid=24938 vsize=10847564 memory=0 CPUtime=1.57 cores=1,3,5,7
/proc/24941/task/25004/stat : 25004 (java) R 24938 24941 19880 0 -1 4202560 4294 13364 0 0 148 2 4 3 20 0 15 0 405999709 11107905536 72959 33554432000 4194304 4196468 140732815756032 140631194759488 140631651746568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25005] ppid=24938 vsize=10847564 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/24941/task/25005/stat : 25005 (java) R 24938 24941 19880 0 -1 1077944384 5419 13364 0 0 110 2 4 3 20 0 15 0 405999709 11107905536 72959 33554432000 4194304 4196468 140732815756032 140631193716720 140631670213250 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25006] ppid=24938 vsize=10847564 memory=288371019436432920 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25006/stat : 25006 (java) S 24938 24941 19880 0 -1 1077944384 3 13364 0 0 0 0 4 3 20 0 15 0 405999709 11107905536 72959 33554432000 4194304 4196468 140732815756032 140629912840544 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25007] ppid=24938 vsize=10847564 memory=15535228244480510 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25007/stat : 25007 (java) S 24938 24941 19880 0 -1 1077944384 7 13364 0 0 0 0 4 3 20 0 15 0 405999709 11107905536 72959 33554432000 4194304 4196468 140732815756032 140631192665136 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
Current children cumulated CPU time: 7.2 s
Current children cumulated vsize: 10847564 KiB
Current children cumulated memory: 291836 KiB

[startup+3.60072 s]
/proc/loadavg: 1.23 1.42 1.48 5/232 25007
/proc/meminfo: memFree=30057892/32770624 swapFree=66965636/67108860
[pid=24941] ppid=24938 vsize=10844916 memory=316568 CPUtime=8.15 cores=1,3,5,7
/proc/24941/stat : 24941 (java) S 24938 24941 19880 0 -1 1077944320 49035 13364 0 0 786 22 4 3 20 0 15 0 405999694 11105193984 79142 33554432000 4194304 4196468 140732815756032 140732815738576 140631670202103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
/proc/24941/statm: 2711229 79142 3611 1 0 2673293 0
[pid=24941/tid=24994] ppid=24938 vsize=10844916 memory=8333685965601203558 CPUtime=3.46 cores=1,3,5,7
/proc/24941/task/24994/stat : 24994 (java) R 24938 24941 19880 0 -1 4202560 23310 13364 0 0 329 10 4 3 20 0 15 0 405999703 11105193984 79142 33554432000 4194304 4196468 140732815756032 140631642037328 140631281893770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24995] ppid=24938 vsize=10844916 memory=4951091520830867572 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24995/stat : 24995 (java) S 24938 24941 19880 0 -1 1077944384 153 13364 0 0 3 0 4 3 20 0 15 0 405999704 11105193984 79142 33554432000 4194304 4196468 140732815756032 140631674444304 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24996] ppid=24938 vsize=10844916 memory=5787213831794092113 CPUtime=0.09 cores=1,3,5,7
/proc/24941/task/24996/stat : 24996 (java) S 24938 24941 19880 0 -1 1077944384 108 13364 0 0 2 0 4 3 20 0 15 0 405999704 11105193984 79142 33554432000 4194304 4196468 140732815756032 140631593196176 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24997] ppid=24938 vsize=10844916 memory=7012475517778747986 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24997/stat : 24997 (java) S 24938 24941 19880 0 -1 1077944384 384 13364 0 0 3 0 4 3 20 0 15 0 405999704 11105193984 79142 33554432000 4194304 4196468 140732815756032 140631592143120 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24998] ppid=24938 vsize=10844916 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24998/stat : 24998 (java) S 24938 24941 19880 0 -1 1077944384 170 13364 0 0 3 0 4 3 20 0 15 0 405999704 11105193984 79142 33554432000 4194304 4196468 140732815756032 140631241316752 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24999] ppid=24938 vsize=10844916 memory=280864018033632 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24999/stat : 24999 (java) S 24938 24941 19880 0 -1 1077944384 3350 13364 0 0 3 0 4 3 20 0 15 0 405999705 11105193984 79142 33554432000 4194304 4196468 140732815756032 140631196875504 140631670213250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25000] ppid=24938 vsize=10844916 memory=2110782616011732 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25000/stat : 25000 (java) S 24938 24941 19880 0 -1 1077944384 15 13364 0 0 0 0 4 3 20 0 15 0 405999706 11105193984 79142 33554432000 4194304 4196468 140732815756032 140631120799456 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25001] ppid=24938 vsize=10844916 memory=316659568681943345 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25001/stat : 25001 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999706 11105193984 79142 33554432000 4194304 4196468 140732815756032 140630986581248 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25002] ppid=24938 vsize=10844916 memory=13851875942336307 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25002/stat : 25002 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999709 11105193984 79142 33554432000 4194304 4196468 140732815756032 140630382602704 140631670220699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25003] ppid=24938 vsize=10844916 memory=0 CPUtime=1.58 cores=1,3,5,7
/proc/24941/task/25003/stat : 25003 (java) S 24938 24941 19880 0 -1 1077944384 8996 13364 0 0 150 1 4 3 20 0 15 0 405999709 11105193984 79142 33554432000 4194304 4196468 140732815756032 140631195822320 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25004] ppid=24938 vsize=10844916 memory=7733952971663519637 CPUtime=1.78 cores=1,3,5,7
/proc/24941/task/25004/stat : 25004 (java) S 24938 24941 19880 0 -1 1077944384 4465 13364 0 0 169 2 4 3 20 0 15 0 405999709 11105193984 79142 33554432000 4194304 4196468 140732815756032 140631194769776 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25005] ppid=24938 vsize=10844916 memory=7733952971663519637 CPUtime=1.28 cores=1,3,5,7
/proc/24941/task/25005/stat : 25005 (java) R 24938 24941 19880 0 -1 4202560 5866 13364 0 0 118 3 4 3 20 0 15 0 405999709 11105193984 79142 33554432000 4194304 4196468 140732815756032 140631193712256 140631649131385 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25006] ppid=24938 vsize=10844916 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25006/stat : 25006 (java) S 24938 24941 19880 0 -1 1077944384 3 13364 0 0 0 0 4 3 20 0 15 0 405999709 11105193984 79142 33554432000 4194304 4196468 140732815756032 140629912840544 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25007] ppid=24938 vsize=10844916 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25007/stat : 25007 (java) S 24938 24941 19880 0 -1 1077944384 7 13364 0 0 0 0 4 3 20 0 15 0 405999709 11105193984 79142 33554432000 4194304 4196468 140732815756032 140631192665136 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 316568 KiB

[startup+3.80143 s]
/proc/loadavg: 1.23 1.42 1.48 5/232 25007
/proc/meminfo: memFree=30057892/32770624 swapFree=66965636/67108860
[pid=24941] ppid=24938 vsize=10844916 memory=318688 CPUtime=8.7 cores=1,3,5,7
/proc/24941/stat : 24941 (java) S 24938 24941 19880 0 -1 1077944320 49536 13364 0 0 841 22 4 3 20 0 15 0 405999694 11105193984 79672 33554432000 4194304 4196468 140732815756032 140732815738576 140631670202103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
/proc/24941/statm: 2711229 79672 3611 1 0 2673293 0
[pid=24941/tid=24994] ppid=24938 vsize=10844916 memory=5867456297798364006 CPUtime=3.66 cores=1,3,5,7
/proc/24941/task/24994/stat : 24994 (java) R 24938 24941 19880 0 -1 4202560 23310 13364 0 0 349 10 4 3 20 0 15 0 405999703 11105193984 79672 33554432000 4194304 4196468 140732815756032 140631642034128 140631281893355 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24995] ppid=24938 vsize=10844916 memory=7882542265907504721 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24995/stat : 24995 (java) S 24938 24941 19880 0 -1 1077944384 153 13364 0 0 3 0 4 3 20 0 15 0 405999704 11105193984 79672 33554432000 4194304 4196468 140732815756032 140631674444304 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24996] ppid=24938 vsize=10844916 memory=280864018257904 CPUtime=0.09 cores=1,3,5,7
/proc/24941/task/24996/stat : 24996 (java) S 24938 24941 19880 0 -1 1077944384 108 13364 0 0 2 0 4 3 20 0 15 0 405999704 11105193984 79672 33554432000 4194304 4196468 140732815756032 140631593196176 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24997] ppid=24938 vsize=10844916 memory=280864018255632 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24997/stat : 24997 (java) S 24938 24941 19880 0 -1 1077944384 384 13364 0 0 3 0 4 3 20 0 15 0 405999704 11105193984 79672 33554432000 4194304 4196468 140732815756032 140631592143120 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24998] ppid=24938 vsize=10844916 memory=280864018271536 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24998/stat : 24998 (java) S 24938 24941 19880 0 -1 1077944384 170 13364 0 0 3 0 4 3 20 0 15 0 405999704 11105193984 79672 33554432000 4194304 4196468 140732815756032 140631241316752 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24999] ppid=24938 vsize=10844916 memory=280864018269264 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24999/stat : 24999 (java) S 24938 24941 19880 0 -1 1077944384 3350 13364 0 0 3 0 4 3 20 0 15 0 405999705 11105193984 79672 33554432000 4194304 4196468 140732815756032 140631196875504 140631670213250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25000] ppid=24938 vsize=10844916 memory=280864018280624 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25000/stat : 25000 (java) S 24938 24941 19880 0 -1 1077944384 15 13364 0 0 0 0 4 3 20 0 15 0 405999706 11105193984 79672 33554432000 4194304 4196468 140732815756032 140631120799456 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25001] ppid=24938 vsize=10844916 memory=280864018278352 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25001/stat : 25001 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999706 11105193984 79672 33554432000 4194304 4196468 140732815756032 140630986581248 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25002] ppid=24938 vsize=10844916 memory=280864018289712 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25002/stat : 25002 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999709 11105193984 79672 33554432000 4194304 4196468 140732815756032 140630382602704 140631670220699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25003] ppid=24938 vsize=10844916 memory=280864018285232 CPUtime=1.75 cores=1,3,5,7
/proc/24941/task/25003/stat : 25003 (java) R 24938 24941 19880 0 -1 4202560 9020 13364 0 0 167 1 4 3 20 0 15 0 405999709 11105193984 79672 33554432000 4194304 4196468 140732815756032 140631195808336 140631649458617 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25004] ppid=24938 vsize=10844916 memory=6944656592455360604 CPUtime=1.94 cores=1,3,5,7
/proc/24941/task/25004/stat : 25004 (java) R 24938 24941 19880 0 -1 4202560 4849 13364 0 0 185 2 4 3 20 0 15 0 405999709 11105193984 79672 33554432000 4194304 4196468 140732815756032 140631194769776 140631655325635 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25005] ppid=24938 vsize=10844916 memory=6943526294502006880 CPUtime=1.31 cores=1,3,5,7
/proc/24941/task/25005/stat : 25005 (java) S 24938 24941 19880 0 -1 1077944384 5959 13364 0 0 121 3 4 3 20 0 15 0 405999709 11105193984 79672 33554432000 4194304 4196468 140732815756032 140631193716720 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25006] ppid=24938 vsize=10844916 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25006/stat : 25006 (java) S 24938 24941 19880 0 -1 1077944384 3 13364 0 0 0 0 4 3 20 0 15 0 405999709 11105193984 79672 33554432000 4194304 4196468 140732815756032 140629912840544 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25007] ppid=24938 vsize=10844916 memory=-2747075206744774972 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25007/stat : 25007 (java) S 24938 24941 19880 0 -1 1077944384 7 13364 0 0 0 0 4 3 20 0 15 0 405999709 11105193984 79672 33554432000 4194304 4196468 140732815756032 140631192665136 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 318688 KiB

[startup+3.90066 s]
/proc/loadavg: 1.23 1.42 1.48 5/232 25007
/proc/meminfo: memFree=30057892/32770624 swapFree=66965636/67108860
[pid=24941] ppid=24938 vsize=10844916 memory=325148 CPUtime=8.91 cores=1,3,5,7
/proc/24941/stat : 24941 (java) S 24938 24941 19880 0 -1 1077944320 49662 13364 0 0 862 22 4 3 20 0 15 0 405999694 11105193984 81287 33554432000 4194304 4196468 140732815756032 140732815738576 140631670202103 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
/proc/24941/statm: 2711229 81287 3611 1 0 2673293 0
[pid=24941/tid=24994] ppid=24938 vsize=10844916 memory=13806 CPUtime=3.76 cores=1,3,5,7
/proc/24941/task/24994/stat : 24994 (java) R 24938 24941 19880 0 -1 4202560 23323 13364 0 0 359 10 4 3 20 0 15 0 405999703 11105193984 81287 33554432000 4194304 4196468 140732815756032 140631642033936 140631670214038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24995] ppid=24938 vsize=10844916 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24995/stat : 24995 (java) S 24938 24941 19880 0 -1 1077944384 154 13364 0 0 3 0 4 3 20 0 15 0 405999704 11105193984 81287 33554432000 4194304 4196468 140732815756032 140631674444304 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24996] ppid=24938 vsize=10844916 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24996/stat : 24996 (java) S 24938 24941 19880 0 -1 1077944384 108 13364 0 0 3 0 4 3 20 0 15 0 405999704 11105193984 81287 33554432000 4194304 4196468 140732815756032 140631593196176 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24997] ppid=24938 vsize=10844916 memory=64 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24997/stat : 24997 (java) S 24938 24941 19880 0 -1 1077944384 384 13364 0 0 3 0 4 3 20 0 15 0 405999704 11105193984 81287 33554432000 4194304 4196468 140732815756032 140631592143120 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24998] ppid=24938 vsize=10844916 memory=238304 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24998/stat : 24998 (java) S 24938 24941 19880 0 -1 1077944384 170 13364 0 0 3 0 4 3 20 0 15 0 405999704 11105193984 81287 33554432000 4194304 4196468 140732815756032 140631241316752 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=24999] ppid=24938 vsize=10844916 memory=280864018036256 CPUtime=0.1 cores=1,3,5,7
/proc/24941/task/24999/stat : 24999 (java) S 24938 24941 19880 0 -1 1077944384 3363 13364 0 0 3 0 4 3 20 0 15 0 405999705 11105193984 81287 33554432000 4194304 4196468 140732815756032 140631196875504 140631670213250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25000] ppid=24938 vsize=10844916 memory=109297790880490 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25000/stat : 25000 (java) S 24938 24941 19880 0 -1 1077944384 15 13364 0 0 0 0 4 3 20 0 15 0 405999706 11105193984 81287 33554432000 4194304 4196468 140732815756032 140631120799456 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25001] ppid=24938 vsize=10844916 memory=109297790880490 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25001/stat : 25001 (java) S 24938 24941 19880 0 -1 1077944384 1 13364 0 0 0 0 4 3 20 0 15 0 405999706 11105193984 81287 33554432000 4194304 4196468 140732815756032 140630986581248 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25002] ppid=24938 vsize=10844916 memory=109297790880234 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25002/stat : 25002 (java) S 24938 24941 19880 0 -1 1077944384 2 13364 0 0 0 0 4 3 20 0 15 0 405999709 11105193984 81287 33554432000 4194304 4196468 140732815756032 140630382602704 140631670220699 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25003] ppid=24938 vsize=10844916 memory=109297790880234 CPUtime=1.8 cores=1,3,5,7
/proc/24941/task/25003/stat : 25003 (java) R 24938 24941 19880 0 -1 4202560 9025 13364 0 0 172 1 4 3 20 0 15 0 405999709 11105193984 81287 33554432000 4194304 4196468 140732815756032 140631195822320 140631670214038 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25004] ppid=24938 vsize=10844916 memory=109297790880234 CPUtime=1.98 cores=1,3,5,7
/proc/24941/task/25004/stat : 25004 (java) S 24938 24941 19880 0 -1 1077944384 4864 13364 0 0 189 2 4 3 20 0 15 0 405999709 11105193984 81287 33554432000 4194304 4196468 140732815756032 140631194769776 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25005] ppid=24938 vsize=10844916 memory=210900 CPUtime=1.32 cores=1,3,5,7
/proc/24941/task/25005/stat : 25005 (java) S 24938 24941 19880 0 -1 1077944384 6038 13364 0 0 122 3 4 3 20 0 15 0 405999709 11105193984 81287 33554432000 4194304 4196468 140732815756032 140631193716720 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25006] ppid=24938 vsize=10844916 memory=280864017959344 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25006/stat : 25006 (java) S 24938 24941 19880 0 -1 1077944384 3 13364 0 0 0 0 4 3 20 0 15 0 405999709 11105193984 81287 33554432000 4194304 4196468 140732815756032 140629912840544 140631670212309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
[pid=24941/tid=25007] ppid=24938 vsize=10844916 memory=8320808402719748918 CPUtime=0.07 cores=1,3,5,7
/proc/24941/task/25007/stat : 25007 (java) S 24938 24941 19880 0 -1 1077944384 7 13364 0 0 0 0 4 3 20 0 15 0 405999709 11105193984 81287 33554432000 4194304 4196468 140732815756032 140631192665136 140631670213250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10244096 140732815764213 140732815766725 140732815766725 140732815769551 0
Current children cumulated CPU time: 8.91 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 325148 KiB

Child status: 0
Real time (s): 3.94182
CPU time (s): 9.0086
CPU user time (s): 8.73382
CPU system time (s): 0.274784
CPU usage (%): 228.539
Max. virtual memory (cumulated for all children) (KiB): 10847584
Max. memory (cumulated for all children) (KiB): 325148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.73382
system time used= 0.274784
maximum resident set size= 327448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63177
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5744
involuntary context switches= 47


# summary of solver processes directly reported to runsolver:
#   pid: 24941
#   total CPU time (s): 9.0086
#   total CPU user time (s): 8.73382
#   total CPU system time (s): 0.274784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052947 second user time and 0.072162 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-12 16:11:01
IDJOB=4387290
IDBENCH=133410
IDSOLVER=2823
FILE ID=node135/4387290-1568297501
RUNJOBID= node135-1568286944-21598
PBS_JOBID= 21701073
Free space on /tmp= 56716 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-40-2-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387290-1568297501/watcher-4387290-1568297501 -o /tmp/evaluation-result-4387290-1568297501/solver-4387290-1568297501 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21598 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1961851777 HOME/instance-4387290-1568297501.xml

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

MD5SUM BENCH= c03c7f5b7c3afa870e2bbdca7571e3a2
RANDOM SEED=1961851777

node135.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.76
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.76
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.76
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.76
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:        30294020 kB
MemAvailable:   31134928 kB
Buffers:          101884 kB
Cached:          1003880 kB
SwapCached:        36276 kB
Active:          1209228 kB
Inactive:         666296 kB
Active(anon):     740128 kB
Inactive(anon):    60384 kB
Active(file):     469100 kB
Inactive(file):   605912 kB
Unevictable:      108968 kB
Mlocked:          108968 kB
SwapTotal:      67108860 kB
SwapFree:       66965636 kB
Dirty:             35228 kB
Writeback:             0 kB
AnonPages:        843328 kB
Mapped:            46500 kB
Shmem:             22080 kB
Slab:             194324 kB
SReclaimable:     163464 kB
SUnreclaim:        30860 kB
KernelStack:        3776 kB
PageTables:         7112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1984240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    765952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 56680 MiB
End job on node135 at 2019-09-12 16:11:05