Trace number 4290912

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 2018-07-02? (TO) 2400.05 2377.71

General information on the benchmark

NameHaystacks/
Haystacks-ext-07_c18.xml
MD5SUM67b8364c884536fb4f5e1967f94ac4a2
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.037051
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints153
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":49}]
Minimum variable degree6
Maximum variable degree7
Distribution of variable degrees[{"degree":6,"count":37},{"degree":7,"count":12}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":153}]
Number of extensional constraints153
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":153}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.55	c version: 2018-07-02
0.66/0.55	c seed: 1815878276
0.66/0.56	c timeout: 2400
0.66/0.56	c memlimit: 11000
0.66/0.56	c nbcore: 4
0.66/0.58	c Parsing instance...
1.51/1.09	c Parsing done, starting search...
2400.03/2377.70	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 (9810 MiB free)
  memory of node 1: 16384 MiB (14480 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290912-1532245551/watcher-4290912-1532245551 -o /tmp/evaluation-result-4290912-1532245551/solver-4290912-1532245551 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532226532-30496 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1815878276 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290912-1532245551.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=753, runsolver pid=750

[startup+0.102248 s]*
/proc/loadavg: 1.25 1.34 1.35 3/215 768
/proc/meminfo: memFree=24856388/32770624 swapFree=67108852/67108860
[pid=753] ppid=750 vsize=14082740 memory=30532 CPUtime=0.12 cores=0,2,4,6
/proc/753/stat : 753 (java) S 750 753 30465 0 -1 1077944320 6532 0 0 0 10 2 0 0 20 0 15 0 42118299 14420725760 7633 33554432000 4194304 4196468 140726114958928 140726114941472 140619438714615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
/proc/753/statm: 3520685 7633 3162 1 0 3482761 0
[pid=753/tid=755] ppid=750 vsize=14082740 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/753/task/755/stat : 755 (java) R 750 753 30465 0 -1 4202560 4615 0 0 0 8 1 0 0 20 0 15 0 42118300 14420725760 7698 33554432000 4194304 4196468 140726114958928 140619442918432 140619422758245 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=756] ppid=750 vsize=14082740 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/753/task/756/stat : 756 (java) S 750 753 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42118300 14420725760 7698 33554432000 4194304 4196468 140726114958928 140619391335440 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=757] ppid=750 vsize=14082740 memory=139712882621852 CPUtime=0 cores=0,2,4,6
/proc/753/task/757/stat : 757 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14420725760 7698 33554432000 4194304 4196468 140726114958928 140619390282896 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=758] ppid=750 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/758/stat : 758 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14420725760 7698 33554432000 4194304 4196468 140726114958928 140619389229840 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=759] ppid=750 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/753/task/759/stat : 759 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14420725760 7698 33554432000 4194304 4196468 140726114958928 140619388177296 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=760] ppid=750 vsize=14082740 memory=139712882591360 CPUtime=0 cores=0,2,4,6
/proc/753/task/760/stat : 760 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118302 14420725760 7698 33554432000 4194304 4196468 140726114958928 140618980174064 140619438725762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=761] ppid=750 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/753/task/761/stat : 761 (java) S 750 753 30465 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42118302 14420725760 7698 33554432000 4194304 4196468 140726114958928 140618979120288 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=762] ppid=750 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/762/stat : 762 (java) S 750 753 30465 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42118302 14420725760 7698 33554432000 4194304 4196468 140726114958928 140618978067184 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=763] ppid=750 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/763/stat : 763 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14420725760 7698 33554432000 4194304 4196468 140726114958928 140618977015760 140619438733211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=764] ppid=750 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/764/stat : 764 (java) S 750 753 30465 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 42118305 14420725760 7698 33554432000 4194304 4196468 140726114958928 140618975963888 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=765] ppid=750 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/753/task/765/stat : 765 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14420725760 7698 33554432000 4194304 4196468 140726114958928 140618906987376 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=766] ppid=750 vsize=14082740 memory=139712882591360 CPUtime=0.01 cores=0,2,4,6
/proc/753/task/766/stat : 766 (java) S 750 753 30465 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 15 0 42118305 14420725760 7698 33554432000 4194304 4196468 140726114958928 140618905934320 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=767] ppid=750 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/753/task/767/stat : 767 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14420725760 7698 33554432000 4194304 4196468 140726114958928 140618904882016 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=768] ppid=750 vsize=14082740 memory=139712882591360 CPUtime=0 cores=0,2,4,6
/proc/753/task/768/stat : 768 (java) S 750 753 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42118305 14420725760 7698 33554432000 4194304 4196468 140726114958928 140618903829040 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30532 KiB

[startup+0.213289 s]*
/proc/loadavg: 1.25 1.34 1.35 6/215 768
/proc/meminfo: memFree=24840836/32770624 swapFree=67108852/67108860
[pid=753] ppid=750 vsize=14082740 memory=46868 CPUtime=0.31 cores=0,2,4,6
/proc/753/stat : 753 (java) S 750 753 30465 0 -1 1077944320 10376 0 0 0 28 3 0 0 20 0 15 0 42118299 14420725760 11717 33554432000 4194304 4196468 140726114958928 140726114941472 140619438714615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
/proc/753/statm: 3520685 11717 3367 1 0 3482761 0
[pid=753/tid=755] ppid=750 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/753/task/755/stat : 755 (java) R 750 753 30465 0 -1 4202560 8068 0 0 0 18 2 0 0 20 0 15 0 42118300 14420725760 11783 33554432000 4194304 4196468 140726114958928 140619442939104 140619059295409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=756] ppid=750 vsize=14082740 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/753/task/756/stat : 756 (java) S 750 753 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42118300 14420725760 11783 33554432000 4194304 4196468 140726114958928 140619391335440 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=757] ppid=750 vsize=14082740 memory=139712882621852 CPUtime=0 cores=0,2,4,6
/proc/753/task/757/stat : 757 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14420725760 11783 33554432000 4194304 4196468 140726114958928 140619390282896 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=758] ppid=750 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/758/stat : 758 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14420725760 11783 33554432000 4194304 4196468 140726114958928 140619389229840 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=759] ppid=750 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/753/task/759/stat : 759 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14420725760 11783 33554432000 4194304 4196468 140726114958928 140619388177296 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=760] ppid=750 vsize=14082740 memory=139712882591360 CPUtime=0 cores=0,2,4,6
/proc/753/task/760/stat : 760 (java) S 750 753 30465 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42118302 14420725760 11783 33554432000 4194304 4196468 140726114958928 140618980174064 140619438725762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=761] ppid=750 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/753/task/761/stat : 761 (java) S 750 753 30465 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42118302 14420725760 11783 33554432000 4194304 4196468 140726114958928 140618979120288 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=762] ppid=750 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/762/stat : 762 (java) S 750 753 30465 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42118302 14420725760 11783 33554432000 4194304 4196468 140726114958928 140618978067184 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=763] ppid=750 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/763/stat : 763 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14420725760 11783 33554432000 4194304 4196468 140726114958928 140618977015760 140619438733211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=764] ppid=750 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/753/task/764/stat : 764 (java) R 750 753 30465 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 15 0 42118305 14420725760 11783 33554432000 4194304 4196468 140726114958928 140618975963888 140619438725762 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=765] ppid=750 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/753/task/765/stat : 765 (java) S 750 753 30465 0 -1 1077944384 229 0 0 0 2 0 0 0 20 0 15 0 42118305 14420725760 11783 33554432000 4194304 4196468 140726114958928 140618906987376 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=766] ppid=750 vsize=14082740 memory=139712882591360 CPUtime=0.06 cores=0,2,4,6
/proc/753/task/766/stat : 766 (java) R 750 753 30465 0 -1 4202560 331 0 0 0 6 0 0 0 20 0 15 0 42118305 14420725760 11783 33554432000 4194304 4196468 140726114958928 140618905929392 140619417517824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=767] ppid=750 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/753/task/767/stat : 767 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14420725760 11783 33554432000 4194304 4196468 140726114958928 140618904882016 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=768] ppid=750 vsize=14082740 memory=139712882591360 CPUtime=0 cores=0,2,4,6
/proc/753/task/768/stat : 768 (java) S 750 753 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42118305 14420725760 11783 33554432000 4194304 4196468 140726114958928 140618903829040 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46868 KiB

[startup+0.310573 s]*
/proc/loadavg: 1.25 1.34 1.35 3/215 768
/proc/meminfo: memFree=24837408/32770624 swapFree=67108852/67108860
[pid=753] ppid=750 vsize=14082740 memory=50436 CPUtime=0.44 cores=0,2,4,6
/proc/753/stat : 753 (java) S 750 753 30465 0 -1 1077944320 10769 0 0 0 41 3 0 0 20 0 15 0 42118299 14420725760 12609 33554432000 4194304 4196468 140726114958928 140726114941472 140619438714615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
/proc/753/statm: 3520685 12609 3373 1 0 3482761 0
[pid=753/tid=755] ppid=750 vsize=14082740 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/753/task/755/stat : 755 (java) R 750 753 30465 0 -1 4202560 8422 0 0 0 28 2 0 0 20 0 15 0 42118300 14420725760 12660 33554432000 4194304 4196468 140726114958928 140619442903888 140619418989832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=756] ppid=750 vsize=14082740 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/753/task/756/stat : 756 (java) S 750 753 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42118300 14420725760 12660 33554432000 4194304 4196468 140726114958928 140619391335440 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=757] ppid=750 vsize=14082740 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/753/task/757/stat : 757 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14420725760 12660 33554432000 4194304 4196468 140726114958928 140619390282896 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=758] ppid=750 vsize=14082740 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/753/task/758/stat : 758 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14420725760 12660 33554432000 4194304 4196468 140726114958928 140619389229840 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=759] ppid=750 vsize=14082740 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/753/task/759/stat : 759 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14420725760 12660 33554432000 4194304 4196468 140726114958928 140619388177296 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=760] ppid=750 vsize=14082740 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/753/task/760/stat : 760 (java) S 750 753 30465 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42118302 14420725760 12660 33554432000 4194304 4196468 140726114958928 140618980174064 140619438725762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=761] ppid=750 vsize=14082740 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/753/task/761/stat : 761 (java) S 750 753 30465 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42118302 14420725760 12660 33554432000 4194304 4196468 140726114958928 140618979120288 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=762] ppid=750 vsize=14082740 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/753/task/762/stat : 762 (java) S 750 753 30465 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42118302 14420725760 12660 33554432000 4194304 4196468 140726114958928 140618978067184 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=763] ppid=750 vsize=14082740 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/753/task/763/stat : 763 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14420725760 12660 33554432000 4194304 4196468 140726114958928 140618977015760 140619438733211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=764] ppid=750 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/753/task/764/stat : 764 (java) S 750 753 30465 0 -1 1077944384 384 0 0 0 2 0 0 0 20 0 15 0 42118305 14420725760 12660 33554432000 4194304 4196468 140726114958928 140618975963888 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=765] ppid=750 vsize=14082740 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/753/task/765/stat : 765 (java) S 750 753 30465 0 -1 1077944384 235 0 0 0 3 0 0 0 20 0 15 0 42118305 14420725760 12660 33554432000 4194304 4196468 140726114958928 140618906987376 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=766] ppid=750 vsize=14082740 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/753/task/766/stat : 766 (java) S 750 753 30465 0 -1 1077944384 348 0 0 0 8 0 0 0 20 0 15 0 42118305 14420725760 12660 33554432000 4194304 4196468 140726114958928 140618905934320 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=767] ppid=750 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/767/stat : 767 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14420725760 12660 33554432000 4194304 4196468 140726114958928 140618904882016 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=768] ppid=750 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/753/task/768/stat : 768 (java) S 750 753 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42118305 14420725760 12660 33554432000 4194304 4196468 140726114958928 140618903829040 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50436 KiB

[startup+0.70073 s]
/proc/loadavg: 1.25 1.34 1.35 3/215 768
/proc/meminfo: memFree=24813472/32770624 swapFree=67108852/67108860
[pid=753] ppid=750 vsize=14084808 memory=89024 CPUtime=0.98 cores=0,2,4,6
/proc/753/stat : 753 (java) S 750 753 30465 0 -1 1077944320 17625 0 0 0 93 5 0 0 20 0 15 0 42118299 14422843392 22256 33554432000 4194304 4196468 140726114958928 140726114941472 140619438714615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
/proc/753/statm: 3521202 22256 3497 1 0 3483273 0
[pid=753/tid=755] ppid=750 vsize=14084808 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/753/task/755/stat : 755 (java) R 750 753 30465 0 -1 4202560 14878 0 0 0 63 4 0 0 20 0 15 0 42118300 14422843392 22256 33554432000 4194304 4196468 140726114958928 140619442937872 140619438736541 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=756] ppid=750 vsize=14084808 memory=5788365037514608738 CPUtime=0 cores=0,2,4,6
/proc/753/task/756/stat : 756 (java) S 750 753 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42118300 14422843392 22256 33554432000 4194304 4196468 140726114958928 140619391335440 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=757] ppid=750 vsize=14084808 memory=7447090482527625298 CPUtime=0 cores=0,2,4,6
/proc/753/task/757/stat : 757 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14422843392 22256 33554432000 4194304 4196468 140726114958928 140619390282896 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=758] ppid=750 vsize=14084808 memory=7295946099487035474 CPUtime=0 cores=0,2,4,6
/proc/753/task/758/stat : 758 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14422843392 22256 33554432000 4194304 4196468 140726114958928 140619389229840 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=759] ppid=750 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/759/stat : 759 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14422843392 22256 33554432000 4194304 4196468 140726114958928 140619388177296 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=760] ppid=750 vsize=14084808 memory=142976911287095 CPUtime=0 cores=0,2,4,6
/proc/753/task/760/stat : 760 (java) S 750 753 30465 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42118302 14422843392 22256 33554432000 4194304 4196468 140726114958928 140618980174064 140619438725762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=761] ppid=750 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/761/stat : 761 (java) S 750 753 30465 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42118302 14422843392 22256 33554432000 4194304 4196468 140726114958928 140618979120288 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=762] ppid=750 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/762/stat : 762 (java) S 750 753 30465 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42118302 14422843392 22256 33554432000 4194304 4196468 140726114958928 140618978067184 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=763] ppid=750 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/763/stat : 763 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14422843392 22256 33554432000 4194304 4196468 140726114958928 140618977015760 140619438733211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=764] ppid=750 vsize=14084808 memory=279425472004336 CPUtime=0.08 cores=0,2,4,6
/proc/753/task/764/stat : 764 (java) S 750 753 30465 0 -1 1077944384 559 0 0 0 8 0 0 0 20 0 15 0 42118305 14422843392 22256 33554432000 4194304 4196468 140726114958928 140618975963888 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=765] ppid=750 vsize=14084808 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/753/task/765/stat : 765 (java) S 750 753 30465 0 -1 1077944384 365 0 0 0 6 0 0 0 20 0 15 0 42118305 14422843392 22256 33554432000 4194304 4196468 140726114958928 140618906987376 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=766] ppid=750 vsize=14084808 memory=-1807685287717842718 CPUtime=0.15 cores=0,2,4,6
/proc/753/task/766/stat : 766 (java) S 750 753 30465 0 -1 1077944384 439 0 0 0 15 0 0 0 20 0 15 0 42118305 14422843392 22256 33554432000 4194304 4196468 140726114958928 140618905934320 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=767] ppid=750 vsize=14084808 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/753/task/767/stat : 767 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14422843392 22256 33554432000 4194304 4196468 140726114958928 140618904882016 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=768] ppid=750 vsize=14084808 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/753/task/768/stat : 768 (java) S 750 753 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42118305 14422843392 22256 33554432000 4194304 4196468 140726114958928 140618903829040 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89024 KiB

[startup+1.50114 s]
/proc/loadavg: 1.25 1.34 1.35 3/215 768
/proc/meminfo: memFree=24780272/32770624 swapFree=67108852/67108860
[pid=753] ppid=750 vsize=14090952 memory=154104 CPUtime=2.91 cores=0,2,4,6
/proc/753/stat : 753 (java) S 750 753 30465 0 -1 1077944320 26621 0 0 0 283 8 0 0 20 0 15 0 42118299 14429134848 38526 33554432000 4194304 4196468 140726114958928 140726114941472 140619438714615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
/proc/753/statm: 3522738 38526 3542 1 0 3484809 0
[pid=753/tid=755] ppid=750 vsize=14090952 memory=288230591722431267 CPUtime=1.47 cores=0,2,4,6
/proc/753/task/755/stat : 755 (java) R 750 753 30465 0 -1 4202560 18291 0 0 0 141 6 0 0 20 0 15 0 42118300 14429134848 38526 33554432000 4194304 4196468 140726114958928 140619442950544 140619062555914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=756] ppid=750 vsize=14090952 memory=288292190260841798 CPUtime=0 cores=0,2,4,6
/proc/753/task/756/stat : 756 (java) S 750 753 30465 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42118300 14429134848 38526 33554432000 4194304 4196468 140726114958928 140619391335440 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=757] ppid=750 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/757/stat : 757 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14429134848 38526 33554432000 4194304 4196468 140726114958928 140619390282896 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=758] ppid=750 vsize=14090952 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/753/task/758/stat : 758 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14429134848 38526 33554432000 4194304 4196468 140726114958928 140619389229840 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=759] ppid=750 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/759/stat : 759 (java) S 750 753 30465 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42118300 14429134848 38526 33554432000 4194304 4196468 140726114958928 140619388177296 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=760] ppid=750 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/753/task/760/stat : 760 (java) S 750 753 30465 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 42118302 14429134848 38526 33554432000 4194304 4196468 140726114958928 140618980174064 140619438725762 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0

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

/proc/753/task/755/stat : 755 (java) R 750 753 30465 0 -1 4202560 38558 0 0 0 224652 26 0 0 20 0 15 0 42118300 14429134848 74575 33554432000 4194304 4196468 140726114958928 140619442952976 140619062555309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=756] ppid=750 vsize=14090952 memory=4012 CPUtime=6.86 cores=0,2,4,6
/proc/753/task/756/stat : 756 (java) S 750 753 30465 0 -1 1077944384 4133 0 0 0 637 49 0 0 20 0 15 0 42118300 14429134848 74575 33554432000 4194304 4196468 140726114958928 140619391335440 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=757] ppid=750 vsize=14090952 memory=296252 CPUtime=6.83 cores=0,2,4,6
/proc/753/task/757/stat : 757 (java) S 750 753 30465 0 -1 1077944384 4002 0 0 0 639 44 0 0 20 0 15 0 42118300 14429134848 74575 33554432000 4194304 4196468 140726114958928 140619390282896 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=758] ppid=750 vsize=14090952 memory=9028 CPUtime=6.82 cores=0,2,4,6
/proc/753/task/758/stat : 758 (java) S 750 753 30465 0 -1 1077944384 3424 0 0 0 640 42 0 0 20 0 15 0 42118300 14429134848 74575 33554432000 4194304 4196468 140726114958928 140619389229840 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=759] ppid=750 vsize=14090952 memory=298300 CPUtime=6.8 cores=0,2,4,6
/proc/753/task/759/stat : 759 (java) S 750 753 30465 0 -1 1077944384 3365 0 0 0 637 43 0 0 20 0 15 0 42118300 14429134848 74575 33554432000 4194304 4196468 140726114958928 140619388177296 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=760] ppid=750 vsize=14090952 memory=298300 CPUtime=6.29 cores=0,2,4,6
/proc/753/task/760/stat : 760 (java) S 750 753 30465 0 -1 1077944384 5834 0 0 0 582 47 0 0 20 0 15 0 42118302 14429134848 74575 33554432000 4194304 4196468 140726114958928 140618980174064 140619438725762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=761] ppid=750 vsize=14090952 memory=298300 CPUtime=0 cores=0,2,4,6
/proc/753/task/761/stat : 761 (java) S 750 753 30465 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 42118302 14429134848 74575 33554432000 4194304 4196468 140726114958928 140618979120352 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=762] ppid=750 vsize=14090952 memory=298300 CPUtime=0 cores=0,2,4,6
/proc/753/task/762/stat : 762 (java) S 750 753 30465 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 42118302 14429134848 74575 33554432000 4194304 4196468 140726114958928 140618978067184 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=763] ppid=750 vsize=14090952 memory=298300 CPUtime=0 cores=0,2,4,6
/proc/753/task/763/stat : 763 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14429134848 74575 33554432000 4194304 4196468 140726114958928 140618977015760 140619438733211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=764] ppid=750 vsize=14090952 memory=296252 CPUtime=0.71 cores=0,2,4,6
/proc/753/task/764/stat : 764 (java) S 750 753 30465 0 -1 1077944384 2471 0 0 0 70 1 0 0 20 0 15 0 42118305 14429134848 74575 33554432000 4194304 4196468 140726114958928 140618975963888 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=765] ppid=750 vsize=14090952 memory=296252 CPUtime=0.74 cores=0,2,4,6
/proc/753/task/765/stat : 765 (java) S 750 753 30465 0 -1 1077944384 2277 0 0 0 73 1 0 0 20 0 15 0 42118305 14429134848 74575 33554432000 4194304 4196468 140726114958928 140618906987376 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=766] ppid=750 vsize=14090952 memory=296252 CPUtime=0.44 cores=0,2,4,6
/proc/753/task/766/stat : 766 (java) S 750 753 30465 0 -1 1077944384 3154 0 0 0 44 0 0 0 20 0 15 0 42118305 14429134848 74575 33554432000 4194304 4196468 140726114958928 140618905934320 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=767] ppid=750 vsize=14090952 memory=296252 CPUtime=0 cores=0,2,4,6
/proc/753/task/767/stat : 767 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14429134848 74575 33554432000 4194304 4196468 140726114958928 140618904882016 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=768] ppid=750 vsize=14090952 memory=296252 CPUtime=1.01 cores=0,2,4,6
/proc/753/task/768/stat : 768 (java) S 750 753 30465 0 -1 1077944384 1150 0 0 0 53 48 0 0 20 0 15 0 42118305 14429134848 74575 33554432000 4194304 4196468 140726114958928 140618903829040 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
Current children cumulated CPU time: 2283.37 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 298300 KiB

[startup+2322.3 s]
/proc/loadavg: 1.43 1.41 1.35 3/215 947
/proc/meminfo: memFree=24582440/32770624 swapFree=67108852/67108860
[pid=753] ppid=750 vsize=14090952 memory=300348 CPUtime=2344.02 cores=0,2,4,6
/proc/753/stat : 753 (java) S 750 753 30465 0 -1 1077944320 70934 0 0 0 234150 252 0 0 20 0 15 0 42118299 14429134848 75087 33554432000 4194304 4196468 140726114958928 140726114941472 140619438714615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
/proc/753/statm: 3522738 75087 3572 1 0 3484809 0
[pid=753/tid=755] ppid=750 vsize=14090952 memory=300348 CPUtime=2306.32 cores=0,2,4,6
/proc/753/task/755/stat : 755 (java) R 750 753 30465 0 -1 4202560 39142 0 0 0 230606 26 0 0 20 0 15 0 42118300 14429134848 75087 33554432000 4194304 4196468 140726114958928 140619442952976 140619431535486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=756] ppid=750 vsize=14090952 memory=300348 CPUtime=7.09 cores=0,2,4,6
/proc/753/task/756/stat : 756 (java) S 750 753 30465 0 -1 1077944384 4153 0 0 0 660 49 0 0 20 0 15 0 42118300 14429134848 75087 33554432000 4194304 4196468 140726114958928 140619391335440 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=757] ppid=750 vsize=14090952 memory=300348 CPUtime=7.06 cores=0,2,4,6
/proc/753/task/757/stat : 757 (java) S 750 753 30465 0 -1 1077944384 4126 0 0 0 660 46 0 0 20 0 15 0 42118300 14429134848 75087 33554432000 4194304 4196468 140726114958928 140619390282896 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=758] ppid=750 vsize=14090952 memory=300348 CPUtime=7.04 cores=0,2,4,6
/proc/753/task/758/stat : 758 (java) S 750 753 30465 0 -1 1077944384 3519 0 0 0 662 42 0 0 20 0 15 0 42118300 14429134848 75087 33554432000 4194304 4196468 140726114958928 140619389229840 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=759] ppid=750 vsize=14090952 memory=300348 CPUtime=7.04 cores=0,2,4,6
/proc/753/task/759/stat : 759 (java) S 750 753 30465 0 -1 1077944384 3499 0 0 0 659 45 0 0 20 0 15 0 42118300 14429134848 75087 33554432000 4194304 4196468 140726114958928 140619388177296 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=760] ppid=750 vsize=14090952 memory=300348 CPUtime=6.46 cores=0,2,4,6
/proc/753/task/760/stat : 760 (java) S 750 753 30465 0 -1 1077944384 6005 0 0 0 597 49 0 0 20 0 15 0 42118302 14429134848 75087 33554432000 4194304 4196468 140726114958928 140618980174064 140619438725762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=761] ppid=750 vsize=14090952 memory=300348 CPUtime=0 cores=0,2,4,6
/proc/753/task/761/stat : 761 (java) S 750 753 30465 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 42118302 14429134848 75087 33554432000 4194304 4196468 140726114958928 140618979120352 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=762] ppid=750 vsize=14090952 memory=300348 CPUtime=0 cores=0,2,4,6
/proc/753/task/762/stat : 762 (java) S 750 753 30465 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 42118302 14429134848 75087 33554432000 4194304 4196468 140726114958928 140618978067184 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=763] ppid=750 vsize=14090952 memory=300348 CPUtime=0 cores=0,2,4,6
/proc/753/task/763/stat : 763 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14429134848 75087 33554432000 4194304 4196468 140726114958928 140618977015760 140619438733211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=764] ppid=750 vsize=14090952 memory=300348 CPUtime=0.71 cores=0,2,4,6
/proc/753/task/764/stat : 764 (java) S 750 753 30465 0 -1 1077944384 2474 0 0 0 70 1 0 0 20 0 15 0 42118305 14429134848 75087 33554432000 4194304 4196468 140726114958928 140618975963888 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=765] ppid=750 vsize=14090952 memory=300348 CPUtime=0.74 cores=0,2,4,6
/proc/753/task/765/stat : 765 (java) S 750 753 30465 0 -1 1077944384 2279 0 0 0 73 1 0 0 20 0 15 0 42118305 14429134848 75087 33554432000 4194304 4196468 140726114958928 140618906987376 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=766] ppid=750 vsize=14090952 memory=300348 CPUtime=0.44 cores=0,2,4,6
/proc/753/task/766/stat : 766 (java) S 750 753 30465 0 -1 1077944384 3156 0 0 0 44 0 0 0 20 0 15 0 42118305 14429134848 75087 33554432000 4194304 4196468 140726114958928 140618905934320 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=767] ppid=750 vsize=14090952 memory=300348 CPUtime=0 cores=0,2,4,6
/proc/753/task/767/stat : 767 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14429134848 75087 33554432000 4194304 4196468 140726114958928 140618904882016 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=768] ppid=750 vsize=14090952 memory=300348 CPUtime=1.03 cores=0,2,4,6
/proc/753/task/768/stat : 768 (java) S 750 753 30465 0 -1 1077944384 1165 0 0 0 54 49 0 0 20 0 15 0 42118305 14429134848 75087 33554432000 4194304 4196468 140726114958928 140618903829040 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
Current children cumulated CPU time: 2344.02 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 300348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2377.7 s]
/proc/loadavg: 1.78 1.51 1.39 3/215 949
/proc/meminfo: memFree=24574044/32770624 swapFree=67108852/67108860
[pid=753] ppid=750 vsize=14090952 memory=304444 CPUtime=2400.03 cores=0,2,4,6
/proc/753/stat : 753 (java) S 750 753 30465 0 -1 1077944320 72229 0 0 0 239744 259 0 0 20 0 15 0 42118299 14429134848 76111 33554432000 4194304 4196468 140726114958928 140726114941472 140619438714615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
/proc/753/statm: 3522738 76111 3572 1 0 3484809 0
[pid=753/tid=755] ppid=750 vsize=14090952 memory=304444 CPUtime=2361.34 cores=0,2,4,6
/proc/753/task/755/stat : 755 (java) R 750 753 30465 0 -1 4202560 39850 0 0 0 236107 27 0 0 20 0 15 0 42118300 14429134848 76111 33554432000 4194304 4196468 140726114958928 140619442952976 140619062724812 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=756] ppid=750 vsize=14090952 memory=304444 CPUtime=7.3 cores=0,2,4,6
/proc/753/task/756/stat : 756 (java) S 750 753 30465 0 -1 1077944384 4362 0 0 0 680 50 0 0 20 0 15 0 42118300 14429134848 76111 33554432000 4194304 4196468 140726114958928 140619391335440 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=757] ppid=750 vsize=14090952 memory=302396 CPUtime=7.26 cores=0,2,4,6
/proc/753/task/757/stat : 757 (java) S 750 753 30465 0 -1 1077944384 4216 0 0 0 679 47 0 0 20 0 15 0 42118300 14429134848 76111 33554432000 4194304 4196468 140726114958928 140619390282896 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=758] ppid=750 vsize=14090952 memory=302396 CPUtime=7.26 cores=0,2,4,6
/proc/753/task/758/stat : 758 (java) S 750 753 30465 0 -1 1077944384 3594 0 0 0 682 44 0 0 20 0 15 0 42118300 14429134848 76111 33554432000 4194304 4196468 140726114958928 140619389229840 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=759] ppid=750 vsize=14090952 memory=304444 CPUtime=7.24 cores=0,2,4,6
/proc/753/task/759/stat : 759 (java) S 750 753 30465 0 -1 1077944384 3524 0 0 0 678 46 0 0 20 0 15 0 42118300 14429134848 76111 33554432000 4194304 4196468 140726114958928 140619388177296 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=760] ppid=750 vsize=14090952 memory=304444 CPUtime=6.6 cores=0,2,4,6
/proc/753/task/760/stat : 760 (java) S 750 753 30465 0 -1 1077944384 6174 0 0 0 610 50 0 0 20 0 15 0 42118302 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618980174064 140619438725762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=761] ppid=750 vsize=14090952 memory=302396 CPUtime=0 cores=0,2,4,6
/proc/753/task/761/stat : 761 (java) S 750 753 30465 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 42118302 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618979120352 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=762] ppid=750 vsize=14090952 memory=304444 CPUtime=0 cores=0,2,4,6
/proc/753/task/762/stat : 762 (java) S 750 753 30465 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 42118302 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618978067184 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=763] ppid=750 vsize=14090952 memory=304444 CPUtime=0 cores=0,2,4,6
/proc/753/task/763/stat : 763 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618977015760 140619438733211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=764] ppid=750 vsize=14090952 memory=304444 CPUtime=0.71 cores=0,2,4,6
/proc/753/task/764/stat : 764 (java) S 750 753 30465 0 -1 1077944384 2476 0 0 0 70 1 0 0 20 0 15 0 42118305 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618975963888 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=765] ppid=750 vsize=14090952 memory=304444 CPUtime=0.74 cores=0,2,4,6
/proc/753/task/765/stat : 765 (java) S 750 753 30465 0 -1 1077944384 2281 0 0 0 73 1 0 0 20 0 15 0 42118305 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618906987376 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=766] ppid=750 vsize=14090952 memory=3280 CPUtime=0.44 cores=0,2,4,6
/proc/753/task/766/stat : 766 (java) S 750 753 30465 0 -1 1077944384 3158 0 0 0 44 0 0 0 20 0 15 0 42118305 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618905934320 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=767] ppid=750 vsize=14090952 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/753/task/767/stat : 767 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618904882016 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=768] ppid=750 vsize=14090952 memory=14488 CPUtime=1.05 cores=0,2,4,6
/proc/753/task/768/stat : 768 (java) S 750 753 30465 0 -1 1077944384 1178 0 0 0 55 50 0 0 20 0 15 0 42118305 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618903829040 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 304444 KiB

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

[startup+2377.71 s]
# the end of solver process 753 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.46 s, system=2.59622 s

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

[startup+2377.7 s]
/proc/loadavg: 1.78 1.51 1.39 3/215 949
/proc/meminfo: memFree=24574044/32770624 swapFree=67108852/67108860
[pid=753] ppid=750 vsize=14090952 memory=304444 CPUtime=2400.03 cores=0,2,4,6
/proc/753/stat : 753 (java) S 750 753 30465 0 -1 1077944320 72229 0 0 0 239744 259 0 0 20 0 15 0 42118299 14429134848 76111 33554432000 4194304 4196468 140726114958928 140726114941472 140619438714615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
/proc/753/statm: 3522738 76111 3572 1 0 3484809 0
[pid=753/tid=755] ppid=750 vsize=14090952 memory=304444 CPUtime=2361.34 cores=0,2,4,6
/proc/753/task/755/stat : 755 (java) R 750 753 30465 0 -1 4202560 39850 0 0 0 236107 27 0 0 20 0 15 0 42118300 14429134848 76111 33554432000 4194304 4196468 140726114958928 140619442952976 140619062724812 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=756] ppid=750 vsize=14090952 memory=304444 CPUtime=7.3 cores=0,2,4,6
/proc/753/task/756/stat : 756 (java) S 750 753 30465 0 -1 1077944384 4362 0 0 0 680 50 0 0 20 0 15 0 42118300 14429134848 76111 33554432000 4194304 4196468 140726114958928 140619391335440 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=757] ppid=750 vsize=14090952 memory=302396 CPUtime=7.26 cores=0,2,4,6
/proc/753/task/757/stat : 757 (java) S 750 753 30465 0 -1 1077944384 4216 0 0 0 679 47 0 0 20 0 15 0 42118300 14429134848 76111 33554432000 4194304 4196468 140726114958928 140619390282896 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=758] ppid=750 vsize=14090952 memory=302396 CPUtime=7.26 cores=0,2,4,6
/proc/753/task/758/stat : 758 (java) S 750 753 30465 0 -1 1077944384 3594 0 0 0 682 44 0 0 20 0 15 0 42118300 14429134848 76111 33554432000 4194304 4196468 140726114958928 140619389229840 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=759] ppid=750 vsize=14090952 memory=304444 CPUtime=7.24 cores=0,2,4,6
/proc/753/task/759/stat : 759 (java) S 750 753 30465 0 -1 1077944384 3524 0 0 0 678 46 0 0 20 0 15 0 42118300 14429134848 76111 33554432000 4194304 4196468 140726114958928 140619388177296 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=760] ppid=750 vsize=14090952 memory=304444 CPUtime=6.6 cores=0,2,4,6
/proc/753/task/760/stat : 760 (java) S 750 753 30465 0 -1 1077944384 6174 0 0 0 610 50 0 0 20 0 15 0 42118302 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618980174064 140619438725762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=761] ppid=750 vsize=14090952 memory=302396 CPUtime=0 cores=0,2,4,6
/proc/753/task/761/stat : 761 (java) S 750 753 30465 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 42118302 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618979120352 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=762] ppid=750 vsize=14090952 memory=304444 CPUtime=0 cores=0,2,4,6
/proc/753/task/762/stat : 762 (java) S 750 753 30465 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 42118302 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618978067184 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=763] ppid=750 vsize=14090952 memory=304444 CPUtime=0 cores=0,2,4,6
/proc/753/task/763/stat : 763 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618977015760 140619438733211 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=764] ppid=750 vsize=14090952 memory=304444 CPUtime=0.71 cores=0,2,4,6
/proc/753/task/764/stat : 764 (java) S 750 753 30465 0 -1 1077944384 2476 0 0 0 70 1 0 0 20 0 15 0 42118305 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618975963888 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=765] ppid=750 vsize=14090952 memory=304444 CPUtime=0.74 cores=0,2,4,6
/proc/753/task/765/stat : 765 (java) S 750 753 30465 0 -1 1077944384 2281 0 0 0 73 1 0 0 20 0 15 0 42118305 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618906987376 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=766] ppid=750 vsize=14090952 memory=3280 CPUtime=0.44 cores=0,2,4,6
/proc/753/task/766/stat : 766 (java) S 750 753 30465 0 -1 1077944384 3158 0 0 0 44 0 0 0 20 0 15 0 42118305 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618905934320 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=767] ppid=750 vsize=14090952 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/753/task/767/stat : 767 (java) S 750 753 30465 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42118305 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618904882016 140619438724821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
[pid=753/tid=768] ppid=750 vsize=14090952 memory=14488 CPUtime=1.05 cores=0,2,4,6
/proc/753/task/768/stat : 768 (java) S 750 753 30465 0 -1 1077944384 1178 0 0 0 55 50 0 0 20 0 15 0 42118305 14429134848 76111 33554432000 4194304 4196468 140726114958928 140618903829040 140619438725762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15220736 140726114960464 140726114960649 140726114960649 140726114963407 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 304444 KiB

Child status: 143
Real time (s): 2377.71
CPU time (s): 2400.05
CPU user time (s): 2397.46
CPU system time (s): 2.59622
CPU usage (%): 100.94
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 304444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.46
system time used= 2.59622
maximum resident set size= 304936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72420
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 234165
involuntary context switches= 6602


# summary of solver processes directly reported to runsolver:
#   pid: 753
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2397.46
#   total CPU system time (s): 2.59622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0639 second user time and 22.0604 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-22 09:45:51
IDJOB=4290912
IDBENCH=141418
IDSOLVER=2744
FILE ID=node148/4290912-1532245551
RUNJOBID= node148-1532226532-30496
PBS_JOBID= 21018951
Free space on /tmp= 51956 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/Haystacks/Haystacks-ext-07_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290912-1532245551/watcher-4290912-1532245551 -o /tmp/evaluation-result-4290912-1532245551/solver-4290912-1532245551 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532226532-30496 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 1815878276 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290912-1532245551.xml

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

MD5SUM BENCH= 67b8364c884536fb4f5e1967f94ac4a2
RANDOM SEED=1815878276

node148.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.50
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.50
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.50
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.50
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:        24874632 kB
MemAvailable:   31665792 kB
Buffers:          142080 kB
Cached:          6833016 kB
SwapCached:            8 kB
Active:          1479332 kB
Inactive:        5823096 kB
Active(anon):     281052 kB
Inactive(anon):    66132 kB
Active(file):    1198280 kB
Inactive(file):  5756964 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             35604 kB
Writeback:             0 kB
AnonPages:        344244 kB
Mapped:            48936 kB
Shmem:             17024 kB
Slab:             292196 kB
SReclaimable:     264376 kB
SUnreclaim:        27820 kB
KernelStack:        3792 kB
PageTables:         5748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1224712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 51920 MiB
End job on node148 at 2018-07-22 10:25:29