Trace number 4269752

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT 10.8938 5.7431502

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0050-int.xml
MD5SUM7780e40de56b9bae3ab082521ef58da1
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 benchmark2.9581299
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints4900
Number of domains1
Minimum domain size49
Maximum domain size49
Distribution of domain sizes[{"size":49,"count":50}]
Minimum variable degree196
Maximum variable degree196
Distribution of variable degrees[{"degree":196,"count":50}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4900}]
Number of extensional constraints0
Number of intensional constraints4900
Distribution of constraint types[{"type":"intension","count":4900}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269752-1502791446.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269752-1502791446.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
9.96/5.40	c solve instance...
10.81/5.72	s SATISFIABLE
10.81/5.72	v <instantiation>
10.81/5.72	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
10.81/5.72	v 	<values>9 4 2 8 4 2 5 0 0 6 6 3 2 3 0 9 2 5 5 20 1 23 4 0 2 3 6 1 6 2 3 1 2 14 22 1 3 2 4 0 1 3 5 0 7 2 0 1 0 3 </values>
10.81/5.72	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 (12255 MiB free)
  memory of node 1: 16384 MiB (12863 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269752-1502791446/watcher-4269752-1502791446 -o /tmp/evaluation-result-4269752-1502791446/solver-4269752-1502791446 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502785522-15705 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1860620280 HOME/instance-4269752-1502791446.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=16763, runsolver pid=16760

[startup+0.100127 s]*
/proc/loadavg: 1.91 2.00 2.08 4/217 16779
/proc/meminfo: memFree=25706104/32770624 swapFree=67108860/67108860
[pid=16763] ppid=16760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16763/stat : 16763 (xcsp3-exec) S 16760 16763 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112216230 9740288 346 33554432000 4194304 5098028 140723136786976 140723136785080 140149709181564 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38699008 140723136791662 140723136791867 140723136791867 140723136794603 0
/proc/16763/statm: 2378 346 289 221 0 87 0
[pid=16765] ppid=16763 vsize=13978596 memory=27820 CPUtime=0.12 cores=0,2,4,6
/proc/16765/stat : 16765 (java) S 16763 16763 15674 0 -1 1077944320 5329 0 0 0 11 1 0 0 20 0 15 0 112216230 14314082304 6955 33554432000 4194304 4196468 140730950516032 140730950498576 140085169135351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
/proc/16765/statm: 3494649 6955 2862 1 0 3482966 0
[pid=16765/tid=16766] ppid=16763 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/16765/task/16766/stat : 16766 (java) R 16763 16763 15674 0 -1 4202560 3326 0 0 0 8 1 0 0 20 0 15 0 112216231 14314082304 6955 33554432000 4194304 4196468 140730950516032 140085173368624 140085169147286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16767] ppid=16763 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16767/stat : 16767 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216232 14314082304 6955 33554432000 4194304 4196468 140730950516032 140085125687824 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16768] ppid=16763 vsize=13978596 memory=140585446606464 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16768/stat : 16768 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216232 14314082304 6955 33554432000 4194304 4196468 140730950516032 140085124635280 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16769] ppid=16763 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16769/stat : 16769 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216232 14314082304 6955 33554432000 4194304 4196468 140730950516032 140084762831120 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16770] ppid=16763 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16770/stat : 16770 (java) S 16763 16763 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112216232 14314082304 6955 33554432000 4194304 4196468 140730950516032 140084761778576 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16771] ppid=16763 vsize=13978596 memory=140585446606464 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16771/stat : 16771 (java) S 16763 16763 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112216233 14314082304 6955 33554432000 4194304 4196468 140730950516032 140084643441392 140085169146498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16772] ppid=16763 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16772/stat : 16772 (java) S 16763 16763 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112216233 14314082304 6955 33554432000 4194304 4196468 140730950516032 140084642387616 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16773] ppid=16763 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16773/stat : 16773 (java) S 16763 16763 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112216233 14314082304 6955 33554432000 4194304 4196468 140730950516032 140084641334512 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16774] ppid=16763 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16774/stat : 16774 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14314082304 6955 33554432000 4194304 4196468 140730950516032 140084640283088 140085169153947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16775] ppid=16763 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16775/stat : 16775 (java) S 16763 16763 15674 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 112216236 14314082304 6955 33554432000 4194304 4196468 140730950516032 140084639230192 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16776] ppid=16763 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16776/stat : 16776 (java) S 16763 16763 15674 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 112216236 14314082304 6955 33554432000 4194304 4196468 140730950516032 140084638177648 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16777] ppid=16763 vsize=13978596 memory=140585446606464 CPUtime=0.01 cores=0,2,4,6
/proc/16765/task/16777/stat : 16777 (java) R 16763 16763 15674 0 -1 4202560 305 0 0 0 1 0 0 0 20 0 15 0 112216236 14314082304 6955 33554432000 4194304 4196468 140730950516032 140084637124592 140085147504020 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16778] ppid=16763 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16778/stat : 16778 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14314082304 6955 33554432000 4194304 4196468 140730950516032 140084636072288 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16779] ppid=16763 vsize=13978596 memory=140585446606464 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16779/stat : 16779 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216236 14314082304 6955 33554432000 4194304 4196468 140730950516032 140084635020336 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29204 KiB

[startup+0.210864 s]*
/proc/loadavg: 1.91 2.00 2.08 3/217 16779
/proc/meminfo: memFree=25694560/32770624 swapFree=67108860/67108860
[pid=16763] ppid=16760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16763/stat : 16763 (xcsp3-exec) S 16760 16763 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112216230 9740288 346 33554432000 4194304 5098028 140723136786976 140723136785080 140149709181564 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38699008 140723136791662 140723136791867 140723136791867 140723136794603 0
/proc/16763/statm: 2378 346 289 221 0 87 0
[pid=16765] ppid=16763 vsize=13982852 memory=39900 CPUtime=0.33 cores=0,2,4,6
/proc/16765/stat : 16765 (java) S 16763 16763 15674 0 -1 1077944320 8095 0 0 0 31 2 0 0 20 0 15 0 112216230 14318440448 9975 33554432000 4194304 4196468 140730950516032 140730950498576 140085169135351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
/proc/16765/statm: 3495713 9975 3029 1 0 3482966 0
[pid=16765/tid=16766] ppid=16763 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/16765/task/16766/stat : 16766 (java) D 16763 16763 15674 0 -1 1077944384 5335 0 0 0 18 1 0 0 20 0 15 0 112216231 14318440448 9975 33554432000 4194304 4196468 140730950516032 140085173344960 140085161814573 0 4 0 16800975 18446744072101613092 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16767] ppid=16763 vsize=13982852 memory=12543 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16767/stat : 16767 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216232 14318440448 9975 33554432000 4194304 4196468 140730950516032 140085125687824 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16768] ppid=16763 vsize=13982852 memory=140585446622422 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16768/stat : 16768 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216232 14318440448 9975 33554432000 4194304 4196468 140730950516032 140085124635280 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16769] ppid=16763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16769/stat : 16769 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216232 14318440448 9975 33554432000 4194304 4196468 140730950516032 140084762831120 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16770] ppid=16763 vsize=13982884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16770/stat : 16770 (java) S 16763 16763 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112216232 14318473216 9975 33554432000 4194304 4196468 140730950516032 140084761778576 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16771] ppid=16763 vsize=13982884 memory=140585446606464 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16771/stat : 16771 (java) S 16763 16763 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112216233 14318473216 9975 33554432000 4194304 4196468 140730950516032 140084643441392 140085169146498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16772] ppid=16763 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16772/stat : 16772 (java) S 16763 16763 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112216233 14318440448 9975 33554432000 4194304 4196468 140730950516032 140084642387616 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16773] ppid=16763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16773/stat : 16773 (java) S 16763 16763 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112216233 14318440448 9975 33554432000 4194304 4196468 140730950516032 140084641334512 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16774] ppid=16763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16774/stat : 16774 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14318440448 9975 33554432000 4194304 4196468 140730950516032 140084640283088 140085169153947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16775] ppid=16763 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16765/task/16775/stat : 16775 (java) S 16763 16763 15674 0 -1 1077944384 452 0 0 0 3 0 0 0 20 0 15 0 112216236 14318440448 9975 33554432000 4194304 4196468 140730950516032 140084639230192 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16776] ppid=16763 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/16765/task/16776/stat : 16776 (java) S 16763 16763 15674 0 -1 1077944384 310 0 0 0 1 0 0 0 20 0 15 0 112216236 14318440448 9975 33554432000 4194304 4196468 140730950516032 140084638177648 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16777] ppid=16763 vsize=13982852 memory=140585446606464 CPUtime=0.07 cores=0,2,4,6
/proc/16765/task/16777/stat : 16777 (java) S 16763 16763 15674 0 -1 1077944384 709 0 0 0 7 0 0 0 20 0 15 0 112216236 14318440448 9975 33554432000 4194304 4196468 140730950516032 140084637124592 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16778] ppid=16763 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16778/stat : 16778 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14318440448 9975 33554432000 4194304 4196468 140730950516032 140084636072288 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16779] ppid=16763 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16779/stat : 16779 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216236 14318473216 9975 33554432000 4194304 4196468 140730950516032 140084635020336 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41284 KiB

[startup+0.312541 s]*
/proc/loadavg: 1.91 2.00 2.08 4/217 16779
/proc/meminfo: memFree=25687784/32770624 swapFree=67108860/67108860
[pid=16763] ppid=16760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16763/stat : 16763 (xcsp3-exec) S 16760 16763 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112216230 9740288 346 33554432000 4194304 5098028 140723136786976 140723136785080 140149709181564 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38699008 140723136791662 140723136791867 140723136791867 140723136794603 0
/proc/16763/statm: 2378 346 289 221 0 87 0
[pid=16765] ppid=16763 vsize=13982852 memory=47248 CPUtime=0.51 cores=0,2,4,6
/proc/16765/stat : 16765 (java) S 16763 16763 15674 0 -1 1077944320 8986 0 0 0 48 3 0 0 20 0 15 0 112216230 14318440448 11812 33554432000 4194304 4196468 140730950516032 140730950498576 140085169135351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
/proc/16765/statm: 3495713 11812 3077 1 0 3482966 0
[pid=16765/tid=16766] ppid=16763 vsize=13982852 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/16765/task/16766/stat : 16766 (java) S 16763 16763 15674 0 -1 1077944384 5925 0 0 0 28 2 0 0 20 0 15 0 112216231 14318440448 11812 33554432000 4194304 4196468 140730950516032 140085173373248 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16767] ppid=16763 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16767/stat : 16767 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216232 14318440448 11812 33554432000 4194304 4196468 140730950516032 140085125687824 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16768] ppid=16763 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16768/stat : 16768 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216232 14318440448 11812 33554432000 4194304 4196468 140730950516032 140085124635280 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16769] ppid=16763 vsize=13982852 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16769/stat : 16769 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216232 14318440448 11812 33554432000 4194304 4196468 140730950516032 140084762831120 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16770] ppid=16763 vsize=13982852 memory=7593697182111006371 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16770/stat : 16770 (java) S 16763 16763 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112216232 14318440448 11812 33554432000 4194304 4196468 140730950516032 140084761778576 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16771] ppid=16763 vsize=13982852 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16771/stat : 16771 (java) S 16763 16763 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112216233 14318440448 11812 33554432000 4194304 4196468 140730950516032 140084643441392 140085169146498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16772] ppid=16763 vsize=13982852 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16772/stat : 16772 (java) S 16763 16763 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112216233 14318440448 11812 33554432000 4194304 4196468 140730950516032 140084642387616 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16773] ppid=16763 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16773/stat : 16773 (java) S 16763 16763 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112216233 14318440448 11812 33554432000 4194304 4196468 140730950516032 140084641334512 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16774] ppid=16763 vsize=13982852 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16774/stat : 16774 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14318440448 11812 33554432000 4194304 4196468 140730950516032 140084640283088 140085169153947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16775] ppid=16763 vsize=13982852 memory=4713750055892520310 CPUtime=0.04 cores=0,2,4,6
/proc/16765/task/16775/stat : 16775 (java) R 16763 16763 15674 0 -1 4202560 458 0 0 0 4 0 0 0 20 0 15 0 112216236 14318440448 11812 33554432000 4194304 4196468 140730950516032 140084639230288 140085154746048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16776] ppid=16763 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16765/task/16776/stat : 16776 (java) R 16763 16763 15674 0 -1 1077944384 440 0 0 0 3 0 0 0 20 0 15 0 112216236 14318440448 11812 33554432000 4194304 4196468 140730950516032 140084638177648 140085169146498 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16777] ppid=16763 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16765/task/16777/stat : 16777 (java) R 16763 16763 15674 0 -1 4202560 860 0 0 0 12 0 0 0 20 0 15 0 112216236 14318440448 11812 33554432000 4194304 4196468 140730950516032 140084637121768 140085147674405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16778] ppid=16763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16778/stat : 16778 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14318440448 11812 33554432000 4194304 4196468 140730950516032 140084636072288 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16779] ppid=16763 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16779/stat : 16779 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216236 14318440448 11812 33554432000 4194304 4196468 140730950516032 140084635020336 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48632 KiB

[startup+0.700786 s]
/proc/loadavg: 1.91 2.00 2.08 5/217 16779
/proc/meminfo: memFree=25660084/32770624 swapFree=67108860/67108860
[pid=16763] ppid=16760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16763/stat : 16763 (xcsp3-exec) S 16760 16763 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112216230 9740288 346 33554432000 4194304 5098028 140723136786976 140723136785080 140149709181564 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38699008 140723136791662 140723136791867 140723136791867 140723136794603 0
/proc/16763/statm: 2378 346 289 221 0 87 0
[pid=16765] ppid=16763 vsize=13984976 memory=99732 CPUtime=1.72 cores=0,2,4,6
/proc/16765/stat : 16765 (java) S 16763 16763 15674 0 -1 1077944320 12472 0 0 0 167 5 0 0 20 0 15 0 112216230 14320615424 24933 33554432000 4194304 4196468 140730950516032 140730950498576 140085169135351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
/proc/16765/statm: 3496244 24933 3195 1 0 3483478 0
[pid=16765/tid=16766] ppid=16763 vsize=13984976 memory=31660 CPUtime=0.66 cores=0,2,4,6
/proc/16765/task/16766/stat : 16766 (java) R 16763 16763 15674 0 -1 4202560 6509 0 0 0 63 3 0 0 20 0 15 0 112216231 14320615424 24933 33554432000 4194304 4196468 140730950516032 140085173355008 140084808169741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16767] ppid=16763 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16767/stat : 16767 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216232 14320615424 24933 33554432000 4194304 4196468 140730950516032 140085125687824 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16768] ppid=16763 vsize=13984976 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16768/stat : 16768 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216232 14320615424 24933 33554432000 4194304 4196468 140730950516032 140085124635280 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16769] ppid=16763 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16769/stat : 16769 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216232 14320615424 24933 33554432000 4194304 4196468 140730950516032 140084762831120 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16770] ppid=16763 vsize=13984976 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16770/stat : 16770 (java) S 16763 16763 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112216232 14320615424 24933 33554432000 4194304 4196468 140730950516032 140084761778576 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16771] ppid=16763 vsize=13984976 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16771/stat : 16771 (java) S 16763 16763 15674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112216233 14320615424 24933 33554432000 4194304 4196468 140730950516032 140084643441392 140085169146498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16772] ppid=16763 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16772/stat : 16772 (java) S 16763 16763 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112216233 14320615424 24933 33554432000 4194304 4196468 140730950516032 140084642387616 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16773] ppid=16763 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16773/stat : 16773 (java) S 16763 16763 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112216233 14320615424 24933 33554432000 4194304 4196468 140730950516032 140084641334512 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16774] ppid=16763 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16774/stat : 16774 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 24933 33554432000 4194304 4196468 140730950516032 140084640283088 140085169153947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16775] ppid=16763 vsize=13984976 memory=5300 CPUtime=0.39 cores=0,2,4,6
/proc/16765/task/16775/stat : 16775 (java) R 16763 16763 15674 0 -1 4202560 1538 0 0 0 39 0 0 0 20 0 15 0 112216236 14320615424 24933 33554432000 4194304 4196468 140730950516032 140084639230192 140085152348230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16776] ppid=16763 vsize=13984976 memory=4616 CPUtime=0.32 cores=0,2,4,6
/proc/16765/task/16776/stat : 16776 (java) R 16763 16763 15674 0 -1 4202560 1399 0 0 0 32 0 0 0 20 0 15 0 112216236 14320615424 24933 33554432000 4194304 4196468 140730950516032 140084638168240 140085162241013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16777] ppid=16763 vsize=13984976 memory=1928 CPUtime=0.31 cores=0,2,4,6
/proc/16765/task/16777/stat : 16777 (java) S 16763 16763 15674 0 -1 1077944384 1718 0 0 0 31 0 0 0 20 0 15 0 112216236 14320615424 24933 33554432000 4194304 4196468 140730950516032 140084637124592 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16778] ppid=16763 vsize=13984976 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16778/stat : 16778 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 24933 33554432000 4194304 4196468 140730950516032 140084636072288 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16779] ppid=16763 vsize=13984976 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16779/stat : 16779 (java) S 16763 16763 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 24933 33554432000 4194304 4196468 140730950516032 140084635020336 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 101116 KiB

[startup+1.50086 s]
/proc/loadavg: 1.91 2.00 2.08 4/217 16779
/proc/meminfo: memFree=25594856/32770624 swapFree=67108860/67108860
[pid=16763] ppid=16760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16763/stat : 16763 (xcsp3-exec) S 16760 16763 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112216230 9740288 346 33554432000 4194304 5098028 140723136786976 140723136785080 140149709181564 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38699008 140723136791662 140723136791867 140723136791867 140723136794603 0
/proc/16763/statm: 2378 346 289 221 0 87 0

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

/proc/16763/stat : 16763 (xcsp3-exec) S 16760 16763 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112216230 9740288 346 33554432000 4194304 5098028 140723136786976 140723136785080 140149709181564 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38699008 140723136791662 140723136791867 140723136791867 140723136794603 0
/proc/16763/statm: 2378 346 289 221 0 87 0
[pid=16765] ppid=16763 vsize=13984976 memory=724056 CPUtime=9.31 cores=0,2,4,6
/proc/16765/stat : 16765 (java) S 16763 16763 15674 0 -1 1077944320 24834 0 0 0 867 64 0 0 20 0 15 0 112216230 14320615424 181014 33554432000 4194304 4196468 140730950516032 140730950498576 140085169135351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
/proc/16765/statm: 3496244 181014 3261 1 0 3483478 0
[pid=16765/tid=16766] ppid=16763 vsize=13984976 memory=6791534058613427641 CPUtime=3.88 cores=0,2,4,6
/proc/16765/task/16766/stat : 16766 (java) R 16763 16763 15674 0 -1 4202560 7572 0 0 0 383 5 0 0 20 0 15 0 112216231 14320615424 181014 33554432000 4194304 4196468 140730950516032 140085173371568 140084808414933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16767] ppid=16763 vsize=13984976 memory=32500 CPUtime=0.82 cores=0,2,4,6
/proc/16765/task/16767/stat : 16767 (java) S 16763 16763 15674 0 -1 1077944384 1744 0 0 0 68 14 0 0 20 0 15 0 112216232 14320615424 181014 33554432000 4194304 4196468 140730950516032 140085125687824 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16768] ppid=16763 vsize=13984976 memory=0 CPUtime=0.81 cores=0,2,4,6
/proc/16765/task/16768/stat : 16768 (java) S 16763 16763 15674 0 -1 1077944384 1044 0 0 0 68 13 0 0 20 0 15 0 112216232 14320615424 181014 33554432000 4194304 4196468 140730950516032 140085124635280 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16769] ppid=16763 vsize=13984976 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/16765/task/16769/stat : 16769 (java) S 16763 16763 15674 0 -1 1077944384 1546 0 0 0 69 13 0 0 20 0 15 0 112216232 14320615424 181014 33554432000 4194304 4196468 140730950516032 140084762831120 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16770] ppid=16763 vsize=13984976 memory=6941573596379046505 CPUtime=0.82 cores=0,2,4,6
/proc/16765/task/16770/stat : 16770 (java) S 16763 16763 15674 0 -1 1077944384 1249 0 0 0 69 13 0 0 20 0 15 0 112216232 14320615424 181014 33554432000 4194304 4196468 140730950516032 140084761778576 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16771] ppid=16763 vsize=13984976 memory=6941573596379046505 CPUtime=0.03 cores=0,2,4,6
/proc/16765/task/16771/stat : 16771 (java) S 16763 16763 15674 0 -1 1077944384 1516 0 0 0 3 0 0 0 20 0 15 0 112216233 14320615424 181014 33554432000 4194304 4196468 140730950516032 140084643441392 140085169146498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16772] ppid=16763 vsize=13984976 memory=3976733718748687464 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16772/stat : 16772 (java) S 16763 16763 15674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 112216233 14320615424 181014 33554432000 4194304 4196468 140730950516032 140084642387616 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16773] ppid=16763 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16773/stat : 16773 (java) S 16763 16763 15674 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 112216233 14320615424 181014 33554432000 4194304 4196468 140730950516032 140084641334512 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16774] ppid=16763 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16774/stat : 16774 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 181014 33554432000 4194304 4196468 140730950516032 140084640283088 140085169153947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16775] ppid=16763 vsize=13984976 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/16765/task/16775/stat : 16775 (java) S 16763 16763 15674 0 -1 1077944384 2110 0 0 0 77 0 0 0 20 0 15 0 112216236 14320615424 181014 33554432000 4194304 4196468 140730950516032 140084639230192 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16776] ppid=16763 vsize=13984976 memory=70 CPUtime=0.78 cores=0,2,4,6
/proc/16765/task/16776/stat : 16776 (java) S 16763 16763 15674 0 -1 1077944384 2094 0 0 0 78 0 0 0 20 0 15 0 112216236 14320615424 181014 33554432000 4194304 4196468 140730950516032 140084638177648 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16777] ppid=16763 vsize=13984976 memory=60 CPUtime=0.48 cores=0,2,4,6
/proc/16765/task/16777/stat : 16777 (java) S 16763 16763 15674 0 -1 1077944384 4593 0 0 0 48 0 0 0 20 0 15 0 112216236 14320615424 181014 33554432000 4194304 4196468 140730950516032 140084637124592 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16778] ppid=16763 vsize=13984976 memory=46 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16778/stat : 16778 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 181014 33554432000 4194304 4196468 140730950516032 140084636072288 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16779] ppid=16763 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16779/stat : 16779 (java) S 16763 16763 15674 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 181014 33554432000 4194304 4196468 140730950516032 140084635020336 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
Current children cumulated CPU time: 9.31 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 725440 KiB

[startup+5.20076 s]
/proc/loadavg: 2.00 2.02 2.08 3/217 16779
/proc/meminfo: memFree=25009132/32770624 swapFree=67108860/67108860
[pid=16763] ppid=16760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16763/stat : 16763 (xcsp3-exec) S 16760 16763 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112216230 9740288 346 33554432000 4194304 5098028 140723136786976 140723136785080 140149709181564 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38699008 140723136791662 140723136791867 140723136791867 140723136794603 0
/proc/16763/statm: 2378 346 289 221 0 87 0
[pid=16765] ppid=16763 vsize=13984976 memory=724060 CPUtime=9.72 cores=0,2,4,6
/proc/16765/stat : 16765 (java) S 16763 16763 15674 0 -1 1077944320 24895 0 0 0 908 64 0 0 20 0 15 0 112216230 14320615424 181015 33554432000 4194304 4196468 140730950516032 140730950498576 140085169135351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
/proc/16765/statm: 3496244 181015 3261 1 0 3483478 0
[pid=16765/tid=16766] ppid=16763 vsize=13984976 memory=288230621803970871 CPUtime=4.28 cores=0,2,4,6
/proc/16765/task/16766/stat : 16766 (java) R 16763 16763 15674 0 -1 4202560 7573 0 0 0 423 5 0 0 20 0 15 0 112216231 14320615424 181015 33554432000 4194304 4196468 140730950516032 140085173371568 140084808414896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16767] ppid=16763 vsize=13984976 memory=14699582244260269 CPUtime=0.82 cores=0,2,4,6
/proc/16765/task/16767/stat : 16767 (java) S 16763 16763 15674 0 -1 1077944384 1744 0 0 0 68 14 0 0 20 0 15 0 112216232 14320615424 181015 33554432000 4194304 4196468 140730950516032 140085125687824 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16768] ppid=16763 vsize=13984976 memory=1428 CPUtime=0.81 cores=0,2,4,6
/proc/16765/task/16768/stat : 16768 (java) S 16763 16763 15674 0 -1 1077944384 1044 0 0 0 68 13 0 0 20 0 15 0 112216232 14320615424 181015 33554432000 4194304 4196468 140730950516032 140085124635280 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16769] ppid=16763 vsize=13984976 memory=1196 CPUtime=0.82 cores=0,2,4,6
/proc/16765/task/16769/stat : 16769 (java) S 16763 16763 15674 0 -1 1077944384 1546 0 0 0 69 13 0 0 20 0 15 0 112216232 14320615424 181015 33554432000 4194304 4196468 140730950516032 140084762831120 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16770] ppid=16763 vsize=13984976 memory=2241 CPUtime=0.82 cores=0,2,4,6
/proc/16765/task/16770/stat : 16770 (java) S 16763 16763 15674 0 -1 1077944384 1249 0 0 0 69 13 0 0 20 0 15 0 112216232 14320615424 181015 33554432000 4194304 4196468 140730950516032 140084761778576 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16771] ppid=16763 vsize=13984976 memory=2244 CPUtime=0.03 cores=0,2,4,6
/proc/16765/task/16771/stat : 16771 (java) S 16763 16763 15674 0 -1 1077944384 1516 0 0 0 3 0 0 0 20 0 15 0 112216233 14320615424 181015 33554432000 4194304 4196468 140730950516032 140084643441392 140085169146498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16772] ppid=16763 vsize=13984976 memory=-7812193691859142048 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16772/stat : 16772 (java) S 16763 16763 15674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 112216233 14320615424 181015 33554432000 4194304 4196468 140730950516032 140084642387616 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16773] ppid=16763 vsize=13984976 memory=-7737621075815351712 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16773/stat : 16773 (java) S 16763 16763 15674 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 112216233 14320615424 181015 33554432000 4194304 4196468 140730950516032 140084641334512 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16774] ppid=16763 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16774/stat : 16774 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 181015 33554432000 4194304 4196468 140730950516032 140084640283088 140085169153947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16775] ppid=16763 vsize=13984976 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/16765/task/16775/stat : 16775 (java) S 16763 16763 15674 0 -1 1077944384 2110 0 0 0 77 0 0 0 20 0 15 0 112216236 14320615424 181015 33554432000 4194304 4196468 140730950516032 140084639230192 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16776] ppid=16763 vsize=13984976 memory=3684120402823164085 CPUtime=0.78 cores=0,2,4,6
/proc/16765/task/16776/stat : 16776 (java) S 16763 16763 15674 0 -1 1077944384 2094 0 0 0 78 0 0 0 20 0 15 0 112216236 14320615424 181015 33554432000 4194304 4196468 140730950516032 140084638177648 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16777] ppid=16763 vsize=13984976 memory=-8171376296011865461 CPUtime=0.48 cores=0,2,4,6
/proc/16765/task/16777/stat : 16777 (java) S 16763 16763 15674 0 -1 1077944384 4593 0 0 0 48 0 0 0 20 0 15 0 112216236 14320615424 181015 33554432000 4194304 4196468 140730950516032 140084637124592 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16778] ppid=16763 vsize=13984976 memory=6944652027076318631 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16778/stat : 16778 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 181015 33554432000 4194304 4196468 140730950516032 140084636072288 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16779] ppid=16763 vsize=13984976 memory=908 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16779/stat : 16779 (java) S 16763 16763 15674 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 181015 33554432000 4194304 4196468 140730950516032 140084635020336 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
Current children cumulated CPU time: 9.72 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 725444 KiB

[startup+5.6008 s]
/proc/loadavg: 2.00 2.02 2.08 3/217 16779
/proc/meminfo: memFree=25009132/32770624 swapFree=67108860/67108860
[pid=16763] ppid=16760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16763/stat : 16763 (xcsp3-exec) S 16760 16763 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112216230 9740288 346 33554432000 4194304 5098028 140723136786976 140723136785080 140149709181564 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38699008 140723136791662 140723136791867 140723136791867 140723136794603 0
/proc/16763/statm: 2378 346 289 221 0 87 0
[pid=16765] ppid=16763 vsize=13984976 memory=725008 CPUtime=10.56 cores=0,2,4,6
/proc/16765/stat : 16765 (java) S 16763 16763 15674 0 -1 1077944320 26278 0 0 0 992 64 0 0 20 0 15 0 112216230 14320615424 181252 33554432000 4194304 4196468 140730950516032 140730950498576 140085169135351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
/proc/16765/statm: 3496244 181252 3272 1 0 3483478 0
[pid=16765/tid=16766] ppid=16763 vsize=13984976 memory=0 CPUtime=4.69 cores=0,2,4,6
/proc/16765/task/16766/stat : 16766 (java) R 16763 16763 15674 0 -1 4202560 7813 0 0 0 463 6 0 0 20 0 15 0 112216231 14320615424 181252 33554432000 4194304 4196468 140730950516032 140085173374208 140085169147286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16767] ppid=16763 vsize=13984976 memory=1384 CPUtime=0.82 cores=0,2,4,6
/proc/16765/task/16767/stat : 16767 (java) S 16763 16763 15674 0 -1 1077944384 1744 0 0 0 68 14 0 0 20 0 15 0 112216232 14320615424 181252 33554432000 4194304 4196468 140730950516032 140085125687824 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16768] ppid=16763 vsize=13984976 memory=723984 CPUtime=0.81 cores=0,2,4,6
/proc/16765/task/16768/stat : 16768 (java) S 16763 16763 15674 0 -1 1077944384 1044 0 0 0 68 13 0 0 20 0 15 0 112216232 14320615424 181252 33554432000 4194304 4196468 140730950516032 140085124635280 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16769] ppid=16763 vsize=13984976 memory=2400 CPUtime=0.82 cores=0,2,4,6
/proc/16765/task/16769/stat : 16769 (java) S 16763 16763 15674 0 -1 1077944384 1546 0 0 0 69 13 0 0 20 0 15 0 112216232 14320615424 181252 33554432000 4194304 4196468 140730950516032 140084762831120 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16770] ppid=16763 vsize=13984976 memory=1728 CPUtime=0.82 cores=0,2,4,6
/proc/16765/task/16770/stat : 16770 (java) S 16763 16763 15674 0 -1 1077944384 1249 0 0 0 69 13 0 0 20 0 15 0 112216232 14320615424 181252 33554432000 4194304 4196468 140730950516032 140084761778576 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16771] ppid=16763 vsize=13984976 memory=12032 CPUtime=0.03 cores=0,2,4,6
/proc/16765/task/16771/stat : 16771 (java) S 16763 16763 15674 0 -1 1077944384 1516 0 0 0 3 0 0 0 20 0 15 0 112216233 14320615424 181252 33554432000 4194304 4196468 140730950516032 140084643441392 140085169146498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16772] ppid=16763 vsize=13984976 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16772/stat : 16772 (java) S 16763 16763 15674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 112216233 14320615424 181252 33554432000 4194304 4196468 140730950516032 140084642387616 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16773] ppid=16763 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16773/stat : 16773 (java) S 16763 16763 15674 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 112216233 14320615424 181252 33554432000 4194304 4196468 140730950516032 140084641334512 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16774] ppid=16763 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16774/stat : 16774 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 181252 33554432000 4194304 4196468 140730950516032 140084640283088 140085169153947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16775] ppid=16763 vsize=13984976 memory=1228 CPUtime=0.96 cores=0,2,4,6
/proc/16765/task/16775/stat : 16775 (java) R 16763 16763 15674 0 -1 4202560 2662 0 0 0 96 0 0 0 20 0 15 0 112216236 14320615424 181252 33554432000 4194304 4196468 140730950516032 140084639230192 140085162120393 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16776] ppid=16763 vsize=13984976 memory=5300 CPUtime=0.98 cores=0,2,4,6
/proc/16765/task/16776/stat : 16776 (java) R 16763 16763 15674 0 -1 4202560 2520 0 0 0 98 0 0 0 20 0 15 0 112216236 14320615424 181252 33554432000 4194304 4196468 140730950516032 140084638163872 140085155163191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16777] ppid=16763 vsize=13984976 memory=4616 CPUtime=0.54 cores=0,2,4,6
/proc/16765/task/16777/stat : 16777 (java) S 16763 16763 15674 0 -1 1077944384 4758 0 0 0 54 0 0 0 20 0 15 0 112216236 14320615424 181252 33554432000 4194304 4196468 140730950516032 140084637124592 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16778] ppid=16763 vsize=13984976 memory=1928 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16778/stat : 16778 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 181252 33554432000 4194304 4196468 140730950516032 140084636072288 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16779] ppid=16763 vsize=13984976 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16779/stat : 16779 (java) S 16763 16763 15674 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 181252 33554432000 4194304 4196468 140730950516032 140084635020336 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
Current children cumulated CPU time: 10.56 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 726392 KiB

[startup+5.70157 s]
/proc/loadavg: 2.00 2.02 2.08 3/217 16779
/proc/meminfo: memFree=25009132/32770624 swapFree=67108860/67108860
[pid=16763] ppid=16760 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16763/stat : 16763 (xcsp3-exec) S 16760 16763 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112216230 9740288 346 33554432000 4194304 5098028 140723136786976 140723136785080 140149709181564 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38699008 140723136791662 140723136791867 140723136791867 140723136794603 0
/proc/16763/statm: 2378 346 289 221 0 87 0
[pid=16765] ppid=16763 vsize=13984976 memory=725108 CPUtime=10.81 cores=0,2,4,6
/proc/16765/stat : 16765 (java) S 16763 16763 15674 0 -1 1077944320 26346 0 0 0 1016 65 0 0 20 0 15 0 112216230 14320615424 181277 33554432000 4194304 4196468 140730950516032 140730950498576 140085169135351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
/proc/16765/statm: 3496244 181277 3272 1 0 3483478 0
[pid=16765/tid=16766] ppid=16763 vsize=13984976 memory=1384 CPUtime=4.79 cores=0,2,4,6
/proc/16765/task/16766/stat : 16766 (java) R 16763 16763 15674 0 -1 4202560 7820 0 0 0 473 6 0 0 20 0 15 0 112216231 14320615424 181277 33554432000 4194304 4196468 140730950516032 140085173372384 140085153450588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16767] ppid=16763 vsize=13984976 memory=724060 CPUtime=0.82 cores=0,2,4,6
/proc/16765/task/16767/stat : 16767 (java) S 16763 16763 15674 0 -1 1077944384 1744 0 0 0 68 14 0 0 20 0 15 0 112216232 14320615424 181277 33554432000 4194304 4196468 140730950516032 140085125687824 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16768] ppid=16763 vsize=13984976 memory=0 CPUtime=0.81 cores=0,2,4,6
/proc/16765/task/16768/stat : 16768 (java) S 16763 16763 15674 0 -1 1077944384 1044 0 0 0 68 13 0 0 20 0 15 0 112216232 14320615424 181277 33554432000 4194304 4196468 140730950516032 140085124635280 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16769] ppid=16763 vsize=13984976 memory=-6948614817169703622 CPUtime=0.82 cores=0,2,4,6
/proc/16765/task/16769/stat : 16769 (java) S 16763 16763 15674 0 -1 1077944384 1546 0 0 0 69 13 0 0 20 0 15 0 112216232 14320615424 181277 33554432000 4194304 4196468 140730950516032 140084762831120 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16770] ppid=16763 vsize=13984976 memory=-3252517613199061085 CPUtime=0.82 cores=0,2,4,6
/proc/16765/task/16770/stat : 16770 (java) S 16763 16763 15674 0 -1 1077944384 1249 0 0 0 69 13 0 0 20 0 15 0 112216232 14320615424 181277 33554432000 4194304 4196468 140730950516032 140084761778576 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16771] ppid=16763 vsize=13984976 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/16765/task/16771/stat : 16771 (java) S 16763 16763 15674 0 -1 1077944384 1516 0 0 0 3 0 0 0 20 0 15 0 112216233 14320615424 181277 33554432000 4194304 4196468 140730950516032 140084643441392 140085169146498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16772] ppid=16763 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16772/stat : 16772 (java) S 16763 16763 15674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 112216233 14320615424 181277 33554432000 4194304 4196468 140730950516032 140084642387616 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16773] ppid=16763 vsize=13984976 memory=140585285483488 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16773/stat : 16773 (java) S 16763 16763 15674 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 112216233 14320615424 181277 33554432000 4194304 4196468 140730950516032 140084641334512 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16774] ppid=16763 vsize=13984976 memory=369528 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16774/stat : 16774 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 181277 33554432000 4194304 4196468 140730950516032 140084640283088 140085169153947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16775] ppid=16763 vsize=13984976 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/16765/task/16775/stat : 16775 (java) R 16763 16763 15674 0 -1 4202560 2684 0 0 0 102 0 0 0 20 0 15 0 112216236 14320615424 181277 33554432000 4194304 4196468 140730950516032 140084639220176 140085161424640 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16776] ppid=16763 vsize=13984976 memory=0 CPUtime=1.04 cores=0,2,4,6
/proc/16765/task/16776/stat : 16776 (java) R 16763 16763 15674 0 -1 4202560 2532 0 0 0 104 0 0 0 20 0 15 0 112216236 14320615424 181277 33554432000 4194304 4196468 140730950516032 140084638159216 140085149769472 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16777] ppid=16763 vsize=13984976 memory=7523376918531162212 CPUtime=0.55 cores=0,2,4,6
/proc/16765/task/16777/stat : 16777 (java) S 16763 16763 15674 0 -1 1077944384 4785 0 0 0 55 0 0 0 20 0 15 0 112216236 14320615424 181277 33554432000 4194304 4196468 140730950516032 140084637124592 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16778] ppid=16763 vsize=13984976 memory=7523107478184158290 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16778/stat : 16778 (java) S 16763 16763 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 181277 33554432000 4194304 4196468 140730950516032 140084636072288 140085169145557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
[pid=16765/tid=16779] ppid=16763 vsize=13984976 memory=8099833259852652885 CPUtime=0 cores=0,2,4,6
/proc/16765/task/16779/stat : 16779 (java) S 16763 16763 15674 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 112216236 14320615424 181277 33554432000 4194304 4196468 140730950516032 140084635020336 140085169146498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 34279424 140730950517911 140730950518087 140730950518087 140730950520783 0
Current children cumulated CPU time: 10.81 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 726492 KiB

Child status: 0
Real time (s): 5.74315
CPU time (s): 10.8938
CPU user time (s): 10.2337
CPU system time (s): 0.660101
CPU usage (%): 189.683
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 726492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.2337
system time used= 0.660101
maximum resident set size= 726256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26959
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= 2596
involuntary context switches= 302


# summary of solver processes directly reported to runsolver:
#   pid: 16763
#   total CPU time (s): 10.8938
#   total CPU user time (s): 10.2337
#   total CPU system time (s): 0.660101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051471 second user time and 0.10773 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-15 11:49:48
IDJOB=4269752
IDBENCH=126922
IDSOLVER=2660
FILE ID=node105/4269752-1502791446
RUNJOBID= node105-1502785522-15705
PBS_JOBID= 20629123
Free space on /tmp= 60652 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0050-int.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269752-1502791446/watcher-4269752-1502791446 -o /tmp/evaluation-result-4269752-1502791446/solver-4269752-1502791446 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502785522-15705 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1860620280 HOME/instance-4269752-1502791446.xml

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

MD5SUM BENCH= 7780e40de56b9bae3ab082521ef58da1
RANDOM SEED=1860620280

node105.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.17
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.17
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.17
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.17
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:        25722256 kB
MemAvailable:   31281596 kB
Buffers:          232344 kB
Cached:          5599464 kB
SwapCached:            0 kB
Active:          1460856 kB
Inactive:        5119816 kB
Active(anon):     751144 kB
Inactive(anon):    25060 kB
Active(file):     709712 kB
Inactive(file):  5094756 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7752 kB
Writeback:             0 kB
AnonPages:        754232 kB
Mapped:            57948 kB
Shmem:             25228 kB
Slab:             167924 kB
SReclaimable:     141416 kB
SUnreclaim:        26508 kB
KernelStack:        3600 kB
PageTables:         6700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2267892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    649216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60644 MiB
End job on node105 at 2017-08-15 11:49:53