Trace number 4282607

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 4.0.5 seq (2017-08-18)? (TO) 2528.27 787.07202

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20-15/
SuperTaillard-js-20-15-15.xml
MD5SUM6d7e3033fdb5217c74d2816bb8c5b7b8
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 variables600
Number of constraints9690
Number of domains95
Minimum domain size1346
Maximum domain size1444
Distribution of domain sizes[{"size":1346,"count":6},{"size":1347,"count":4},{"size":1348,"count":4},{"size":1349,"count":2},{"size":1350,"count":2},{"size":1351,"count":6},{"size":1352,"count":2},{"size":1353,"count":6},{"size":1354,"count":4},{"size":1355,"count":2},{"size":1356,"count":12},{"size":1357,"count":8},{"size":1358,"count":8},{"size":1359,"count":8},{"size":1360,"count":8},{"size":1361,"count":4},{"size":1362,"count":10},{"size":1363,"count":8},{"size":1364,"count":2},{"size":1365,"count":14},{"size":1366,"count":6},{"size":1367,"count":14},{"size":1368,"count":6},{"size":1369,"count":10},{"size":1370,"count":14},"...",{"size":1419,"count":10}, {"size":1420,"count":8}, {"size":1421,"count":6}, {"size":1422,"count":4}, {"size":1423,"count":6}, {"size":1424,"count":2}, {"size":1425,"count":8}, {"size":1426,"count":4}, {"size":1427,"count":10}, {"size":1429,"count":4}, {"size":1430,"count":12}, {"size":1431,"count":6}, {"size":1432,"count":14}, {"size":1433,"count":6}, {"size":1434,"count":12}, {"size":1435,"count":8}, {"size":1436,"count":4}, {"size":1437,"count":4}, {"size":1438,"count":6}, {"size":1439,"count":10}, {"size":1440,"count":6}, {"size":1441,"count":8}, {"size":1442,"count":8}, {"size":1443,"count":2}, {"size":1444,"count":12}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":260},{"degree":41,"count":40},{"degree":43,"count":260}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9690}]
Number of extensional constraints0
Number of intensional constraints9690
Distribution of constraint types[{"type":"intension","count":9690}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282607-1503158343.xml"  -tl '2520s' -p 1 -x 0
0.14/0.24	c [HOME/instance-4282607-1503158343.xml, -tl, 2520s, -p, 1, -x, 0]
0.14/0.30	c simple solver
0.33/0.37	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 (9127 MiB free)
  memory of node 1: 16384 MiB (15734 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282607-1503158343/watcher-4282607-1503158343 -o /tmp/evaluation-result-4282607-1503158343/solver-4282607-1503158343 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16490 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1123278017 HOME/instance-4282607-1503158343.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
Current StackSize limit: 8192 KiB

solver pid=27965, runsolver pid=27962

[startup+0.100169 s]*
/proc/loadavg: 2.00 2.01 2.05 3/205 27975
/proc/meminfo: memFree=25448752/32770624 swapFree=67108860/67108860
[pid=27965] ppid=27962 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27965/stat : 27965 (xcsp3-exec) S 27962 27965 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14244063 9740288 345 18446744073709551615 4194304 5098028 140722349563968 140722349562072 140463592333948 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 34992128 140722349568377 140722349568582 140722349568582 140722349572075 0
/proc/27965/statm: 2378 345 289 221 0 87 0
[pid=27967] ppid=27965 vsize=13574484 memory=18280 CPUtime=0.03 cores=1,3,5,7
/proc/27967/stat : 27967 (java) S 27965 27965 16431 0 -1 1077944320 3948 0 0 0 3 0 0 0 20 0 9 0 14244069 13900271616 4570 18446744073709551615 4194304 4196468 140733746175824 140733746158368 140019998736119 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
/proc/27967/statm: 3393621 4570 2104 1 0 3383118 0
[pid=27967/tid=27968] ppid=27965 vsize=13574484 memory=-8713483618642983523 CPUtime=0.03 cores=1,3,5,7
/proc/27967/task/27968/stat : 27968 (java) R 27965 27965 16431 0 -1 4202560 2651 0 0 0 3 0 0 0 20 0 9 0 14244069 13900271616 4570 18446744073709551615 4194304 4196468 140733746175824 140020002971512 140019984418645 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27969] ppid=27965 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27969/stat : 27969 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 14244070 13900271616 4570 18446744073709551615 4194304 4196468 140733746175824 140019961841936 140019998746325 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27970] ppid=27965 vsize=13574484 memory=140679972136576 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27970/stat : 27970 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 14244070 13900271616 4570 18446744073709551615 4194304 4196468 140733746175824 140019597916560 140019998746325 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27971] ppid=27965 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27971/stat : 27971 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 14244070 13900271616 4570 18446744073709551615 4194304 4196468 140733746175824 140019596864016 140019998746325 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27972] ppid=27965 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27972/stat : 27972 (java) S 27965 27965 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 14244070 13900271616 4570 18446744073709551615 4194304 4196468 140733746175824 140019595811472 140019998746325 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27973] ppid=27965 vsize=13574484 memory=140679972136576 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27973/stat : 27973 (java) S 27965 27965 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 14244071 13900271616 4570 18446744073709551615 4194304 4196468 140733746175824 140018982263280 140019998747266 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27974] ppid=27965 vsize=13574484 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27974/stat : 27974 (java) S 27965 27965 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 14244072 13900271616 4570 18446744073709551615 4194304 4196468 140733746175824 140018981209504 140019998746325 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27975] ppid=27965 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27975/stat : 27975 (java) S 27965 27965 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 14244072 13900271616 4570 18446744073709551615 4194304 4196468 140733746175824 140018980156912 140019998746325 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 19660 KiB

[startup+0.209831 s]*
/proc/loadavg: 2.00 2.01 2.05 4/211 27981
/proc/meminfo: memFree=25441460/32770624 swapFree=67108860/67108860
[pid=27965] ppid=27962 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27965/stat : 27965 (xcsp3-exec) S 27962 27965 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14244063 9740288 345 18446744073709551615 4194304 5098028 140722349563968 140722349562072 140463592333948 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 34992128 140722349568377 140722349568582 140722349568582 140722349572075 0
/proc/27965/statm: 2378 345 289 221 0 87 0
[pid=27967] ppid=27965 vsize=13974352 memory=28332 CPUtime=0.14 cores=1,3,5,7
/proc/27967/stat : 27967 (java) S 27965 27965 16431 0 -1 1077944320 5531 0 0 0 13 1 0 0 20 0 15 0 14244069 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140733746158368 140019998736119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
/proc/27967/statm: 3493588 7083 2905 1 0 3482964 0
[pid=27967/tid=27968] ppid=27965 vsize=13974352 memory=-6871798056524144002 CPUtime=0.09 cores=1,3,5,7
/proc/27967/task/27968/stat : 27968 (java) R 27965 27965 16431 0 -1 4202560 3422 0 0 0 9 0 0 0 20 0 15 0 14244069 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140020002963536 140019640605841 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27969] ppid=27965 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27969/stat : 27969 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14244070 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140019961841936 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27970] ppid=27965 vsize=13974352 memory=140679972136576 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27970/stat : 27970 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14244070 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140019597916560 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27971] ppid=27965 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27971/stat : 27971 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14244070 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140019596864016 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27972] ppid=27965 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27972/stat : 27972 (java) S 27965 27965 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14244070 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140019595811472 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27973] ppid=27965 vsize=13974352 memory=140679972136576 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27973/stat : 27973 (java) S 27965 27965 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14244071 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140018982263280 140019998747266 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27974] ppid=27965 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27974/stat : 27974 (java) S 27965 27965 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14244072 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140018981209504 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27975] ppid=27965 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27975/stat : 27975 (java) S 27965 27965 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14244072 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140018980156912 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27976] ppid=27965 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27976/stat : 27976 (java) S 27965 27965 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14244074 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140018979105488 140019998754715 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27977] ppid=27965 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27977/stat : 27977 (java) R 27965 27965 16431 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 14244074 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140018978052080 140019998747266 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27978] ppid=27965 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27978/stat : 27978 (java) R 27965 27965 16431 0 -1 4202560 170 0 0 0 0 0 0 0 20 0 15 0 14244074 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140018976991040 140019976576320 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27979] ppid=27965 vsize=13974352 memory=140679972136576 CPUtime=0.02 cores=1,3,5,7
/proc/27967/task/27979/stat : 27979 (java) S 27965 27965 16431 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 15 0 14244074 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140018975946992 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27980] ppid=27965 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27980/stat : 27980 (java) S 27965 27965 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14244075 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140018974894688 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27981] ppid=27965 vsize=13974352 memory=140679972136576 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27981/stat : 27981 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14244079 14309736448 7083 18446744073709551615 4194304 4196468 140733746175824 140018973842224 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29712 KiB

[startup+0.31041 s]*
/proc/loadavg: 2.00 2.01 2.05 5/211 27981
/proc/meminfo: memFree=25428604/32770624 swapFree=67108860/67108860
[pid=27965] ppid=27962 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27965/stat : 27965 (xcsp3-exec) S 27962 27965 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14244063 9740288 345 18446744073709551615 4194304 5098028 140722349563968 140722349562072 140463592333948 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 34992128 140722349568377 140722349568582 140722349568582 140722349572075 0
/proc/27965/statm: 2378 345 289 221 0 87 0
[pid=27967] ppid=27965 vsize=13978608 memory=40480 CPUtime=0.33 cores=1,3,5,7
/proc/27967/stat : 27967 (java) S 27965 27965 16431 0 -1 1077944320 9309 0 0 0 31 2 0 0 20 0 15 0 14244069 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140733746158368 140019998736119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
/proc/27967/statm: 3494652 10120 3048 1 0 3482964 0
[pid=27967/tid=27968] ppid=27965 vsize=13978608 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/27967/task/27968/stat : 27968 (java) R 27965 27965 16431 0 -1 4202560 6405 0 0 0 19 1 0 0 20 0 15 0 14244069 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140020002957112 140019982816606 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27969] ppid=27965 vsize=13978608 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27969/stat : 27969 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14244070 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140019961841936 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27970] ppid=27965 vsize=13978608 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27970/stat : 27970 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14244070 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140019597916560 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27971] ppid=27965 vsize=13978608 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27971/stat : 27971 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14244070 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140019596864016 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27972] ppid=27965 vsize=13978608 memory=8248408006974860141 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27972/stat : 27972 (java) S 27965 27965 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14244070 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140019595811472 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27973] ppid=27965 vsize=13978608 memory=140679972143569 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27973/stat : 27973 (java) S 27965 27965 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14244071 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140018982263280 140019998747266 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27974] ppid=27965 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27974/stat : 27974 (java) S 27965 27965 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14244072 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140018981209504 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27975] ppid=27965 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27975/stat : 27975 (java) S 27965 27965 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14244072 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140018980156912 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27976] ppid=27965 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27976/stat : 27976 (java) S 27965 27965 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14244074 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140018979105488 140019998754715 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27977] ppid=27965 vsize=13978608 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27967/task/27977/stat : 27977 (java) S 27965 27965 16431 0 -1 1077944384 471 0 0 0 2 0 0 0 20 0 15 0 14244074 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140018978052080 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27978] ppid=27965 vsize=13978608 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27967/task/27978/stat : 27978 (java) S 27965 27965 16431 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 15 0 14244074 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140018976999536 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27979] ppid=27965 vsize=13978608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27967/task/27979/stat : 27979 (java) R 27965 27965 16431 0 -1 4202560 753 0 0 0 7 0 0 0 20 0 15 0 14244074 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140018975946992 140019977274928 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27980] ppid=27965 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27980/stat : 27980 (java) S 27965 27965 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14244075 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140018974894688 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27981] ppid=27965 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27981/stat : 27981 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14244079 14314094592 10120 18446744073709551615 4194304 4196468 140733746175824 140018973842224 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 41860 KiB

[startup+0.701284 s]
/proc/loadavg: 2.00 2.01 2.05 6/211 27981
/proc/meminfo: memFree=25410012/32770624 swapFree=67108860/67108860
[pid=27965] ppid=27962 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27965/stat : 27965 (xcsp3-exec) S 27962 27965 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14244063 9740288 345 18446744073709551615 4194304 5098028 140722349563968 140722349562072 140463592333948 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 34992128 140722349568377 140722349568582 140722349568582 140722349572075 0
/proc/27965/statm: 2378 345 289 221 0 87 0
[pid=27967] ppid=27965 vsize=13978684 memory=95460 CPUtime=1.45 cores=1,3,5,7
/proc/27967/stat : 27967 (java) S 27965 27965 16431 0 -1 1077944320 13956 0 0 0 140 5 0 0 20 0 15 0 14244069 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140733746158368 140019998736119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
/proc/27967/statm: 3494671 23865 3169 1 0 3482964 0
[pid=27967/tid=27968] ppid=27965 vsize=13978684 memory=7165352523811273013 CPUtime=0.58 cores=1,3,5,7
/proc/27967/task/27968/stat : 27968 (java) R 27965 27965 16431 0 -1 4202560 7887 0 0 0 55 3 0 0 20 0 15 0 14244069 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140020002969872 140019639408620 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27969] ppid=27965 vsize=13978684 memory=7151822037993275496 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27969/stat : 27969 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14244070 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140019961841936 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27970] ppid=27965 vsize=13978684 memory=7741523263919513920 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27970/stat : 27970 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14244070 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140019597916560 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27971] ppid=27965 vsize=13978684 memory=3049007562806629424 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27971/stat : 27971 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14244070 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140019596864016 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27972] ppid=27965 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27972/stat : 27972 (java) S 27965 27965 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14244070 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140019595811472 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27973] ppid=27965 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27973/stat : 27973 (java) S 27965 27965 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 14244071 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140018982263280 140019998747266 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27974] ppid=27965 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27974/stat : 27974 (java) S 27965 27965 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14244072 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140018981209504 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27975] ppid=27965 vsize=13978684 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27975/stat : 27975 (java) S 27965 27965 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14244072 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140018980156912 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27976] ppid=27965 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27976/stat : 27976 (java) S 27965 27965 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14244074 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140018979105488 140019998754715 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27977] ppid=27965 vsize=13978684 memory=140679841849968 CPUtime=0.29 cores=1,3,5,7
/proc/27967/task/27977/stat : 27977 (java) R 27965 27965 16431 0 -1 4202560 1377 0 0 0 29 0 0 0 20 0 15 0 14244074 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140018978033072 140019979922035 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27978] ppid=27965 vsize=13978684 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/27967/task/27978/stat : 27978 (java) R 27965 27965 16431 0 -1 4202560 1745 0 0 0 29 0 0 0 20 0 15 0 14244074 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140018976985464 140019983851153 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27979] ppid=27965 vsize=13978684 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/27967/task/27979/stat : 27979 (java) S 27965 27965 16431 0 -1 1077944384 1640 0 0 0 27 0 0 0 20 0 15 0 14244074 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140018975946992 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27980] ppid=27965 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27980/stat : 27980 (java) S 27965 27965 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14244075 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140018974894688 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27981] ppid=27965 vsize=13978684 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27981/stat : 27981 (java) S 27965 27965 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14244079 14314172416 23865 18446744073709551615 4194304 4196468 140733746175824 140018973842224 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 96840 KiB

[startup+1.50091 s]
/proc/loadavg: 2.00 2.01 2.05 3/211 27981
/proc/meminfo: memFree=25276156/32770624 swapFree=67108860/67108860
[pid=27965] ppid=27962 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27965/stat : 27965 (xcsp3-exec) S 27962 27965 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 14244063 9740288 345 18446744073709551615 4194304 5098028 140722349563968 140722349562072 140463592333948 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 6 0 0 7196144 7232144 34992128 140722349568377 140722349568582 140722349568582 140722349572075 0
/proc/27965/statm: 2378 345 289 221 0 87 0
[pid=27967] ppid=27965 vsize=13980732 memory=396032 CPUtime=2.99 cores=1,3,5,7
/proc/27967/stat : 27967 (java) S 27965 27965 16431 0 -1 1077944320 15349 0 0 0 280 19 0 0 20 0 15 0 14244069 14316269568 99008 18446744073709551615 4194304 4196468 140733746175824 140733746158368 140019998736119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
/proc/27967/statm: 3495183 99008 3205 1 0 3483476 0
[pid=27967/tid=27968] ppid=27965 vsize=13980732 memory=21051 CPUtime=1.27 cores=1,3,5,7
/proc/27967/task/27968/stat : 27968 (java) R 27965 27965 16431 0 -1 4202560 8131 0 0 0 121 6 0 0 20 0 15 0 14244069 14316269568 99008 18446744073709551615 4194304 4196468 140733746175824 140020002974352 140019642034664 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27969] ppid=27965 vsize=13980732 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27967/task/27969/stat : 27969 (java) S 27965 27965 16431 0 -1 1077944384 122 0 0 0 7 2 0 0 20 0 15 0 14244070 14316269568 99008 18446744073709551615 4194304 4196468 140733746175824 140019961841936 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27970] ppid=27965 vsize=13980732 memory=-3253322038155611931 CPUtime=0.08 cores=1,3,5,7
/proc/27967/task/27970/stat : 27970 (java) S 27965 27965 16431 0 -1 1077944384 105 0 0 0 6 2 0 0 20 0 15 0 14244070 14316269568 99008 18446744073709551615 4194304 4196468 140733746175824 140019597916560 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27971] ppid=27965 vsize=13980732 memory=6944656592455360604 CPUtime=0.09 cores=1,3,5,7
/proc/27967/task/27971/stat : 27971 (java) S 27965 27965 16431 0 -1 1077944384 121 0 0 0 7 2 0 0 20 0 15 0 14244070 14316269568 99008 18446744073709551615 4194304 4196468 140733746175824 140019596864016 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27972] ppid=27965 vsize=13980732 memory=3472328279047811153 CPUtime=0.09 cores=1,3,5,7

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


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

[startup+785.601 s]
/proc/loadavg: 5.14 4.44 3.34 6/210 28024
/proc/meminfo: memFree=13928996/32770624 swapFree=67108860/67108860
[pid=27967] ppid=27962 vsize=13980732 memory=11517896 CPUtime=2522.55 cores=1,3,5,7
/proc/27967/stat : 27967 (java) S 27962 27965 16431 0 -1 1077944320 642477 0 0 0 251616 639 0 0 20 0 15 0 14244069 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140733746158368 140019998736119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
/proc/27967/statm: 3495183 2879474 3223 1 0 3483476 0
[pid=27967/tid=27968] ppid=27962 vsize=13980732 memory=3120 CPUtime=137.86 cores=1,3,5,7
/proc/27967/task/27968/stat : 27968 (java) S 27962 27965 16431 0 -1 1077944384 34976 0 0 0 13741 45 0 0 20 0 15 0 14244069 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140020002974448 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27969] ppid=27962 vsize=13980732 memory=4072 CPUtime=578.1 cores=1,3,5,7
/proc/27967/task/27969/stat : 27969 (java) R 27962 27965 16431 0 -1 4202560 64358 0 0 0 57671 139 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019961842136 140019983687246 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27970] ppid=27962 vsize=13980732 memory=1728 CPUtime=579.2 cores=1,3,5,7
/proc/27967/task/27970/stat : 27970 (java) R 27962 27965 16431 0 -1 4202560 146744 0 0 0 57783 137 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019597916760 140019983689621 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27971] ppid=27962 vsize=13980732 memory=11952 CPUtime=579.09 cores=1,3,5,7
/proc/27967/task/27971/stat : 27971 (java) R 27962 27965 16431 0 -1 4202560 76675 0 0 0 57762 147 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019596864216 140019983686724 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27972] ppid=27962 vsize=13980732 memory=1008 CPUtime=579.33 cores=1,3,5,7
/proc/27967/task/27972/stat : 27972 (java) R 27962 27965 16431 0 -1 4202560 163816 0 0 0 57783 150 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019595811360 140019983686724 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27973] ppid=27962 vsize=13980732 memory=1380 CPUtime=65.57 cores=1,3,5,7
/proc/27967/task/27973/stat : 27973 (java) S 27962 27965 16431 0 -1 1077944384 135440 0 0 0 6547 10 0 0 20 0 15 0 14244071 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018982261600 140019998746325 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27974] ppid=27962 vsize=13980732 memory=11517896 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27974/stat : 27974 (java) S 27962 27965 16431 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 14244072 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018981209568 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27975] ppid=27962 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27975/stat : 27975 (java) S 27962 27965 16431 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 14244072 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018980156928 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27976] ppid=27962 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27976/stat : 27976 (java) S 27962 27965 16431 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018979105136 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27977] ppid=27962 vsize=13980732 memory=15872 CPUtime=1.03 cores=1,3,5,7
/proc/27967/task/27977/stat : 27977 (java) S 27962 27965 16431 0 -1 1077944384 5909 0 0 0 102 1 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018978052080 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27978] ppid=27962 vsize=13980732 memory=1380 CPUtime=1.07 cores=1,3,5,7
/proc/27967/task/27978/stat : 27978 (java) S 27962 27965 16431 0 -1 1077944384 5774 0 0 0 106 1 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018976999536 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27979] ppid=27962 vsize=13980732 memory=11517896 CPUtime=0.48 cores=1,3,5,7
/proc/27967/task/27979/stat : 27979 (java) S 27962 27965 16431 0 -1 1077944384 6734 0 0 0 47 1 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018975946992 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27980] ppid=27962 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27980/stat : 27980 (java) S 27962 27965 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14244075 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018974894688 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27981] ppid=27962 vsize=13980732 memory=11517896 CPUtime=0.73 cores=1,3,5,7
/proc/27967/task/27981/stat : 27981 (java) S 27962 27965 16431 0 -1 1077944384 739 0 0 0 28 45 0 0 20 0 15 0 14244079 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018973842224 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
Current cumulated CPU time of completed processes: 0.001834 s
Current children cumulated CPU time: 2522.55 s
Current children cumulated vsize: 13980732 KiB
Current children cumulated memory: 11517896 KiB

[startup+786.401 s]
/proc/loadavg: 5.14 4.44 3.34 6/210 28024
/proc/meminfo: memFree=13928996/32770624 swapFree=67108860/67108860
[pid=27967] ppid=27962 vsize=13980732 memory=11517896 CPUtime=2525.74 cores=1,3,5,7
/proc/27967/stat : 27967 (java) S 27962 27965 16431 0 -1 1077944320 642522 0 0 0 251935 639 0 0 20 0 15 0 14244069 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140733746158368 140019998736119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
/proc/27967/statm: 3495183 2879474 3223 1 0 3483476 0
[pid=27967/tid=27968] ppid=27962 vsize=13980732 memory=11517896 CPUtime=137.86 cores=1,3,5,7
/proc/27967/task/27968/stat : 27968 (java) S 27962 27965 16431 0 -1 1077944384 34976 0 0 0 13741 45 0 0 20 0 15 0 14244069 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140020002974448 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27969] ppid=27962 vsize=13980732 memory=1716 CPUtime=578.9 cores=1,3,5,7
/proc/27967/task/27969/stat : 27969 (java) R 27962 27965 16431 0 -1 4202560 64390 0 0 0 57751 139 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019961842136 140019983686816 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27970] ppid=27962 vsize=13980732 memory=15872 CPUtime=580 cores=1,3,5,7
/proc/27967/task/27970/stat : 27970 (java) R 27962 27965 16431 0 -1 4202560 146744 0 0 0 57863 137 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019597916760 140019983687230 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27971] ppid=27962 vsize=13980732 memory=16448 CPUtime=579.89 cores=1,3,5,7
/proc/27967/task/27971/stat : 27971 (java) R 27962 27965 16431 0 -1 4202560 76675 0 0 0 57842 147 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019596864216 140019983689634 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27972] ppid=27962 vsize=13980732 memory=-8774313645642428999 CPUtime=580.12 cores=1,3,5,7
/proc/27967/task/27972/stat : 27972 (java) R 27962 27965 16431 0 -1 4202560 163829 0 0 0 57862 150 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019595811360 140019983686724 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27973] ppid=27962 vsize=13980732 memory=10720 CPUtime=65.57 cores=1,3,5,7
/proc/27967/task/27973/stat : 27973 (java) S 27962 27965 16431 0 -1 1077944384 135440 0 0 0 6547 10 0 0 20 0 15 0 14244071 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018982261600 140019998746325 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27974] ppid=27962 vsize=13980732 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27974/stat : 27974 (java) S 27962 27965 16431 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 14244072 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018981209568 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27975] ppid=27962 vsize=13980732 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27975/stat : 27975 (java) S 27962 27965 16431 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 14244072 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018980156928 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27976] ppid=27962 vsize=13980732 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27976/stat : 27976 (java) S 27962 27965 16431 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018979105136 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27977] ppid=27962 vsize=13980732 memory=-8774313645642428999 CPUtime=1.03 cores=1,3,5,7
/proc/27967/task/27977/stat : 27977 (java) S 27962 27965 16431 0 -1 1077944384 5909 0 0 0 102 1 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018978052080 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27978] ppid=27962 vsize=13980732 memory=11636 CPUtime=1.07 cores=1,3,5,7
/proc/27967/task/27978/stat : 27978 (java) S 27962 27965 16431 0 -1 1077944384 5774 0 0 0 106 1 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018976999536 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27979] ppid=27962 vsize=13980732 memory=1296 CPUtime=0.48 cores=1,3,5,7
/proc/27967/task/27979/stat : 27979 (java) S 27962 27965 16431 0 -1 1077944384 6734 0 0 0 47 1 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018975946992 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27980] ppid=27962 vsize=13980732 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27980/stat : 27980 (java) S 27962 27965 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14244075 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018974894688 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27981] ppid=27962 vsize=13980732 memory=1728 CPUtime=0.73 cores=1,3,5,7
/proc/27967/task/27981/stat : 27981 (java) S 27962 27965 16431 0 -1 1077944384 739 0 0 0 28 45 0 0 20 0 15 0 14244079 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018973842224 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
Current cumulated CPU time of completed processes: 0.001834 s
Current children cumulated CPU time: 2525.74 s
Current children cumulated vsize: 13980732 KiB
Current children cumulated memory: 11517896 KiB

[startup+786.809 s]
/proc/loadavg: 5.14 4.44 3.34 6/210 28024
/proc/meminfo: memFree=13928996/32770624 swapFree=67108860/67108860
[pid=27967] ppid=27962 vsize=13980732 memory=11517896 CPUtime=2527.37 cores=1,3,5,7
/proc/27967/stat : 27967 (java) S 27962 27965 16431 0 -1 1077944320 642522 0 0 0 252098 639 0 0 20 0 15 0 14244069 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140733746158368 140019998736119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
/proc/27967/statm: 3495183 2879474 3223 1 0 3483476 0
[pid=27967/tid=27968] ppid=27962 vsize=13980732 memory=4126316290023845779 CPUtime=137.86 cores=1,3,5,7
/proc/27967/task/27968/stat : 27968 (java) S 27962 27965 16431 0 -1 1077944384 34976 0 0 0 13741 45 0 0 20 0 15 0 14244069 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140020002974448 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27969] ppid=27962 vsize=13980732 memory=1228 CPUtime=579.3 cores=1,3,5,7
/proc/27967/task/27969/stat : 27969 (java) R 27962 27965 16431 0 -1 4202560 64390 0 0 0 57791 139 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019961842136 140019983433894 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27970] ppid=27962 vsize=13980732 memory=5368 CPUtime=580.41 cores=1,3,5,7
/proc/27967/task/27970/stat : 27970 (java) R 27962 27965 16431 0 -1 4202560 146744 0 0 0 57904 137 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019597916760 140019983686724 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27971] ppid=27962 vsize=13980732 memory=4612 CPUtime=580.3 cores=1,3,5,7
/proc/27967/task/27971/stat : 27971 (java) R 27962 27965 16431 0 -1 4202560 76675 0 0 0 57883 147 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019596864216 140019983687246 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27972] ppid=27962 vsize=13980732 memory=1444 CPUtime=580.52 cores=1,3,5,7
/proc/27967/task/27972/stat : 27972 (java) R 27962 27965 16431 0 -1 4202560 163829 0 0 0 57902 150 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019595811360 140019983689621 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27973] ppid=27962 vsize=13980732 memory=10720 CPUtime=65.57 cores=1,3,5,7
/proc/27967/task/27973/stat : 27973 (java) S 27962 27965 16431 0 -1 1077944384 135440 0 0 0 6547 10 0 0 20 0 15 0 14244071 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018982261600 140019998746325 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27974] ppid=27962 vsize=13980732 memory=302022848351043610 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27974/stat : 27974 (java) S 27962 27965 16431 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 14244072 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018981209568 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27975] ppid=27962 vsize=13980732 memory=318911385675497781 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27975/stat : 27975 (java) S 27962 27965 16431 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 14244072 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018980156928 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27976] ppid=27962 vsize=13980732 memory=13571496182286043 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27976/stat : 27976 (java) S 27962 27965 16431 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018979105136 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27977] ppid=27962 vsize=13980732 memory=7100839861465685612 CPUtime=1.03 cores=1,3,5,7
/proc/27967/task/27977/stat : 27977 (java) S 27962 27965 16431 0 -1 1077944384 5909 0 0 0 102 1 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018978052080 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27978] ppid=27962 vsize=13980732 memory=-7175204567652784766 CPUtime=1.07 cores=1,3,5,7
/proc/27967/task/27978/stat : 27978 (java) S 27962 27965 16431 0 -1 1077944384 5774 0 0 0 106 1 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018976999536 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27979] ppid=27962 vsize=13980732 memory=3054156605268465310 CPUtime=0.48 cores=1,3,5,7
/proc/27967/task/27979/stat : 27979 (java) S 27962 27965 16431 0 -1 1077944384 6734 0 0 0 47 1 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018975946992 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27980] ppid=27962 vsize=13980732 memory=-8412652177879177843 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27980/stat : 27980 (java) S 27962 27965 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14244075 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018974894688 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27981] ppid=27962 vsize=13980732 memory=288230574492221466 CPUtime=0.73 cores=1,3,5,7
/proc/27967/task/27981/stat : 27981 (java) S 27962 27965 16431 0 -1 1077944384 739 0 0 0 28 45 0 0 20 0 15 0 14244079 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018973842224 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
Current cumulated CPU time of completed processes: 0.001834 s
Current children cumulated CPU time: 2527.37 s
Current children cumulated vsize: 13980732 KiB
Current children cumulated memory: 11517896 KiB

[startup+787.001 s]*
/proc/loadavg: 5.14 4.44 3.34 7/210 28024
/proc/meminfo: memFree=13928996/32770624 swapFree=67108860/67108860
[pid=27967] ppid=27962 vsize=13980732 memory=11517896 CPUtime=2528.16 cores=1,3,5,7
/proc/27967/stat : 27967 (java) S 27962 27965 16431 0 -1 1077944320 642522 0 0 0 252177 639 0 0 20 0 15 0 14244069 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140733746158368 140019998736119 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
/proc/27967/statm: 3495183 2879474 3223 1 0 3483476 0
[pid=27967/tid=27968] ppid=27962 vsize=13980732 memory=-8774313645642428999 CPUtime=137.86 cores=1,3,5,7
/proc/27967/task/27968/stat : 27968 (java) S 27962 27965 16431 0 -1 1077944384 34976 0 0 0 13741 45 0 0 20 0 15 0 14244069 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140020002974448 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27969] ppid=27962 vsize=13980732 memory=4126316290023845779 CPUtime=579.51 cores=1,3,5,7
/proc/27967/task/27969/stat : 27969 (java) R 27962 27965 16431 0 -1 4202560 64390 0 0 0 57812 139 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019961842136 140019983689621 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27970] ppid=27962 vsize=13980732 memory=0 CPUtime=580.61 cores=1,3,5,7
/proc/27967/task/27970/stat : 27970 (java) R 27962 27965 16431 0 -1 4202560 146744 0 0 0 57924 137 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019597916760 140019983686724 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27971] ppid=27962 vsize=13980732 memory=0 CPUtime=580.5 cores=1,3,5,7
/proc/27967/task/27971/stat : 27971 (java) R 27962 27965 16431 0 -1 4202560 76675 0 0 0 57903 147 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019596864216 140019983433816 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27972] ppid=27962 vsize=13980732 memory=8243953881162797910 CPUtime=580.71 cores=1,3,5,7
/proc/27967/task/27972/stat : 27972 (java) R 27962 27965 16431 0 -1 4202560 163829 0 0 0 57921 150 0 0 20 0 15 0 14244070 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140019595811360 140019983721415 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27973] ppid=27962 vsize=13980732 memory=7666649666119231343 CPUtime=65.57 cores=1,3,5,7
/proc/27967/task/27973/stat : 27973 (java) S 27962 27965 16431 0 -1 1077944384 135440 0 0 0 6547 10 0 0 20 0 15 0 14244071 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018982261600 140019998746325 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27974] ppid=27962 vsize=13980732 memory=7378412877547727424 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27974/stat : 27974 (java) S 27962 27965 16431 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 14244072 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018981209568 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27975] ppid=27962 vsize=13980732 memory=4639924115538006630 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27975/stat : 27975 (java) S 27962 27965 16431 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 14244072 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018980156928 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27976] ppid=27962 vsize=13980732 memory=8242832241811678803 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27976/stat : 27976 (java) S 27962 27965 16431 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018979105136 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27977] ppid=27962 vsize=13980732 memory=7884790758612689234 CPUtime=1.03 cores=1,3,5,7
/proc/27967/task/27977/stat : 27977 (java) S 27962 27965 16431 0 -1 1077944384 5909 0 0 0 102 1 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018978052080 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27978] ppid=27962 vsize=13980732 memory=7811330170507317846 CPUtime=1.07 cores=1,3,5,7
/proc/27967/task/27978/stat : 27978 (java) S 27962 27965 16431 0 -1 1077944384 5774 0 0 0 106 1 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018976999536 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27979] ppid=27962 vsize=13980732 memory=7884790758612689234 CPUtime=0.48 cores=1,3,5,7
/proc/27967/task/27979/stat : 27979 (java) S 27962 27965 16431 0 -1 1077944384 6734 0 0 0 47 1 0 0 20 0 15 0 14244074 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018975946992 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27980] ppid=27962 vsize=13980732 memory=7811330170507317846 CPUtime=0 cores=1,3,5,7
/proc/27967/task/27980/stat : 27980 (java) S 27962 27965 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14244075 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018974894688 140019998746325 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
[pid=27967/tid=27981] ppid=27962 vsize=13980732 memory=7454130749351154278 CPUtime=0.73 cores=1,3,5,7
/proc/27967/task/27981/stat : 27981 (java) S 27962 27965 16431 0 -1 1077944384 739 0 0 0 28 45 0 0 20 0 15 0 14244079 14316269568 2879474 18446744073709551615 4194304 4196468 140733746175824 140018973842224 140019998747266 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 20074496 140733746184626 140733746184802 140733746184802 140733746188239 0
Current cumulated CPU time of completed processes: 0.001834 s
Current children cumulated CPU time: 2528.16 s
Current children cumulated vsize: 13980732 KiB
Current children cumulated memory: 11517896 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 787.072
CPU time (s): 2528.27
CPU user time (s): 2521.81
CPU system time (s): 6.45252
CPU usage (%): 321.224
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 11519276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2521.81
system time used= 6.45252
maximum resident set size= 11518236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 643040
page faults= 0
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25323
involuntary context switches= 20501


# summary of solver processes directly reported to runsolver:
#   pid: 27965,27967
#   total CPU time (s): 2528.27
#   total CPU user time (s): 2521.81
#   total CPU system time (s): 6.45252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.96315 second user time and 8.17048 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-19 17:45:03
IDJOB=4282607
IDBENCH=138612
IDSOLVER=2677
FILE ID=node128/4282607-1503158343
RUNJOBID= node128-1503095815-16490
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20-15/SuperTaillard-js-20-15-15.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-4282607-1503158343/watcher-4282607-1503158343 -o /tmp/evaluation-result-4282607-1503158343/solver-4282607-1503158343 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16490 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1123278017 HOME/instance-4282607-1503158343.xml

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

MD5SUM BENCH= 6d7e3033fdb5217c74d2816bb8c5b7b8
RANDOM SEED=1123278017

node128.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.47
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.47
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.47
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.47
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:        25458932 kB
MemAvailable:   25666180 kB
Buffers:          176252 kB
Cached:           321160 kB
SwapCached:            0 kB
Active:          6571956 kB
Inactive:         324116 kB
Active(anon):    6399048 kB
Inactive(anon):    16752 kB
Active(file):     172908 kB
Inactive(file):   307364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8188 kB
Writeback:             0 kB
AnonPages:       6398512 kB
Mapped:            44400 kB
Shmem:             17060 kB
Slab:             110084 kB
SReclaimable:      85624 kB
SUnreclaim:        24460 kB
KernelStack:        3408 kB
PageTables:        17256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7980716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6260736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-19 17:58:10