Trace number 4284081

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
choco-solver 5a (2017-08-18)? (TO) 2528.28 807.36499

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os15/
SuperTaillard-os-15-22.xml
MD5SUM3ba855dc46a3fd367cb99709f0833fff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Number of domains86
Minimum domain size811
Maximum domain size909
Distribution of domain sizes[{"size":811,"count":4},{"size":812,"count":6},{"size":813,"count":4},{"size":814,"count":6},{"size":815,"count":6},{"size":816,"count":6},{"size":818,"count":6},{"size":820,"count":4},{"size":821,"count":8},{"size":822,"count":2},{"size":823,"count":2},{"size":824,"count":6},{"size":825,"count":2},{"size":826,"count":2},{"size":827,"count":12},{"size":828,"count":4},{"size":829,"count":4},{"size":830,"count":6},{"size":831,"count":2},{"size":832,"count":4},{"size":833,"count":12},{"size":834,"count":10},{"size":835,"count":2},{"size":837,"count":8},{"size":838,"count":8},"...",{"size":878,"count":6}, {"size":879,"count":2}, {"size":880,"count":2}, {"size":881,"count":6}, {"size":882,"count":6}, {"size":884,"count":4}, {"size":885,"count":6}, {"size":886,"count":6}, {"size":887,"count":4}, {"size":888,"count":4}, {"size":889,"count":2}, {"size":890,"count":8}, {"size":891,"count":6}, {"size":892,"count":6}, {"size":893,"count":6}, {"size":894,"count":8}, {"size":895,"count":8}, {"size":896,"count":8}, {"size":898,"count":4}, {"size":901,"count":4}, {"size":902,"count":4}, {"size":905,"count":6}, {"size":906,"count":2}, {"size":907,"count":10}, {"size":909,"count":4}]
Minimum variable degree29
Maximum variable degree57
Distribution of variable degrees[{"degree":29,"count":225},{"degree":57,"count":225}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9675}]
Number of extensional constraints0
Number of intensional constraints9675
Distribution of constraint types[{"type":"intension","count":9675}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284081-1503222565.xml"  -tl '2520s' -p 1 -x 3
0.08/0.28	c [HOME/instance-4284081-1503222565.xml, -tl, 2520s, -p, 1, -x, 3]
0.27/0.34	c simple solver
0.27/0.40	c parse instance...

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14814 MiB free)
  memory of node 1: 16384 MiB (13548 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284081-1503222565/watcher-4284081-1503222565 -o /tmp/evaluation-result-4284081-1503222565/solver-4284081-1503222565 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1212102393 HOME/instance-4284081-1503222565.xml 

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

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


[startup+0.10015 s]*
/proc/loadavg: 1.87 1.76 1.75 2/196 2960
/proc/meminfo: memFree=29043952/32770624 swapFree=67108860/67108860
[pid=2959] ppid=2956 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2959/stat : 2959 (xcsp3-exec) S 2956 2959 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 124476992 9740288 345 18446744073709551615 4194304 5098028 140735804643680 140735804641784 140718969971324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 14192640 140735804649848 140735804650053 140735804650053 140735804653547 0
/proc/2959/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209643 s]*
/proc/loadavg: 1.87 1.76 1.75 3/211 2975
/proc/meminfo: memFree=29033404/32770624 swapFree=67108860/67108860
[pid=2959] ppid=2956 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2959/stat : 2959 (xcsp3-exec) S 2956 2959 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 124476992 9740288 345 18446744073709551615 4194304 5098028 140735804643680 140735804641784 140718969971324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 14192640 140735804649848 140735804650053 140735804650053 140735804653547 0
/proc/2959/statm: 2378 345 289 221 0 87 0
[pid=2961] ppid=2959 vsize=13974352 memory=26444 CPUtime=0.08 cores=0,2,4,6
/proc/2961/stat : 2961 (java) S 2959 2959 8563 0 -1 1077944320 5046 0 0 0 7 1 0 0 20 0 15 0 124477002 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 140726024275584 139719963004663 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
/proc/2961/statm: 3493588 6611 2730 1 0 3482964 0
[pid=2961/tid=2962] ppid=2959 vsize=13974352 memory=8508281356422318498 CPUtime=0.06 cores=0,2,4,6
/proc/2961/task/2962/stat : 2962 (java) R 2959 2959 8563 0 -1 4202560 3202 0 0 0 6 0 0 0 20 0 15 0 124477002 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719967230352 139719963016598 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2963] ppid=2959 vsize=13974352 memory=3691042058319900680 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2963/stat : 2963 (java) S 2959 2959 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124477003 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719919971344 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2964] ppid=2959 vsize=13974352 memory=140225088431744 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2964/stat : 2964 (java) S 2959 2959 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124477003 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719918918800 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2965] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2965/stat : 2965 (java) S 2959 2959 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124477003 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719917865744 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2966] ppid=2959 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2966/stat : 2966 (java) S 2959 2959 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124477003 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719560326032 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2967] ppid=2959 vsize=13974352 memory=140225088431744 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2967/stat : 2967 (java) S 2959 2959 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124477004 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719441619184 139719963015810 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2968] ppid=2959 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2968/stat : 2968 (java) S 2959 2959 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124477005 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719440565408 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2969] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2969/stat : 2969 (java) S 2959 2959 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124477005 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719439512304 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2970] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2970/stat : 2970 (java) S 2959 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477007 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719438460880 139719963023259 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2971] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2971/stat : 2971 (java) S 2959 2959 8563 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 124477007 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719437409008 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2972] ppid=2959 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2972/stat : 2972 (java) S 2959 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477007 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719436356464 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2973] ppid=2959 vsize=13974352 memory=140225088431744 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2973/stat : 2973 (java) R 2959 2959 8563 0 -1 4202560 241 0 0 0 0 0 0 0 20 0 15 0 124477007 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719435303408 139719963026010 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2974] ppid=2959 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2974/stat : 2974 (java) S 2959 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477008 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719434251104 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2975] ppid=2959 vsize=13974352 memory=140225088431744 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2975/stat : 2975 (java) S 2959 2959 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124477011 14309736448 6611 18446744073709551615 4194304 4196468 140726024293040 139719433198128 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 27824 KiB

[startup+0.310465 s]*
/proc/loadavg: 1.87 1.76 1.75 3/211 2975
/proc/meminfo: memFree=29017344/32770624 swapFree=67108860/67108860
[pid=2959] ppid=2956 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2959/stat : 2959 (xcsp3-exec) S 2956 2959 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 124476992 9740288 345 18446744073709551615 4194304 5098028 140735804643680 140735804641784 140718969971324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 14192640 140735804649848 140735804650053 140735804650053 140735804653547 0
/proc/2959/statm: 2378 345 289 221 0 87 0
[pid=2961] ppid=2959 vsize=13974352 memory=37120 CPUtime=0.27 cores=0,2,4,6
/proc/2961/stat : 2961 (java) S 2959 2959 8563 0 -1 1077944320 8844 0 0 0 25 2 0 0 20 0 15 0 124477002 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 140726024275584 139719963004663 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
/proc/2961/statm: 3493588 9280 2974 1 0 3482964 0
[pid=2961/tid=2962] ppid=2959 vsize=13974352 memory=4278483708103473607 CPUtime=0.17 cores=0,2,4,6
/proc/2961/task/2962/stat : 2962 (java) R 2959 2959 8563 0 -1 4202560 6127 0 0 0 15 2 0 0 20 0 15 0 124477002 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719967240992 139719963016598 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2963] ppid=2959 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2963/stat : 2963 (java) S 2959 2959 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124477003 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719919971344 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2964] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2964/stat : 2964 (java) S 2959 2959 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124477003 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719918918800 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2965] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2965/stat : 2965 (java) S 2959 2959 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124477003 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719917865744 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2966] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2966/stat : 2966 (java) S 2959 2959 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124477003 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719560326032 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2967] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2967/stat : 2967 (java) S 2959 2959 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124477004 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719441619184 139719963015810 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2968] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2968/stat : 2968 (java) S 2959 2959 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124477005 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719440565408 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2969] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2969/stat : 2969 (java) S 2959 2959 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124477005 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719439512304 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2970] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2970/stat : 2970 (java) S 2959 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477007 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719438460880 139719963023259 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2971] ppid=2959 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2961/task/2971/stat : 2971 (java) S 2959 2959 8563 0 -1 1077944384 561 0 0 0 1 0 0 0 20 0 15 0 124477007 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719437409008 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2972] ppid=2959 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2961/task/2972/stat : 2972 (java) S 2959 2959 8563 0 -1 1077944384 121 0 0 0 2 0 0 0 20 0 15 0 124477007 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719436356464 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2973] ppid=2959 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/2961/task/2973/stat : 2973 (java) R 2959 2959 8563 0 -1 4202560 731 0 0 0 6 0 0 0 20 0 15 0 124477007 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719435303408 139719947085150 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2974] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2974/stat : 2974 (java) S 2959 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477008 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719434251104 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2975] ppid=2959 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2975/stat : 2975 (java) S 2959 2959 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124477011 14309736448 9280 18446744073709551615 4194304 4196468 140726024293040 139719433198128 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38500 KiB

[startup+0.700788 s]
/proc/loadavg: 1.87 1.76 1.75 5/211 2975
/proc/meminfo: memFree=29001256/32770624 swapFree=67108860/67108860
[pid=2959] ppid=2956 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2959/stat : 2959 (xcsp3-exec) S 2956 2959 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 124476992 9740288 345 18446744073709551615 4194304 5098028 140735804643680 140735804641784 140718969971324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 14192640 140735804649848 140735804650053 140735804650053 140735804653547 0
/proc/2959/statm: 2378 345 289 221 0 87 0
[pid=2961] ppid=2959 vsize=13978684 memory=93868 CPUtime=1.34 cores=0,2,4,6
/proc/2961/stat : 2961 (java) S 2959 2959 8563 0 -1 1077944320 13645 0 0 0 130 4 0 0 20 0 15 0 124477002 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 140726024275584 139719963004663 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
/proc/2961/statm: 3494671 23467 3160 1 0 3482964 0
[pid=2961/tid=2962] ppid=2959 vsize=13978684 memory=1854016587265 CPUtime=0.54 cores=0,2,4,6
/proc/2961/task/2962/stat : 2962 (java) R 2959 2959 8563 0 -1 4202560 7842 0 0 0 51 3 0 0 20 0 15 0 124477002 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719967238912 139719947085150 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2963] ppid=2959 vsize=13978684 memory=1862606521601 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2963/stat : 2963 (java) S 2959 2959 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124477003 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719919971344 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2964] ppid=2959 vsize=13978684 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2964/stat : 2964 (java) S 2959 2959 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124477003 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719918918800 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2965] ppid=2959 vsize=13978684 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2965/stat : 2965 (java) S 2959 2959 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124477003 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719917865744 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2966] ppid=2959 vsize=13978684 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2966/stat : 2966 (java) S 2959 2959 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124477003 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719560326032 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2967] ppid=2959 vsize=13978684 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2967/stat : 2967 (java) S 2959 2959 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124477004 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719441619184 139719963015810 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2968] ppid=2959 vsize=13978684 memory=10180 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2968/stat : 2968 (java) S 2959 2959 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124477005 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719440565408 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2969] ppid=2959 vsize=13978684 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2969/stat : 2969 (java) S 2959 2959 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124477005 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719439512304 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2970] ppid=2959 vsize=13978684 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2970/stat : 2970 (java) S 2959 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477007 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719438460880 139719963023259 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2971] ppid=2959 vsize=13978684 memory=11080 CPUtime=0.25 cores=0,2,4,6
/proc/2961/task/2971/stat : 2971 (java) R 2959 2959 8563 0 -1 4202560 1620 0 0 0 25 0 0 0 20 0 15 0 124477007 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719437390024 139719946501451 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2972] ppid=2959 vsize=13978684 memory=1200 CPUtime=0.27 cores=0,2,4,6
/proc/2961/task/2972/stat : 2972 (java) R 2959 2959 8563 0 -1 4202560 1204 0 0 0 27 0 0 0 20 0 15 0 124477007 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719436342968 139719940599408 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2973] ppid=2959 vsize=13978684 memory=15884 CPUtime=0.25 cores=0,2,4,6
/proc/2961/task/2973/stat : 2973 (java) S 2959 2959 8563 0 -1 1077944384 1671 0 0 0 25 0 0 0 20 0 15 0 124477007 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719435303408 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2974] ppid=2959 vsize=13978684 memory=37772 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2974/stat : 2974 (java) S 2959 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477008 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719434251104 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2975] ppid=2959 vsize=13978684 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2975/stat : 2975 (java) R 2959 2959 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124477011 14314172416 23467 18446744073709551615 4194304 4196468 140726024293040 139719433198128 139719963015810 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 95248 KiB

[startup+1.50085 s]
/proc/loadavg: 1.87 1.76 1.75 4/211 2975
/proc/meminfo: memFree=28862872/32770624 swapFree=67108860/67108860
[pid=2959] ppid=2956 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2959/stat : 2959 (xcsp3-exec) S 2956 2959 8563 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 124476992 9740288 345 18446744073709551615 4194304 5098028 140735804643680 140735804641784 140718969971324 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 14192640 140735804649848 140735804650053 140735804650053 140735804653547 0
/proc/2959/statm: 2378 345 289 221 0 87 0
[pid=2961] ppid=2959 vsize=13980732 memory=361096 CPUtime=3.16 cores=0,2,4,6
/proc/2961/stat : 2961 (java) S 2959 2959 8563 0 -1 1077944320 15603 0 0 0 303 13 0 0 20 0 15 0 124477002 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 140726024275584 139719963004663 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
/proc/2961/statm: 3495183 90274 3196 1 0 3483476 0
[pid=2961/tid=2962] ppid=2959 vsize=13980732 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/2961/task/2962/stat : 2962 (java) R 2959 2959 8563 0 -1 4202560 8529 0 0 0 122 6 0 0 20 0 15 0 124477002 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719967242864 139719601785554 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2963] ppid=2959 vsize=13980732 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2961/task/2963/stat : 2963 (java) S 2959 2959 8563 0 -1 1077944384 58 0 0 0 4 1 0 0 20 0 15 0 124477003 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719919971344 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2964] ppid=2959 vsize=13980732 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2961/task/2964/stat : 2964 (java) S 2959 2959 8563 0 -1 1077944384 45 0 0 0 3 1 0 0 20 0 15 0 124477003 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719918918800 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2965] ppid=2959 vsize=13980732 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2961/task/2965/stat : 2965 (java) S 2959 2959 8563 0 -1 1077944384 57 0 0 0 4 1 0 0 20 0 15 0 124477003 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719917865744 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2966] ppid=2959 vsize=13980732 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2961/task/2966/stat : 2966 (java) S 2959 2959 8563 0 -1 1077944384 59 0 0 0 4 1 0 0 20 0 15 0 124477003 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719560326032 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2967] ppid=2959 vsize=13980732 memory=25494925874990 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2967/stat : 2967 (java) S 2959 2959 8563 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 124477004 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719441619184 139719963015810 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2968] ppid=2959 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2968/stat : 2968 (java) S 2959 2959 8563 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 124477005 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719440565472 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2969] ppid=2959 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2969/stat : 2969 (java) S 2959 2959 8563 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 124477005 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719439512320 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2970] ppid=2959 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2970/stat : 2970 (java) S 2959 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477007 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719438460880 139719963023259 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2971] ppid=2959 vsize=13980732 memory=7680170660397595203 CPUtime=0.62 cores=0,2,4,6
/proc/2961/task/2971/stat : 2971 (java) S 2959 2959 8563 0 -1 1077944384 1860 0 0 0 62 0 0 0 20 0 15 0 124477007 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719437409008 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2972] ppid=2959 vsize=13980732 memory=6944656592455360604 CPUtime=0.64 cores=0,2,4,6
/proc/2961/task/2972/stat : 2972 (java) R 2959 2959 8563 0 -1 4202560 1570 0 0 0 64 0 0 0 20 0 15 0 124477007 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719436356464 139719942721799 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2973] ppid=2959 vsize=13980732 memory=6944656575208382560 CPUtime=0.35 cores=0,2,4,6
/proc/2961/task/2973/stat : 2973 (java) S 2959 2959 8563 0 -1 1077944384 1917 0 0 0 35 0 0 0 20 0 15 0 124477007 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719435303408 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2974] ppid=2959 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2974/stat : 2974 (java) S 2959 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477008 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719434251104 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2975] ppid=2959 vsize=13980732 memory=-3252517613198930781 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2975/stat : 2975 (java) S 2959 2959 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124477011 14316269568 90274 18446744073709551615 4194304 4196468 140726024293040 139719433198128 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0

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


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

[startup+806.401 s]
/proc/loadavg: 4.92 4.51 3.27 6/210 3244
/proc/meminfo: memFree=16761116/32770624 swapFree=67108860/67108860
[pid=2961] ppid=2956 vsize=13980732 memory=11714360 CPUtime=2524.58 cores=0,2,4,6
/proc/2961/stat : 2961 (java) S 2956 2959 8563 0 -1 1077944320 559779 0 0 0 251739 719 0 0 20 0 15 0 124477002 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 140726024275584 139719963004663 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
/proc/2961/statm: 3495183 2928590 3230 1 0 3483476 0
[pid=2961/tid=2962] ppid=2956 vsize=13980732 memory=11714360 CPUtime=158.35 cores=0,2,4,6
/proc/2961/task/2962/stat : 2962 (java) S 2956 2959 8563 0 -1 1077944384 30883 0 0 0 15794 41 0 0 20 0 15 0 124477002 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719967242656 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2963] ppid=2956 vsize=13980732 memory=1380 CPUtime=572.16 cores=0,2,4,6
/proc/2961/task/2963/stat : 2963 (java) R 2956 2959 8563 0 -1 4202560 117651 0 0 0 57059 157 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719919971344 139719947994384 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2964] ppid=2956 vsize=13980732 memory=11714352 CPUtime=572.42 cores=0,2,4,6
/proc/2961/task/2964/stat : 2964 (java) R 2956 2959 8563 0 -1 4202560 93053 0 0 0 57084 158 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719918918800 139719947994223 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2965] ppid=2956 vsize=13980732 memory=1380 CPUtime=573.24 cores=0,2,4,6
/proc/2961/task/2965/stat : 2965 (java) R 2956 2959 8563 0 -1 4202560 72677 0 0 0 57158 166 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719917865944 139719947994306 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2966] ppid=2956 vsize=13980732 memory=11714360 CPUtime=573.81 cores=0,2,4,6
/proc/2961/task/2966/stat : 2966 (java) R 2956 2959 8563 0 -1 4202560 93394 0 0 0 57203 178 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719560326232 139719947994293 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2967] ppid=2956 vsize=13980732 memory=11714360 CPUtime=71.18 cores=0,2,4,6
/proc/2961/task/2967/stat : 2967 (java) S 2956 2959 8563 0 -1 1077944384 129506 0 0 0 7110 8 0 0 20 0 15 0 124477004 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719441617728 139719963014869 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2968] ppid=2956 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2968/stat : 2968 (java) S 2956 2959 8563 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 124477005 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719440565472 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2969] ppid=2956 vsize=13980732 memory=55 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2969/stat : 2969 (java) S 2956 2959 8563 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 124477005 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719439512320 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2970] ppid=2956 vsize=13980732 memory=6944656591801717918 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2970/stat : 2970 (java) S 2956 2959 8563 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719438460528 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2971] ppid=2956 vsize=13980732 memory=7306062783016687469 CPUtime=1.15 cores=0,2,4,6
/proc/2961/task/2971/stat : 2971 (java) S 2956 2959 8563 0 -1 1077944384 5613 0 0 0 114 1 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719437408768 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2972] ppid=2956 vsize=13980732 memory=140225088430609 CPUtime=0.97 cores=0,2,4,6
/proc/2961/task/2972/stat : 2972 (java) S 2956 2959 8563 0 -1 1077944384 5299 0 0 0 97 0 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719436356512 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2973] ppid=2956 vsize=13980732 memory=6655300316396806240 CPUtime=0.52 cores=0,2,4,6
/proc/2961/task/2973/stat : 2973 (java) S 2956 2959 8563 0 -1 1077944384 9431 0 0 0 51 1 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719435303456 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2974] ppid=2956 vsize=13980732 memory=7378394177159195753 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2974/stat : 2974 (java) S 2956 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477008 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719434251104 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2975] ppid=2956 vsize=13980732 memory=7680170660397595203 CPUtime=0.67 cores=0,2,4,6
/proc/2961/task/2975/stat : 2975 (java) S 2956 2959 8563 0 -1 1077944384 958 0 0 0 30 37 0 0 20 0 15 0 124477011 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719433198128 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
Current cumulated CPU time of completed processes: 0.001864 s
Current children cumulated CPU time: 2524.58 s
Current children cumulated vsize: 13980732 KiB
Current children cumulated memory: 11714360 KiB

[startup+806.801 s]
/proc/loadavg: 4.92 4.51 3.27 6/210 3244
/proc/meminfo: memFree=16761116/32770624 swapFree=67108860/67108860
[pid=2961] ppid=2956 vsize=13980732 memory=11714360 CPUtime=2526.18 cores=0,2,4,6
/proc/2961/stat : 2961 (java) S 2956 2959 8563 0 -1 1077944320 559779 0 0 0 251899 719 0 0 20 0 15 0 124477002 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 140726024275584 139719963004663 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
/proc/2961/statm: 3495183 2928590 3230 1 0 3483476 0
[pid=2961/tid=2962] ppid=2956 vsize=13980732 memory=66828 CPUtime=158.35 cores=0,2,4,6
/proc/2961/task/2962/stat : 2962 (java) S 2956 2959 8563 0 -1 1077944384 30883 0 0 0 15794 41 0 0 20 0 15 0 124477002 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719967242656 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2963] ppid=2956 vsize=13980732 memory=1292 CPUtime=572.56 cores=0,2,4,6
/proc/2961/task/2963/stat : 2963 (java) R 2956 2959 8563 0 -1 4202560 117651 0 0 0 57099 157 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719919971344 139719947703631 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2964] ppid=2956 vsize=13980732 memory=2316 CPUtime=572.82 cores=0,2,4,6
/proc/2961/task/2964/stat : 2964 (java) R 2956 2959 8563 0 -1 4202560 93053 0 0 0 57124 158 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719918919000 139719948001015 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2965] ppid=2956 vsize=13980732 memory=1836 CPUtime=573.64 cores=0,2,4,6
/proc/2961/task/2965/stat : 2965 (java) R 2956 2959 8563 0 -1 4202560 72677 0 0 0 57198 166 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719917865944 139719948001255 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2966] ppid=2956 vsize=13980732 memory=10180 CPUtime=574.21 cores=0,2,4,6
/proc/2961/task/2966/stat : 2966 (java) R 2956 2959 8563 0 -1 4202560 93394 0 0 0 57243 178 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719560326232 139719948001067 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2967] ppid=2956 vsize=13980732 memory=1440 CPUtime=71.18 cores=0,2,4,6
/proc/2961/task/2967/stat : 2967 (java) S 2956 2959 8563 0 -1 1077944384 129506 0 0 0 7110 8 0 0 20 0 15 0 124477004 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719441617728 139719963014869 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2968] ppid=2956 vsize=13980732 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2968/stat : 2968 (java) S 2956 2959 8563 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 124477005 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719440565472 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2969] ppid=2956 vsize=13980732 memory=11080 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2969/stat : 2969 (java) S 2956 2959 8563 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 124477005 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719439512320 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2970] ppid=2956 vsize=13980732 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2970/stat : 2970 (java) S 2956 2959 8563 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719438460528 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2971] ppid=2956 vsize=13980732 memory=15884 CPUtime=1.15 cores=0,2,4,6
/proc/2961/task/2971/stat : 2971 (java) S 2956 2959 8563 0 -1 1077944384 5613 0 0 0 114 1 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719437408768 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2972] ppid=2956 vsize=13980732 memory=7680170660397595203 CPUtime=0.97 cores=0,2,4,6
/proc/2961/task/2972/stat : 2972 (java) S 2956 2959 8563 0 -1 1077944384 5299 0 0 0 97 0 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719436356512 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2973] ppid=2956 vsize=13980732 memory=1200 CPUtime=0.52 cores=0,2,4,6
/proc/2961/task/2973/stat : 2973 (java) S 2956 2959 8563 0 -1 1077944384 9431 0 0 0 51 1 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719435303456 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2974] ppid=2956 vsize=13980732 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2974/stat : 2974 (java) S 2956 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477008 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719434251104 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2975] ppid=2956 vsize=13980732 memory=37796 CPUtime=0.67 cores=0,2,4,6
/proc/2961/task/2975/stat : 2975 (java) S 2956 2959 8563 0 -1 1077944384 958 0 0 0 30 37 0 0 20 0 15 0 124477011 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719433198128 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
Current cumulated CPU time of completed processes: 0.001864 s
Current children cumulated CPU time: 2526.18 s
Current children cumulated vsize: 13980732 KiB
Current children cumulated memory: 11714360 KiB

[startup+807.201 s]
/proc/loadavg: 4.92 4.51 3.27 6/210 3244
/proc/meminfo: memFree=16761240/32770624 swapFree=67108860/67108860
[pid=2961] ppid=2956 vsize=13980732 memory=11714360 CPUtime=2527.77 cores=0,2,4,6
/proc/2961/stat : 2961 (java) S 2956 2959 8563 0 -1 1077944320 559853 0 0 0 252058 719 0 0 20 0 15 0 124477002 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 140726024275584 139719963004663 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
/proc/2961/statm: 3495183 2928590 3230 1 0 3483476 0
[pid=2961/tid=2962] ppid=2956 vsize=13980732 memory=796 CPUtime=158.35 cores=0,2,4,6
/proc/2961/task/2962/stat : 2962 (java) S 2956 2959 8563 0 -1 1077944384 30883 0 0 0 15794 41 0 0 20 0 15 0 124477002 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719967242656 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2963] ppid=2956 vsize=13980732 memory=5788 CPUtime=572.96 cores=0,2,4,6
/proc/2961/task/2963/stat : 2963 (java) R 2956 2959 8563 0 -1 4202560 117651 0 0 0 57139 157 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719919971344 139719948001008 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2964] ppid=2956 vsize=13980732 memory=7680170660397595203 CPUtime=573.22 cores=0,2,4,6
/proc/2961/task/2964/stat : 2964 (java) R 2956 2959 8563 0 -1 4202560 93128 0 0 0 57164 158 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719918919000 139719948001306 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2965] ppid=2956 vsize=13980732 memory=11714360 CPUtime=574.04 cores=0,2,4,6
/proc/2961/task/2965/stat : 2965 (java) R 2956 2959 8563 0 -1 4202560 72677 0 0 0 57238 166 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719917865944 139719947462296 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2966] ppid=2956 vsize=13980732 memory=1792 CPUtime=574.6 cores=0,2,4,6
/proc/2961/task/2966/stat : 2966 (java) R 2956 2959 8563 0 -1 4202560 93394 0 0 0 57282 178 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719560326232 139719947704048 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2967] ppid=2956 vsize=13980732 memory=960 CPUtime=71.18 cores=0,2,4,6
/proc/2961/task/2967/stat : 2967 (java) S 2956 2959 8563 0 -1 1077944384 129506 0 0 0 7110 8 0 0 20 0 15 0 124477004 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719441617728 139719963014869 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2968] ppid=2956 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2968/stat : 2968 (java) S 2956 2959 8563 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 124477005 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719440565472 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2969] ppid=2956 vsize=13980732 memory=11714356 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2969/stat : 2969 (java) S 2956 2959 8563 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 124477005 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719439512320 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2970] ppid=2956 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2970/stat : 2970 (java) S 2956 2959 8563 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719438460528 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2971] ppid=2956 vsize=13980732 memory=66828 CPUtime=1.15 cores=0,2,4,6
/proc/2961/task/2971/stat : 2971 (java) S 2956 2959 8563 0 -1 1077944384 5613 0 0 0 114 1 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719437408768 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2972] ppid=2956 vsize=13980732 memory=11714360 CPUtime=0.97 cores=0,2,4,6
/proc/2961/task/2972/stat : 2972 (java) S 2956 2959 8563 0 -1 1077944384 5299 0 0 0 97 0 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719436356512 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2973] ppid=2956 vsize=13980732 memory=1380 CPUtime=0.52 cores=0,2,4,6
/proc/2961/task/2973/stat : 2973 (java) S 2956 2959 8563 0 -1 1077944384 9431 0 0 0 51 1 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719435303456 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2974] ppid=2956 vsize=13980732 memory=11714356 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2974/stat : 2974 (java) S 2956 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477008 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719434251104 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2975] ppid=2956 vsize=13980732 memory=840 CPUtime=0.67 cores=0,2,4,6
/proc/2961/task/2975/stat : 2975 (java) S 2956 2959 8563 0 -1 1077944384 958 0 0 0 30 37 0 0 20 0 15 0 124477011 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719433198128 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
Current cumulated CPU time of completed processes: 0.001864 s
Current children cumulated CPU time: 2527.77 s
Current children cumulated vsize: 13980732 KiB
Current children cumulated memory: 11714360 KiB

[startup+807.301 s]
/proc/loadavg: 4.92 4.51 3.27 6/210 3244
/proc/meminfo: memFree=16761240/32770624 swapFree=67108860/67108860
[pid=2961] ppid=2956 vsize=13980732 memory=11714360 CPUtime=2528.17 cores=0,2,4,6
/proc/2961/stat : 2961 (java) S 2956 2959 8563 0 -1 1077944320 559886 0 0 0 252098 719 0 0 20 0 15 0 124477002 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 140726024275584 139719963004663 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
/proc/2961/statm: 3495183 2928590 3230 1 0 3483476 0
[pid=2961/tid=2962] ppid=2956 vsize=13980732 memory=11714360 CPUtime=158.35 cores=0,2,4,6
/proc/2961/task/2962/stat : 2962 (java) S 2956 2959 8563 0 -1 1077944384 30883 0 0 0 15794 41 0 0 20 0 15 0 124477002 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719967242656 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2963] ppid=2956 vsize=13980732 memory=11714360 CPUtime=573.06 cores=0,2,4,6
/proc/2961/task/2963/stat : 2963 (java) R 2956 2959 8563 0 -1 4202560 117651 0 0 0 57149 157 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719919971344 139719948001281 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2964] ppid=2956 vsize=13980732 memory=11714360 CPUtime=573.32 cores=0,2,4,6
/proc/2961/task/2964/stat : 2964 (java) R 2956 2959 8563 0 -1 4202560 93146 0 0 0 57174 158 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719918919000 139719948001060 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2965] ppid=2956 vsize=13980732 memory=11714360 CPUtime=574.14 cores=0,2,4,6
/proc/2961/task/2965/stat : 2965 (java) R 2956 2959 8563 0 -1 4202560 72691 0 0 0 57248 166 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719917865944 139719948001277 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2966] ppid=2956 vsize=13980732 memory=11714360 CPUtime=574.7 cores=0,2,4,6
/proc/2961/task/2966/stat : 2966 (java) R 2956 2959 8563 0 -1 4202560 93394 0 0 0 57292 178 0 0 20 0 15 0 124477003 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719560326232 139719947703393 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2967] ppid=2956 vsize=13980732 memory=11714360 CPUtime=71.18 cores=0,2,4,6
/proc/2961/task/2967/stat : 2967 (java) S 2956 2959 8563 0 -1 1077944384 129506 0 0 0 7110 8 0 0 20 0 15 0 124477004 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719441617728 139719963014869 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2968] ppid=2956 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2968/stat : 2968 (java) S 2956 2959 8563 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 124477005 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719440565472 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2969] ppid=2956 vsize=13980732 memory=11714360 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2969/stat : 2969 (java) S 2956 2959 8563 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 124477005 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719439512320 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2970] ppid=2956 vsize=13980732 memory=11714360 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2970/stat : 2970 (java) S 2956 2959 8563 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719438460528 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2971] ppid=2956 vsize=13980732 memory=11714360 CPUtime=1.15 cores=0,2,4,6
/proc/2961/task/2971/stat : 2971 (java) S 2956 2959 8563 0 -1 1077944384 5613 0 0 0 114 1 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719437408768 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2972] ppid=2956 vsize=13980732 memory=1380 CPUtime=0.97 cores=0,2,4,6
/proc/2961/task/2972/stat : 2972 (java) S 2956 2959 8563 0 -1 1077944384 5299 0 0 0 97 0 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719436356512 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2973] ppid=2956 vsize=13980732 memory=164 CPUtime=0.52 cores=0,2,4,6
/proc/2961/task/2973/stat : 2973 (java) S 2956 2959 8563 0 -1 1077944384 9431 0 0 0 51 1 0 0 20 0 15 0 124477007 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719435303456 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2974] ppid=2956 vsize=13980732 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/2961/task/2974/stat : 2974 (java) S 2956 2959 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124477008 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719434251104 139719963014869 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
[pid=2961/tid=2975] ppid=2956 vsize=13980732 memory=640 CPUtime=0.67 cores=0,2,4,6
/proc/2961/task/2975/stat : 2975 (java) S 2956 2959 8563 0 -1 1077944384 958 0 0 0 30 37 0 0 20 0 15 0 124477011 14316269568 2928590 18446744073709551615 4194304 4196468 140726024293040 139719433198128 139719963015810 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 26537984 140726024294833 140726024295009 140726024295009 140726024298447 0
Current cumulated CPU time of completed processes: 0.001864 s
Current children cumulated CPU time: 2528.17 s
Current children cumulated vsize: 13980732 KiB
Current children cumulated memory: 11714360 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 807.365
CPU time (s): 2528.28
CPU user time (s): 2521.03
CPU system time (s): 7.24971
CPU usage (%): 313.152
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11715740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2521.03
system time used= 7.24971
maximum resident set size= 11714676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560406
page faults= 0
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27956
involuntary context switches= 22156


# summary of solver processes directly reported to runsolver:
#   pid: 2959,2961
#   total CPU time (s): 2528.28
#   total CPU user time (s): 2521.03
#   total CPU system time (s): 7.24971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.90714 second user time and 8.35667 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-20 11:35:17
IDJOB=4284081
IDBENCH=138550
IDSOLVER=2679
FILE ID=node125/4284081-1503222565
RUNJOBID= node125-1503171261-25500
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os15/SuperTaillard-os-15-22.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4284081-1503222565/watcher-4284081-1503222565 -o /tmp/evaluation-result-4284081-1503222565/solver-4284081-1503222565 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1212102393 HOME/instance-4284081-1503222565.xml

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

MD5SUM BENCH= 3ba855dc46a3fd367cb99709f0833fff
RANDOM SEED=1212102393

node125.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.07
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.07
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.07
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.07
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:        29044608 kB
MemAvailable:   30242532 kB
Buffers:          330852 kB
Cached:          1172800 kB
SwapCached:            0 kB
Active:          2585608 kB
Inactive:         695992 kB
Active(anon):    1778404 kB
Inactive(anon):    49484 kB
Active(file):     807204 kB
Inactive(file):   646508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8088 kB
Writeback:             0 kB
AnonPages:       1777716 kB
Mapped:            75720 kB
Shmem:             49828 kB
Slab:             146280 kB
SReclaimable:     120092 kB
SUnreclaim:        26188 kB
KernelStack:        3424 kB
PageTables:         8644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2482140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1710080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-20 11:48:45