Trace number 4403603

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 2019-09-20SAT 65.2768 16.7229

General information on the benchmark

NameCrossword/Crossword-m1c-words-vg/
Crossword-m1c-words-vg-7-7.xml
MD5SUM99134ba62b1a53cb1521bec8a3cd1f05
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.093629
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":49}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":49}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":14}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403603-1568993578.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403603-1568993578.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
1.65/0.78	c solve instance...
65.20/16.71	s SATISFIABLE
65.20/16.71	v <instantiation>
65.20/16.71	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] </list>
65.20/16.71	v 	<values>1 17 0 21 0 3 14 17 4 13 0 12 4 3 0 13 0 11 14 6 24 21 0 11 20 4 17 18 0 12 14 4 1 0 18 3 4 6 17 0 3 4 14 3 24 18 18 4 24 </values>
65.20/16.71	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403603-1568993578/watcher-4403603-1568993578 -o /tmp/evaluation-result-4403603-1568993578/solver-4403603-1568993578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568992882-17661 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1674884615 HOME/instance-4403603-1568993578.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
Current StackSize limit: 8192 KiB

solver pid=17848, runsolver pid=17845

[startup+0.100081 s]*
/proc/loadavg: 8.18 7.85 7.31 6/230 17864
/proc/meminfo: memFree=4078144/32770624 swapFree=66999216/67108860
[pid=17848] ppid=17845 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17848/stat : 17848 (xcsp3-exec) S 17845 17848 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475610879 115843072 363 33554432000 4194304 5098028 140727353927536 140727353925640 140353162388092 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24104960 140727353930618 140727353930861 140727353930861 140727353933770 0
/proc/17848/statm: 28282 363 304 221 0 87 0
[pid=17850] ppid=17848 vsize=15144776 memory=28752 CPUtime=0.12 cores=0,2,4,6
/proc/17850/stat : 17850 (java) S 17848 17848 14371 0 -1 1077944320 5652 0 0 0 11 1 0 0 20 0 15 0 475610880 15508250624 7188 33554432000 4194304 4196468 140731053255136 140731053237680 140454199533303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
/proc/17850/statm: 3786194 7188 3120 1 0 3748377 0
[pid=17850/tid=17851] ppid=17848 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/17850/task/17851/stat : 17851 (java) R 17848 17848 14371 0 -1 4202560 3569 0 0 0 8 1 0 0 20 0 15 0 475610880 15508250624 7188 33554432000 4194304 4196468 140731053255136 140454203764624 140454199554650 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17852] ppid=17848 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17852/stat : 17852 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610881 15508250624 7188 33554432000 4194304 4196468 140731053255136 140454156086160 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17853] ppid=17848 vsize=15144776 memory=140055807138856 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17853/stat : 17853 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610881 15508250624 7188 33554432000 4194304 4196468 140731053255136 140453791062800 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17854] ppid=17848 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17854/stat : 17854 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610881 15508250624 7188 33554432000 4194304 4196468 140731053255136 140453790010512 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17855] ppid=17848 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17855/stat : 17855 (java) S 17848 17848 14371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475610881 15508250624 7188 33554432000 4194304 4196468 140731053255136 140453788957712 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17856] ppid=17848 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17856/stat : 17856 (java) S 17848 17848 14371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475610882 15508250624 7188 33554432000 4194304 4196468 140731053255136 140453073610864 140454199544450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17857] ppid=17848 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17857/stat : 17857 (java) S 17848 17848 14371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475610883 15508250624 7188 33554432000 4194304 4196468 140731053255136 140453072556832 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17858] ppid=17848 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17858/stat : 17858 (java) S 17848 17848 14371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475610883 15508250624 7188 33554432000 4194304 4196468 140731053255136 140453071504496 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17859] ppid=17848 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17859/stat : 17859 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475610885 15508250624 7188 33554432000 4194304 4196468 140731053255136 140453070452816 140454199551899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17860] ppid=17848 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17860/stat : 17860 (java) R 17848 17848 14371 0 -1 4202560 302 0 0 0 0 0 0 0 20 0 15 0 475610885 15508250624 7188 33554432000 4194304 4196468 140731053255136 140453069400688 140454192518345 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17861] ppid=17848 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17861/stat : 17861 (java) R 17848 17848 14371 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 475610885 15508250624 7188 33554432000 4194304 4196468 140731053255136 140453068347888 140454199544450 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17862] ppid=17848 vsize=15144776 memory=140055807121024 CPUtime=0.02 cores=0,2,4,6
/proc/17850/task/17862/stat : 17862 (java) R 17848 17848 14371 0 -1 4202560 360 0 0 0 2 0 0 0 20 0 15 0 475610885 15508250624 7188 33554432000 4194304 4196468 140731053255136 140453067295600 140454199545238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17863] ppid=17848 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17863/stat : 17863 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475610885 15508250624 7188 33554432000 4194304 4196468 140731053255136 140453066243040 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17864] ppid=17848 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17864/stat : 17864 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610886 15508250624 7188 33554432000 4194304 4196468 140731053255136 140453065189808 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30204 KiB

[startup+0.210984 s]*
/proc/loadavg: 8.18 7.85 7.31 6/230 17864
/proc/meminfo: memFree=4064596/32770624 swapFree=66999216/67108860
[pid=17848] ppid=17845 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17848/stat : 17848 (xcsp3-exec) S 17845 17848 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475610879 115843072 363 33554432000 4194304 5098028 140727353927536 140727353925640 140353162388092 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24104960 140727353930618 140727353930861 140727353930861 140727353933770 0
/proc/17848/statm: 28282 363 304 221 0 87 0
[pid=17850] ppid=17848 vsize=15144776 memory=41188 CPUtime=0.34 cores=0,2,4,6
/proc/17850/stat : 17850 (java) S 17848 17848 14371 0 -1 1077944320 9472 0 0 0 31 3 0 0 20 0 15 0 475610880 15508250624 10297 33554432000 4194304 4196468 140731053255136 140731053237680 140454199533303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
/proc/17850/statm: 3786194 10297 3313 1 0 3748377 0
[pid=17850/tid=17851] ppid=17848 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/17850/task/17851/stat : 17851 (java) R 17848 17848 14371 0 -1 4202560 6596 0 0 0 17 2 0 0 20 0 15 0 475610880 15508250624 10297 33554432000 4194304 4196468 140731053255136 140454203765216 140454199545238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17852] ppid=17848 vsize=15144776 memory=9100 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17852/stat : 17852 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610881 15508250624 10297 33554432000 4194304 4196468 140731053255136 140454156086160 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17853] ppid=17848 vsize=15144776 memory=288370431958832768 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17853/stat : 17853 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610881 15508250624 10297 33554432000 4194304 4196468 140731053255136 140453791062800 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17854] ppid=17848 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17854/stat : 17854 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610881 15508250624 10297 33554432000 4194304 4196468 140731053255136 140453790010512 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17855] ppid=17848 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17855/stat : 17855 (java) S 17848 17848 14371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475610881 15508250624 10297 33554432000 4194304 4196468 140731053255136 140453788957712 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17856] ppid=17848 vsize=15144776 memory=140055807121024 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17856/stat : 17856 (java) S 17848 17848 14371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475610882 15508250624 10297 33554432000 4194304 4196468 140731053255136 140453073610864 140454199544450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17857] ppid=17848 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17857/stat : 17857 (java) S 17848 17848 14371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475610883 15508250624 10297 33554432000 4194304 4196468 140731053255136 140453072556832 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17858] ppid=17848 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17858/stat : 17858 (java) S 17848 17848 14371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475610883 15508250624 10297 33554432000 4194304 4196468 140731053255136 140453071504496 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17859] ppid=17848 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17859/stat : 17859 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475610885 15508250624 10297 33554432000 4194304 4196468 140731053255136 140453070452816 140454199551899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17860] ppid=17848 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17850/task/17860/stat : 17860 (java) S 17848 17848 14371 0 -1 1077944384 678 0 0 0 3 0 0 0 20 0 15 0 475610885 15508250624 10297 33554432000 4194304 4196468 140731053255136 140453069400688 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17861] ppid=17848 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17850/task/17861/stat : 17861 (java) S 17848 17848 14371 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 15 0 475610885 15508250624 10297 33554432000 4194304 4196468 140731053255136 140453068347888 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17862] ppid=17848 vsize=15144776 memory=140055807121024 CPUtime=0.08 cores=0,2,4,6
/proc/17850/task/17862/stat : 17862 (java) R 17848 17848 14371 0 -1 4202560 736 0 0 0 8 0 0 0 20 0 15 0 475610885 15508250624 10297 33554432000 4194304 4196468 140731053255136 140453067295600 140454178493395 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17863] ppid=17848 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17863/stat : 17863 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475610885 15508250624 10297 33554432000 4194304 4196468 140731053255136 140453066243040 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17864] ppid=17848 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17864/stat : 17864 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610886 15508250624 10297 33554432000 4194304 4196468 140731053255136 140453065189808 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42640 KiB

[startup+0.311837 s]*
/proc/loadavg: 8.18 7.85 7.31 6/230 17864
/proc/meminfo: memFree=4056976/32770624 swapFree=66999216/67108860
[pid=17848] ppid=17845 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17848/stat : 17848 (xcsp3-exec) S 17845 17848 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475610879 115843072 363 33554432000 4194304 5098028 140727353927536 140727353925640 140353162388092 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24104960 140727353930618 140727353930861 140727353930861 140727353933770 0
/proc/17848/statm: 28282 363 304 221 0 87 0
[pid=17850] ppid=17848 vsize=15149032 memory=49656 CPUtime=0.52 cores=0,2,4,6
/proc/17850/stat : 17850 (java) S 17848 17848 14371 0 -1 1077944320 10721 0 0 0 48 4 0 0 20 0 15 0 475610880 15512608768 12414 33554432000 4194304 4196468 140731053255136 140731053237680 140454199533303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
/proc/17850/statm: 3787258 12414 3345 1 0 3748377 0
[pid=17850/tid=17851] ppid=17848 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/17850/task/17851/stat : 17851 (java) R 17848 17848 14371 0 -1 4202560 7745 0 0 0 26 3 0 0 20 0 15 0 475610880 15512608768 12414 33554432000 4194304 4196468 140731053255136 140454203764416 140454183613820 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17852] ppid=17848 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17852/stat : 17852 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610881 15512608768 12414 33554432000 4194304 4196468 140731053255136 140454156086160 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17853] ppid=17848 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17853/stat : 17853 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610881 15512608768 12414 33554432000 4194304 4196468 140731053255136 140453791062800 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17854] ppid=17848 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17854/stat : 17854 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610881 15512608768 12414 33554432000 4194304 4196468 140731053255136 140453790010512 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17855] ppid=17848 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17855/stat : 17855 (java) S 17848 17848 14371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475610881 15512608768 12414 33554432000 4194304 4196468 140731053255136 140453788957712 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17856] ppid=17848 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17856/stat : 17856 (java) S 17848 17848 14371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475610882 15512608768 12414 33554432000 4194304 4196468 140731053255136 140453073610864 140454199544450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17857] ppid=17848 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17857/stat : 17857 (java) S 17848 17848 14371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475610883 15512608768 12414 33554432000 4194304 4196468 140731053255136 140453072556832 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17858] ppid=17848 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17858/stat : 17858 (java) S 17848 17848 14371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475610883 15512608768 12414 33554432000 4194304 4196468 140731053255136 140453071504496 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17859] ppid=17848 vsize=15149032 memory=8514701219781834910 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17859/stat : 17859 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475610885 15512608768 12414 33554432000 4194304 4196468 140731053255136 140453070452816 140454199551899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17860] ppid=17848 vsize=15149032 memory=6576575808606938532 CPUtime=0.04 cores=0,2,4,6
/proc/17850/task/17860/stat : 17860 (java) S 17848 17848 14371 0 -1 1077944384 688 0 0 0 4 0 0 0 20 0 15 0 475610885 15512608768 12414 33554432000 4194304 4196468 140731053255136 140453069400688 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17861] ppid=17848 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17850/task/17861/stat : 17861 (java) S 17848 17848 14371 0 -1 1077944384 177 0 0 0 3 0 0 0 20 0 15 0 475610885 15512608768 12414 33554432000 4194304 4196468 140731053255136 140453068347888 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17862] ppid=17848 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/17850/task/17862/stat : 17862 (java) S 17848 17848 14371 0 -1 1077944384 815 0 0 0 12 0 0 0 20 0 15 0 475610885 15512608768 12414 33554432000 4194304 4196468 140731053255136 140453067295600 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17863] ppid=17848 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17863/stat : 17863 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475610885 15512608768 12414 33554432000 4194304 4196468 140731053255136 140453066243040 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17864] ppid=17848 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17864/stat : 17864 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610886 15512608768 12414 33554432000 4194304 4196468 140731053255136 140453065189808 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51108 KiB

[startup+0.700785 s]
/proc/loadavg: 8.18 7.85 7.31 9/230 17864
/proc/meminfo: memFree=4036004/32770624 swapFree=66999216/67108860
[pid=17848] ppid=17845 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17848/stat : 17848 (xcsp3-exec) S 17845 17848 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475610879 115843072 363 33554432000 4194304 5098028 140727353927536 140727353925640 140353162388092 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24104960 140727353930618 140727353930861 140727353930861 140727353933770 0
/proc/17848/statm: 28282 363 304 221 0 87 0
[pid=17850] ppid=17848 vsize=15151156 memory=121848 CPUtime=1.65 cores=0,2,4,6
/proc/17850/stat : 17850 (java) S 17848 17848 14371 0 -1 1077944320 14307 0 0 0 158 7 0 0 20 0 15 0 475610880 15514783744 30462 33554432000 4194304 4196468 140731053255136 140731053237680 140454199533303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
/proc/17850/statm: 3787789 30462 3455 1 0 3748889 0
[pid=17850/tid=17851] ppid=17848 vsize=15151156 memory=-7533522213388100735 CPUtime=0.66 cores=0,2,4,6
/proc/17850/task/17851/stat : 17851 (java) R 17848 17848 14371 0 -1 4202560 8837 0 0 0 61 5 0 0 20 0 15 0 475610880 15514783744 30462 33554432000 4194304 4196468 140731053255136 140454203768368 140454199545238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17852] ppid=17848 vsize=15151156 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17852/stat : 17852 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610881 15514783744 30462 33554432000 4194304 4196468 140731053255136 140454156086160 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17853] ppid=17848 vsize=15151156 memory=7519155755615801680 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17853/stat : 17853 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610881 15514783744 30462 33554432000 4194304 4196468 140731053255136 140453791062800 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17854] ppid=17848 vsize=15151156 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17854/stat : 17854 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610881 15514783744 30462 33554432000 4194304 4196468 140731053255136 140453790010512 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17855] ppid=17848 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17855/stat : 17855 (java) S 17848 17848 14371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475610881 15514783744 30462 33554432000 4194304 4196468 140731053255136 140453788957712 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17856] ppid=17848 vsize=15151156 memory=676 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17856/stat : 17856 (java) S 17848 17848 14371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475610882 15514783744 30462 33554432000 4194304 4196468 140731053255136 140453073610864 140454199544450 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17857] ppid=17848 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17857/stat : 17857 (java) S 17848 17848 14371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475610883 15514783744 30462 33554432000 4194304 4196468 140731053255136 140453072556832 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17858] ppid=17848 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17858/stat : 17858 (java) S 17848 17848 14371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475610883 15514783744 30462 33554432000 4194304 4196468 140731053255136 140453071504496 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17859] ppid=17848 vsize=15151156 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17859/stat : 17859 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475610885 15514783744 30462 33554432000 4194304 4196468 140731053255136 140453070452816 140454199551899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17860] ppid=17848 vsize=15151156 memory=1712 CPUtime=0.34 cores=0,2,4,6
/proc/17850/task/17860/stat : 17860 (java) R 17848 17848 14371 0 -1 4202560 1424 0 0 0 34 0 0 0 20 0 15 0 475610885 15514783744 30462 33554432000 4194304 4196468 140731053255136 140453069392144 140454185138184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17861] ppid=17848 vsize=15151156 memory=1112 CPUtime=0.32 cores=0,2,4,6
/proc/17850/task/17861/stat : 17861 (java) R 17848 17848 14371 0 -1 4202560 1095 0 0 0 32 0 0 0 20 0 15 0 475610885 15514783744 30462 33554432000 4194304 4196468 140731053255136 140453068333960 140454177129456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17862] ppid=17848 vsize=15151156 memory=1004 CPUtime=0.3 cores=0,2,4,6
/proc/17850/task/17862/stat : 17862 (java) S 17848 17848 14371 0 -1 1077944384 1644 0 0 0 30 0 0 0 20 0 15 0 475610885 15514783744 30462 33554432000 4194304 4196468 140731053255136 140453067295600 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17863] ppid=17848 vsize=15151156 memory=6064 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17863/stat : 17863 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475610885 15514783744 30462 33554432000 4194304 4196468 140731053255136 140453066243040 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17864] ppid=17848 vsize=15151156 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17864/stat : 17864 (java) S 17848 17848 14371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475610886 15514783744 30462 33554432000 4194304 4196468 140731053255136 140453065189808 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 123300 KiB

[startup+1.50108 s]
/proc/loadavg: 8.18 7.85 7.31 8/234 17868
/proc/meminfo: memFree=3935472/32770624 swapFree=66999216/67108860
[pid=17848] ppid=17845 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17848/stat : 17848 (xcsp3-exec) S 17845 17848 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475610879 115843072 363 33554432000 4194304 5098028 140727353927536 140727353925640 140353162388092 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24104960 140727353930618 140727353930861 140727353930861 140727353933770 0
/proc/17848/statm: 28282 363 304 221 0 87 0

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

/proc/17850/task/17864/stat : 17864 (java) S 17848 17848 14371 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 19 0 475610886 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453065189808 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17865] ppid=17848 vsize=15417412 memory=0 CPUtime=14.55 cores=0,2,4,6
/proc/17850/task/17865/stat : 17865 (java) R 17848 17848 14371 0 -1 4202560 403 0 0 0 1455 0 0 0 20 0 19 0 475610958 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453055969712 140453840268619 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17866] ppid=17848 vsize=15417412 memory=0 CPUtime=14.46 cores=0,2,4,6
/proc/17850/task/17866/stat : 17866 (java) R 17848 17848 14371 0 -1 4202560 783 0 0 0 1446 0 0 0 20 0 19 0 475610958 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453054920824 140453840800840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17867] ppid=17848 vsize=15417412 memory=4580 CPUtime=14.52 cores=0,2,4,6
/proc/17850/task/17867/stat : 17867 (java) R 17848 17848 14371 0 -1 4202560 278 0 0 0 1452 0 0 0 20 0 19 0 475610958 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453053868488 140453840270027 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17868] ppid=17848 vsize=15417412 memory=1980 CPUtime=14.81 cores=0,2,4,6
/proc/17850/task/17868/stat : 17868 (java) R 17848 17848 14371 0 -1 4202560 875 0 0 0 1481 0 0 0 20 0 19 0 475610959 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453052813352 140453840269758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
Current children cumulated CPU time: 62.44 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 256652 KiB

[startup+16.4011 s]
/proc/loadavg: 8.28 7.89 7.33 9/235 17870
/proc/meminfo: memFree=3850136/32770624 swapFree=66999216/67108860
[pid=17848] ppid=17845 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17848/stat : 17848 (xcsp3-exec) S 17845 17848 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475610879 115843072 363 33554432000 4194304 5098028 140727353927536 140727353925640 140353162388092 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24104960 140727353930618 140727353930861 140727353930861 140727353933770 0
/proc/17848/statm: 28282 363 304 221 0 87 0
[pid=17850] ppid=17848 vsize=15417412 memory=255200 CPUtime=64 cores=0,2,4,6
/proc/17850/stat : 17850 (java) S 17848 17848 14371 0 -1 1077944320 30506 0 0 0 6380 20 0 0 20 0 19 0 475610880 15787429888 63800 33554432000 4194304 4196468 140731053255136 140731053237680 140454199533303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
/proc/17850/statm: 3854353 63800 3507 1 0 3815453 0
[pid=17850/tid=17851] ppid=17848 vsize=15417412 memory=288230596050944315 CPUtime=0.75 cores=0,2,4,6
/proc/17850/task/17851/stat : 17851 (java) S 17848 17848 14371 0 -1 1077944384 8910 0 0 0 69 6 0 0 20 0 19 0 475610880 15787429888 63800 33554432000 4194304 4196468 140731053255136 140454203774080 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17852] ppid=17848 vsize=15417412 memory=13848573129264102 CPUtime=0.04 cores=0,2,4,6
/proc/17850/task/17852/stat : 17852 (java) S 17848 17848 14371 0 -1 1077944384 138 0 0 0 2 2 0 0 20 0 19 0 475610881 15787429888 63800 33554432000 4194304 4196468 140731053255136 140454156086160 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17853] ppid=17848 vsize=15417412 memory=1560 CPUtime=0.03 cores=0,2,4,6
/proc/17850/task/17853/stat : 17853 (java) S 17848 17848 14371 0 -1 1077944384 1017 0 0 0 1 2 0 0 20 0 19 0 475610881 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453791062800 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17854] ppid=17848 vsize=15417412 memory=932 CPUtime=0.04 cores=0,2,4,6
/proc/17850/task/17854/stat : 17854 (java) S 17848 17848 14371 0 -1 1077944384 267 0 0 0 2 2 0 0 20 0 19 0 475610881 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453790010512 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17855] ppid=17848 vsize=15417412 memory=3768 CPUtime=0.04 cores=0,2,4,6
/proc/17850/task/17855/stat : 17855 (java) S 17848 17848 14371 0 -1 1077944384 165 0 0 0 2 2 0 0 20 0 19 0 475610881 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453788957712 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17856] ppid=17848 vsize=15417412 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17856/stat : 17856 (java) S 17848 17848 14371 0 -1 1077944384 453 0 0 0 0 0 0 0 20 0 19 0 475610882 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453073610864 140454199544450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17857] ppid=17848 vsize=15417412 memory=2512 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17857/stat : 17857 (java) S 17848 17848 14371 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 475610883 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453072556832 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17858] ppid=17848 vsize=15417412 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17858/stat : 17858 (java) S 17848 17848 14371 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 475610883 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453071504496 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17859] ppid=17848 vsize=15417412 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17859/stat : 17859 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453070452816 140454199551899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17860] ppid=17848 vsize=15417412 memory=255200 CPUtime=1.3 cores=0,2,4,6
/proc/17850/task/17860/stat : 17860 (java) S 17848 17848 14371 0 -1 1077944384 8772 0 0 0 129 1 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453069400688 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17861] ppid=17848 vsize=15417412 memory=796 CPUtime=1.31 cores=0,2,4,6
/proc/17850/task/17861/stat : 17861 (java) S 17848 17848 14371 0 -1 1077944384 3254 0 0 0 131 0 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453068347888 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17862] ppid=17848 vsize=15417412 memory=1804 CPUtime=0.48 cores=0,2,4,6
/proc/17850/task/17862/stat : 17862 (java) S 17848 17848 14371 0 -1 1077944384 3643 0 0 0 47 1 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453067295600 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17863] ppid=17848 vsize=15417412 memory=916 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17863/stat : 17863 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453066243040 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17864] ppid=17848 vsize=15417412 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17864/stat : 17864 (java) S 17848 17848 14371 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 19 0 475610886 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453065189808 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17865] ppid=17848 vsize=15417412 memory=0 CPUtime=14.94 cores=0,2,4,6
/proc/17850/task/17865/stat : 17865 (java) R 17848 17848 14371 0 -1 4202560 403 0 0 0 1494 0 0 0 20 0 19 0 475610958 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453055969712 140453840392440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17866] ppid=17848 vsize=15417412 memory=0 CPUtime=14.85 cores=0,2,4,6
/proc/17850/task/17866/stat : 17866 (java) R 17848 17848 14371 0 -1 4202560 786 0 0 0 1485 0 0 0 20 0 19 0 475610958 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453054920824 140453840269543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17867] ppid=17848 vsize=15417412 memory=3184237975738317232 CPUtime=14.91 cores=0,2,4,6
/proc/17850/task/17867/stat : 17867 (java) R 17848 17848 14371 0 -1 4202560 278 0 0 0 1491 0 0 0 20 0 19 0 475610958 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453053868488 140453840268403 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17868] ppid=17848 vsize=15417412 memory=0 CPUtime=15.2 cores=0,2,4,6
/proc/17850/task/17868/stat : 17868 (java) R 17848 17848 14371 0 -1 4202560 877 0 0 0 1520 0 0 0 20 0 19 0 475610959 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453052813352 140453838989651 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
Current children cumulated CPU time: 64 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 256652 KiB

[startup+16.6011 s]
/proc/loadavg: 8.28 7.89 7.33 9/235 17870
/proc/meminfo: memFree=3850136/32770624 swapFree=66999216/67108860
[pid=17848] ppid=17845 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17848/stat : 17848 (xcsp3-exec) S 17845 17848 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475610879 115843072 363 33554432000 4194304 5098028 140727353927536 140727353925640 140353162388092 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24104960 140727353930618 140727353930861 140727353930861 140727353933770 0
/proc/17848/statm: 28282 363 304 221 0 87 0
[pid=17850] ppid=17848 vsize=15417412 memory=255200 CPUtime=64.8 cores=0,2,4,6
/proc/17850/stat : 17850 (java) S 17848 17848 14371 0 -1 1077944320 30521 0 0 0 6460 20 0 0 20 0 19 0 475610880 15787429888 63800 33554432000 4194304 4196468 140731053255136 140731053237680 140454199533303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
/proc/17850/statm: 3854353 63800 3507 1 0 3815453 0
[pid=17850/tid=17851] ppid=17848 vsize=15417412 memory=916 CPUtime=0.75 cores=0,2,4,6
/proc/17850/task/17851/stat : 17851 (java) S 17848 17848 14371 0 -1 1077944384 8910 0 0 0 69 6 0 0 20 0 19 0 475610880 15787429888 63800 33554432000 4194304 4196468 140731053255136 140454203774080 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17852] ppid=17848 vsize=15417412 memory=3848 CPUtime=0.04 cores=0,2,4,6
/proc/17850/task/17852/stat : 17852 (java) S 17848 17848 14371 0 -1 1077944384 138 0 0 0 2 2 0 0 20 0 19 0 475610881 15787429888 63800 33554432000 4194304 4196468 140731053255136 140454156086160 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17853] ppid=17848 vsize=15417412 memory=2584 CPUtime=0.03 cores=0,2,4,6
/proc/17850/task/17853/stat : 17853 (java) S 17848 17848 14371 0 -1 1077944384 1017 0 0 0 1 2 0 0 20 0 19 0 475610881 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453791062800 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17854] ppid=17848 vsize=15417412 memory=2304 CPUtime=0.04 cores=0,2,4,6
/proc/17850/task/17854/stat : 17854 (java) S 17848 17848 14371 0 -1 1077944384 267 0 0 0 2 2 0 0 20 0 19 0 475610881 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453790010512 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17855] ppid=17848 vsize=15417412 memory=1412 CPUtime=0.04 cores=0,2,4,6
/proc/17850/task/17855/stat : 17855 (java) S 17848 17848 14371 0 -1 1077944384 165 0 0 0 2 2 0 0 20 0 19 0 475610881 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453788957712 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17856] ppid=17848 vsize=15417412 memory=3120 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17856/stat : 17856 (java) S 17848 17848 14371 0 -1 1077944384 453 0 0 0 0 0 0 0 20 0 19 0 475610882 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453073610864 140454199544450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17857] ppid=17848 vsize=15417412 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17857/stat : 17857 (java) S 17848 17848 14371 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 475610883 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453072556832 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17858] ppid=17848 vsize=15417412 memory=12554048 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17858/stat : 17858 (java) S 17848 17848 14371 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 475610883 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453071504496 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17859] ppid=17848 vsize=15417412 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17859/stat : 17859 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453070452816 140454199551899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17860] ppid=17848 vsize=15417412 memory=1408 CPUtime=1.3 cores=0,2,4,6
/proc/17850/task/17860/stat : 17860 (java) S 17848 17848 14371 0 -1 1077944384 8772 0 0 0 129 1 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453069400688 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17861] ppid=17848 vsize=15417412 memory=2736 CPUtime=1.31 cores=0,2,4,6
/proc/17850/task/17861/stat : 17861 (java) S 17848 17848 14371 0 -1 1077944384 3254 0 0 0 131 0 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453068347888 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17862] ppid=17848 vsize=15417412 memory=1452 CPUtime=0.48 cores=0,2,4,6
/proc/17850/task/17862/stat : 17862 (java) S 17848 17848 14371 0 -1 1077944384 3643 0 0 0 47 1 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453067295600 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17863] ppid=17848 vsize=15417412 memory=255180 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17863/stat : 17863 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453066243040 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17864] ppid=17848 vsize=15417412 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17864/stat : 17864 (java) S 17848 17848 14371 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 19 0 475610886 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453065189808 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17865] ppid=17848 vsize=15417412 memory=8317482817917895235 CPUtime=15.14 cores=0,2,4,6
/proc/17850/task/17865/stat : 17865 (java) R 17848 17848 14371 0 -1 4202560 404 0 0 0 1514 0 0 0 20 0 19 0 475610958 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453055969712 140453840268454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17866] ppid=17848 vsize=15417412 memory=0 CPUtime=15.05 cores=0,2,4,6
/proc/17850/task/17866/stat : 17866 (java) R 17848 17848 14371 0 -1 4202560 791 0 0 0 1505 0 0 0 20 0 19 0 475610958 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453054920824 140453840800803 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17867] ppid=17848 vsize=15417412 memory=0 CPUtime=15.11 cores=0,2,4,6
/proc/17850/task/17867/stat : 17867 (java) R 17848 17848 14371 0 -1 4202560 278 0 0 0 1511 0 0 0 20 0 19 0 475610958 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453053868488 140453840268520 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17868] ppid=17848 vsize=15417412 memory=0 CPUtime=15.4 cores=0,2,4,6
/proc/17850/task/17868/stat : 17868 (java) R 17848 17848 14371 0 -1 4202560 886 0 0 0 1540 0 0 0 20 0 19 0 475610959 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453052813352 140453840268729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
Current children cumulated CPU time: 64.8 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 256652 KiB

[startup+16.7011 s]
/proc/loadavg: 8.28 7.89 7.33 9/235 17870
/proc/meminfo: memFree=3850136/32770624 swapFree=66999216/67108860
[pid=17848] ppid=17845 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17848/stat : 17848 (xcsp3-exec) S 17845 17848 14371 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475610879 115843072 363 33554432000 4194304 5098028 140727353927536 140727353925640 140353162388092 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 24104960 140727353930618 140727353930861 140727353930861 140727353933770 0
/proc/17848/statm: 28282 363 304 221 0 87 0
[pid=17850] ppid=17848 vsize=15417412 memory=255200 CPUtime=65.2 cores=0,2,4,6
/proc/17850/stat : 17850 (java) S 17848 17848 14371 0 -1 1077944320 30527 0 0 0 6500 20 0 0 20 0 19 0 475610880 15787429888 63800 33554432000 4194304 4196468 140731053255136 140731053237680 140454199533303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
/proc/17850/statm: 3854353 63800 3507 1 0 3815453 0
[pid=17850/tid=17851] ppid=17848 vsize=15417412 memory=255200 CPUtime=0.75 cores=0,2,4,6
/proc/17850/task/17851/stat : 17851 (java) S 17848 17848 14371 0 -1 1077944384 8910 0 0 0 69 6 0 0 20 0 19 0 475610880 15787429888 63800 33554432000 4194304 4196468 140731053255136 140454203774080 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17852] ppid=17848 vsize=15417412 memory=676 CPUtime=0.04 cores=0,2,4,6
/proc/17850/task/17852/stat : 17852 (java) S 17848 17848 14371 0 -1 1077944384 138 0 0 0 2 2 0 0 20 0 19 0 475610881 15787429888 63800 33554432000 4194304 4196468 140731053255136 140454156086160 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17853] ppid=17848 vsize=15417412 memory=255200 CPUtime=0.03 cores=0,2,4,6
/proc/17850/task/17853/stat : 17853 (java) S 17848 17848 14371 0 -1 1077944384 1017 0 0 0 1 2 0 0 20 0 19 0 475610881 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453791062800 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17854] ppid=17848 vsize=15417412 memory=4420 CPUtime=0.04 cores=0,2,4,6
/proc/17850/task/17854/stat : 17854 (java) S 17848 17848 14371 0 -1 1077944384 267 0 0 0 2 2 0 0 20 0 19 0 475610881 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453790010512 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17855] ppid=17848 vsize=15417412 memory=255200 CPUtime=0.04 cores=0,2,4,6
/proc/17850/task/17855/stat : 17855 (java) S 17848 17848 14371 0 -1 1077944384 165 0 0 0 2 2 0 0 20 0 19 0 475610881 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453788957712 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17856] ppid=17848 vsize=15417412 memory=650 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17856/stat : 17856 (java) S 17848 17848 14371 0 -1 1077944384 453 0 0 0 0 0 0 0 20 0 19 0 475610882 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453073610864 140454199544450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17857] ppid=17848 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17857/stat : 17857 (java) S 17848 17848 14371 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 475610883 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453072556832 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17858] ppid=17848 vsize=15417412 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17858/stat : 17858 (java) S 17848 17848 14371 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 475610883 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453071504496 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17859] ppid=17848 vsize=15417412 memory=255176 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17859/stat : 17859 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453070452816 140454199551899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17860] ppid=17848 vsize=15417412 memory=75 CPUtime=1.3 cores=0,2,4,6
/proc/17850/task/17860/stat : 17860 (java) S 17848 17848 14371 0 -1 1077944384 8772 0 0 0 129 1 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453069400688 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17861] ppid=17848 vsize=15417412 memory=1452 CPUtime=1.31 cores=0,2,4,6
/proc/17850/task/17861/stat : 17861 (java) S 17848 17848 14371 0 -1 1077944384 3254 0 0 0 131 0 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453068347888 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17862] ppid=17848 vsize=15417412 memory=55956 CPUtime=0.48 cores=0,2,4,6
/proc/17850/task/17862/stat : 17862 (java) S 17848 17848 14371 0 -1 1077944384 3643 0 0 0 47 1 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453067295600 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17863] ppid=17848 vsize=15417412 memory=3028 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17863/stat : 17863 (java) S 17848 17848 14371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475610885 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453066243040 140454199543509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17864] ppid=17848 vsize=15417412 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/17850/task/17864/stat : 17864 (java) S 17848 17848 14371 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 19 0 475610886 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453065189808 140454199544450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17865] ppid=17848 vsize=15417412 memory=6791534058613427641 CPUtime=15.24 cores=0,2,4,6
/proc/17850/task/17865/stat : 17865 (java) R 17848 17848 14371 0 -1 4202560 404 0 0 0 1524 0 0 0 20 0 19 0 475610958 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453055969712 140453838989639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17866] ppid=17848 vsize=15417412 memory=231844 CPUtime=15.15 cores=0,2,4,6
/proc/17850/task/17866/stat : 17866 (java) R 17848 17848 14371 0 -1 4202560 797 0 0 0 1515 0 0 0 20 0 19 0 475610958 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453054920824 140453840269995 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17867] ppid=17848 vsize=15417412 memory=3504 CPUtime=15.21 cores=0,2,4,6
/proc/17850/task/17867/stat : 17867 (java) R 17848 17848 14371 0 -1 4202560 278 0 0 0 1521 0 0 0 20 0 19 0 475610958 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453053868488 140453840799603 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
[pid=17850/tid=17868] ppid=17848 vsize=15417412 memory=1980 CPUtime=15.5 cores=0,2,4,6
/proc/17850/task/17868/stat : 17868 (java) R 17848 17848 14371 0 -1 4202560 886 0 0 0 1550 0 0 0 20 0 19 0 475610959 15787429888 63800 33554432000 4194304 4196468 140731053255136 140453052813352 140453840799218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24391680 140731053257711 140731053257882 140731053257882 140731053260751 0
Current children cumulated CPU time: 65.2 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 256652 KiB

Child status: 0
Real time (s): 16.7229
CPU time (s): 65.2768
CPU user time (s): 65.0681
CPU system time (s): 0.208726
CPU usage (%): 390.344
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 256652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.0681
system time used= 0.208726
maximum resident set size= 255688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32617
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2215
involuntary context switches= 1469


# summary of solver processes directly reported to runsolver:
#   pid: 17848
#   total CPU time (s): 65.2768
#   total CPU user time (s): 65.0681
#   total CPU system time (s): 0.208726

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.120357 second user time and 0.237285 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 17:31:59
IDJOB=4403603
IDBENCH=140442
IDSOLVER=2863
FILE ID=node103/4403603-1568993578
RUNJOBID= node103-1568992882-17661
PBS_JOBID= 21704654
Free space on /tmp= 20832 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Crossword/Crossword-m1c-words-vg/Crossword-m1c-words-vg-7-7.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403603-1568993578/watcher-4403603-1568993578 -o /tmp/evaluation-result-4403603-1568993578/solver-4403603-1568993578 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568992882-17661 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1674884615 HOME/instance-4403603-1568993578.xml

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

MD5SUM BENCH= 99134ba62b1a53cb1521bec8a3cd1f05
RANDOM SEED=1674884615

node103.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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.74
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.74
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.74
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:         4094488 kB
MemAvailable:   19297012 kB
Buffers:           64636 kB
Cached:         15409692 kB
SwapCached:         6972 kB
Active:         19162592 kB
Inactive:        8867428 kB
Active(anon):   11447832 kB
Inactive(anon):  1157392 kB
Active(file):    7714760 kB
Inactive(file):  7710036 kB
Unevictable:      107464 kB
Mlocked:          107464 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             26324 kB
Writeback:             0 kB
AnonPages:      12657272 kB
Mapped:            65692 kB
Shmem:             40864 kB
Slab:             216064 kB
SReclaimable:     187124 kB
SUnreclaim:        28940 kB
KernelStack:        3728 kB
PageTables:        30456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13312072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4218880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20804 MiB
End job on node103 at 2019-09-20 17:32:16