Trace number 4294938

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
scop both+MapleCOMSPS (2018-06-13)? (TO) 2528.25 954.206

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-12-13_c18.xml
MD5SUMc64ae1eb34294e2d276677e97ca01970
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints25
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":156}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":156}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":13},{"arity":13,"count":12}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.52	
0.80/0.66	scop both+minisat_release (2018-06-13)
0.80/0.66	
0.80/0.66	c BEGIN-Prog: Wed Jul 25 18:52:53 CEST 2018
0.80/0.66	c PID: 29997
0.80/0.66	c IP: 172.20.3.102
0.80/0.66	c HOST: node102.alineos.net
0.80/0.66	c (0,0) Parsing Begin
2.93/1.54	c (1,1) Parsing End
2.93/1.55	c (1,1) CSP: 156 int (0 aux), 0 bool (0 aux), 25 ctr, max domain size 26
2.93/1.55	c (1,1) Heap : 455 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.93/1.55	c (1,1) Constraint Name Generate Begin
2.93/1.55	c (1,1) Ctr:HOME/instance-4294938-1532537572.xml,ExtensionSupport:IntVar
2.93/1.55	c (1,1) Constraint Name Generate End
2.93/1.55	c (1,1) Heap : 455 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.93/1.55	c (1,1) CSP to CSPinCNF Begin
105.92/72.92	c (72,65) translated 3 (10%) constraints
164.30/115.57	c (115,103) translated 5 (20%) constraints
300.86/192.97	c (192,160) translated 8 (30%) constraints
356.94/235.23	c (234,198) translated 10 (40%) constraints
481.83/309.59	c (309,255) translated 13 (50%) constraints
576.49/383.05	c (382,321) translated 15 (60%) constraints
928.46/515.11	c (514,379) translated 18 (70%) constraints
1974.06/807.54	c (807,416) translated 20 (80%) constraints

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294938-1532537572/watcher-4294938-1532537572 -o /tmp/evaluation-result-4294938-1532537572/solver-4294938-1532537572 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29243 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294938-1532537572.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=29997, runsolver pid=29994
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 5.62 4.52 3.87 3/217 30012
/proc/meminfo: memFree=12584796/32770624 swapFree=67076452/67108860
[pid=29997] ppid=29994 vsize=15011656 memory=73896 CPUtime=0.11 cores=0,2,4,6
/proc/29997/stat : 29997 (java) S 29994 29997 29212 0 -1 1077944320 6626 0 0 0 9 2 0 0 20 0 15 0 71320421 15371935744 18408 33554432000 4194304 4196468 140722942706000 140722942688544 139990767148791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
/proc/29997/statm: 3752914 18474 2758 1 0 3715374 0
[pid=29997/tid=29999] ppid=29994 vsize=15011656 memory=-8556449466809355387 CPUtime=0.09 cores=0,2,4,6
/proc/29997/task/29999/stat : 29999 (java) R 29994 29997 29212 0 -1 4202560 4732 0 0 0 7 2 0 0 20 0 15 0 71320421 15371935744 18474 33554432000 4194304 4196468 140722942706000 139990738925872 139990747425630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30000] ppid=29994 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30000/stat : 30000 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320423 15371935744 18474 33554432000 4194304 4196468 140722942706000 139990771390992 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30001] ppid=29994 vsize=15011656 memory=140330318444160 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30001/stat : 30001 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320423 15371935744 18474 33554432000 4194304 4196468 140722942706000 139990570166928 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30002] ppid=29994 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30002/stat : 30002 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320423 15371935744 18474 33554432000 4194304 4196468 140722942706000 139990569113872 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30003] ppid=29994 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30003/stat : 30003 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320423 15371935744 18474 33554432000 4194304 4196468 140722942706000 139990568061328 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30004] ppid=29994 vsize=15011656 memory=140330318444160 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30004/stat : 30004 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320424 15371935744 18474 33554432000 4194304 4196468 140722942706000 139989535881968 139990767159938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30005] ppid=29994 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30005/stat : 30005 (java) S 29994 29997 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71320425 15371935744 18474 33554432000 4194304 4196468 140722942706000 139989425841824 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30006] ppid=29994 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30006/stat : 30006 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320425 15371935744 18540 33554432000 4194304 4196468 140722942706000 139989157405936 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30007] ppid=29994 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30007/stat : 30007 (java) S 29994 29997 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71320428 15371935744 18540 33554432000 4194304 4196468 140722942706000 139988782897616 139990767167387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30008] ppid=29994 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30008/stat : 30008 (java) S 29994 29997 29212 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 71320428 15371935744 18540 33554432000 4194304 4196468 140722942706000 139989534828784 139990767159938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30009] ppid=29994 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30009/stat : 30009 (java) S 29994 29997 29212 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 15 0 71320428 15371935744 18540 33554432000 4194304 4196468 140722942706000 139989533776240 139990767159938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30010] ppid=29994 vsize=15011656 memory=140330318444160 CPUtime=0.01 cores=0,2,4,6
/proc/29997/task/30010/stat : 30010 (java) S 29994 29997 29212 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 15 0 71320428 15371935744 18540 33554432000 4194304 4196468 140722942706000 139989532723184 139990767159938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30011] ppid=29994 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30011/stat : 30011 (java) S 29994 29997 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71320428 15371935744 18540 33554432000 4194304 4196468 140722942706000 139988284991840 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30012] ppid=29994 vsize=15011656 memory=140330318444160 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30012/stat : 30012 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320428 15371935744 18540 33554432000 4194304 4196468 140722942706000 139989531671600 139990767159938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73896 KiB

[startup+0.210336 s]*
/proc/loadavg: 5.62 4.52 3.87 3/217 30012
/proc/meminfo: memFree=12571184/32770624 swapFree=67076452/67108860
[pid=29997] ppid=29994 vsize=15011656 memory=86696 CPUtime=0.26 cores=0,2,4,6
/proc/29997/stat : 29997 (java) S 29994 29997 29212 0 -1 1077944320 10098 0 0 0 23 3 0 0 20 0 15 0 71320421 15371935744 21674 33554432000 4194304 4196468 140722942706000 140722942688544 139990767148791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
/proc/29997/statm: 3752914 21674 2882 1 0 3715374 0
[pid=29997/tid=29999] ppid=29994 vsize=15011656 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/29997/task/29999/stat : 29999 (java) R 29994 29997 29212 0 -1 4202560 7994 0 0 0 17 2 0 0 20 0 15 0 71320421 15371935744 21674 33554432000 4194304 4196468 140722942706000 139990738975184 139990749577342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30000] ppid=29994 vsize=15011656 memory=342 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30000/stat : 30000 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320423 15371935744 21674 33554432000 4194304 4196468 140722942706000 139990771390992 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30001] ppid=29994 vsize=15011656 memory=3979405098287380128 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30001/stat : 30001 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320423 15371935744 21674 33554432000 4194304 4196468 140722942706000 139990570166928 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30002] ppid=29994 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30002/stat : 30002 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320423 15371935744 21674 33554432000 4194304 4196468 140722942706000 139990569113872 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30003] ppid=29994 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30003/stat : 30003 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320423 15371935744 21674 33554432000 4194304 4196468 140722942706000 139990568061328 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30004] ppid=29994 vsize=15011656 memory=140330318444160 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30004/stat : 30004 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320424 15371935744 21674 33554432000 4194304 4196468 140722942706000 139989535881968 139990767159938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30005] ppid=29994 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30005/stat : 30005 (java) S 29994 29997 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71320425 15371935744 21674 33554432000 4194304 4196468 140722942706000 139989425841824 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30006] ppid=29994 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30006/stat : 30006 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320425 15371935744 21674 33554432000 4194304 4196468 140722942706000 139989157405936 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30007] ppid=29994 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30007/stat : 30007 (java) S 29994 29997 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71320428 15371935744 21674 33554432000 4194304 4196468 140722942706000 139988782897616 139990767167387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30008] ppid=29994 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30008/stat : 30008 (java) S 29994 29997 29212 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 71320428 15371935744 21674 33554432000 4194304 4196468 140722942706000 139989534828784 139990767159938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30009] ppid=29994 vsize=15011656 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29997/task/30009/stat : 30009 (java) S 29994 29997 29212 0 -1 1077944384 429 0 0 0 1 0 0 0 20 0 15 0 71320428 15371935744 21674 33554432000 4194304 4196468 140722942706000 139989533776240 139990767159938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30010] ppid=29994 vsize=15011656 memory=140330318444160 CPUtime=0.03 cores=0,2,4,6
/proc/29997/task/30010/stat : 30010 (java) R 29994 29997 29212 0 -1 4202560 294 0 0 0 3 0 0 0 20 0 15 0 71320428 15371935744 21674 33554432000 4194304 4196468 140722942706000 139989532723184 139990767170138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30011] ppid=29994 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30011/stat : 30011 (java) S 29994 29997 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71320428 15371935744 21674 33554432000 4194304 4196468 140722942706000 139988284991840 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30012] ppid=29994 vsize=15011656 memory=140330318444160 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30012/stat : 30012 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320428 15371935744 21674 33554432000 4194304 4196468 140722942706000 139989531671600 139990767159938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86696 KiB

[startup+0.310338 s]*
/proc/loadavg: 5.62 4.52 3.87 3/217 30012
/proc/meminfo: memFree=12567896/32770624 swapFree=67076452/67108860
[pid=29997] ppid=29994 vsize=15011656 memory=90156 CPUtime=0.42 cores=0,2,4,6
/proc/29997/stat : 29997 (java) S 29994 29997 29212 0 -1 1077944320 10624 0 0 0 39 3 0 0 20 0 15 0 71320421 15371935744 22539 33554432000 4194304 4196468 140722942706000 140722942688544 139990767148791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
/proc/29997/statm: 3752914 22539 2983 1 0 3715374 0
[pid=29997/tid=29999] ppid=29994 vsize=15011656 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/29997/task/29999/stat : 29999 (java) R 29994 29997 29212 0 -1 4202560 8359 0 0 0 27 3 0 0 20 0 15 0 71320421 15371935744 22539 33554432000 4194304 4196468 140722942706000 139990738953272 139990750341507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30000] ppid=29994 vsize=15011656 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30000/stat : 30000 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320423 15371935744 22539 33554432000 4194304 4196468 140722942706000 139990771390992 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30001] ppid=29994 vsize=15011656 memory=3690330297205536416 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30001/stat : 30001 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320423 15371935744 22539 33554432000 4194304 4196468 140722942706000 139990570166928 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30002] ppid=29994 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30002/stat : 30002 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320423 15371935744 22539 33554432000 4194304 4196468 140722942706000 139990569113872 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30003] ppid=29994 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30003/stat : 30003 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320423 15371935744 22539 33554432000 4194304 4196468 140722942706000 139990568061328 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30004] ppid=29994 vsize=15011656 memory=140330318444160 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30004/stat : 30004 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320424 15371935744 22539 33554432000 4194304 4196468 140722942706000 139989535881968 139990767159938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30005] ppid=29994 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30005/stat : 30005 (java) S 29994 29997 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71320425 15371935744 22539 33554432000 4194304 4196468 140722942706000 139989425841824 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30006] ppid=29994 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30006/stat : 30006 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320425 15371935744 22539 33554432000 4194304 4196468 140722942706000 139989157405936 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30007] ppid=29994 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30007/stat : 30007 (java) S 29994 29997 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71320428 15371935744 22539 33554432000 4194304 4196468 140722942706000 139988782897616 139990767167387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30008] ppid=29994 vsize=15011656 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29997/task/30008/stat : 30008 (java) R 29994 29997 29212 0 -1 4202560 127 0 0 0 2 0 0 0 20 0 15 0 71320428 15371935744 22539 33554432000 4194304 4196468 140722942706000 139989534828784 139990752048074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30009] ppid=29994 vsize=15011656 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29997/task/30009/stat : 30009 (java) S 29994 29997 29212 0 -1 1077944384 488 0 0 0 2 0 0 0 20 0 15 0 71320428 15371935744 22539 33554432000 4194304 4196468 140722942706000 139989533776240 139990767159938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30010] ppid=29994 vsize=15011656 memory=140330318444160 CPUtime=0.07 cores=0,2,4,6
/proc/29997/task/30010/stat : 30010 (java) S 29994 29997 29212 0 -1 1077944384 313 0 0 0 7 0 0 0 20 0 15 0 71320428 15371935744 22539 33554432000 4194304 4196468 140722942706000 139989532723184 139990767159938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30011] ppid=29994 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30011/stat : 30011 (java) S 29994 29997 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71320428 15371935744 22539 33554432000 4194304 4196468 140722942706000 139988284991840 139990767158997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30012] ppid=29994 vsize=15011656 memory=140330318444160 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30012/stat : 30012 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320428 15371935744 22539 33554432000 4194304 4196468 140722942706000 139989531671600 139990767159938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 90156 KiB

[startup+0.70063 s]
/proc/loadavg: 5.62 4.52 3.87 3/217 30012
/proc/meminfo: memFree=12537856/32770624 swapFree=67076452/67108860
[pid=29997] ppid=29994 vsize=15017928 memory=129184 CPUtime=0.99 cores=0,2,4,6
/proc/29997/stat : 29997 (java) S 29994 29997 29212 0 -1 1077944320 17502 0 0 0 93 6 0 0 20 0 15 0 71320421 15378358272 32296 33554432000 4194304 4196468 140722942706000 140722942688544 139990767148791 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
/proc/29997/statm: 3754482 32296 3149 1 0 3715886 0
[pid=29997/tid=29999] ppid=29994 vsize=15017928 memory=9948 CPUtime=0.67 cores=0,2,4,6
/proc/29997/task/29999/stat : 29999 (java) R 29994 29997 29212 0 -1 4202560 14737 0 0 0 62 5 0 0 20 0 15 0 71320421 15378358272 32296 33554432000 4194304 4196468 140722942706000 139990738984976 139990767170717 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30000] ppid=29994 vsize=15017928 memory=15104 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30000/stat : 30000 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320423 15378358272 32296 33554432000 4194304 4196468 140722942706000 139990771390992 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30001] ppid=29994 vsize=15017928 memory=640 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30001/stat : 30001 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320423 15378358272 32296 33554432000 4194304 4196468 140722942706000 139990570166928 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30002] ppid=29994 vsize=15017928 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30002/stat : 30002 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320423 15378358272 32296 33554432000 4194304 4196468 140722942706000 139990569113872 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30003] ppid=29994 vsize=15017928 memory=960 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30003/stat : 30003 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320423 15378358272 32296 33554432000 4194304 4196468 140722942706000 139990568061328 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30004] ppid=29994 vsize=15017928 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30004/stat : 30004 (java) S 29994 29997 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71320424 15378358272 32296 33554432000 4194304 4196468 140722942706000 139989535881968 139990767159938 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30005] ppid=29994 vsize=15017928 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30005/stat : 30005 (java) S 29994 29997 29212 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 71320425 15378358272 32296 33554432000 4194304 4196468 140722942706000 139989425841824 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30006] ppid=29994 vsize=15017928 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30006/stat : 30006 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320425 15378358272 32296 33554432000 4194304 4196468 140722942706000 139989157405936 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30007] ppid=29994 vsize=15017928 memory=7086240636212695395 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30007/stat : 30007 (java) S 29994 29997 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71320428 15378358272 32296 33554432000 4194304 4196468 140722942706000 139988782897616 139990767167387 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30008] ppid=29994 vsize=15017928 memory=7881696724453321575 CPUtime=0.06 cores=0,2,4,6
/proc/29997/task/30008/stat : 30008 (java) R 29994 29997 29212 0 -1 1077944384 274 0 0 0 6 0 0 0 20 0 15 0 71320428 15378358272 32296 33554432000 4194304 4196468 140722942706000 139989534828784 139990767159938 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30009] ppid=29994 vsize=15017928 memory=7019257425709197167 CPUtime=0.08 cores=0,2,4,6
/proc/29997/task/30009/stat : 30009 (java) S 29994 29997 29212 0 -1 1077944384 735 0 0 0 8 0 0 0 20 0 15 0 71320428 15378358272 32296 33554432000 4194304 4196468 140722942706000 139989533776240 139990767159938 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30010] ppid=29994 vsize=15017928 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/29997/task/30010/stat : 30010 (java) R 29994 29997 29212 0 -1 4202560 415 0 0 0 15 0 0 0 20 0 15 0 71320428 15378358272 32296 33554432000 4194304 4196468 140722942706000 139989532723184 139990767160726 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30011] ppid=29994 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30011/stat : 30011 (java) S 29994 29997 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71320428 15378358272 32296 33554432000 4194304 4196468 140722942706000 139988284991840 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30012] ppid=29994 vsize=15017928 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30012/stat : 30012 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320428 15378358272 32296 33554432000 4194304 4196468 140722942706000 139989531671600 139990767159938 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 129184 KiB

[startup+1.50068 s]
/proc/loadavg: 5.62 4.52 3.87 3/217 30012
/proc/meminfo: memFree=12410600/32770624 swapFree=67076452/67108860
[pid=29997] ppid=29994 vsize=15020052 memory=467308 CPUtime=2.93 cores=0,2,4,6
/proc/29997/stat : 29997 (java) S 29994 29997 29212 0 -1 1077944320 19734 0 0 0 281 12 0 0 20 0 15 0 71320421 15380533248 116827 33554432000 4194304 4196468 140722942706000 140722942688544 139990767148791 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
/proc/29997/statm: 3755013 116827 3196 1 0 3716398 0
[pid=29997/tid=29999] ppid=29994 vsize=15020052 memory=429276 CPUtime=1.47 cores=0,2,4,6
/proc/29997/task/29999/stat : 29999 (java) R 29994 29997 29212 0 -1 4202560 15553 0 0 0 136 11 0 0 20 0 15 0 71320421 15380533248 116827 33554432000 4194304 4196468 140722942706000 139990738985168 139990249532488 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30000] ppid=29994 vsize=15020052 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30000/stat : 30000 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320423 15380533248 116827 33554432000 4194304 4196468 140722942706000 139990771390992 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30001] ppid=29994 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30001/stat : 30001 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320423 15380533248 116827 33554432000 4194304 4196468 140722942706000 139990570166928 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30002] ppid=29994 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30002/stat : 30002 (java) S 29994 29997 29212 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 71320423 15380533248 116827 33554432000 4194304 4196468 140722942706000 139990569113872 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30003] ppid=29994 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30003/stat : 30003 (java) S 29994 29997 29212 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 71320423 15380533248 116827 33554432000 4194304 4196468 140722942706000 139990568061328 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30004] ppid=29994 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30004/stat : 30004 (java) S 29994 29997 29212 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 71320424 15380533248 116827 33554432000 4194304 4196468 140722942706000 139989535881968 139990767159938 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0

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


[startup+954.205 s]
# the end of solver process 29997 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.44 s, system=10.8046 s

Solver just ended.
Dumping a history of the last processes samples

[startup+952.801 s]
/proc/loadavg: 4.95 5.03 4.60 6/215 30134
/proc/meminfo: memFree=533812/32770624 swapFree=67076460/67108860
[pid=29997] ppid=29994 vsize=15024148 memory=12064892 CPUtime=2522.9 cores=0,2,4,6
/proc/29997/stat : 29997 (java) S 29994 29997 29212 0 -1 1077944320 1165445 0 0 0 251218 1072 0 0 20 0 15 0 71320421 15384727552 3016223 33554432000 4194304 4196468 140722942706000 140722942688544 139990767148791 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
/proc/29997/statm: 3756037 3016223 3258 1 0 3717422 0
[pid=29997/tid=29999] ppid=29994 vsize=15024148 memory=2164 CPUtime=425.74 cores=0,2,4,6
/proc/29997/task/29999/stat : 29999 (java) S 29994 29997 29212 0 -1 1077944384 66271 0 0 0 42519 55 0 0 20 0 15 0 71320421 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990738986384 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30000] ppid=29994 vsize=15024148 memory=3700 CPUtime=518.63 cores=0,2,4,6
/proc/29997/task/30000/stat : 30000 (java) R 29994 29997 29212 0 -1 4202560 153525 0 0 0 51629 234 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990771391192 139990748745346 0 4 0 25189583 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30001] ppid=29994 vsize=15024148 memory=844 CPUtime=519.29 cores=0,2,4,6
/proc/29997/task/30001/stat : 30001 (java) R 29994 29997 29212 0 -1 4202560 308146 0 0 0 51665 264 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990570166816 139990752134087 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30002] ppid=29994 vsize=15024148 memory=3544 CPUtime=519.69 cores=0,2,4,6
/proc/29997/task/30002/stat : 30002 (java) R 29994 29997 29212 0 -1 4202560 259773 0 0 0 51719 250 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990569114072 139990752099396 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30003] ppid=29994 vsize=15024148 memory=18460 CPUtime=520.46 cores=0,2,4,6
/proc/29997/task/30003/stat : 30003 (java) R 29994 29997 29212 0 -1 4202560 226366 0 0 0 51803 243 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990568061528 139990748745318 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30004] ppid=29994 vsize=15024148 memory=776 CPUtime=4.17 cores=0,2,4,6
/proc/29997/task/30004/stat : 30004 (java) S 29994 29997 29212 0 -1 1077944384 101943 0 0 0 411 6 0 0 20 0 15 0 71320424 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989535880288 139990767158997 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30005] ppid=29994 vsize=15024148 memory=1876 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30005/stat : 30005 (java) S 29994 29997 29212 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 71320425 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989425841888 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30006] ppid=29994 vsize=15024148 memory=1664 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30006/stat : 30006 (java) S 29994 29997 29212 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 71320425 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989157405952 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30007] ppid=29994 vsize=15024148 memory=3328 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30007/stat : 30007 (java) S 29994 29997 29212 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139988782897264 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30008] ppid=29994 vsize=15024148 memory=3032 CPUtime=6.3 cores=0,2,4,6
/proc/29997/task/30008/stat : 30008 (java) S 29994 29997 29212 0 -1 1077944384 13964 0 0 0 628 2 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989534828832 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30009] ppid=29994 vsize=15024148 memory=2764 CPUtime=6.82 cores=0,2,4,6
/proc/29997/task/30009/stat : 30009 (java) S 29994 29997 29212 0 -1 1077944384 16605 0 0 0 680 2 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989533776288 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30010] ppid=29994 vsize=15024148 memory=796 CPUtime=1.09 cores=0,2,4,6
/proc/29997/task/30010/stat : 30010 (java) S 29994 29997 29212 0 -1 1077944384 16137 0 0 0 107 2 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989532722944 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30011] ppid=29994 vsize=15024148 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30011/stat : 30011 (java) S 29994 29997 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139988284991840 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30012] ppid=29994 vsize=15024148 memory=15316 CPUtime=0.62 cores=0,2,4,6
/proc/29997/task/30012/stat : 30012 (java) R 29994 29997 29212 0 -1 1077944384 1365 0 0 0 33 29 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989531671600 139990767159938 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
Current children cumulated CPU time: 2522.9 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12064892 KiB

[startup+953.601 s]
/proc/loadavg: 4.95 5.03 4.60 6/215 30134
/proc/meminfo: memFree=533812/32770624 swapFree=67076460/67108860
[pid=29997] ppid=29994 vsize=15024148 memory=12064892 CPUtime=2526.09 cores=0,2,4,6
/proc/29997/stat : 29997 (java) S 29994 29997 29212 0 -1 1077944320 1165487 0 0 0 251537 1072 0 0 20 0 15 0 71320421 15384727552 3016223 33554432000 4194304 4196468 140722942706000 140722942688544 139990767148791 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
/proc/29997/statm: 3756037 3016223 3258 1 0 3717422 0
[pid=29997/tid=29999] ppid=29994 vsize=15024148 memory=800 CPUtime=425.74 cores=0,2,4,6
/proc/29997/task/29999/stat : 29999 (java) S 29994 29997 29212 0 -1 1077944384 66271 0 0 0 42519 55 0 0 20 0 15 0 71320421 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990738986384 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30000] ppid=29994 vsize=15024148 memory=6791534058613427641 CPUtime=519.43 cores=0,2,4,6
/proc/29997/task/30000/stat : 30000 (java) R 29994 29997 29212 0 -1 4202560 153537 0 0 0 51709 234 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990771391192 139990751846552 0 4 0 25189583 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30001] ppid=29994 vsize=15024148 memory=12816 CPUtime=520.07 cores=0,2,4,6
/proc/29997/task/30001/stat : 30001 (java) R 29994 29997 29212 0 -1 4202560 308157 0 0 0 51743 264 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990570166816 139990748745339 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30002] ppid=29994 vsize=15024148 memory=1332 CPUtime=520.49 cores=0,2,4,6
/proc/29997/task/30002/stat : 30002 (java) R 29994 29997 29212 0 -1 4202560 259787 0 0 0 51799 250 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990569114072 139990752099396 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30003] ppid=29994 vsize=15024148 memory=1508 CPUtime=521.26 cores=0,2,4,6
/proc/29997/task/30003/stat : 30003 (java) R 29994 29997 29212 0 -1 4202560 226371 0 0 0 51883 243 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990568061528 139990748745299 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30004] ppid=29994 vsize=15024148 memory=3544 CPUtime=4.17 cores=0,2,4,6
/proc/29997/task/30004/stat : 30004 (java) S 29994 29997 29212 0 -1 1077944384 101943 0 0 0 411 6 0 0 20 0 15 0 71320424 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989535880288 139990767158997 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30005] ppid=29994 vsize=15024148 memory=18460 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30005/stat : 30005 (java) S 29994 29997 29212 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 71320425 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989425841888 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30006] ppid=29994 vsize=15024148 memory=12064892 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30006/stat : 30006 (java) S 29994 29997 29212 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 71320425 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989157405952 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30007] ppid=29994 vsize=15024148 memory=12064892 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30007/stat : 30007 (java) S 29994 29997 29212 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139988782897264 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30008] ppid=29994 vsize=15024148 memory=824 CPUtime=6.3 cores=0,2,4,6
/proc/29997/task/30008/stat : 30008 (java) S 29994 29997 29212 0 -1 1077944384 13964 0 0 0 628 2 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989534828832 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30009] ppid=29994 vsize=15024148 memory=4100 CPUtime=6.82 cores=0,2,4,6
/proc/29997/task/30009/stat : 30009 (java) S 29994 29997 29212 0 -1 1077944384 16605 0 0 0 680 2 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989533776288 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30010] ppid=29994 vsize=15024148 memory=12064892 CPUtime=1.09 cores=0,2,4,6
/proc/29997/task/30010/stat : 30010 (java) S 29994 29997 29212 0 -1 1077944384 16137 0 0 0 107 2 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989532722944 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30011] ppid=29994 vsize=15024148 memory=12064892 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30011/stat : 30011 (java) S 29994 29997 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139988284991840 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30012] ppid=29994 vsize=15024148 memory=7378413873644202603 CPUtime=0.62 cores=0,2,4,6
/proc/29997/task/30012/stat : 30012 (java) S 29994 29997 29212 0 -1 1077944384 1365 0 0 0 33 29 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989531671600 139990767159938 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
Current children cumulated CPU time: 2526.09 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12064892 KiB

[startup+954.001 s]*
/proc/loadavg: 4.87 5.01 4.59 6/215 30134
/proc/meminfo: memFree=533812/32770624 swapFree=67076460/67108860
[pid=29997] ppid=29994 vsize=15024148 memory=12064892 CPUtime=2527.71 cores=0,2,4,6
/proc/29997/stat : 29997 (java) S 29994 29997 29212 0 -1 1077944320 1165518 0 0 0 251699 1072 0 0 20 0 15 0 71320421 15384727552 3016223 33554432000 4194304 4196468 140722942706000 140722942688544 139990767148791 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
/proc/29997/statm: 3756037 3016223 3258 1 0 3717422 0
[pid=29997/tid=29999] ppid=29994 vsize=15024148 memory=11768656 CPUtime=425.74 cores=0,2,4,6
/proc/29997/task/29999/stat : 29999 (java) S 29994 29997 29212 0 -1 1077944384 66271 0 0 0 42519 55 0 0 20 0 15 0 71320421 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990738986384 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30000] ppid=29994 vsize=15024148 memory=2592 CPUtime=519.84 cores=0,2,4,6
/proc/29997/task/30000/stat : 30000 (java) R 29994 29997 29212 0 -1 4202560 153538 0 0 0 51750 234 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990771391192 139990748745373 0 4 0 25189583 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30001] ppid=29994 vsize=15024148 memory=2592 CPUtime=520.47 cores=0,2,4,6
/proc/29997/task/30001/stat : 30001 (java) R 29994 29997 29212 0 -1 4202560 308162 0 0 0 51783 264 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990570166816 139990748745802 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30002] ppid=29994 vsize=15024148 memory=6791534058613427641 CPUtime=520.9 cores=0,2,4,6
/proc/29997/task/30002/stat : 30002 (java) R 29994 29997 29212 0 -1 4202560 259787 0 0 0 51840 250 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990569114072 139990751603548 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30003] ppid=29994 vsize=15024148 memory=2592 CPUtime=521.67 cores=0,2,4,6
/proc/29997/task/30003/stat : 30003 (java) R 29994 29997 29212 0 -1 4202560 226372 0 0 0 51924 243 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990568061528 139990751603548 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30004] ppid=29994 vsize=15024148 memory=5192 CPUtime=4.17 cores=0,2,4,6
/proc/29997/task/30004/stat : 30004 (java) S 29994 29997 29212 0 -1 1077944384 101943 0 0 0 411 6 0 0 20 0 15 0 71320424 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989535880288 139990767158997 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30005] ppid=29994 vsize=15024148 memory=12816 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30005/stat : 30005 (java) S 29994 29997 29212 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 71320425 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989425841888 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30006] ppid=29994 vsize=15024148 memory=1332 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30006/stat : 30006 (java) S 29994 29997 29212 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 71320425 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989157405952 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30007] ppid=29994 vsize=15024148 memory=1508 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30007/stat : 30007 (java) S 29994 29997 29212 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139988782897264 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30008] ppid=29994 vsize=15024148 memory=3328 CPUtime=6.3 cores=0,2,4,6
/proc/29997/task/30008/stat : 30008 (java) S 29994 29997 29212 0 -1 1077944384 13964 0 0 0 628 2 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989534828832 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30009] ppid=29994 vsize=15024148 memory=3032 CPUtime=6.82 cores=0,2,4,6
/proc/29997/task/30009/stat : 30009 (java) S 29994 29997 29212 0 -1 1077944384 16605 0 0 0 680 2 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989533776288 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30010] ppid=29994 vsize=15024148 memory=2764 CPUtime=1.09 cores=0,2,4,6
/proc/29997/task/30010/stat : 30010 (java) S 29994 29997 29212 0 -1 1077944384 16137 0 0 0 107 2 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989532722944 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30011] ppid=29994 vsize=15024148 memory=12064892 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30011/stat : 30011 (java) S 29994 29997 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139988284991840 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30012] ppid=29994 vsize=15024148 memory=2592 CPUtime=0.62 cores=0,2,4,6
/proc/29997/task/30012/stat : 30012 (java) S 29994 29997 29212 0 -1 1077944384 1389 0 0 0 33 29 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989531671600 139990767159938 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
Current children cumulated CPU time: 2527.71 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12064892 KiB

[startup+954.111 s]
/proc/loadavg: 4.87 5.01 4.59 6/215 30134
/proc/meminfo: memFree=533812/32770624 swapFree=67076460/67108860
[pid=29997] ppid=29994 vsize=15024148 memory=12064892 CPUtime=2528.11 cores=0,2,4,6
/proc/29997/stat : 29997 (java) S 29994 29997 29212 0 -1 1077944320 1165518 0 0 0 251739 1072 0 0 20 0 15 0 71320421 15384727552 3016223 33554432000 4194304 4196468 140722942706000 140722942688544 139990767148791 0 0 0 25189583 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
/proc/29997/statm: 3756037 3016223 3258 1 0 3717422 0
[pid=29997/tid=29999] ppid=29994 vsize=15024148 memory=0 CPUtime=425.74 cores=0,2,4,6
/proc/29997/task/29999/stat : 29999 (java) S 29994 29997 29212 0 -1 1077944384 66271 0 0 0 42519 55 0 0 20 0 15 0 71320421 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990738986384 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30000] ppid=29994 vsize=15024148 memory=12064888 CPUtime=519.94 cores=0,2,4,6
/proc/29997/task/30000/stat : 30000 (java) R 29994 29997 29212 0 -1 4202560 153538 0 0 0 51760 234 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990771391192 139990752099396 0 4 0 25189583 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30001] ppid=29994 vsize=15024148 memory=12064892 CPUtime=520.57 cores=0,2,4,6
/proc/29997/task/30001/stat : 30001 (java) R 29994 29997 29212 0 -1 4202560 308162 0 0 0 51793 264 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990570166816 139990748745802 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30002] ppid=29994 vsize=15024148 memory=12064888 CPUtime=521 cores=0,2,4,6
/proc/29997/task/30002/stat : 30002 (java) R 29994 29997 29212 0 -1 4202560 259787 0 0 0 51850 250 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990569114072 139990748745802 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30003] ppid=29994 vsize=15024148 memory=12064892 CPUtime=521.77 cores=0,2,4,6
/proc/29997/task/30003/stat : 30003 (java) R 29994 29997 29212 0 -1 4202560 226372 0 0 0 51934 243 0 0 20 0 15 0 71320423 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139990568061528 139990748745553 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30004] ppid=29994 vsize=15024148 memory=12064892 CPUtime=4.17 cores=0,2,4,6
/proc/29997/task/30004/stat : 30004 (java) S 29994 29997 29212 0 -1 1077944384 101943 0 0 0 411 6 0 0 20 0 15 0 71320424 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989535880288 139990767158997 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30005] ppid=29994 vsize=15024148 memory=12064892 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30005/stat : 30005 (java) S 29994 29997 29212 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 71320425 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989425841888 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30006] ppid=29994 vsize=15024148 memory=12064888 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30006/stat : 30006 (java) S 29994 29997 29212 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 71320425 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989157405952 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30007] ppid=29994 vsize=15024148 memory=12064892 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30007/stat : 30007 (java) S 29994 29997 29212 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139988782897264 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30008] ppid=29994 vsize=15024148 memory=12064892 CPUtime=6.3 cores=0,2,4,6
/proc/29997/task/30008/stat : 30008 (java) S 29994 29997 29212 0 -1 1077944384 13964 0 0 0 628 2 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989534828832 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30009] ppid=29994 vsize=15024148 memory=3604 CPUtime=6.82 cores=0,2,4,6
/proc/29997/task/30009/stat : 30009 (java) S 29994 29997 29212 0 -1 1077944384 16605 0 0 0 680 2 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989533776288 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30010] ppid=29994 vsize=15024148 memory=9972 CPUtime=1.09 cores=0,2,4,6
/proc/29997/task/30010/stat : 30010 (java) S 29994 29997 29212 0 -1 1077944384 16137 0 0 0 107 2 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989532722944 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30011] ppid=29994 vsize=15024148 memory=776 CPUtime=0 cores=0,2,4,6
/proc/29997/task/30011/stat : 30011 (java) S 29994 29997 29212 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139988284991840 139990767158997 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
[pid=29997/tid=30012] ppid=29994 vsize=15024148 memory=1876 CPUtime=0.62 cores=0,2,4,6
/proc/29997/task/30012/stat : 30012 (java) S 29994 29997 29212 0 -1 1077944384 1389 0 0 0 33 29 0 0 20 0 15 0 71320428 15384727552 3016223 33554432000 4194304 4196468 140722942706000 139989531671600 139990767159938 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33169408 140722942714868 140722942715145 140722942715145 140722942717903 0
Current children cumulated CPU time: 2528.11 s
Current children cumulated vsize: 15024148 KiB
Current children cumulated memory: 12064892 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 954.206
CPU time (s): 2528.25
CPU user time (s): 2517.44
CPU system time (s): 10.8046
CPU usage (%): 264.958
Max. virtual memory (cumulated for all children) (KiB): 15024148
Max. memory (cumulated for all children) (KiB): 12064892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.44
system time used= 10.8046
maximum resident set size= 12065044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1165528
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32442
involuntary context switches= 26833


# summary of solver processes directly reported to runsolver:
#   pid: 29997
#   total CPU time (s): 2528.25
#   total CPU user time (s): 2517.44
#   total CPU system time (s): 10.8046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.06759 second user time and 8.742 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-25 18:52:53
IDJOB=4294938
IDBENCH=141446
IDSOLVER=2755
FILE ID=node102/4294938-1532537572
RUNJOBID= node102-1532535327-29243
PBS_JOBID= 21021949
Free space on /tmp= 52728 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-12-13_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -both -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294938-1532537572/watcher-4294938-1532537572 -o /tmp/evaluation-result-4294938-1532537572/solver-4294938-1532537572 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532535327-29243 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294938-1532537572.xml

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

MD5SUM BENCH= c64ae1eb34294e2d276677e97ca01970
RANDOM SEED=1660870054

node102.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.51
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.51
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.51
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.51
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:        12647340 kB
MemAvailable:   20235816 kB
Buffers:          155108 kB
Cached:          7668744 kB
SwapCached:         5716 kB
Active:         12937880 kB
Inactive:        6627348 kB
Active(anon):   11708604 kB
Inactive(anon):    56368 kB
Active(file):    1229276 kB
Inactive(file):  6570980 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076452 kB
Dirty:             12276 kB
Writeback:             0 kB
AnonPages:      11742244 kB
Mapped:            44756 kB
Shmem:             21384 kB
Slab:             236164 kB
SReclaimable:     208108 kB
SUnreclaim:        28056 kB
KernelStack:        3632 kB
PageTables:        27816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13020540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11560960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52724 MiB
End job on node102 at 2018-07-25 19:08:47