Trace number 4290555

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02? (TO) 2400.07 2369.43

General information on the benchmark

NameDubois/
Dubois-050_c18.xml
MD5SUM630ab63eaf7c5bcaa7f0eb192a58705a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011295
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":150}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":150}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.56	c version: 2018-07-02
0.68/0.56	c seed: 316649908
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.62/1.10	c Parsing done, starting search...
2400.04/2369.42	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290555-1532250639/watcher-4290555-1532250639 -o /tmp/evaluation-result-4290555-1532250639/solver-4290555-1532250639 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532224272-29566 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 316649908 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290555-1532250639.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=32625, runsolver pid=32622
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 1.44 1.31 1.32 3/216 32640
/proc/meminfo: memFree=23030172/32770624 swapFree=67108860/67108860
[pid=32625] ppid=32622 vsize=14082740 memory=30516 CPUtime=0.12 cores=1,3,5,7
/proc/32625/stat : 32625 (java) S 32622 32625 29534 0 -1 1077944320 6549 0 0 0 11 1 0 0 20 0 15 0 42627066 14420725760 7629 33554432000 4194304 4196468 140734562742128 140734562724672 140066249834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
/proc/32625/statm: 3520685 7629 3160 1 0 3482761 0
[pid=32625/tid=32627] ppid=32622 vsize=14082740 memory=-8773748148829983870 CPUtime=0.09 cores=1,3,5,7
/proc/32625/task/32627/stat : 32627 (java) R 32622 32625 29534 0 -1 4202560 4591 0 0 0 9 0 0 0 20 0 15 0 42627067 14420725760 7629 33554432000 4194304 4196468 140734562742128 140066254057136 140066233914718 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32628] ppid=32622 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32628/stat : 32628 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14420725760 7629 33554432000 4194304 4196468 140734562742128 140066202455056 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32629] ppid=32622 vsize=14082740 memory=139938768049792 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32629/stat : 32629 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14420725760 7629 33554432000 4194304 4196468 140734562742128 140066201402512 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32630] ppid=32622 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32630/stat : 32630 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14420725760 7629 33554432000 4194304 4196468 140734562742128 140066200349456 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32631] ppid=32622 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32631/stat : 32631 (java) S 32622 32625 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42627067 14420725760 7629 33554432000 4194304 4196468 140734562742128 140065842064272 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32632] ppid=32622 vsize=14082740 memory=139938768049792 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32632/stat : 32632 (java) S 32622 32625 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42627069 14420725760 7629 33554432000 4194304 4196468 140734562742128 140065724410096 140066249845378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32633] ppid=32622 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32633/stat : 32633 (java) S 32622 32625 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42627069 14420725760 7629 33554432000 4194304 4196468 140734562742128 140065723356320 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32634] ppid=32622 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32634/stat : 32634 (java) S 32622 32625 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42627069 14420725760 7629 33554432000 4194304 4196468 140734562742128 140065722303216 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32635] ppid=32622 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32635/stat : 32635 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14420725760 7629 33554432000 4194304 4196468 140734562742128 140065721251792 140066249852827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32636] ppid=32622 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32636/stat : 32636 (java) S 32622 32625 29534 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 42627072 14420725760 7629 33554432000 4194304 4196468 140734562742128 140065720199920 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32637] ppid=32622 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32637/stat : 32637 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14420725760 7629 33554432000 4194304 4196468 140734562742128 140065719147376 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32638] ppid=32622 vsize=14082740 memory=139938768049792 CPUtime=0.01 cores=1,3,5,7
/proc/32625/task/32638/stat : 32638 (java) S 32622 32625 29534 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 15 0 42627072 14420725760 7629 33554432000 4194304 4196468 140734562742128 140065718094320 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32639] ppid=32622 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32639/stat : 32639 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14420725760 7629 33554432000 4194304 4196468 140734562742128 140065717042016 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32640] ppid=32622 vsize=14082740 memory=139938768049792 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32640/stat : 32640 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627072 14420725760 7629 33554432000 4194304 4196468 140734562742128 140065715989040 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30516 KiB

[startup+0.211456 s]*
/proc/loadavg: 1.44 1.31 1.32 6/216 32640
/proc/meminfo: memFree=23014280/32770624 swapFree=67108860/67108860
[pid=32625] ppid=32622 vsize=14082740 memory=47144 CPUtime=0.31 cores=1,3,5,7
/proc/32625/stat : 32625 (java) S 32622 32625 29534 0 -1 1077944320 10386 0 0 0 29 2 0 0 20 0 15 0 42627066 14420725760 11786 33554432000 4194304 4196468 140734562742128 140734562724672 140066249834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
/proc/32625/statm: 3520685 11786 3410 1 0 3482761 0
[pid=32625/tid=32627] ppid=32622 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32625/task/32627/stat : 32627 (java) R 32622 32625 29534 0 -1 4202560 8069 0 0 0 19 1 0 0 20 0 15 0 42627067 14420725760 11786 33554432000 4194304 4196468 140734562742128 140066254053984 140066249855578 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32628] ppid=32622 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32628/stat : 32628 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14420725760 11786 33554432000 4194304 4196468 140734562742128 140066202455056 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32629] ppid=32622 vsize=14082740 memory=3473038920215910048 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32629/stat : 32629 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14420725760 11786 33554432000 4194304 4196468 140734562742128 140066201402512 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32630] ppid=32622 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32630/stat : 32630 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14420725760 11786 33554432000 4194304 4196468 140734562742128 140066200349456 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32631] ppid=32622 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32631/stat : 32631 (java) S 32622 32625 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42627067 14420725760 11786 33554432000 4194304 4196468 140734562742128 140065842064272 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32632] ppid=32622 vsize=14082740 memory=139938768049792 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32632/stat : 32632 (java) S 32622 32625 29534 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42627069 14420725760 11786 33554432000 4194304 4196468 140734562742128 140065724410096 140066249845378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32633] ppid=32622 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32633/stat : 32633 (java) S 32622 32625 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42627069 14420725760 11786 33554432000 4194304 4196468 140734562742128 140065723356320 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32634] ppid=32622 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32634/stat : 32634 (java) S 32622 32625 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42627069 14420725760 11786 33554432000 4194304 4196468 140734562742128 140065722303216 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32635] ppid=32622 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32635/stat : 32635 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14420725760 11786 33554432000 4194304 4196468 140734562742128 140065721251792 140066249852827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32636] ppid=32622 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32625/task/32636/stat : 32636 (java) S 32622 32625 29534 0 -1 1077944384 463 0 0 0 2 0 0 0 20 0 15 0 42627072 14420725760 11786 33554432000 4194304 4196468 140734562742128 140065720199920 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32637] ppid=32622 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32625/task/32637/stat : 32637 (java) R 32622 32625 29534 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 15 0 42627072 14420725760 11786 33554432000 4194304 4196468 140734562742128 140065719147376 140066249845378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32638] ppid=32622 vsize=14082740 memory=139938768049792 CPUtime=0.05 cores=1,3,5,7
/proc/32625/task/32638/stat : 32638 (java) R 32622 32625 29534 0 -1 4202560 325 0 0 0 5 0 0 0 20 0 15 0 42627072 14420725760 11786 33554432000 4194304 4196468 140734562742128 140065718093504 140066228775742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32639] ppid=32622 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32639/stat : 32639 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14420725760 11786 33554432000 4194304 4196468 140734562742128 140065717042016 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32640] ppid=32622 vsize=14082740 memory=139938768049792 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32640/stat : 32640 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627072 14420725760 11786 33554432000 4194304 4196468 140734562742128 140065715989040 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47144 KiB

[startup+0.310566 s]*
/proc/loadavg: 1.44 1.31 1.32 3/216 32640
/proc/meminfo: memFree=23010496/32770624 swapFree=67108860/67108860
[pid=32625] ppid=32622 vsize=14082740 memory=50900 CPUtime=0.44 cores=1,3,5,7
/proc/32625/stat : 32625 (java) S 32622 32625 29534 0 -1 1077944320 10777 0 0 0 42 2 0 0 20 0 15 0 42627066 14420725760 12725 33554432000 4194304 4196468 140734562742128 140734562724672 140066249834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
/proc/32625/statm: 3520685 12725 3420 1 0 3482761 0
[pid=32625/tid=32627] ppid=32622 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/32625/task/32627/stat : 32627 (java) R 32622 32625 29534 0 -1 4202560 8430 0 0 0 29 1 0 0 20 0 15 0 42627067 14420725760 12725 33554432000 4194304 4196468 140734562742128 140066254045744 140066230109366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32628] ppid=32622 vsize=14082740 memory=4294979967 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32628/stat : 32628 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14420725760 12725 33554432000 4194304 4196468 140734562742128 140066202455056 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32629] ppid=32622 vsize=14082740 memory=3690899452678330016 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32629/stat : 32629 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14420725760 12725 33554432000 4194304 4196468 140734562742128 140066201402512 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32630] ppid=32622 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32630/stat : 32630 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14420725760 12725 33554432000 4194304 4196468 140734562742128 140066200349456 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32631] ppid=32622 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32631/stat : 32631 (java) S 32622 32625 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42627067 14420725760 12725 33554432000 4194304 4196468 140734562742128 140065842064272 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32632] ppid=32622 vsize=14082740 memory=139938768049792 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32632/stat : 32632 (java) S 32622 32625 29534 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42627069 14420725760 12725 33554432000 4194304 4196468 140734562742128 140065724410096 140066249845378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32633] ppid=32622 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32633/stat : 32633 (java) S 32622 32625 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42627069 14420725760 12725 33554432000 4194304 4196468 140734562742128 140065723356320 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32634] ppid=32622 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32634/stat : 32634 (java) S 32622 32625 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42627069 14420725760 12725 33554432000 4194304 4196468 140734562742128 140065722303216 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32635] ppid=32622 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32635/stat : 32635 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14420725760 12725 33554432000 4194304 4196468 140734562742128 140065721251792 140066249852827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32636] ppid=32622 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32625/task/32636/stat : 32636 (java) S 32622 32625 29534 0 -1 1077944384 468 0 0 0 2 0 0 0 20 0 15 0 42627072 14420725760 12725 33554432000 4194304 4196468 140734562742128 140065720199920 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32637] ppid=32622 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32625/task/32637/stat : 32637 (java) S 32622 32625 29534 0 -1 1077944384 153 0 0 0 2 0 0 0 20 0 15 0 42627072 14420725760 12725 33554432000 4194304 4196468 140734562742128 140065719147376 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32638] ppid=32622 vsize=14082740 memory=139938768049792 CPUtime=0.07 cores=1,3,5,7
/proc/32625/task/32638/stat : 32638 (java) S 32622 32625 29534 0 -1 1077944384 344 0 0 0 7 0 0 0 20 0 15 0 42627072 14420725760 12725 33554432000 4194304 4196468 140734562742128 140065718094320 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32639] ppid=32622 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32639/stat : 32639 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14420725760 12725 33554432000 4194304 4196468 140734562742128 140065717042016 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32640] ppid=32622 vsize=14082740 memory=139938768049792 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32640/stat : 32640 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627072 14420725760 12725 33554432000 4194304 4196468 140734562742128 140065715989040 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50900 KiB

[startup+0.700772 s]
/proc/loadavg: 1.44 1.31 1.32 3/216 32640
/proc/meminfo: memFree=22986064/32770624 swapFree=67108860/67108860
[pid=32625] ppid=32622 vsize=14084808 memory=88780 CPUtime=0.99 cores=1,3,5,7
/proc/32625/stat : 32625 (java) S 32622 32625 29534 0 -1 1077944320 17631 0 0 0 96 3 0 0 20 0 15 0 42627066 14422843392 22195 33554432000 4194304 4196468 140734562742128 140734562724672 140066249834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
/proc/32625/statm: 3521202 22195 3499 1 0 3483273 0
[pid=32625/tid=32627] ppid=32622 vsize=14084808 memory=9016 CPUtime=0.68 cores=1,3,5,7
/proc/32625/task/32627/stat : 32627 (java) R 32622 32625 29534 0 -1 4202560 14884 0 0 0 65 3 0 0 20 0 15 0 42627067 14422843392 22195 33554432000 4194304 4196468 140734562742128 140066254038240 140066249856157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32628] ppid=32622 vsize=14084808 memory=18484 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32628/stat : 32628 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14422843392 22195 33554432000 4194304 4196468 140734562742128 140066202455056 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32629] ppid=32622 vsize=14084808 memory=644 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32629/stat : 32629 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14422843392 22195 33554432000 4194304 4196468 140734562742128 140066201402512 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32630] ppid=32622 vsize=14084808 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32630/stat : 32630 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14422843392 22195 33554432000 4194304 4196468 140734562742128 140066200349456 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32631] ppid=32622 vsize=14084808 memory=952 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32631/stat : 32631 (java) S 32622 32625 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42627067 14422843392 22195 33554432000 4194304 4196468 140734562742128 140065842064272 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32632] ppid=32622 vsize=14084808 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32632/stat : 32632 (java) S 32622 32625 29534 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42627069 14422843392 22195 33554432000 4194304 4196468 140734562742128 140065724410096 140066249845378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32633] ppid=32622 vsize=14084808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32633/stat : 32633 (java) S 32622 32625 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42627069 14422843392 22195 33554432000 4194304 4196468 140734562742128 140065723356320 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32634] ppid=32622 vsize=14084808 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32634/stat : 32634 (java) S 32622 32625 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42627069 14422843392 22195 33554432000 4194304 4196468 140734562742128 140065722303216 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32635] ppid=32622 vsize=14084808 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32635/stat : 32635 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14422843392 22195 33554432000 4194304 4196468 140734562742128 140065721251792 140066249852827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32636] ppid=32622 vsize=14084808 memory=7013340940837610608 CPUtime=0.08 cores=1,3,5,7
/proc/32625/task/32636/stat : 32636 (java) S 32622 32625 29534 0 -1 1077944384 637 0 0 0 8 0 0 0 20 0 15 0 42627072 14422843392 22195 33554432000 4194304 4196468 140734562742128 140065720199920 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32637] ppid=32622 vsize=14084808 memory=6076878065162868073 CPUtime=0.06 cores=1,3,5,7
/proc/32625/task/32637/stat : 32637 (java) S 32622 32625 29534 0 -1 1077944384 289 0 0 0 6 0 0 0 20 0 15 0 42627072 14422843392 22195 33554432000 4194304 4196468 140734562742128 140065719147376 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32638] ppid=32622 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/32625/task/32638/stat : 32638 (java) S 32622 32625 29534 0 -1 1077944384 439 0 0 0 15 0 0 0 20 0 15 0 42627072 14422843392 22195 33554432000 4194304 4196468 140734562742128 140065718094320 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32639] ppid=32622 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32639/stat : 32639 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14422843392 22195 33554432000 4194304 4196468 140734562742128 140065717042016 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32640] ppid=32622 vsize=14084808 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32640/stat : 32640 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627072 14422843392 22195 33554432000 4194304 4196468 140734562742128 140065715989040 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88780 KiB

[startup+1.50074 s]
/proc/loadavg: 1.44 1.31 1.32 3/216 32640
/proc/meminfo: memFree=22952936/32770624 swapFree=67108860/67108860
[pid=32625] ppid=32622 vsize=14090952 memory=187588 CPUtime=2.77 cores=1,3,5,7
/proc/32625/stat : 32625 (java) S 32622 32625 29534 0 -1 1077944320 25885 0 0 0 270 7 0 0 20 0 15 0 42627066 14429134848 46897 33554432000 4194304 4196468 140734562742128 140734562724672 140066249834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
/proc/32625/statm: 3522738 46897 3541 1 0 3484809 0
[pid=32625/tid=32627] ppid=32622 vsize=14090952 memory=140332 CPUtime=1.47 cores=1,3,5,7
/proc/32625/task/32627/stat : 32627 (java) R 32622 32625 29534 0 -1 4202560 19709 0 0 0 142 5 0 0 20 0 15 0 42627067 14429134848 46897 33554432000 4194304 4196468 140734562742128 140066254071736 140734562766568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32628] ppid=32622 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32628/stat : 32628 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14429134848 46897 33554432000 4194304 4196468 140734562742128 140066202455056 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32629] ppid=32622 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32629/stat : 32629 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14429134848 46897 33554432000 4194304 4196468 140734562742128 140066201402512 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32630] ppid=32622 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32630/stat : 32630 (java) S 32622 32625 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42627067 14429134848 46897 33554432000 4194304 4196468 140734562742128 140066200349456 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32631] ppid=32622 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32631/stat : 32631 (java) S 32622 32625 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42627067 14429134848 46897 33554432000 4194304 4196468 140734562742128 140065842064272 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32632] ppid=32622 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32632/stat : 32632 (java) S 32622 32625 29534 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 42627069 14429134848 46897 33554432000 4194304 4196468 140734562742128 140065724410096 140066249845378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0

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

/proc/32625/task/32627/stat : 32627 (java) R 32622 32625 29534 0 -1 4202560 51760 0 0 0 223867 35 0 0 20 0 15 0 42627067 14429134848 77766 33554432000 4194304 4196468 140734562742128 140066254072368 140065884374000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32628] ppid=32622 vsize=14090952 memory=4126316290023845779 CPUtime=9.87 cores=1,3,5,7
/proc/32625/task/32628/stat : 32628 (java) S 32622 32625 29534 0 -1 1077944384 4324 0 0 0 918 69 0 0 20 0 15 0 42627067 14429134848 77766 33554432000 4194304 4196468 140734562742128 140066202455056 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32629] ppid=32622 vsize=14090952 memory=916 CPUtime=9.9 cores=1,3,5,7
/proc/32625/task/32629/stat : 32629 (java) S 32622 32625 29534 0 -1 1077944384 4138 0 0 0 918 72 0 0 20 0 15 0 42627067 14429134848 77766 33554432000 4194304 4196468 140734562742128 140066201402512 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32630] ppid=32622 vsize=14090952 memory=3852 CPUtime=9.9 cores=1,3,5,7
/proc/32625/task/32630/stat : 32630 (java) S 32622 32625 29534 0 -1 1077944384 4240 0 0 0 920 70 0 0 20 0 15 0 42627067 14429134848 77766 33554432000 4194304 4196468 140734562742128 140066200349456 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32631] ppid=32622 vsize=14090952 memory=2588 CPUtime=9.9 cores=1,3,5,7
/proc/32625/task/32631/stat : 32631 (java) S 32622 32625 29534 0 -1 1077944384 4406 0 0 0 918 72 0 0 20 0 15 0 42627067 14429134848 77766 33554432000 4194304 4196468 140734562742128 140065842064272 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32632] ppid=32622 vsize=14090952 memory=2588 CPUtime=9.47 cores=1,3,5,7
/proc/32625/task/32632/stat : 32632 (java) S 32622 32625 29534 0 -1 1077944384 7301 0 0 0 883 64 0 0 20 0 15 0 42627069 14429134848 77766 33554432000 4194304 4196468 140734562742128 140065724410096 140066249845378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32633] ppid=32622 vsize=14090952 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32633/stat : 32633 (java) S 32622 32625 29534 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 42627069 14429134848 77766 33554432000 4194304 4196468 140734562742128 140065723356384 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32634] ppid=32622 vsize=14090952 memory=3160 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32634/stat : 32634 (java) S 32622 32625 29534 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42627069 14429134848 77766 33554432000 4194304 4196468 140734562742128 140065722303232 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32635] ppid=32622 vsize=14090952 memory=399028 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32635/stat : 32635 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14429134848 77766 33554432000 4194304 4196468 140734562742128 140065721251792 140066249852827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32636] ppid=32622 vsize=14090952 memory=1404 CPUtime=0.74 cores=1,3,5,7
/proc/32625/task/32636/stat : 32636 (java) S 32622 32625 29534 0 -1 1077944384 3818 0 0 0 74 0 0 0 20 0 15 0 42627072 14429134848 77766 33554432000 4194304 4196468 140734562742128 140065720199920 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32637] ppid=32622 vsize=14090952 memory=3280 CPUtime=0.66 cores=1,3,5,7
/proc/32625/task/32637/stat : 32637 (java) S 32622 32625 29534 0 -1 1077944384 3296 0 0 0 65 1 0 0 20 0 15 0 42627072 14429134848 77766 33554432000 4194304 4196468 140734562742128 140065719147376 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32638] ppid=32622 vsize=14090952 memory=311064 CPUtime=0.45 cores=1,3,5,7
/proc/32625/task/32638/stat : 32638 (java) S 32622 32625 29534 0 -1 1077944384 3563 0 0 0 44 1 0 0 20 0 15 0 42627072 14429134848 77766 33554432000 4194304 4196468 140734562742128 140065718094320 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32639] ppid=32622 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32639/stat : 32639 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14429134848 77766 33554432000 4194304 4196468 140734562742128 140065717042016 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32640] ppid=32622 vsize=14090952 memory=7597132098393106257 CPUtime=1.3 cores=1,3,5,7
/proc/32625/task/32640/stat : 32640 (java) S 32622 32625 29534 0 -1 1077944384 1213 0 0 0 56 74 0 0 20 0 15 0 42627072 14429134848 77766 33554432000 4194304 4196468 140734562742128 140065715989040 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
Current children cumulated CPU time: 2291.33 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 311064 KiB

[startup+2322.3 s]*
/proc/loadavg: 1.81 1.45 1.34 3/215 314
/proc/meminfo: memFree=23022172/32770624 swapFree=67108860/67108860
[pid=32625] ppid=32622 vsize=14090952 memory=313112 CPUtime=2352.25 cores=1,3,5,7
/proc/32625/stat : 32625 (java) S 32622 32625 29534 0 -1 1077944320 90789 0 0 0 234857 368 0 0 20 0 15 0 42627066 14429134848 78278 33554432000 4194304 4196468 140734562742128 140734562724672 140066249834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
/proc/32625/statm: 3522738 78278 3569 1 0 3484809 0
[pid=32625/tid=32627] ppid=32622 vsize=14090952 memory=6791534058613427641 CPUtime=2298.32 cores=1,3,5,7
/proc/32625/task/32627/stat : 32627 (java) R 32622 32625 29534 0 -1 4202560 52500 0 0 0 229796 36 0 0 20 0 15 0 42627067 14429134848 78278 33554432000 4194304 4196468 140734562742128 140066254072288 140065884050982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32628] ppid=32622 vsize=14090952 memory=6791534058613427641 CPUtime=10.2 cores=1,3,5,7
/proc/32625/task/32628/stat : 32628 (java) S 32622 32625 29534 0 -1 1077944384 4369 0 0 0 949 71 0 0 20 0 15 0 42627067 14429134848 78278 33554432000 4194304 4196468 140734562742128 140066202455056 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32629] ppid=32622 vsize=14090952 memory=0 CPUtime=10.24 cores=1,3,5,7
/proc/32625/task/32629/stat : 32629 (java) S 32622 32625 29534 0 -1 1077944384 4185 0 0 0 950 74 0 0 20 0 15 0 42627067 14429134848 78278 33554432000 4194304 4196468 140734562742128 140066201402512 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32630] ppid=32622 vsize=14090952 memory=0 CPUtime=10.23 cores=1,3,5,7
/proc/32625/task/32630/stat : 32630 (java) S 32622 32625 29534 0 -1 1077944384 4417 0 0 0 950 73 0 0 20 0 15 0 42627067 14429134848 78278 33554432000 4194304 4196468 140734562742128 140066200349456 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32631] ppid=32622 vsize=14090952 memory=0 CPUtime=10.23 cores=1,3,5,7
/proc/32625/task/32631/stat : 32631 (java) S 32622 32625 29534 0 -1 1077944384 4504 0 0 0 950 73 0 0 20 0 15 0 42627067 14429134848 78278 33554432000 4194304 4196468 140734562742128 140065842064272 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32632] ppid=32622 vsize=14090952 memory=0 CPUtime=9.73 cores=1,3,5,7
/proc/32625/task/32632/stat : 32632 (java) S 32622 32625 29534 0 -1 1077944384 7480 0 0 0 908 65 0 0 20 0 15 0 42627069 14429134848 78278 33554432000 4194304 4196468 140734562742128 140065724410096 140066249845378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32633] ppid=32622 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32633/stat : 32633 (java) S 32622 32625 29534 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 42627069 14429134848 78278 33554432000 4194304 4196468 140734562742128 140065723356384 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32634] ppid=32622 vsize=14090952 memory=3684137443142477474 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32634/stat : 32634 (java) S 32622 32625 29534 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42627069 14429134848 78278 33554432000 4194304 4196468 140734562742128 140065722303232 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32635] ppid=32622 vsize=14090952 memory=7163371492813787240 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32635/stat : 32635 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14429134848 78278 33554432000 4194304 4196468 140734562742128 140065721251792 140066249852827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32636] ppid=32622 vsize=14090952 memory=7163371492813787240 CPUtime=0.74 cores=1,3,5,7
/proc/32625/task/32636/stat : 32636 (java) S 32622 32625 29534 0 -1 1077944384 3820 0 0 0 74 0 0 0 20 0 15 0 42627072 14429134848 78278 33554432000 4194304 4196468 140734562742128 140065720199920 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32637] ppid=32622 vsize=14090952 memory=7810202075990020944 CPUtime=0.66 cores=1,3,5,7
/proc/32625/task/32637/stat : 32637 (java) S 32622 32625 29534 0 -1 1077944384 3298 0 0 0 65 1 0 0 20 0 15 0 42627072 14429134848 78278 33554432000 4194304 4196468 140734562742128 140065719147376 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32638] ppid=32622 vsize=14090952 memory=7739246089473516652 CPUtime=0.45 cores=1,3,5,7
/proc/32625/task/32638/stat : 32638 (java) S 32622 32625 29534 0 -1 1077944384 3565 0 0 0 44 1 0 0 20 0 15 0 42627072 14429134848 78278 33554432000 4194304 4196468 140734562742128 140065718094320 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32639] ppid=32622 vsize=14090952 memory=7739246089473516652 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32639/stat : 32639 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14429134848 78278 33554432000 4194304 4196468 140734562742128 140065717042016 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32640] ppid=32622 vsize=14090952 memory=7739246089473516652 CPUtime=1.34 cores=1,3,5,7
/proc/32625/task/32640/stat : 32640 (java) S 32622 32625 29534 0 -1 1077944384 1228 0 0 0 58 76 0 0 20 0 15 0 42627072 14429134848 78278 33554432000 4194304 4196468 140734562742128 140065715989040 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
Current children cumulated CPU time: 2352.25 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 313112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2369.41 s]
/proc/loadavg: 1.52 1.42 1.33 3/215 322
/proc/meminfo: memFree=23026116/32770624 swapFree=67108860/67108860
[pid=32625] ppid=32622 vsize=14090952 memory=315160 CPUtime=2400.04 cores=1,3,5,7
/proc/32625/stat : 32625 (java) S 32622 32625 29534 0 -1 1077944320 92089 0 0 0 239630 374 0 0 20 0 15 0 42627066 14429134848 78790 33554432000 4194304 4196468 140734562742128 140734562724672 140066249834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
/proc/32625/statm: 3522738 78790 3569 1 0 3484809 0
[pid=32625/tid=32627] ppid=32622 vsize=14090952 memory=315160 CPUtime=2344.91 cores=1,3,5,7
/proc/32625/task/32627/stat : 32627 (java) R 32622 32625 29534 0 -1 4202560 53235 0 0 0 234455 36 0 0 20 0 15 0 42627067 14429134848 78790 33554432000 4194304 4196468 140734562742128 140066254072288 140065884372491 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32628] ppid=32622 vsize=14090952 memory=315160 CPUtime=10.44 cores=1,3,5,7
/proc/32625/task/32628/stat : 32628 (java) S 32622 32625 29534 0 -1 1077944384 4492 0 0 0 973 71 0 0 20 0 15 0 42627067 14429134848 78790 33554432000 4194304 4196468 140734562742128 140066202455056 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32629] ppid=32622 vsize=14090952 memory=313112 CPUtime=10.49 cores=1,3,5,7
/proc/32625/task/32629/stat : 32629 (java) S 32622 32625 29534 0 -1 1077944384 4305 0 0 0 974 75 0 0 20 0 15 0 42627067 14429134848 78790 33554432000 4194304 4196468 140734562742128 140066201402512 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32630] ppid=32622 vsize=14090952 memory=315160 CPUtime=10.49 cores=1,3,5,7
/proc/32625/task/32630/stat : 32630 (java) S 32622 32625 29534 0 -1 1077944384 4460 0 0 0 974 75 0 0 20 0 15 0 42627067 14429134848 78790 33554432000 4194304 4196468 140734562742128 140066200349456 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32631] ppid=32622 vsize=14090952 memory=315160 CPUtime=10.47 cores=1,3,5,7
/proc/32625/task/32631/stat : 32631 (java) S 32622 32625 29534 0 -1 1077944384 4583 0 0 0 973 74 0 0 20 0 15 0 42627067 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065842064272 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32632] ppid=32622 vsize=14090952 memory=315160 CPUtime=9.92 cores=1,3,5,7
/proc/32625/task/32632/stat : 32632 (java) S 32622 32625 29534 0 -1 1077944384 7660 0 0 0 925 67 0 0 20 0 15 0 42627069 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065724410096 140066249845378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32633] ppid=32622 vsize=14090952 memory=315160 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32633/stat : 32633 (java) S 32622 32625 29534 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 42627069 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065723356384 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32634] ppid=32622 vsize=14090952 memory=279877249700256 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32634/stat : 32634 (java) S 32622 32625 29534 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42627069 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065722303232 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32635] ppid=32622 vsize=14090952 memory=315160 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32635/stat : 32635 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065721251792 140066249852827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32636] ppid=32622 vsize=14090952 memory=315160 CPUtime=0.74 cores=1,3,5,7
/proc/32625/task/32636/stat : 32636 (java) S 32622 32625 29534 0 -1 1077944384 3822 0 0 0 74 0 0 0 20 0 15 0 42627072 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065720199920 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32637] ppid=32622 vsize=14090952 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/32625/task/32637/stat : 32637 (java) S 32622 32625 29534 0 -1 1077944384 3300 0 0 0 65 1 0 0 20 0 15 0 42627072 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065719147376 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32638] ppid=32622 vsize=14090952 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/32625/task/32638/stat : 32638 (java) S 32622 32625 29534 0 -1 1077944384 3567 0 0 0 44 1 0 0 20 0 15 0 42627072 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065718094320 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32639] ppid=32622 vsize=14090952 memory=315160 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32639/stat : 32639 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065717042016 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32640] ppid=32622 vsize=14090952 memory=2588 CPUtime=1.36 cores=1,3,5,7
/proc/32625/task/32640/stat : 32640 (java) S 32622 32625 29534 0 -1 1077944384 1242 0 0 0 58 78 0 0 20 0 15 0 42627072 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065715989040 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 315160 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2369.43 s]
# the end of solver process 32625 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.32 s, system=3.75198 s

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

[startup+2369.41 s]
/proc/loadavg: 1.52 1.42 1.33 3/215 322
/proc/meminfo: memFree=23026116/32770624 swapFree=67108860/67108860
[pid=32625] ppid=32622 vsize=14090952 memory=315160 CPUtime=2400.04 cores=1,3,5,7
/proc/32625/stat : 32625 (java) S 32622 32625 29534 0 -1 1077944320 92089 0 0 0 239630 374 0 0 20 0 15 0 42627066 14429134848 78790 33554432000 4194304 4196468 140734562742128 140734562724672 140066249834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
/proc/32625/statm: 3522738 78790 3569 1 0 3484809 0
[pid=32625/tid=32627] ppid=32622 vsize=14090952 memory=315160 CPUtime=2344.91 cores=1,3,5,7
/proc/32625/task/32627/stat : 32627 (java) R 32622 32625 29534 0 -1 4202560 53235 0 0 0 234455 36 0 0 20 0 15 0 42627067 14429134848 78790 33554432000 4194304 4196468 140734562742128 140066254072288 140065884372491 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32628] ppid=32622 vsize=14090952 memory=315160 CPUtime=10.44 cores=1,3,5,7
/proc/32625/task/32628/stat : 32628 (java) S 32622 32625 29534 0 -1 1077944384 4492 0 0 0 973 71 0 0 20 0 15 0 42627067 14429134848 78790 33554432000 4194304 4196468 140734562742128 140066202455056 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32629] ppid=32622 vsize=14090952 memory=313112 CPUtime=10.49 cores=1,3,5,7
/proc/32625/task/32629/stat : 32629 (java) S 32622 32625 29534 0 -1 1077944384 4305 0 0 0 974 75 0 0 20 0 15 0 42627067 14429134848 78790 33554432000 4194304 4196468 140734562742128 140066201402512 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32630] ppid=32622 vsize=14090952 memory=315160 CPUtime=10.49 cores=1,3,5,7
/proc/32625/task/32630/stat : 32630 (java) S 32622 32625 29534 0 -1 1077944384 4460 0 0 0 974 75 0 0 20 0 15 0 42627067 14429134848 78790 33554432000 4194304 4196468 140734562742128 140066200349456 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32631] ppid=32622 vsize=14090952 memory=315160 CPUtime=10.47 cores=1,3,5,7
/proc/32625/task/32631/stat : 32631 (java) S 32622 32625 29534 0 -1 1077944384 4583 0 0 0 973 74 0 0 20 0 15 0 42627067 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065842064272 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32632] ppid=32622 vsize=14090952 memory=315160 CPUtime=9.92 cores=1,3,5,7
/proc/32625/task/32632/stat : 32632 (java) S 32622 32625 29534 0 -1 1077944384 7660 0 0 0 925 67 0 0 20 0 15 0 42627069 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065724410096 140066249845378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32633] ppid=32622 vsize=14090952 memory=315160 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32633/stat : 32633 (java) S 32622 32625 29534 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 42627069 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065723356384 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32634] ppid=32622 vsize=14090952 memory=279877249700256 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32634/stat : 32634 (java) S 32622 32625 29534 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42627069 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065722303232 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32635] ppid=32622 vsize=14090952 memory=315160 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32635/stat : 32635 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065721251792 140066249852827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32636] ppid=32622 vsize=14090952 memory=315160 CPUtime=0.74 cores=1,3,5,7
/proc/32625/task/32636/stat : 32636 (java) S 32622 32625 29534 0 -1 1077944384 3822 0 0 0 74 0 0 0 20 0 15 0 42627072 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065720199920 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32637] ppid=32622 vsize=14090952 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/32625/task/32637/stat : 32637 (java) S 32622 32625 29534 0 -1 1077944384 3300 0 0 0 65 1 0 0 20 0 15 0 42627072 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065719147376 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32638] ppid=32622 vsize=14090952 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/32625/task/32638/stat : 32638 (java) S 32622 32625 29534 0 -1 1077944384 3567 0 0 0 44 1 0 0 20 0 15 0 42627072 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065718094320 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32639] ppid=32622 vsize=14090952 memory=315160 CPUtime=0 cores=1,3,5,7
/proc/32625/task/32639/stat : 32639 (java) S 32622 32625 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42627072 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065717042016 140066249844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
[pid=32625/tid=32640] ppid=32622 vsize=14090952 memory=2588 CPUtime=1.36 cores=1,3,5,7
/proc/32625/task/32640/stat : 32640 (java) S 32622 32625 29534 0 -1 1077944384 1242 0 0 0 58 78 0 0 20 0 15 0 42627072 14429134848 78790 33554432000 4194304 4196468 140734562742128 140065715989040 140066249845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 36782080 140734562743369 140734562743561 140734562743561 140734562746319 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 315160 KiB

Child status: 143
Real time (s): 2369.43
CPU time (s): 2400.07
CPU user time (s): 2396.32
CPU system time (s): 3.75198
CPU usage (%): 101.293
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 315160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.32
system time used= 3.75198
maximum resident set size= 315660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92286
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 320533
involuntary context switches= 6921


# summary of solver processes directly reported to runsolver:
#   pid: 32625
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.32
#   total CPU system time (s): 3.75198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1129 second user time and 22.2762 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 11:10:39
IDJOB=4290555
IDBENCH=141399
IDSOLVER=2743
FILE ID=node103/4290555-1532250639
RUNJOBID= node103-1532224272-29566
PBS_JOBID= 21018942
Free space on /tmp= 56840 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Dubois/Dubois-050_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290555-1532250639/watcher-4290555-1532250639 -o /tmp/evaluation-result-4290555-1532250639/solver-4290555-1532250639 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532224272-29566 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 316649908 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290555-1532250639.xml

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

MD5SUM BENCH= 630ab63eaf7c5bcaa7f0eb192a58705a
RANDOM SEED=316649908

node103.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.48
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.48
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.48
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.48
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:        23048000 kB
MemAvailable:   31509656 kB
Buffers:          230852 kB
Cached:          8434116 kB
SwapCached:            0 kB
Active:          1875928 kB
Inactive:        7272428 kB
Active(anon):     486228 kB
Inactive(anon):    16976 kB
Active(file):    1389700 kB
Inactive(file):  7255452 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35760 kB
Writeback:             0 kB
AnonPages:        492544 kB
Mapped:            48884 kB
Shmem:             17036 kB
Slab:             272552 kB
SReclaimable:     244964 kB
SUnreclaim:        27588 kB
KernelStack:        3824 kB
PageTables:         6152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1434932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56804 MiB
End job on node103 at 2018-07-22 11:50:08