Trace number 4273890

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 2017-07-26? (TO) 2520.1201 2427.3401

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-45.xml
MD5SUMf20f2034744f8df857f4af789a6cf941
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 benchmark31.6138
Satisfiable
(Un)Satisfiability was proved
Number of variables2025
Number of constraints44594
Number of domains1
Minimum domain size45
Maximum domain size45
Distribution of domain sizes[{"size":45,"count":2025}]
Minimum variable degree44
Maximum variable degree45
Distribution of variable degrees[{"degree":44,"count":1937},{"degree":45,"count":88}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":44594}]
Number of extensional constraints0
Number of intensional constraints44594
Distribution of constraint types[{"type":"intension","count":44594}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.36	c version: 2017-07-26
0.29/0.36	c seed: 1684009473
0.29/0.37	c timeout: 2520
0.29/0.37	c memlimit: 11000
0.29/0.37	c nbcore: 4
0.29/0.39	c Parsing instance...
100.14/38.72	c Parsing done, starting search...
2520.07/2427.30	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 (15122 MiB free)
  memory of node 1: 16384 MiB (15430 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273890-1502782631/watcher-4273890-1502782631 -o /tmp/evaluation-result-4273890-1502782631/solver-4273890-1502782631 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1684009473 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273890-1502782631.xml 

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

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


[startup+0.100133 s]*
/proc/loadavg: 1.78 1.78 1.84 3/202 4073
/proc/meminfo: memFree=31279148/32770624 swapFree=67105588/67108860
[pid=4066] ppid=4063 vsize=13573664 memory=16440 CPUtime=0.02 cores=1,3,5,7
/proc/4066/stat : 4066 (java) S 4063 4066 12560 0 -1 1077944320 4031 0 0 0 1 1 0 0 20 0 9 0 80458473 13899431936 4110 18446744073709551615 4194304 4196468 140726938208768 140726938191312 139706831486711 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
/proc/4066/statm: 3393416 4110 2073 1 0 3382913 0
[pid=4066/tid=4068] ppid=4063 vsize=13573664 memory=4206751525541407381 CPUtime=0.01 cores=1,3,5,7
/proc/4066/task/4068/stat : 4068 (java) R 4063 4066 12560 0 -1 4202560 2709 0 0 0 1 0 0 0 20 0 9 0 80458481 13899431936 4175 18446744073709551615 4194304 4196468 140726938208768 139706835722856 139706815567198 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4069] ppid=4063 vsize=13573664 memory=3461361991549258287 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4069/stat : 4069 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 80458481 13899431936 4175 18446744073709551615 4194304 4196468 140726938208768 139706765921168 139706831496917 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4070] ppid=4063 vsize=13573664 memory=140434699196032 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4070/stat : 4070 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 80458481 13899431936 4175 18446744073709551615 4194304 4196468 140726938208768 139706764868368 139706831496917 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4071] ppid=4063 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4071/stat : 4071 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 80458481 13899431936 4175 18446744073709551615 4194304 4196468 140726938208768 139706429521040 139706831496917 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4072] ppid=4063 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4072/stat : 4072 (java) S 4063 4066 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 80458481 13899431936 4175 18446744073709551615 4194304 4196468 140726938208768 139706428468240 139706831496917 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4073] ppid=4063 vsize=13573664 memory=140434699196032 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4073/stat : 4073 (java) S 4063 4066 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 80458483 13899431936 4175 18446744073709551615 4194304 4196468 140726938208768 139706377963632 139706831497858 0 0 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4074] ppid=4063 vsize=13573664 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4074/stat : 4074 (java) S 4063 4066 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 80458483 13899431936 4175 18446744073709551615 4194304 4196468 140726938208768 139706376909600 139706831496917 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4075] ppid=4063 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4075/stat : 4075 (java) S 4063 4066 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 80458483 13899431936 4175 18446744073709551615 4194304 4196468 140726938208768 139706375857328 139706831496917 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 16440 KiB

[startup+0.21236 s]*
/proc/loadavg: 1.78 1.78 1.84 3/210 4081
/proc/meminfo: memFree=31263668/32770624 swapFree=67105588/67108860
[pid=4066] ppid=4063 vsize=13975920 memory=34340 CPUtime=0.12 cores=1,3,5,7
/proc/4066/stat : 4066 (java) S 4063 4066 12560 0 -1 1077944320 9548 0 0 0 10 2 0 0 20 0 15 0 80458473 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 140726938191312 139706831486711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
/proc/4066/statm: 3493980 8585 3387 1 0 3482759 0
[pid=4066/tid=4068] ppid=4063 vsize=13975920 memory=8390339637985935414 CPUtime=0.1 cores=1,3,5,7
/proc/4066/task/4068/stat : 4068 (java) R 4063 4066 12560 0 -1 4202560 7499 0 0 0 8 2 0 0 20 0 15 0 80458481 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706835692896 139706831508637 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4069] ppid=4063 vsize=13975920 memory=4294967624 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4069/stat : 4069 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 80458481 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706765921168 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4070] ppid=4063 vsize=13975920 memory=140434699206677 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4070/stat : 4070 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 80458481 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706764868368 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4071] ppid=4063 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4071/stat : 4071 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 80458481 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706429521040 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4072] ppid=4063 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4072/stat : 4072 (java) S 4063 4066 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 80458481 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706428468240 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4073] ppid=4063 vsize=13975920 memory=140434699196032 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4073/stat : 4073 (java) S 4063 4066 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 80458483 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706377963632 139706831497858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4074] ppid=4063 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4074/stat : 4074 (java) S 4063 4066 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 80458483 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706376909600 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4075] ppid=4063 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4075/stat : 4075 (java) S 4063 4066 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 80458483 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706375857264 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4076] ppid=4063 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4076/stat : 4076 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706374805584 139706831505307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4077] ppid=4063 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4077/stat : 4077 (java) S 4063 4066 12560 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 80458486 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706373753456 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4078] ppid=4063 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4078/stat : 4078 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706372700656 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4079] ppid=4063 vsize=13975920 memory=140434699196032 CPUtime=0.02 cores=1,3,5,7
/proc/4066/task/4079/stat : 4079 (java) R 4063 4066 12560 0 -1 4202560 374 0 0 0 2 0 0 0 20 0 15 0 80458486 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706371648368 139706809852420 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4080] ppid=4063 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4080/stat : 4080 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706370595808 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4081] ppid=4063 vsize=13975920 memory=140434699196032 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4081/stat : 4081 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 80458489 14311342080 8585 18446744073709551615 4194304 4196468 140726938208768 139706369542576 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 34340 KiB

[startup+0.311021 s]*
/proc/loadavg: 1.78 1.78 1.84 4/210 4081
/proc/meminfo: memFree=31256176/32770624 swapFree=67105588/67108860
[pid=4066] ppid=4063 vsize=13975920 memory=43176 CPUtime=0.29 cores=1,3,5,7
/proc/4066/stat : 4066 (java) S 4063 4066 12560 0 -1 1077944320 11065 0 0 0 26 3 0 0 20 0 15 0 80458473 14311342080 10794 18446744073709551615 4194304 4196468 140726938208768 140726938191312 139706831486711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
/proc/4066/statm: 3493980 10794 3609 1 0 3482759 0
[pid=4066/tid=4068] ppid=4063 vsize=13975920 memory=-7677926825137650786 CPUtime=0.19 cores=1,3,5,7
/proc/4066/task/4068/stat : 4068 (java) R 4063 4066 12560 0 -1 4202560 8643 0 0 0 17 2 0 0 20 0 15 0 80458481 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706835711280 139706831508637 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4069] ppid=4063 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4069/stat : 4069 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 80458481 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706765921168 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4070] ppid=4063 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4070/stat : 4070 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 80458481 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706764868368 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4071] ppid=4063 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4071/stat : 4071 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 80458481 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706429521040 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4072] ppid=4063 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4072/stat : 4072 (java) S 4063 4066 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 80458481 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706428468240 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4073] ppid=4063 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4073/stat : 4073 (java) S 4063 4066 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 80458483 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706377963632 139706831497858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4074] ppid=4063 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4074/stat : 4074 (java) S 4063 4066 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 80458483 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706376909600 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4075] ppid=4063 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4075/stat : 4075 (java) S 4063 4066 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 80458483 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706375857264 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4076] ppid=4063 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4076/stat : 4076 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706374805584 139706831505307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4077] ppid=4063 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4066/task/4077/stat : 4077 (java) S 4063 4066 12560 0 -1 1077944384 329 0 0 0 1 0 0 0 20 0 15 0 80458486 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706373753456 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4078] ppid=4063 vsize=13975920 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4066/task/4078/stat : 4078 (java) S 4063 4066 12560 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 15 0 80458486 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706372700656 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4079] ppid=4063 vsize=13975920 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/4066/task/4079/stat : 4079 (java) S 4063 4066 12560 0 -1 1077944384 453 0 0 0 5 0 0 0 20 0 15 0 80458486 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706371648368 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4080] ppid=4063 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4080/stat : 4080 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706370595808 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4081] ppid=4063 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4081/stat : 4081 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 80458489 14311342080 10858 18446744073709551615 4194304 4196468 140726938208768 139706369542576 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 43176 KiB

[startup+0.700742 s]
/proc/loadavg: 1.78 1.78 1.84 3/210 4081
/proc/meminfo: memFree=31243620/32770624 swapFree=67105588/67108860
[pid=4066] ppid=4063 vsize=13977988 memory=103492 CPUtime=1.2 cores=1,3,5,7
/proc/4066/stat : 4066 (java) S 4063 4066 12560 0 -1 1077944320 14872 0 0 0 114 6 0 0 20 0 15 0 80458473 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 140726938191312 139706831486711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
/proc/4066/statm: 3494497 25873 3728 1 0 3483271 0
[pid=4066/tid=4068] ppid=4063 vsize=13977988 memory=33 CPUtime=0.57 cores=1,3,5,7
/proc/4066/task/4068/stat : 4068 (java) R 4063 4066 12560 0 -1 4202560 10253 0 0 0 52 5 0 0 20 0 15 0 80458481 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706835723328 139706444623583 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4069] ppid=4063 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4069/stat : 4069 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 80458481 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706765921168 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4070] ppid=4063 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4070/stat : 4070 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 80458481 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706764868368 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4071] ppid=4063 vsize=13977988 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4071/stat : 4071 (java) S 4063 4066 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 80458481 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706429521040 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4072] ppid=4063 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4072/stat : 4072 (java) S 4063 4066 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 80458481 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706428468240 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4073] ppid=4063 vsize=13977988 memory=14269383153294376 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4073/stat : 4073 (java) S 4063 4066 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 80458483 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706377963632 139706831497858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4074] ppid=4063 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4074/stat : 4074 (java) S 4063 4066 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 80458483 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706376909600 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4075] ppid=4063 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4075/stat : 4075 (java) S 4063 4066 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 80458483 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706375857264 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4076] ppid=4063 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4076/stat : 4076 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706374805584 139706831505307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4077] ppid=4063 vsize=13977988 memory=7809523229951467568 CPUtime=0.19 cores=1,3,5,7
/proc/4066/task/4077/stat : 4077 (java) S 4063 4066 12560 0 -1 1077944384 1437 0 0 0 19 0 0 0 20 0 15 0 80458486 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706373753456 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4078] ppid=4063 vsize=13977988 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/4066/task/4078/stat : 4078 (java) S 4063 4066 12560 0 -1 1077944384 998 0 0 0 22 0 0 0 20 0 15 0 80458486 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706372700656 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4079] ppid=4063 vsize=13977988 memory=-6205556093122731648 CPUtime=0.19 cores=1,3,5,7
/proc/4066/task/4079/stat : 4079 (java) R 4063 4066 12560 0 -1 4202560 803 0 0 0 19 0 0 0 20 0 15 0 80458486 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706371648368 139706815567198 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4080] ppid=4063 vsize=13977988 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4080/stat : 4080 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706370595808 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4081] ppid=4063 vsize=13977988 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4081/stat : 4081 (java) S 4063 4066 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 80458489 14313459712 25873 18446744073709551615 4194304 4196468 140726938208768 139706369542576 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 103492 KiB

[startup+1.51098 s]
/proc/loadavg: 1.78 1.78 1.84 7/210 4081
/proc/meminfo: memFree=31093136/32770624 swapFree=67105588/67108860
[pid=4066] ppid=4063 vsize=13977988 memory=255712 CPUtime=3.73 cores=1,3,5,7
/proc/4066/stat : 4066 (java) S 4063 4066 12560 0 -1 1077944320 17472 0 0 0 359 14 0 0 20 0 15 0 80458473 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 140726938191312 139706831486711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
/proc/4066/statm: 3494497 63928 3789 1 0 3483271 0
[pid=4066/tid=4068] ppid=4063 vsize=13977988 memory=4144 CPUtime=1.31 cores=1,3,5,7
/proc/4066/task/4068/stat : 4068 (java) R 4063 4066 12560 0 -1 4202560 10632 0 0 0 125 6 0 0 20 0 15 0 80458481 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 139706835718888 139706444578900 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4069] ppid=4063 vsize=13977988 memory=44644 CPUtime=0.04 cores=1,3,5,7
/proc/4066/task/4069/stat : 4069 (java) S 4063 4066 12560 0 -1 1077944384 114 0 0 0 3 1 0 0 20 0 15 0 80458481 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 139706765921168 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4070] ppid=4063 vsize=13977988 memory=33 CPUtime=0.04 cores=1,3,5,7
/proc/4066/task/4070/stat : 4070 (java) S 4063 4066 12560 0 -1 1077944384 80 0 0 0 3 1 0 0 20 0 15 0 80458481 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 139706764868368 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4071] ppid=4063 vsize=13977988 memory=55 CPUtime=0.03 cores=1,3,5,7
/proc/4066/task/4071/stat : 4071 (java) S 4063 4066 12560 0 -1 1077944384 61 0 0 0 2 1 0 0 20 0 15 0 80458481 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 139706429521040 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4072] ppid=4063 vsize=13977988 memory=9120 CPUtime=0.04 cores=1,3,5,7
/proc/4066/task/4072/stat : 4072 (java) S 4063 4066 12560 0 -1 1077944384 71 0 0 0 3 1 0 0 20 0 15 0 80458481 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 139706428468240 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4073] ppid=4063 vsize=13977988 memory=19650 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4073/stat : 4073 (java) S 4063 4066 12560 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 80458483 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 139706377963632 139706831497858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4074] ppid=4063 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4074/stat : 4074 (java) S 4063 4066 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 80458483 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 139706376909664 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4075] ppid=4063 vsize=13977988 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4075/stat : 4075 (java) S 4063 4066 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 80458483 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 139706375857280 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4076] ppid=4063 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4076/stat : 4076 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 139706374805584 139706831505307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4077] ppid=4063 vsize=13977988 memory=7680170660397595203 CPUtime=0.87 cores=1,3,5,7
/proc/4066/task/4077/stat : 4077 (java) R 4063 4066 12560 0 -1 4202560 1938 0 0 0 87 0 0 0 20 0 15 0 80458486 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 139706373753456 139706831508058 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4078] ppid=4063 vsize=13977988 memory=1620 CPUtime=0.91 cores=1,3,5,7
/proc/4066/task/4078/stat : 4078 (java) R 4063 4066 12560 0 -1 4202560 1892 0 0 0 91 0 0 0 20 0 15 0 80458486 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 139706372700656 139706815883480 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4079] ppid=4063 vsize=13977988 memory=920 CPUtime=0.4 cores=1,3,5,7
/proc/4066/task/4079/stat : 4079 (java) R 4063 4066 12560 0 -1 4202560 1226 0 0 0 40 0 0 0 20 0 15 0 80458486 14313459712 63928 18446744073709551615 4194304 4196468 140726938208768 139706371648368 139706824590363 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0

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

/proc/4066/task/4068/stat : 4068 (java) R 4063 4066 12560 0 -1 4202560 254581 0 0 0 229227 35 0 0 20 0 15 0 80458481 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706835725232 139706450283978 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4069] ppid=4063 vsize=13982084 memory=5844568 CPUtime=27.84 cores=1,3,5,7
/proc/4066/task/4069/stat : 4069 (java) S 4063 4066 12560 0 -1 1077944384 133349 0 0 0 2588 196 0 0 20 0 15 0 80458481 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706765921168 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4070] ppid=4063 vsize=13982084 memory=5845968 CPUtime=27.67 cores=1,3,5,7
/proc/4066/task/4070/stat : 4070 (java) S 4063 4066 12560 0 -1 1077944384 137081 0 0 0 2575 192 0 0 20 0 15 0 80458481 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706764868368 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4071] ppid=4063 vsize=13982084 memory=5845968 CPUtime=27.8 cores=1,3,5,7
/proc/4066/task/4071/stat : 4071 (java) S 4063 4066 12560 0 -1 1077944384 127919 0 0 0 2591 189 0 0 20 0 15 0 80458481 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706429521040 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4072] ppid=4063 vsize=13982084 memory=5845968 CPUtime=27.77 cores=1,3,5,7
/proc/4066/task/4072/stat : 4072 (java) S 4063 4066 12560 0 -1 1077944384 138348 0 0 0 2591 186 0 0 20 0 15 0 80458481 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706428468240 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4073] ppid=4063 vsize=13982084 memory=5845968 CPUtime=0.67 cores=1,3,5,7
/proc/4066/task/4073/stat : 4073 (java) S 4063 4066 12560 0 -1 1077944384 26643 0 0 0 62 5 0 0 20 0 15 0 80458483 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706377963632 139706831497858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4074] ppid=4063 vsize=13982084 memory=5845968 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4074/stat : 4074 (java) S 4063 4066 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 80458483 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706376909664 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4075] ppid=4063 vsize=13982084 memory=5845968 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4075/stat : 4075 (java) S 4063 4066 12560 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 80458483 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706375857280 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4076] ppid=4063 vsize=13982084 memory=5845968 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4076/stat : 4076 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706374805584 139706831505307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4077] ppid=4063 vsize=13982084 memory=5845968 CPUtime=4.47 cores=1,3,5,7
/proc/4066/task/4077/stat : 4077 (java) S 4063 4066 12560 0 -1 1077944384 11155 0 0 0 446 1 0 0 20 0 15 0 80458486 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706373753456 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4078] ppid=4063 vsize=13982084 memory=0 CPUtime=3.98 cores=1,3,5,7
/proc/4066/task/4078/stat : 4078 (java) S 4063 4066 12560 0 -1 1077944384 11159 0 0 0 396 2 0 0 20 0 15 0 80458486 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706372700656 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4079] ppid=4063 vsize=13982084 memory=288230574492221466 CPUtime=1.03 cores=1,3,5,7
/proc/4066/task/4079/stat : 4079 (java) S 4063 4066 12560 0 -1 1077944384 6050 0 0 0 101 2 0 0 20 0 15 0 80458486 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706371648368 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4080] ppid=4063 vsize=13982084 memory=5845968 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4080/stat : 4080 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706370595808 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4081] ppid=4063 vsize=13982084 memory=5845968 CPUtime=0.86 cores=1,3,5,7
/proc/4066/task/4081/stat : 4081 (java) S 4063 4066 12560 0 -1 1077944384 1649 0 0 0 43 43 0 0 20 0 15 0 80458489 14317654016 1461492 18446744073709551615 4194304 4196468 140726938208768 139706369542576 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 38 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
Current children cumulated CPU time: 2414.82 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 5845968 KiB

[startup+2382.3 s]
/proc/loadavg: 1.98 1.94 1.77 3/210 4323
/proc/meminfo: memFree=18651256/32770624 swapFree=67105588/67108860
[pid=4066] ppid=4063 vsize=13982084 memory=5849132 CPUtime=2474.97 cores=1,3,5,7
/proc/4066/stat : 4066 (java) S 4063 4066 12560 0 -1 1077944320 880847 0 0 0 246644 853 0 0 20 0 15 0 80458473 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 140726938191312 139706831486711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
/proc/4066/statm: 3495521 1462283 3832 1 0 3484295 0
[pid=4066/tid=4068] ppid=4063 vsize=13982084 memory=5848948 CPUtime=2352.56 cores=1,3,5,7
/proc/4066/task/4068/stat : 4068 (java) R 4063 4066 12560 0 -1 4202560 271866 0 0 0 235220 36 0 0 20 0 15 0 80458481 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706835725104 139706450284652 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4069] ppid=4063 vsize=13982084 memory=280869118661464 CPUtime=27.89 cores=1,3,5,7
/proc/4066/task/4069/stat : 4069 (java) S 4063 4066 12560 0 -1 1077944384 137047 0 0 0 2592 197 0 0 20 0 15 0 80458481 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706765921168 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4070] ppid=4063 vsize=13982084 memory=5847644 CPUtime=27.71 cores=1,3,5,7
/proc/4066/task/4070/stat : 4070 (java) S 4063 4066 12560 0 -1 1077944384 140241 0 0 0 2579 192 0 0 20 0 15 0 80458481 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706764868368 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4071] ppid=4063 vsize=13982084 memory=5848948 CPUtime=27.84 cores=1,3,5,7
/proc/4066/task/4071/stat : 4071 (java) S 4063 4066 12560 0 -1 1077944384 131094 0 0 0 2595 189 0 0 20 0 15 0 80458481 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706429521040 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4072] ppid=4063 vsize=13982084 memory=5848948 CPUtime=27.81 cores=1,3,5,7
/proc/4066/task/4072/stat : 4072 (java) S 4063 4066 12560 0 -1 1077944384 142268 0 0 0 2595 186 0 0 20 0 15 0 80458481 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706428468240 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4073] ppid=4063 vsize=13982084 memory=5848948 CPUtime=0.67 cores=1,3,5,7
/proc/4066/task/4073/stat : 4073 (java) S 4063 4066 12560 0 -1 1077944384 26890 0 0 0 62 5 0 0 20 0 15 0 80458483 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706377963632 139706831497858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4074] ppid=4063 vsize=13982084 memory=5849132 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4074/stat : 4074 (java) S 4063 4066 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 80458483 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706376909664 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4075] ppid=4063 vsize=13982084 memory=5849132 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4075/stat : 4075 (java) S 4063 4066 12560 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 80458483 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706375857280 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4076] ppid=4063 vsize=13982084 memory=5849132 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4076/stat : 4076 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706374805584 139706831505307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4077] ppid=4063 vsize=13982084 memory=5849132 CPUtime=4.47 cores=1,3,5,7
/proc/4066/task/4077/stat : 4077 (java) S 4063 4066 12560 0 -1 1077944384 11162 0 0 0 446 1 0 0 20 0 15 0 80458486 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706373753456 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4078] ppid=4063 vsize=13982084 memory=5849132 CPUtime=3.98 cores=1,3,5,7
/proc/4066/task/4078/stat : 4078 (java) S 4063 4066 12560 0 -1 1077944384 11163 0 0 0 396 2 0 0 20 0 15 0 80458486 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706372700656 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4079] ppid=4063 vsize=13982084 memory=0 CPUtime=1.03 cores=1,3,5,7
/proc/4066/task/4079/stat : 4079 (java) S 4063 4066 12560 0 -1 1077944384 6053 0 0 0 101 2 0 0 20 0 15 0 80458486 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706371648368 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4080] ppid=4063 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4080/stat : 4080 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706370595808 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4081] ppid=4063 vsize=13982084 memory=4144 CPUtime=0.89 cores=1,3,5,7
/proc/4066/task/4081/stat : 4081 (java) S 4063 4066 12560 0 -1 1077944384 1677 0 0 0 45 44 0 0 20 0 15 0 80458489 14317654016 1462283 18446744073709551615 4194304 4196468 140726938208768 139706369542576 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 38 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
Current children cumulated CPU time: 2474.97 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 5849132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2427.3 s]
/proc/loadavg: 1.81 1.91 1.77 3/210 4324
/proc/meminfo: memFree=18649044/32770624 swapFree=67105588/67108860
[pid=4066] ppid=4063 vsize=13982084 memory=5852064 CPUtime=2520.07 cores=1,3,5,7
/proc/4066/stat : 4066 (java) S 4063 4066 12560 0 -1 1077944320 910429 0 0 0 251152 855 0 0 20 0 15 0 80458473 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 140726938191312 139706831486711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
/proc/4066/statm: 3495521 1463016 3832 1 0 3484295 0
[pid=4066/tid=4068] ppid=4063 vsize=13982084 memory=5852064 CPUtime=2397.53 cores=1,3,5,7
/proc/4066/task/4068/stat : 4068 (java) R 4063 4066 12560 0 -1 4202560 288807 0 0 0 239716 37 0 0 20 0 15 0 80458481 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706835725232 139706450284681 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4069] ppid=4063 vsize=13982084 memory=5852064 CPUtime=27.92 cores=1,3,5,7
/proc/4066/task/4069/stat : 4069 (java) S 4063 4066 12560 0 -1 1077944384 140262 0 0 0 2595 197 0 0 20 0 15 0 80458481 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706765921168 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4070] ppid=4063 vsize=13982084 memory=5852064 CPUtime=27.75 cores=1,3,5,7
/proc/4066/task/4070/stat : 4070 (java) S 4063 4066 12560 0 -1 1077944384 142835 0 0 0 2582 193 0 0 20 0 15 0 80458481 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706764868368 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4071] ppid=4063 vsize=13982084 memory=5852064 CPUtime=27.87 cores=1,3,5,7
/proc/4066/task/4071/stat : 4071 (java) S 4063 4066 12560 0 -1 1077944384 134759 0 0 0 2598 189 0 0 20 0 15 0 80458481 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706429521040 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4072] ppid=4063 vsize=13982084 memory=5850732 CPUtime=27.84 cores=1,3,5,7
/proc/4066/task/4072/stat : 4072 (java) S 4063 4066 12560 0 -1 1077944384 145154 0 0 0 2598 186 0 0 20 0 15 0 80458481 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706428468240 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4073] ppid=4063 vsize=13982084 memory=5850732 CPUtime=0.68 cores=1,3,5,7
/proc/4066/task/4073/stat : 4073 (java) S 4063 4066 12560 0 -1 1077944384 27131 0 0 0 63 5 0 0 20 0 15 0 80458483 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706377963632 139706831497858 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4074] ppid=4063 vsize=13982084 memory=5850732 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4074/stat : 4074 (java) S 4063 4066 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 80458483 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706376909664 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4075] ppid=4063 vsize=13982084 memory=5849132 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4075/stat : 4075 (java) S 4063 4066 12560 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 80458483 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706375857280 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4076] ppid=4063 vsize=13982084 memory=5849132 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4076/stat : 4076 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706374805584 139706831505307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4077] ppid=4063 vsize=13982084 memory=5852064 CPUtime=4.47 cores=1,3,5,7
/proc/4066/task/4077/stat : 4077 (java) S 4063 4066 12560 0 -1 1077944384 11169 0 0 0 446 1 0 0 20 0 15 0 80458486 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706373753456 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4078] ppid=4063 vsize=13982084 memory=1196 CPUtime=3.98 cores=1,3,5,7
/proc/4066/task/4078/stat : 4078 (java) S 4063 4066 12560 0 -1 1077944384 11166 0 0 0 396 2 0 0 20 0 15 0 80458486 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706372700656 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4079] ppid=4063 vsize=13982084 memory=5852064 CPUtime=1.03 cores=1,3,5,7
/proc/4066/task/4079/stat : 4079 (java) S 4063 4066 12560 0 -1 1077944384 6057 0 0 0 101 2 0 0 20 0 15 0 80458486 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706371648368 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4080] ppid=4063 vsize=13982084 memory=5852064 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4080/stat : 4080 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706370595808 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4081] ppid=4063 vsize=13982084 memory=5852064 CPUtime=0.91 cores=1,3,5,7
/proc/4066/task/4081/stat : 4081 (java) S 4063 4066 12560 0 -1 1077944384 1703 0 0 0 46 45 0 0 20 0 15 0 80458489 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706369542576 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 38 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 5852064 KiB

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

[startup+2427.34 s]
# the end of solver process 4066 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.53 s, system=8.58668 s

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

[startup+2427.3 s]
/proc/loadavg: 1.81 1.91 1.77 3/210 4324
/proc/meminfo: memFree=18649044/32770624 swapFree=67105588/67108860
[pid=4066] ppid=4063 vsize=13982084 memory=5852064 CPUtime=2520.07 cores=1,3,5,7
/proc/4066/stat : 4066 (java) S 4063 4066 12560 0 -1 1077944320 910429 0 0 0 251152 855 0 0 20 0 15 0 80458473 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 140726938191312 139706831486711 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
/proc/4066/statm: 3495521 1463016 3832 1 0 3484295 0
[pid=4066/tid=4068] ppid=4063 vsize=13982084 memory=5852064 CPUtime=2397.53 cores=1,3,5,7
/proc/4066/task/4068/stat : 4068 (java) R 4063 4066 12560 0 -1 4202560 288807 0 0 0 239716 37 0 0 20 0 15 0 80458481 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706835725232 139706450284681 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4069] ppid=4063 vsize=13982084 memory=5852064 CPUtime=27.92 cores=1,3,5,7
/proc/4066/task/4069/stat : 4069 (java) S 4063 4066 12560 0 -1 1077944384 140262 0 0 0 2595 197 0 0 20 0 15 0 80458481 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706765921168 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4070] ppid=4063 vsize=13982084 memory=5852064 CPUtime=27.75 cores=1,3,5,7
/proc/4066/task/4070/stat : 4070 (java) S 4063 4066 12560 0 -1 1077944384 142835 0 0 0 2582 193 0 0 20 0 15 0 80458481 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706764868368 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4071] ppid=4063 vsize=13982084 memory=5852064 CPUtime=27.87 cores=1,3,5,7
/proc/4066/task/4071/stat : 4071 (java) S 4063 4066 12560 0 -1 1077944384 134759 0 0 0 2598 189 0 0 20 0 15 0 80458481 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706429521040 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 20 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4072] ppid=4063 vsize=13982084 memory=5850732 CPUtime=27.84 cores=1,3,5,7
/proc/4066/task/4072/stat : 4072 (java) S 4063 4066 12560 0 -1 1077944384 145154 0 0 0 2598 186 0 0 20 0 15 0 80458481 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706428468240 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4073] ppid=4063 vsize=13982084 memory=5850732 CPUtime=0.68 cores=1,3,5,7
/proc/4066/task/4073/stat : 4073 (java) S 4063 4066 12560 0 -1 1077944384 27131 0 0 0 63 5 0 0 20 0 15 0 80458483 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706377963632 139706831497858 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4074] ppid=4063 vsize=13982084 memory=5850732 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4074/stat : 4074 (java) S 4063 4066 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 80458483 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706376909664 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4075] ppid=4063 vsize=13982084 memory=5849132 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4075/stat : 4075 (java) S 4063 4066 12560 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 80458483 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706375857280 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4076] ppid=4063 vsize=13982084 memory=5849132 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4076/stat : 4076 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706374805584 139706831505307 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4077] ppid=4063 vsize=13982084 memory=5852064 CPUtime=4.47 cores=1,3,5,7
/proc/4066/task/4077/stat : 4077 (java) S 4063 4066 12560 0 -1 1077944384 11169 0 0 0 446 1 0 0 20 0 15 0 80458486 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706373753456 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4078] ppid=4063 vsize=13982084 memory=1196 CPUtime=3.98 cores=1,3,5,7
/proc/4066/task/4078/stat : 4078 (java) S 4063 4066 12560 0 -1 1077944384 11166 0 0 0 396 2 0 0 20 0 15 0 80458486 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706372700656 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4079] ppid=4063 vsize=13982084 memory=5852064 CPUtime=1.03 cores=1,3,5,7
/proc/4066/task/4079/stat : 4079 (java) S 4063 4066 12560 0 -1 1077944384 6057 0 0 0 101 2 0 0 20 0 15 0 80458486 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706371648368 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4080] ppid=4063 vsize=13982084 memory=5852064 CPUtime=0 cores=1,3,5,7
/proc/4066/task/4080/stat : 4080 (java) S 4063 4066 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 80458486 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706370595808 139706831496917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
[pid=4066/tid=4081] ppid=4063 vsize=13982084 memory=5852064 CPUtime=0.91 cores=1,3,5,7
/proc/4066/task/4081/stat : 4081 (java) S 4063 4066 12560 0 -1 1077944384 1703 0 0 0 46 45 0 0 20 0 15 0 80458489 14317654016 1463016 18446744073709551615 4194304 4196468 140726938208768 139706369542576 139706831497858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 38 0 0 6293624 6294260 14471168 140726938210670 140726938210857 140726938210857 140726938214351 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 5852064 KiB

Child status: 143
Real time (s): 2427.34
CPU time (s): 2520.12
CPU user time (s): 2511.53
CPU system time (s): 8.58668
CPU usage (%): 103.822
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 7269960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.53
system time used= 8.58668
maximum resident set size= 7269984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 911021
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65704
involuntary context switches= 4537


# summary of solver processes directly reported to runsolver:
#   pid: 4066
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2511.53
#   total CPU system time (s): 8.58668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5439 second user time and 22.1142 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-15 09:23:09
IDJOB=4273890
IDBENCH=126928
IDSOLVER=2666
FILE ID=node126/4273890-1502782631
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-45.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273890-1502782631/watcher-4273890-1502782631 -o /tmp/evaluation-result-4273890-1502782631/solver-4273890-1502782631 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1684009473 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273890-1502782631.xml

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

MD5SUM BENCH= f20f2034744f8df857f4af789a6cf941
RANDOM SEED=1684009473

node126.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.81
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.81
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.81
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.81
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:        31286592 kB
MemAvailable:   31816604 kB
Buffers:          324416 kB
Cached:           473956 kB
SwapCached:          524 kB
Active:           740288 kB
Inactive:         259796 kB
Active(anon):     150312 kB
Inactive(anon):    85380 kB
Active(file):     589976 kB
Inactive(file):   174416 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             44276 kB
Writeback:             0 kB
AnonPages:        179264 kB
Mapped:            64764 kB
Shmem:             33440 kB
Slab:             189172 kB
SReclaimable:     162908 kB
SUnreclaim:        26264 kB
KernelStack:        3728 kB
PageTables:         5412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1181672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61944 MiB
End job on node126 at 2017-08-15 10:03:37