Trace number 4406497

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24OPT98 1275.76 1266.97

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-05.xml
MD5SUM28da73d1db83f7f431b4b8f6a2cf23fc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark208.649
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size188
Distribution of domain sizes[{"size":1,"count":1},{"size":188,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":7},{"degree":8,"count":17},{"degree":9,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406497-1569399847.xml"  -tl '2400s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406497-1569399847.xml, -tl, 2400s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.03/0.54	c solve instance...
1.60/0.75	o 187 
1.90/0.81	o 185 
1.90/0.83	o 124 
1.90/0.89	o 114 
6.75/2.49	o 111 
7.35/2.64	o 109 
8.26/3.00	o 106 
9.75/3.94	o 104 
106.70/98.71	o 103 
121.91/113.89	o 102 
145.00/136.71	o 101 
145.41/137.17	o 99 
839.61/831.04	o 98 
1275.68/1266.97	s OPTIMUM FOUND
1275.68/1266.97	v <instantiation>
1275.68/1266.97	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
1275.68/1266.97	v 	<values>0 43 0 2 4 2 12 23 14 34 61 24 52 40 19 45 77 35 61 29 70 52 92 64 85 85 72 77 92 88 94 98 </values>
1275.68/1266.97	v </instantiation>

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406497-1569399847/watcher-4406497-1569399847 -o /tmp/evaluation-result-4406497-1569399847/solver-4406497-1569399847 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1569392986-17026 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 734900325 HOME/instance-4406497-1569399847.xml 

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

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


[startup+0.100083 s]*
/proc/loadavg: 1.85 1.86 1.76 4/229 18331
/proc/meminfo: memFree=26059732/32770624 swapFree=66999780/67108860
[pid=18315] ppid=18312 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18315/stat : 18315 (xcsp3-exec) S 18312 18315 16995 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516238714 115843072 362 33554432000 4194304 5098028 140724701929456 140724701927560 139708011573884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38121472 140724701938555 140724701938797 140724701938797 140724701941706 0
/proc/18315/statm: 28282 362 304 221 0 87 0
[pid=18317] ppid=18315 vsize=15144776 memory=29280 CPUtime=0.13 cores=0,2,4,6
/proc/18317/stat : 18317 (java) S 18315 18315 16995 0 -1 1077944320 5757 0 0 0 12 1 0 0 20 0 15 0 516238715 15508250624 7320 33554432000 4194304 4196468 140734260352928 140734260335472 140623323676407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
/proc/18317/statm: 3786194 7320 3145 1 0 3748377 0
[pid=18317/tid=18318] ppid=18315 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/18317/task/18318/stat : 18318 (java) R 18315 18315 16995 0 -1 4202560 3644 0 0 0 9 0 0 0 20 0 15 0 516238715 15508250624 7320 33554432000 4194304 4196468 140734260352928 140623327910056 140622950417658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18319] ppid=18315 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18319/stat : 18319 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238716 15508250624 7320 33554432000 4194304 4196468 140734260352928 140623276296720 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18320] ppid=18315 vsize=15144776 memory=3617146247185450656 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18320/stat : 18320 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238716 15508250624 7320 33554432000 4194304 4196468 140734260352928 140623275244176 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18321] ppid=18315 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18321/stat : 18321 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238716 15508250624 7320 33554432000 4194304 4196468 140734260352928 140623274191120 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18322] ppid=18315 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18322/stat : 18322 (java) S 18315 18315 16995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516238716 15508250624 7320 33554432000 4194304 4196468 140734260352928 140623273138576 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18323] ppid=18315 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18323/stat : 18323 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238717 15508250624 7320 33554432000 4194304 4196468 140734260352928 140622883998448 140623323687554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18324] ppid=18315 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18324/stat : 18324 (java) S 18315 18315 16995 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516238718 15508250624 7320 33554432000 4194304 4196468 140734260352928 140622882944672 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18325] ppid=18315 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18325/stat : 18325 (java) S 18315 18315 16995 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516238718 15508250624 7320 33554432000 4194304 4196468 140734260352928 140622881891568 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18326] ppid=18315 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18326/stat : 18326 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15508250624 7320 33554432000 4194304 4196468 140734260352928 140622880840144 140623323695003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18327] ppid=18315 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18327/stat : 18327 (java) S 18315 18315 16995 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 516238720 15508250624 7320 33554432000 4194304 4196468 140734260352928 140622879787248 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18328] ppid=18315 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18328/stat : 18328 (java) S 18315 18315 16995 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 516238720 15508250624 7320 33554432000 4194304 4196468 140734260352928 140622878734704 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18329] ppid=18315 vsize=15144776 memory=139782849840768 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18329/stat : 18329 (java) R 18315 18315 16995 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 516238720 15508250624 7320 33554432000 4194304 4196468 140734260352928 140622877681648 140623315913534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18330] ppid=18315 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18330/stat : 18330 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15508250624 7320 33554432000 4194304 4196468 140734260352928 140622876629344 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18331] ppid=18315 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18331/stat : 18331 (java) S 18315 18315 16995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516238721 15508250624 7320 33554432000 4194304 4196468 140734260352928 140622875577392 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30728 KiB

[startup+0.21087 s]*
/proc/loadavg: 1.94 1.88 1.77 3/229 18331
/proc/meminfo: memFree=26046320/32770624 swapFree=66999780/67108860
[pid=18315] ppid=18312 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18315/stat : 18315 (xcsp3-exec) S 18312 18315 16995 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516238714 115843072 362 33554432000 4194304 5098028 140724701929456 140724701927560 139708011573884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38121472 140724701938555 140724701938797 140724701938797 140724701941706 0
/proc/18315/statm: 28282 362 304 221 0 87 0
[pid=18317] ppid=18315 vsize=15144776 memory=41004 CPUtime=0.34 cores=0,2,4,6
/proc/18317/stat : 18317 (java) S 18315 18315 16995 0 -1 1077944320 9466 0 0 0 32 2 0 0 20 0 15 0 516238715 15508250624 10251 33554432000 4194304 4196468 140734260352928 140734260335472 140623323676407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
/proc/18317/statm: 3786194 10251 3305 1 0 3748377 0
[pid=18317/tid=18318] ppid=18315 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/18317/task/18318/stat : 18318 (java) R 18315 18315 16995 0 -1 4202560 6644 0 0 0 18 2 0 0 20 0 15 0 516238715 15508250624 10251 33554432000 4194304 4196468 140734260352928 140623327914720 140623307720037 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18319] ppid=18315 vsize=15144776 memory=2669799 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18319/stat : 18319 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238716 15508250624 10251 33554432000 4194304 4196468 140734260352928 140623276296720 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18320] ppid=18315 vsize=15144776 memory=139782853462410 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18320/stat : 18320 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238716 15508250624 10251 33554432000 4194304 4196468 140734260352928 140623275244176 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18321] ppid=18315 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18321/stat : 18321 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238716 15508250624 10251 33554432000 4194304 4196468 140734260352928 140623274191120 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18322] ppid=18315 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18322/stat : 18322 (java) S 18315 18315 16995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516238716 15508250624 10251 33554432000 4194304 4196468 140734260352928 140623273138576 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18323] ppid=18315 vsize=15144776 memory=139782849840768 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18323/stat : 18323 (java) S 18315 18315 16995 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516238717 15508250624 10251 33554432000 4194304 4196468 140734260352928 140622883998448 140623323687554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18324] ppid=18315 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18324/stat : 18324 (java) S 18315 18315 16995 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516238718 15508250624 10251 33554432000 4194304 4196468 140734260352928 140622882944672 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18325] ppid=18315 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18325/stat : 18325 (java) S 18315 18315 16995 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516238718 15508250624 10251 33554432000 4194304 4196468 140734260352928 140622881891568 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18326] ppid=18315 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18326/stat : 18326 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15508250624 10251 33554432000 4194304 4196468 140734260352928 140622880840144 140623323695003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18327] ppid=18315 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18317/task/18327/stat : 18327 (java) R 18315 18315 16995 0 -1 4202560 620 0 0 0 1 0 0 0 20 0 15 0 516238720 15508250624 10251 33554432000 4194304 4196468 140734260352928 140622879787248 140623323687554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18328] ppid=18315 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18328/stat : 18328 (java) S 18315 18315 16995 0 -1 1077944384 152 0 0 0 2 0 0 0 20 0 15 0 516238720 15508250624 10251 33554432000 4194304 4196468 140734260352928 140622878734704 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18329] ppid=18315 vsize=15144776 memory=139782849840768 CPUtime=0.08 cores=0,2,4,6
/proc/18317/task/18329/stat : 18329 (java) R 18315 18315 16995 0 -1 4202560 746 0 0 0 8 0 0 0 20 0 15 0 516238720 15508250624 10251 33554432000 4194304 4196468 140734260352928 140622877681648 140623323697754 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18330] ppid=18315 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18330/stat : 18330 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15508250624 10251 33554432000 4194304 4196468 140734260352928 140622876629344 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18331] ppid=18315 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18331/stat : 18331 (java) S 18315 18315 16995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516238721 15508250624 10251 33554432000 4194304 4196468 140734260352928 140622875577392 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42452 KiB

[startup+0.310558 s]*
/proc/loadavg: 1.94 1.88 1.77 4/229 18331
/proc/meminfo: memFree=26039756/32770624 swapFree=66999780/67108860
[pid=18315] ppid=18312 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18315/stat : 18315 (xcsp3-exec) S 18312 18315 16995 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516238714 115843072 362 33554432000 4194304 5098028 140724701929456 140724701927560 139708011573884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38121472 140724701938555 140724701938797 140724701938797 140724701941706 0
/proc/18315/statm: 28282 362 304 221 0 87 0
[pid=18317] ppid=18315 vsize=15149032 memory=50052 CPUtime=0.52 cores=0,2,4,6
/proc/18317/stat : 18317 (java) S 18315 18315 16995 0 -1 1077944320 10903 0 0 0 49 3 0 0 20 0 15 0 516238715 15512608768 12513 33554432000 4194304 4196468 140734260352928 140734260335472 140623323676407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
/proc/18317/statm: 3787258 12513 3349 1 0 3748377 0
[pid=18317/tid=18318] ppid=18315 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/18317/task/18318/stat : 18318 (java) R 18315 18315 16995 0 -1 4202560 7855 0 0 0 27 2 0 0 20 0 15 0 516238715 15512608768 12513 33554432000 4194304 4196468 140734260352928 140623327909496 140623323698333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18319] ppid=18315 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18319/stat : 18319 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238716 15512608768 12513 33554432000 4194304 4196468 140734260352928 140623276296720 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18320] ppid=18315 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18320/stat : 18320 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238716 15512608768 12513 33554432000 4194304 4196468 140734260352928 140623275244176 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18321] ppid=18315 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18321/stat : 18321 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238716 15512608768 12513 33554432000 4194304 4196468 140734260352928 140623274191120 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18322] ppid=18315 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18322/stat : 18322 (java) S 18315 18315 16995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516238716 15512608768 12513 33554432000 4194304 4196468 140734260352928 140623273138576 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18323] ppid=18315 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18323/stat : 18323 (java) S 18315 18315 16995 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516238717 15512608768 12513 33554432000 4194304 4196468 140734260352928 140622883998448 140623323687554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18324] ppid=18315 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18324/stat : 18324 (java) S 18315 18315 16995 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516238718 15512608768 12513 33554432000 4194304 4196468 140734260352928 140622882944672 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18325] ppid=18315 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18325/stat : 18325 (java) S 18315 18315 16995 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516238718 15512608768 12513 33554432000 4194304 4196468 140734260352928 140622881891568 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18326] ppid=18315 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18326/stat : 18326 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15512608768 12513 33554432000 4194304 4196468 140734260352928 140622880840144 140623323695003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18327] ppid=18315 vsize=15149032 memory=7827413994055111515 CPUtime=0.03 cores=0,2,4,6
/proc/18317/task/18327/stat : 18327 (java) S 18315 18315 16995 0 -1 1077944384 655 0 0 0 3 0 0 0 20 0 15 0 516238720 15512608768 12513 33554432000 4194304 4196468 140734260352928 140622879787248 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18328] ppid=18315 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/18317/task/18328/stat : 18328 (java) S 18315 18315 16995 0 -1 1077944384 256 0 0 0 5 0 0 0 20 0 15 0 516238720 15512608768 12513 33554432000 4194304 4196468 140734260352928 140622878734704 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18329] ppid=18315 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/18317/task/18329/stat : 18329 (java) S 18315 18315 16995 0 -1 1077944384 833 0 0 0 12 0 0 0 20 0 15 0 516238720 15512608768 12513 33554432000 4194304 4196468 140734260352928 140622877681648 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18330] ppid=18315 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18330/stat : 18330 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15512608768 12513 33554432000 4194304 4196468 140734260352928 140622876629344 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18331] ppid=18315 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18331/stat : 18331 (java) S 18315 18315 16995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516238721 15512608768 12513 33554432000 4194304 4196468 140734260352928 140622875577392 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51500 KiB

[startup+0.700813 s]
/proc/loadavg: 1.94 1.88 1.77 4/229 18331
/proc/meminfo: memFree=26022700/32770624 swapFree=66999780/67108860
[pid=18315] ppid=18312 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18315/stat : 18315 (xcsp3-exec) S 18312 18315 16995 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516238714 115843072 362 33554432000 4194304 5098028 140724701929456 140724701927560 139708011573884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38121472 140724701938555 140724701938797 140724701938797 140724701941706 0
/proc/18315/statm: 28282 362 304 221 0 87 0
[pid=18317] ppid=18315 vsize=15151156 memory=86436 CPUtime=1.6 cores=0,2,4,6
/proc/18317/stat : 18317 (java) S 18315 18315 16995 0 -1 1077944320 18664 0 0 0 154 6 0 0 20 0 15 0 516238715 15514783744 21609 33554432000 4194304 4196468 140734260352928 140734260335472 140623323676407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
/proc/18317/statm: 3787789 21609 3461 1 0 3748889 0
[pid=18317/tid=18318] ppid=18315 vsize=15151156 memory=-3704326594973231466 CPUtime=0.67 cores=0,2,4,6
/proc/18317/task/18318/stat : 18318 (java) R 18315 18315 16995 0 -1 4202560 9533 0 0 0 64 3 0 0 20 0 15 0 516238715 15514783744 21609 33554432000 4194304 4196468 140734260352928 140623327914392 140622950620275 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18319] ppid=18315 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18319/stat : 18319 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238716 15514783744 21609 33554432000 4194304 4196468 140734260352928 140623276296720 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18320] ppid=18315 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18320/stat : 18320 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238716 15514783744 21609 33554432000 4194304 4196468 140734260352928 140623275244176 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18321] ppid=18315 vsize=15151156 memory=772 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18321/stat : 18321 (java) S 18315 18315 16995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516238716 15514783744 21609 33554432000 4194304 4196468 140734260352928 140623274191120 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18322] ppid=18315 vsize=15151156 memory=3648 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18322/stat : 18322 (java) S 18315 18315 16995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516238716 15514783744 21609 33554432000 4194304 4196468 140734260352928 140623273138576 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18323] ppid=18315 vsize=15151156 memory=948 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18323/stat : 18323 (java) S 18315 18315 16995 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516238717 15514783744 21609 33554432000 4194304 4196468 140734260352928 140622883998448 140623323687554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18324] ppid=18315 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18324/stat : 18324 (java) S 18315 18315 16995 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516238718 15514783744 21609 33554432000 4194304 4196468 140734260352928 140622882944672 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18325] ppid=18315 vsize=15151156 memory=9588 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18325/stat : 18325 (java) S 18315 18315 16995 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516238718 15514783744 21609 33554432000 4194304 4196468 140734260352928 140622881891568 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18326] ppid=18315 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18326/stat : 18326 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15514783744 21609 33554432000 4194304 4196468 140734260352928 140622880840144 140623323695003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18327] ppid=18315 vsize=15151156 memory=628 CPUtime=0.26 cores=0,2,4,6
/proc/18317/task/18327/stat : 18327 (java) R 18315 18315 16995 0 -1 4202560 3350 0 0 0 26 0 0 0 20 0 15 0 516238720 15514783744 21609 33554432000 4194304 4196468 140734260352928 140622879768664 140623307176605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18328] ppid=18315 vsize=15151156 memory=1056 CPUtime=0.29 cores=0,2,4,6
/proc/18317/task/18328/stat : 18328 (java) R 18315 18315 16995 0 -1 4202560 2322 0 0 0 29 0 0 0 20 0 15 0 516238720 15514783744 21609 33554432000 4194304 4196468 140734260352928 140622878715720 140623301693416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18329] ppid=18315 vsize=15151156 memory=1716 CPUtime=0.34 cores=0,2,4,6
/proc/18317/task/18329/stat : 18329 (java) S 18315 18315 16995 0 -1 1077944384 2151 0 0 0 34 0 0 0 20 0 15 0 516238720 15514783744 21609 33554432000 4194304 4196468 140734260352928 140622877681648 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18330] ppid=18315 vsize=15151156 memory=6176 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18330/stat : 18330 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15514783744 21675 33554432000 4194304 4196468 140734260352928 140622876629344 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18331] ppid=18315 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18331/stat : 18331 (java) S 18315 18315 16995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516238721 15514783744 21675 33554432000 4194304 4196468 140734260352928 140622875577392 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 87884 KiB

[startup+1.50081 s]
/proc/loadavg: 1.94 1.88 1.77 5/229 18331
/proc/meminfo: memFree=25979744/32770624 swapFree=66999780/67108860
[pid=18315] ppid=18312 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18315/stat : 18315 (xcsp3-exec) S 18312 18315 16995 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516238714 115843072 362 33554432000 4194304 5098028 140724701929456 140724701927560 139708011573884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38121472 140724701938555 140724701938797 140724701938797 140724701941706 0
/proc/18315/statm: 28282 362 304 221 0 87 0

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

/proc/18315/stat : 18315 (xcsp3-exec) S 18312 18315 16995 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516238714 115843072 362 33554432000 4194304 5098028 140724701929456 140724701927560 139708011573884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38121472 140724701938555 140724701938797 140724701938797 140724701941706 0
/proc/18315/statm: 28282 362 304 221 0 87 0
[pid=18317] ppid=18315 vsize=15151156 memory=216524 CPUtime=1274.38 cores=0,2,4,6
/proc/18317/stat : 18317 (java) S 18315 18315 16995 0 -1 1077944320 96309 0 0 0 127406 32 0 0 20 0 15 0 516238715 15514783744 54131 33554432000 4194304 4196468 140734260352928 140734260335472 140623323676407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
/proc/18317/statm: 3787789 54131 3517 1 0 3748889 0
[pid=18317/tid=18318] ppid=18315 vsize=15151156 memory=15252636593031516 CPUtime=1265.41 cores=0,2,4,6
/proc/18317/task/18318/stat : 18318 (java) R 18315 18315 16995 0 -1 4202560 18644 0 0 0 126535 6 0 0 20 0 15 0 516238715 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623327915280 140622955444756 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18319] ppid=18315 vsize=15151156 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18319/stat : 18319 (java) S 18315 18315 16995 0 -1 1077944384 1161 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623276296720 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18320] ppid=18315 vsize=15151156 memory=984 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18320/stat : 18320 (java) S 18315 18315 16995 0 -1 1077944384 2154 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623275244176 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18321] ppid=18315 vsize=15151156 memory=2024 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18321/stat : 18321 (java) S 18315 18315 16995 0 -1 1077944384 2349 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623274191120 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18322] ppid=18315 vsize=15151156 memory=1428 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18322/stat : 18322 (java) S 18315 18315 16995 0 -1 1077944384 1742 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623273138576 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18323] ppid=18315 vsize=15151156 memory=3624 CPUtime=0.04 cores=0,2,4,6
/proc/18317/task/18323/stat : 18323 (java) S 18315 18315 16995 0 -1 1077944384 2442 0 0 0 3 1 0 0 20 0 15 0 516238717 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622883998448 140623323687554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18324] ppid=18315 vsize=15151156 memory=55156 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18324/stat : 18324 (java) S 18315 18315 16995 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 516238718 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622882944736 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18325] ppid=18315 vsize=15151156 memory=984 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18325/stat : 18325 (java) S 18315 18315 16995 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 516238718 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622881891584 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18326] ppid=18315 vsize=15151156 memory=2024 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18326/stat : 18326 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622880840144 140623323695003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18327] ppid=18315 vsize=15151156 memory=1428 CPUtime=3.87 cores=0,2,4,6
/proc/18317/task/18327/stat : 18327 (java) S 18315 18315 16995 0 -1 1077944384 27269 0 0 0 384 3 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622879787248 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18328] ppid=18315 vsize=15151156 memory=1128 CPUtime=4.02 cores=0,2,4,6
/proc/18317/task/18328/stat : 18328 (java) S 18315 18315 16995 0 -1 1077944384 27559 0 0 0 398 4 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622878734704 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18329] ppid=18315 vsize=15151156 memory=2712 CPUtime=0.55 cores=0,2,4,6
/proc/18317/task/18329/stat : 18329 (java) S 18315 18315 16995 0 -1 1077944384 10578 0 0 0 53 2 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622877681648 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18330] ppid=18315 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18330/stat : 18330 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622876629344 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18331] ppid=18315 vsize=15151156 memory=3208 CPUtime=0.3 cores=0,2,4,6
/proc/18317/task/18331/stat : 18331 (java) S 18315 18315 16995 0 -1 1077944384 946 0 0 0 13 17 0 0 20 0 15 0 516238721 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622875577392 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
Current children cumulated CPU time: 1274.38 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 217972 KiB

[startup+1266.4 s]
/proc/loadavg: 1.91 1.92 1.89 3/229 18447
/proc/meminfo: memFree=25899728/32770624 swapFree=66999780/67108860
[pid=18315] ppid=18312 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18315/stat : 18315 (xcsp3-exec) S 18312 18315 16995 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516238714 115843072 362 33554432000 4194304 5098028 140724701929456 140724701927560 139708011573884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38121472 140724701938555 140724701938797 140724701938797 140724701941706 0
/proc/18315/statm: 28282 362 304 221 0 87 0
[pid=18317] ppid=18315 vsize=15151156 memory=216524 CPUtime=1275.18 cores=0,2,4,6
/proc/18317/stat : 18317 (java) S 18315 18315 16995 0 -1 1077944320 96309 0 0 0 127486 32 0 0 20 0 15 0 516238715 15514783744 54131 33554432000 4194304 4196468 140734260352928 140734260335472 140623323676407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
/proc/18317/statm: 3787789 54131 3517 1 0 3748889 0
[pid=18317/tid=18318] ppid=18315 vsize=15151156 memory=3648 CPUtime=1266.21 cores=0,2,4,6
/proc/18317/task/18318/stat : 18318 (java) R 18315 18315 16995 0 -1 4202560 18644 0 0 0 126615 6 0 0 20 0 15 0 516238715 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623327915280 140622954020011 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18319] ppid=18315 vsize=15151156 memory=948 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18319/stat : 18319 (java) S 18315 18315 16995 0 -1 1077944384 1161 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623276296720 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18320] ppid=18315 vsize=15151156 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18320/stat : 18320 (java) S 18315 18315 16995 0 -1 1077944384 2154 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623275244176 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18321] ppid=18315 vsize=15151156 memory=3248 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18321/stat : 18321 (java) S 18315 18315 16995 0 -1 1077944384 2349 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623274191120 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18322] ppid=18315 vsize=15151156 memory=1448 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18322/stat : 18322 (java) S 18315 18315 16995 0 -1 1077944384 1742 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623273138576 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18323] ppid=18315 vsize=15151156 memory=216524 CPUtime=0.04 cores=0,2,4,6
/proc/18317/task/18323/stat : 18323 (java) S 18315 18315 16995 0 -1 1077944384 2442 0 0 0 3 1 0 0 20 0 15 0 516238717 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622883998448 140623323687554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18324] ppid=18315 vsize=15151156 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18324/stat : 18324 (java) S 18315 18315 16995 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 516238718 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622882944736 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18325] ppid=18315 vsize=15151156 memory=2784 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18325/stat : 18325 (java) S 18315 18315 16995 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 516238718 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622881891584 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18326] ppid=18315 vsize=15151156 memory=2712 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18326/stat : 18326 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622880840144 140623323695003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18327] ppid=18315 vsize=15151156 memory=1448 CPUtime=3.87 cores=0,2,4,6
/proc/18317/task/18327/stat : 18327 (java) S 18315 18315 16995 0 -1 1077944384 27269 0 0 0 384 3 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622879787248 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18328] ppid=18315 vsize=15151156 memory=216524 CPUtime=4.02 cores=0,2,4,6
/proc/18317/task/18328/stat : 18328 (java) S 18315 18315 16995 0 -1 1077944384 27559 0 0 0 398 4 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622878734704 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18329] ppid=18315 vsize=15151156 memory=1412 CPUtime=0.55 cores=0,2,4,6
/proc/18317/task/18329/stat : 18329 (java) S 18315 18315 16995 0 -1 1077944384 10578 0 0 0 53 2 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622877681648 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18330] ppid=18315 vsize=15151156 memory=3248 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18330/stat : 18330 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622876629344 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18331] ppid=18315 vsize=15151156 memory=1448 CPUtime=0.3 cores=0,2,4,6
/proc/18317/task/18331/stat : 18331 (java) S 18315 18315 16995 0 -1 1077944384 946 0 0 0 13 17 0 0 20 0 15 0 516238721 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622875577392 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
Current children cumulated CPU time: 1275.18 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 217972 KiB

[startup+1266.8 s]
/proc/loadavg: 1.91 1.92 1.89 3/229 18447
/proc/meminfo: memFree=25899728/32770624 swapFree=66999780/67108860
[pid=18315] ppid=18312 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18315/stat : 18315 (xcsp3-exec) S 18312 18315 16995 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516238714 115843072 362 33554432000 4194304 5098028 140724701929456 140724701927560 139708011573884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38121472 140724701938555 140724701938797 140724701938797 140724701941706 0
/proc/18315/statm: 28282 362 304 221 0 87 0
[pid=18317] ppid=18315 vsize=15151156 memory=216524 CPUtime=1275.58 cores=0,2,4,6
/proc/18317/stat : 18317 (java) S 18315 18315 16995 0 -1 1077944320 96309 0 0 0 127526 32 0 0 20 0 15 0 516238715 15514783744 54131 33554432000 4194304 4196468 140734260352928 140734260335472 140623323676407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
/proc/18317/statm: 3787789 54131 3517 1 0 3748889 0
[pid=18317/tid=18318] ppid=18315 vsize=15151156 memory=216524 CPUtime=1266.61 cores=0,2,4,6
/proc/18317/task/18318/stat : 18318 (java) R 18315 18315 16995 0 -1 4202560 18644 0 0 0 126655 6 0 0 20 0 15 0 516238715 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623327915280 140623308887004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18319] ppid=18315 vsize=15151156 memory=216524 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18319/stat : 18319 (java) S 18315 18315 16995 0 -1 1077944384 1161 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623276296720 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18320] ppid=18315 vsize=15151156 memory=1164 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18320/stat : 18320 (java) S 18315 18315 16995 0 -1 1077944384 2154 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623275244176 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18321] ppid=18315 vsize=15151156 memory=288230574492221466 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18321/stat : 18321 (java) S 18315 18315 16995 0 -1 1077944384 2349 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623274191120 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18322] ppid=18315 vsize=15151156 memory=288230617509003574 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18322/stat : 18322 (java) S 18315 18315 16995 0 -1 1077944384 1742 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623273138576 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18323] ppid=18315 vsize=15151156 memory=15252636593031516 CPUtime=0.04 cores=0,2,4,6
/proc/18317/task/18323/stat : 18323 (java) S 18315 18315 16995 0 -1 1077944384 2442 0 0 0 3 1 0 0 20 0 15 0 516238717 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622883998448 140623323687554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18324] ppid=18315 vsize=15151156 memory=24876 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18324/stat : 18324 (java) S 18315 18315 16995 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 516238718 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622882944736 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18325] ppid=18315 vsize=15151156 memory=12024 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18325/stat : 18325 (java) S 18315 18315 16995 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 516238718 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622881891584 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18326] ppid=18315 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18326/stat : 18326 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622880840144 140623323695003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18327] ppid=18315 vsize=15151156 memory=500 CPUtime=3.87 cores=0,2,4,6
/proc/18317/task/18327/stat : 18327 (java) S 18315 18315 16995 0 -1 1077944384 27269 0 0 0 384 3 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622879787248 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18328] ppid=18315 vsize=15151156 memory=928 CPUtime=4.02 cores=0,2,4,6
/proc/18317/task/18328/stat : 18328 (java) S 18315 18315 16995 0 -1 1077944384 27559 0 0 0 398 4 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622878734704 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18329] ppid=18315 vsize=15151156 memory=1728 CPUtime=0.55 cores=0,2,4,6
/proc/18317/task/18329/stat : 18329 (java) S 18315 18315 16995 0 -1 1077944384 10578 0 0 0 53 2 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622877681648 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18330] ppid=18315 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18330/stat : 18330 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622876629344 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18331] ppid=18315 vsize=15151156 memory=860 CPUtime=0.3 cores=0,2,4,6
/proc/18317/task/18331/stat : 18331 (java) S 18315 18315 16995 0 -1 1077944384 946 0 0 0 13 17 0 0 20 0 15 0 516238721 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622875577392 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
Current children cumulated CPU time: 1275.58 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 217972 KiB

[startup+1266.9 s]
/proc/loadavg: 1.91 1.92 1.89 3/229 18447
/proc/meminfo: memFree=25899728/32770624 swapFree=66999780/67108860
[pid=18315] ppid=18312 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18315/stat : 18315 (xcsp3-exec) S 18312 18315 16995 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 516238714 115843072 362 33554432000 4194304 5098028 140724701929456 140724701927560 139708011573884 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38121472 140724701938555 140724701938797 140724701938797 140724701941706 0
/proc/18315/statm: 28282 362 304 221 0 87 0
[pid=18317] ppid=18315 vsize=15151156 memory=216524 CPUtime=1275.68 cores=0,2,4,6
/proc/18317/stat : 18317 (java) S 18315 18315 16995 0 -1 1077944320 96309 0 0 0 127536 32 0 0 20 0 15 0 516238715 15514783744 54131 33554432000 4194304 4196468 140734260352928 140734260335472 140623323676407 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
/proc/18317/statm: 3787789 54131 3517 1 0 3748889 0
[pid=18317/tid=18318] ppid=18315 vsize=15151156 memory=216524 CPUtime=1266.71 cores=0,2,4,6
/proc/18317/task/18318/stat : 18318 (java) R 18315 18315 16995 0 -1 4202560 18644 0 0 0 126665 6 0 0 20 0 15 0 516238715 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623327915280 140622954988157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18319] ppid=18315 vsize=15151156 memory=1448 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18319/stat : 18319 (java) S 18315 18315 16995 0 -1 1077944384 1161 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623276296720 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18320] ppid=18315 vsize=15151156 memory=216524 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18320/stat : 18320 (java) S 18315 18315 16995 0 -1 1077944384 2154 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623275244176 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18321] ppid=18315 vsize=15151156 memory=1448 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18321/stat : 18321 (java) S 18315 18315 16995 0 -1 1077944384 2349 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623274191120 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18322] ppid=18315 vsize=15151156 memory=216524 CPUtime=0.02 cores=0,2,4,6
/proc/18317/task/18322/stat : 18322 (java) S 18315 18315 16995 0 -1 1077944384 1742 0 0 0 2 0 0 0 20 0 15 0 516238716 15514783744 54131 33554432000 4194304 4196468 140734260352928 140623273138576 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18323] ppid=18315 vsize=15151156 memory=216524 CPUtime=0.04 cores=0,2,4,6
/proc/18317/task/18323/stat : 18323 (java) S 18315 18315 16995 0 -1 1077944384 2442 0 0 0 3 1 0 0 20 0 15 0 516238717 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622883998448 140623323687554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18324] ppid=18315 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18324/stat : 18324 (java) S 18315 18315 16995 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 516238718 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622882944736 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18325] ppid=18315 vsize=15151156 memory=216524 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18325/stat : 18325 (java) S 18315 18315 16995 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 15 0 516238718 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622881891584 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18326] ppid=18315 vsize=15151156 memory=279565463227968 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18326/stat : 18326 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622880840144 140623323695003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18327] ppid=18315 vsize=15151156 memory=55156 CPUtime=3.87 cores=0,2,4,6
/proc/18317/task/18327/stat : 18327 (java) S 18315 18315 16995 0 -1 1077944384 27269 0 0 0 384 3 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622879787248 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18328] ppid=18315 vsize=15151156 memory=1448 CPUtime=4.02 cores=0,2,4,6
/proc/18317/task/18328/stat : 18328 (java) S 18315 18315 16995 0 -1 1077944384 27559 0 0 0 398 4 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622878734704 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18329] ppid=18315 vsize=15151156 memory=216524 CPUtime=0.55 cores=0,2,4,6
/proc/18317/task/18329/stat : 18329 (java) S 18315 18315 16995 0 -1 1077944384 10578 0 0 0 53 2 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622877681648 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18330] ppid=18315 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/18317/task/18330/stat : 18330 (java) S 18315 18315 16995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516238720 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622876629344 140623323686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
[pid=18317/tid=18331] ppid=18315 vsize=15151156 memory=216524 CPUtime=0.3 cores=0,2,4,6
/proc/18317/task/18331/stat : 18331 (java) S 18315 18315 16995 0 -1 1077944384 946 0 0 0 13 17 0 0 20 0 15 0 516238721 15514783744 54131 33554432000 4194304 4196468 140734260352928 140622875577392 140623323687554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9961472 140734260360175 140734260360346 140734260360346 140734260363215 0
Current children cumulated CPU time: 1275.68 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 217972 KiB

Child status: 0
Real time (s): 1266.97
CPU time (s): 1275.76
CPU user time (s): 1275.43
CPU system time (s): 0.330075
CPU usage (%): 100.694
Max. virtual memory (cumulated for all children) (KiB): 15268448
Max. memory (cumulated for all children) (KiB): 245616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1275.43
system time used= 0.330075
maximum resident set size= 244168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97236
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30747
involuntary context switches= 1234


# summary of solver processes directly reported to runsolver:
#   pid: 18315
#   total CPU time (s): 1275.76
#   total CPU user time (s): 1275.43
#   total CPU system time (s): 0.330075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.45679 second user time and 12.824 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-25 09:22:43
IDJOB=4406497
IDBENCH=130150
IDSOLVER=2870
FILE ID=node106/4406497-1569399847
RUNJOBID= node106-1569392986-17026
PBS_JOBID= 21705697
Free space on /tmp= 23464 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-05.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406497-1569399847/watcher-4406497-1569399847 -o /tmp/evaluation-result-4406497-1569399847/solver-4406497-1569399847 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1569392986-17026 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 734900325 HOME/instance-4406497-1569399847.xml

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

MD5SUM BENCH= 28da73d1db83f7f431b4b8f6a2cf23fc
RANDOM SEED=734900325

node106.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.79
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.79
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.79
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.79
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:        26076252 kB
MemAvailable:   31612880 kB
Buffers:           92244 kB
Cached:          5636988 kB
SwapCached:         4516 kB
Active:          2761404 kB
Inactive:        3212776 kB
Active(anon):     239376 kB
Inactive(anon):    57300 kB
Active(file):    2522028 kB
Inactive(file):  3155476 kB
Unevictable:      107432 kB
Mlocked:          107432 kB
SwapTotal:      67108860 kB
SwapFree:       66999780 kB
Dirty:             26164 kB
Writeback:             0 kB
AnonPages:        313544 kB
Mapped:            68376 kB
Shmem:             43720 kB
Slab:             316812 kB
SReclaimable:     287584 kB
SUnreclaim:        29228 kB
KernelStack:        4064 kB
PageTables:         6160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1513924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23436 MiB
End job on node106 at 2019-09-25 09:43:51