Trace number 4269856

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 29.791901 23.7048

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-ewddr2-3.xml
MD5SUM5ef074aeb11af1fe72f101ddf8b307c4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.55292302
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains47
Minimum domain size107
Maximum domain size151
Distribution of domain sizes[{"size":107,"count":10},{"size":117,"count":10},{"size":118,"count":10},{"size":121,"count":10},{"size":129,"count":10},{"size":134,"count":10},{"size":142,"count":20},{"size":145,"count":10},{"size":151,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269856-1502847964.xml"  -tl '2520s' -p 1 -x 0
0.09/0.27	c [HOME/instance-4269856-1502847964.xml, -tl, 2520s, -p, 1, -x, 0]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
21.03/16.84	c solve instance...
29.65/23.68	s SATISFIABLE
29.65/23.68	v <instantiation>
29.65/23.68	v 	<list>x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 </list>
29.65/23.68	v 	<values>0 1 45 61 147 53 155 156 164 165 0 1 7 6 18 19 27 26 37 73 86 61 95 94 121 122 135 134 148 147 0 1 7 6 27 26 36 37 47 48 80 61 98 97 106 105 122 121 136 137 16 17 37 38 135 52 147 148 179 178 5 4 35 61 80 52 92 93 107 108 21 20 53 54 64 61 80 81 92 91 16 17 25 24 36 37 53 52 64 65 71 61 81 80 92 93 106 105 123 122 </values>
29.65/23.68	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 (14895 MiB free)
  memory of node 1: 16384 MiB (15562 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269856-1502847964/watcher-4269856-1502847964 -o /tmp/evaluation-result-4269856-1502847964/solver-4269856-1502847964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1879873991 HOME/instance-4269856-1502847964.xml 

running on 4 cores: 1,3,5,7

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

solver pid=15306, runsolver pid=15303

[startup+0.100157 s]*
/proc/loadavg: 2.24 2.06 2.06 3/203 15313
/proc/meminfo: memFree=31181280/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15306/stat : 15306 (xcsp3-exec) S 15303 15306 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73137015 9740288 345 18446744073709551615 4194304 5098028 140722318624128 140722318622232 140380072514172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 30236672 140722318631288 140722318631493 140722318631493 140722318634987 0
/proc/15306/statm: 2378 345 289 221 0 87 0
[pid=15308] ppid=15306 vsize=13441356 memory=16940 CPUtime=0.01 cores=1,3,5,7
/proc/15308/stat : 15308 (java) S 15306 15306 11586 0 -1 1077944320 3529 0 0 0 1 0 0 0 20 0 7 0 73137023 13763948544 4235 18446744073709551615 4194304 4196468 140733496016864 140733495999408 139795027816183 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
/proc/15308/statm: 3360339 4235 1981 1 0 3349836 0
[pid=15308/tid=15309] ppid=15306 vsize=13441356 memory=4206989191851631162 CPUtime=0.01 cores=1,3,5,7
/proc/15308/task/15309/stat : 15309 (java) R 15306 15306 11586 0 -1 4202560 2298 0 0 0 1 0 0 0 20 0 7 0 73137024 13763948544 4301 18446744073709551615 4194304 4196468 140733496016864 139795032058640 139795027838109 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15310] ppid=15306 vsize=13441356 memory=3461490422784611977 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15310/stat : 15310 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 73137024 13763948544 4301 18446744073709551615 4194304 4196468 140733496016864 139794947230352 139795027826389 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15311] ppid=15306 vsize=13441356 memory=139818154927744 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15311/stat : 15311 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 73137024 13763948544 4301 18446744073709551615 4194304 4196468 140733496016864 139794946177552 139795027826389 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15312] ppid=15306 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15312/stat : 15312 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 73137024 13763948544 4301 18446744073709551615 4194304 4196468 140733496016864 139794625587600 139795027826389 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15313] ppid=15306 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15313/stat : 15313 (java) S 15306 15306 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 73137024 13763948544 4301 18446744073709551615 4194304 4196468 140733496016864 139794624534800 139795027826389 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15314] ppid=15306 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15314/stat : 15314 (java) S 15306 15306 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 73137026 13763948544 4301 18446744073709551615 4194304 4196468 140733496016864 139793944497008 139795027827330 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13450868 KiB
Current children cumulated memory: 18320 KiB

[startup+0.209981 s]*
/proc/loadavg: 2.24 2.06 2.06 3/212 15322
/proc/meminfo: memFree=31175104/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15306/stat : 15306 (xcsp3-exec) S 15303 15306 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73137015 9740288 345 18446744073709551615 4194304 5098028 140722318624128 140722318622232 140380072514172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 30236672 140722318631288 140722318631493 140722318631493 140722318634987 0
/proc/15306/statm: 2378 345 289 221 0 87 0
[pid=15308] ppid=15306 vsize=13974352 memory=26700 CPUtime=0.09 cores=1,3,5,7
/proc/15308/stat : 15308 (java) S 15306 15306 11586 0 -1 1077944320 5071 0 0 0 8 1 0 0 20 0 15 0 73137023 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 140733495999408 139795027816183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
/proc/15308/statm: 3493588 6675 2757 1 0 3482964 0
[pid=15308/tid=15309] ppid=15306 vsize=13974352 memory=-6730461888199627105 CPUtime=0.07 cores=1,3,5,7
/proc/15308/task/15309/stat : 15309 (java) R 15306 15306 11586 0 -1 4202560 3226 0 0 0 7 0 0 0 20 0 15 0 73137024 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139795032046512 139795027838109 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15310] ppid=15306 vsize=13974352 memory=4211973544359718282 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15310/stat : 15310 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73137024 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139794947230352 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15311] ppid=15306 vsize=13974352 memory=139818154927744 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15311/stat : 15311 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73137024 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139794946177552 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15312] ppid=15306 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15312/stat : 15312 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73137024 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139794625587600 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15313] ppid=15306 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15313/stat : 15313 (java) S 15306 15306 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73137024 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139794624534800 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15314] ppid=15306 vsize=13974352 memory=139818154927744 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15314/stat : 15314 (java) S 15306 15306 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73137026 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139793944497008 139795027827330 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15315] ppid=15306 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15315/stat : 15315 (java) S 15306 15306 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73137026 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139793943442976 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15316] ppid=15306 vsize=13974352 memory=139818154927744 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15316/stat : 15316 (java) S 15306 15306 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73137026 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139793942390128 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15317] ppid=15306 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15317/stat : 15317 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139793941338448 139795027834779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15318] ppid=15306 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15318/stat : 15318 (java) S 15306 15306 11586 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 73137029 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139793940285808 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15319] ppid=15306 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15319/stat : 15319 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139793939233008 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15320] ppid=15306 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15320/stat : 15320 (java) S 15306 15306 11586 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 15 0 73137029 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139793602177136 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15321] ppid=15306 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15321/stat : 15321 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139793601124576 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15322] ppid=15306 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15322/stat : 15322 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73137034 14309736448 6675 18446744073709551615 4194304 4196468 140733496016864 139793600072880 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28080 KiB

[startup+0.310449 s]*
/proc/loadavg: 2.24 2.06 2.06 4/212 15322
/proc/meminfo: memFree=31161900/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15306/stat : 15306 (xcsp3-exec) S 15303 15306 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73137015 9740288 345 18446744073709551615 4194304 5098028 140722318624128 140722318622232 140380072514172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 30236672 140722318631288 140722318631493 140722318631493 140722318634987 0
/proc/15306/statm: 2378 345 289 221 0 87 0
[pid=15308] ppid=15306 vsize=13974352 memory=37404 CPUtime=0.28 cores=1,3,5,7
/proc/15308/stat : 15308 (java) S 15306 15306 11586 0 -1 1077944320 8913 0 0 0 26 2 0 0 20 0 15 0 73137023 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 140733495999408 139795027816183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
/proc/15308/statm: 3493588 9351 2967 1 0 3482964 0
[pid=15308/tid=15309] ppid=15306 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/15308/task/15309/stat : 15309 (java) R 15306 15306 11586 0 -1 4202560 6088 0 0 0 16 1 0 0 20 0 15 0 73137024 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139795032038560 139795011896670 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15310] ppid=15306 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15310/stat : 15310 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73137024 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139794947230352 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15311] ppid=15306 vsize=13974352 memory=139818154938337 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15311/stat : 15311 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73137024 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139794946177552 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15312] ppid=15306 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15312/stat : 15312 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73137024 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139794625587600 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15313] ppid=15306 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15313/stat : 15313 (java) S 15306 15306 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73137024 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139794624534800 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15314] ppid=15306 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15314/stat : 15314 (java) S 15306 15306 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73137026 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139793944497008 139795027827330 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15315] ppid=15306 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15315/stat : 15315 (java) S 15306 15306 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73137026 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139793943442976 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15316] ppid=15306 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15316/stat : 15316 (java) S 15306 15306 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73137026 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139793942390128 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15317] ppid=15306 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15317/stat : 15317 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139793941338448 139795027834779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15318] ppid=15306 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/15308/task/15318/stat : 15318 (java) R 15306 15306 11586 0 -1 4202560 434 0 0 0 1 0 0 0 20 0 15 0 73137029 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139793940285808 139795013880365 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15319] ppid=15306 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15308/task/15319/stat : 15319 (java) R 15306 15306 11586 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 15 0 73137029 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139793939233008 139795027827330 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15320] ppid=15306 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/15308/task/15320/stat : 15320 (java) R 15306 15306 11586 0 -1 4202560 732 0 0 0 6 0 0 0 20 0 15 0 73137029 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139793602177136 139795020053310 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15321] ppid=15306 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15321/stat : 15321 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139793601124576 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15322] ppid=15306 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15322/stat : 15322 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73137034 14309736448 9351 18446744073709551615 4194304 4196468 140733496016864 139793600072880 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38784 KiB

[startup+0.700723 s]
/proc/loadavg: 2.24 2.06 2.06 4/212 15322
/proc/meminfo: memFree=31153208/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15306/stat : 15306 (xcsp3-exec) S 15303 15306 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73137015 9740288 345 18446744073709551615 4194304 5098028 140722318624128 140722318622232 140380072514172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 30236672 140722318631288 140722318631493 140722318631493 140722318634987 0
/proc/15306/statm: 2378 345 289 221 0 87 0
[pid=15308] ppid=15306 vsize=13980732 memory=72420 CPUtime=1.26 cores=1,3,5,7
/proc/15308/stat : 15308 (java) S 15306 15306 11586 0 -1 1077944320 13175 0 0 0 121 5 0 0 20 0 15 0 73137023 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 140733495999408 139795027816183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
/proc/15308/statm: 3495183 18105 3177 1 0 3483476 0
[pid=15308/tid=15309] ppid=15306 vsize=13980732 memory=8242257093008635445 CPUtime=0.55 cores=1,3,5,7
/proc/15308/task/15309/stat : 15309 (java) R 15306 15306 11586 0 -1 4202560 8413 0 0 0 52 3 0 0 20 0 15 0 73137024 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139795032053856 139795027828118 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15310] ppid=15306 vsize=13980732 memory=5788925847987705959 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15310/stat : 15310 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73137024 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139794947230352 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15311] ppid=15306 vsize=13980732 memory=7666631141572832339 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15311/stat : 15311 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73137024 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139794946177552 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15312] ppid=15306 vsize=13980732 memory=734122130331934768 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15312/stat : 15312 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73137024 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139794625587600 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15313] ppid=15306 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15313/stat : 15313 (java) S 15306 15306 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73137024 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139794624534800 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15314] ppid=15306 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15314/stat : 15314 (java) S 15306 15306 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73137026 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139793944497008 139795027827330 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15315] ppid=15306 vsize=13980732 memory=139818029818480 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15315/stat : 15315 (java) S 15306 15306 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73137026 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139793943442976 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15316] ppid=15306 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15316/stat : 15316 (java) S 15306 15306 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73137026 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139793942390128 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15317] ppid=15306 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15317/stat : 15317 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139793941338448 139795027834779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15318] ppid=15306 vsize=13980732 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/15308/task/15318/stat : 15318 (java) R 15306 15306 11586 0 -1 4202560 1028 0 0 0 20 0 0 0 20 0 15 0 73137029 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139793940272832 139795012942251 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15319] ppid=15306 vsize=13980732 memory=7809523229951467568 CPUtime=0.17 cores=1,3,5,7
/proc/15308/task/15319/stat : 15319 (java) R 15306 15306 11586 0 -1 4202560 929 0 0 0 17 0 0 0 20 0 15 0 73137029 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139793939211648 139795005411729 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15320] ppid=15306 vsize=13980732 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/15308/task/15320/stat : 15320 (java) S 15306 15306 11586 0 -1 1077944384 1498 0 0 0 30 0 0 0 20 0 15 0 73137029 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139793602177136 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15321] ppid=15306 vsize=13980732 memory=-6079436537918267177 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15321/stat : 15321 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139793601124576 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15322] ppid=15306 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15322/stat : 15322 (java) S 15306 15306 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73137034 14316269568 18105 18446744073709551615 4194304 4196468 140733496016864 139793600072880 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 73800 KiB

[startup+1.50087 s]
/proc/loadavg: 2.24 2.06 2.06 3/212 15322
/proc/meminfo: memFree=31049204/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15306/stat : 15306 (xcsp3-exec) S 15303 15306 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73137015 9740288 345 18446744073709551615 4194304 5098028 140722318624128 140722318622232 140380072514172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 30236672 140722318631288 140722318631493 140722318631493 140722318634987 0
/proc/15306/statm: 2378 345 289 221 0 87 0
[pid=15308] ppid=15306 vsize=13980732 memory=218552 CPUtime=2.4 cores=1,3,5,7
/proc/15308/stat : 15308 (java) S 15306 15306 11586 0 -1 1077944320 13644 0 0 0 227 13 0 0 20 0 15 0 73137023 14316269568 54638 18446744073709551615 4194304 4196468 140733496016864 140733495999408 139795027816183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
/proc/15308/statm: 3495183 54638 3196 1 0 3483476 0
[pid=15308/tid=15309] ppid=15306 vsize=13980732 memory=40572 CPUtime=1.31 cores=1,3,5,7
/proc/15308/task/15309/stat : 15309 (java) R 15306 15306 11586 0 -1 4202560 8478 0 0 0 126 5 0 0 20 0 15 0 73137024 14316269568 54638 18446744073709551615 4194304 4196468 140733496016864 139795032054304 139794629582390 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15310] ppid=15306 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15308/task/15310/stat : 15310 (java) S 15306 15306 11586 0 -1 1077944384 44 0 0 0 1 1 0 0 20 0 15 0 73137024 14316269568 54638 18446744073709551615 4194304 4196468 140733496016864 139794947230352 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15311] ppid=15306 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15308/task/15311/stat : 15311 (java) S 15306 15306 11586 0 -1 1077944384 53 0 0 0 1 1 0 0 20 0 15 0 73137024 14316269568 54638 18446744073709551615 4194304 4196468 140733496016864 139794946177552 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15312] ppid=15306 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15308/task/15312/stat : 15312 (java) S 15306 15306 11586 0 -1 1077944384 87 0 0 0 1 1 0 0 20 0 15 0 73137024 14316269568 54638 18446744073709551615 4194304 4196468 140733496016864 139794625587600 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15313] ppid=15306 vsize=13980732 memory=-1624781813439352349 CPUtime=0.02 cores=1,3,5,7
/proc/15308/task/15313/stat : 15313 (java) S 15306 15306 11586 0 -1 1077944384 63 0 0 0 1 1 0 0 20 0 15 0 73137024 14316269568 54638 18446744073709551615 4194304 4196468 140733496016864 139794624534800 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15314] ppid=15306 vsize=13980732 memory=-7880843606118635149 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15314/stat : 15314 (java) S 15306 15306 11586 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 73137026 14316269568 54638 18446744073709551615 4194304 4196468 140733496016864 139793944497008 139795027827330 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15315] ppid=15306 vsize=13980732 memory=8976414709404591081 CPUtime=0 cores=1,3,5,7

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

/proc/15308/task/15311/stat : 15311 (java) S 15306 15306 11586 0 -1 1077944384 1317 0 0 0 72 31 0 0 20 0 15 0 73137024 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139794946177552 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15312] ppid=15306 vsize=13980732 memory=8292148123324110535 CPUtime=1.04 cores=1,3,5,7
/proc/15308/task/15312/stat : 15312 (java) S 15306 15306 11586 0 -1 1077944384 1043 0 0 0 73 31 0 0 20 0 15 0 73137024 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139794625587600 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15313] ppid=15306 vsize=13980732 memory=1380 CPUtime=1.01 cores=1,3,5,7
/proc/15308/task/15313/stat : 15313 (java) S 15306 15306 11586 0 -1 1077944384 1496 0 0 0 70 31 0 0 20 0 15 0 73137024 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139794624534800 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15314] ppid=15306 vsize=13980732 memory=2860760 CPUtime=0.07 cores=1,3,5,7
/proc/15308/task/15314/stat : 15314 (java) S 15306 15306 11586 0 -1 1077944384 3635 0 0 0 7 0 0 0 20 0 15 0 73137026 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793944497008 139795027827330 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15315] ppid=15306 vsize=13980732 memory=7596841878862391889 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15315/stat : 15315 (java) S 15306 15306 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73137026 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793943442976 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15316] ppid=15306 vsize=13980732 memory=7381514573944351329 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15316/stat : 15316 (java) S 15306 15306 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 73137026 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793942390128 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15317] ppid=15306 vsize=13980732 memory=7593726936802291810 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15317/stat : 15317 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793941338448 139795027834779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15318] ppid=15306 vsize=13980732 memory=796 CPUtime=1.14 cores=1,3,5,7
/proc/15308/task/15318/stat : 15318 (java) S 15306 15306 11586 0 -1 1077944384 3189 0 0 0 113 1 0 0 20 0 15 0 73137029 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793940285808 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15319] ppid=15306 vsize=13980732 memory=9992 CPUtime=1.14 cores=1,3,5,7
/proc/15308/task/15319/stat : 15319 (java) S 15306 15306 11586 0 -1 1077944384 3707 0 0 0 113 1 0 0 20 0 15 0 73137029 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793939233008 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15320] ppid=15306 vsize=13980732 memory=1716 CPUtime=0.61 cores=1,3,5,7
/proc/15308/task/15320/stat : 15320 (java) S 15306 15306 11586 0 -1 1077944384 3165 0 0 0 60 1 0 0 20 0 15 0 73137029 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793602177136 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15321] ppid=15306 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15321/stat : 15321 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793601124576 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15322] ppid=15306 vsize=13980732 memory=2860760 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15322/stat : 15322 (java) S 15306 15306 11586 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 73137034 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793600072880 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
Current children cumulated CPU time: 26.68 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2862220 KiB

[startup+22.4008 s]
/proc/loadavg: 2.10 2.04 2.05 3/212 15322
/proc/meminfo: memFree=28336172/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15306/stat : 15306 (xcsp3-exec) S 15303 15306 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73137015 9740288 345 18446744073709551615 4194304 5098028 140722318624128 140722318622232 140380072514172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 30236672 140722318631288 140722318631493 140722318631493 140722318634987 0
/proc/15306/statm: 2378 345 289 221 0 87 0
[pid=15308] ppid=15306 vsize=13980732 memory=2860840 CPUtime=28.3 cores=1,3,5,7
/proc/15308/stat : 15308 (java) S 15306 15306 11586 0 -1 1077944320 32450 0 0 0 2671 159 0 0 20 0 15 0 73137023 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 140733495999408 139795027816183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
/proc/15308/statm: 3495183 715210 3237 1 0 3483476 0
[pid=15308/tid=15309] ppid=15306 vsize=13980732 memory=1728 CPUtime=21.12 cores=1,3,5,7
/proc/15308/task/15309/stat : 15309 (java) R 15306 15306 11586 0 -1 4202560 12341 0 0 0 2084 28 0 0 20 0 15 0 73137024 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139795032053224 139794625729357 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15310] ppid=15306 vsize=13980732 memory=5788 CPUtime=1.03 cores=1,3,5,7
/proc/15308/task/15310/stat : 15310 (java) S 15306 15306 11586 0 -1 1077944384 1232 0 0 0 73 30 0 0 20 0 15 0 73137024 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139794947230352 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15311] ppid=15306 vsize=13980732 memory=1996 CPUtime=1.03 cores=1,3,5,7
/proc/15308/task/15311/stat : 15311 (java) S 15306 15306 11586 0 -1 1077944384 1317 0 0 0 72 31 0 0 20 0 15 0 73137024 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139794946177552 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15312] ppid=15306 vsize=13980732 memory=139818030082386 CPUtime=1.04 cores=1,3,5,7
/proc/15308/task/15312/stat : 15312 (java) S 15306 15306 11586 0 -1 1077944384 1043 0 0 0 73 31 0 0 20 0 15 0 73137024 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139794625587600 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15313] ppid=15306 vsize=13980732 memory=7307438350545409104 CPUtime=1.01 cores=1,3,5,7
/proc/15308/task/15313/stat : 15313 (java) S 15306 15306 11586 0 -1 1077944384 1496 0 0 0 70 31 0 0 20 0 15 0 73137024 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139794624534800 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15314] ppid=15306 vsize=13980732 memory=-7088785026379990432 CPUtime=0.07 cores=1,3,5,7
/proc/15308/task/15314/stat : 15314 (java) S 15306 15306 11586 0 -1 1077944384 3635 0 0 0 7 0 0 0 20 0 15 0 73137026 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793944497008 139795027827330 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15315] ppid=15306 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15315/stat : 15315 (java) S 15306 15306 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73137026 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793943442976 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15316] ppid=15306 vsize=13980732 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15316/stat : 15316 (java) S 15306 15306 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 73137026 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793942390128 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15317] ppid=15306 vsize=13980732 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15317/stat : 15317 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793941338448 139795027834779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15318] ppid=15306 vsize=13980732 memory=8980 CPUtime=1.15 cores=1,3,5,7
/proc/15308/task/15318/stat : 15318 (java) S 15306 15306 11586 0 -1 1077944384 3189 0 0 0 114 1 0 0 20 0 15 0 73137029 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793940285808 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15319] ppid=15306 vsize=13980732 memory=4616 CPUtime=1.14 cores=1,3,5,7
/proc/15308/task/15319/stat : 15319 (java) S 15306 15306 11586 0 -1 1077944384 3707 0 0 0 113 1 0 0 20 0 15 0 73137029 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793939233008 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15320] ppid=15306 vsize=13980732 memory=1440 CPUtime=0.62 cores=1,3,5,7
/proc/15308/task/15320/stat : 15320 (java) S 15306 15306 11586 0 -1 1077944384 3166 0 0 0 61 1 0 0 20 0 15 0 73137029 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793602177136 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15321] ppid=15306 vsize=13980732 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15321/stat : 15321 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793601124576 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15322] ppid=15306 vsize=13980732 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/15308/task/15322/stat : 15322 (java) S 15306 15306 11586 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 73137034 14316269568 715210 18446744073709551615 4194304 4196468 140733496016864 139793600072880 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
Current children cumulated CPU time: 28.3 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2862220 KiB

[startup+23.2008 s]
/proc/loadavg: 2.10 2.04 2.05 3/212 15322
/proc/meminfo: memFree=28336172/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15306/stat : 15306 (xcsp3-exec) S 15303 15306 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73137015 9740288 345 18446744073709551615 4194304 5098028 140722318624128 140722318622232 140380072514172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 30236672 140722318631288 140722318631493 140722318631493 140722318634987 0
/proc/15306/statm: 2378 345 289 221 0 87 0
[pid=15308] ppid=15306 vsize=13980732 memory=2860948 CPUtime=29.24 cores=1,3,5,7
/proc/15308/stat : 15308 (java) S 15306 15306 11586 0 -1 1077944320 32470 0 0 0 2765 159 0 0 20 0 15 0 73137023 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 140733495999408 139795027816183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
/proc/15308/statm: 3495183 715237 3240 1 0 3483476 0
[pid=15308/tid=15309] ppid=15306 vsize=13980732 memory=1559 CPUtime=21.92 cores=1,3,5,7
/proc/15308/task/15309/stat : 15309 (java) R 15306 15306 11586 0 -1 4202560 12341 0 0 0 2164 28 0 0 20 0 15 0 73137024 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139795032053224 139794631425354 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15310] ppid=15306 vsize=13980732 memory=-8774313645642428999 CPUtime=1.03 cores=1,3,5,7
/proc/15308/task/15310/stat : 15310 (java) S 15306 15306 11586 0 -1 1077944384 1232 0 0 0 73 30 0 0 20 0 15 0 73137024 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139794947230352 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15311] ppid=15306 vsize=13980732 memory=1008 CPUtime=1.03 cores=1,3,5,7
/proc/15308/task/15311/stat : 15311 (java) S 15306 15306 11586 0 -1 1077944384 1317 0 0 0 72 31 0 0 20 0 15 0 73137024 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139794946177552 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15312] ppid=15306 vsize=13980732 memory=1232 CPUtime=1.04 cores=1,3,5,7
/proc/15308/task/15312/stat : 15312 (java) S 15306 15306 11586 0 -1 1077944384 1043 0 0 0 73 31 0 0 20 0 15 0 73137024 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139794625587600 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15313] ppid=15306 vsize=13980732 memory=8980 CPUtime=1.01 cores=1,3,5,7
/proc/15308/task/15313/stat : 15313 (java) S 15306 15306 11586 0 -1 1077944384 1496 0 0 0 70 31 0 0 20 0 15 0 73137024 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139794624534800 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15314] ppid=15306 vsize=13980732 memory=4616 CPUtime=0.07 cores=1,3,5,7
/proc/15308/task/15314/stat : 15314 (java) S 15306 15306 11586 0 -1 1077944384 3635 0 0 0 7 0 0 0 20 0 15 0 73137026 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793944497008 139795027827330 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15315] ppid=15306 vsize=13980732 memory=164 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15315/stat : 15315 (java) S 15306 15306 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73137026 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793943442976 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15316] ppid=15306 vsize=13980732 memory=592566622606197012 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15316/stat : 15316 (java) S 15306 15306 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 73137026 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793942390128 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15317] ppid=15306 vsize=13980732 memory=303993203403785577 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15317/stat : 15317 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793941338448 139795027834779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15318] ppid=15306 vsize=13980732 memory=302644102622344774 CPUtime=1.19 cores=1,3,5,7
/proc/15308/task/15318/stat : 15318 (java) S 15306 15306 11586 0 -1 1077944384 3191 0 0 0 118 1 0 0 20 0 15 0 73137029 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793940285808 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15319] ppid=15306 vsize=13980732 memory=7014470023182641773 CPUtime=1.24 cores=1,3,5,7
/proc/15308/task/15319/stat : 15319 (java) S 15306 15306 11586 0 -1 1077944384 3725 0 0 0 123 1 0 0 20 0 15 0 73137029 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793939233008 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15320] ppid=15306 vsize=13980732 memory=7446247152798755154 CPUtime=0.62 cores=1,3,5,7
/proc/15308/task/15320/stat : 15320 (java) S 15306 15306 11586 0 -1 1077944384 3166 0 0 0 61 1 0 0 20 0 15 0 73137029 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793602177136 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15321] ppid=15306 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15321/stat : 15321 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793601124576 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15322] ppid=15306 vsize=13980732 memory=288230574492221466 CPUtime=0.01 cores=1,3,5,7
/proc/15308/task/15322/stat : 15322 (java) S 15306 15306 11586 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 73137034 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793600072880 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
Current children cumulated CPU time: 29.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2862328 KiB

[startup+23.6008 s]
/proc/loadavg: 2.10 2.04 2.05 3/212 15322
/proc/meminfo: memFree=28336172/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15306/stat : 15306 (xcsp3-exec) S 15303 15306 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73137015 9740288 345 18446744073709551615 4194304 5098028 140722318624128 140722318622232 140380072514172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 30236672 140722318631288 140722318631493 140722318631493 140722318634987 0
/proc/15306/statm: 2378 345 289 221 0 87 0
[pid=15308] ppid=15306 vsize=13980732 memory=2860948 CPUtime=29.65 cores=1,3,5,7
/proc/15308/stat : 15308 (java) S 15306 15306 11586 0 -1 1077944320 32471 0 0 0 2806 159 0 0 20 0 15 0 73137023 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 140733495999408 139795027816183 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
/proc/15308/statm: 3495183 715237 3240 1 0 3483476 0
[pid=15308/tid=15309] ppid=15306 vsize=13980732 memory=1440 CPUtime=22.32 cores=1,3,5,7
/proc/15308/task/15309/stat : 15309 (java) R 15306 15306 11586 0 -1 4202560 12342 0 0 0 2204 28 0 0 20 0 15 0 73137024 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139795032057024 139794626723488 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15310] ppid=15306 vsize=13980732 memory=1204 CPUtime=1.03 cores=1,3,5,7
/proc/15308/task/15310/stat : 15310 (java) S 15306 15306 11586 0 -1 1077944384 1232 0 0 0 73 30 0 0 20 0 15 0 73137024 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139794947230352 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15311] ppid=15306 vsize=13980732 memory=33 CPUtime=1.03 cores=1,3,5,7
/proc/15308/task/15311/stat : 15311 (java) S 15306 15306 11586 0 -1 1077944384 1317 0 0 0 72 31 0 0 20 0 15 0 73137024 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139794946177552 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15312] ppid=15306 vsize=13980732 memory=1296 CPUtime=1.04 cores=1,3,5,7
/proc/15308/task/15312/stat : 15312 (java) S 15306 15306 11586 0 -1 1077944384 1043 0 0 0 73 31 0 0 20 0 15 0 73137024 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139794625587600 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15313] ppid=15306 vsize=13980732 memory=1728 CPUtime=1.01 cores=1,3,5,7
/proc/15308/task/15313/stat : 15313 (java) S 15306 15306 11586 0 -1 1077944384 1496 0 0 0 70 31 0 0 20 0 15 0 73137024 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139794624534800 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15314] ppid=15306 vsize=13980732 memory=5788 CPUtime=0.07 cores=1,3,5,7
/proc/15308/task/15314/stat : 15314 (java) S 15306 15306 11586 0 -1 1077944384 3635 0 0 0 7 0 0 0 20 0 15 0 73137026 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793944497008 139795027827330 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15315] ppid=15306 vsize=13980732 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15315/stat : 15315 (java) S 15306 15306 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73137026 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793943442976 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15316] ppid=15306 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15316/stat : 15316 (java) S 15306 15306 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 73137026 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793942390128 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15317] ppid=15306 vsize=13980732 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15317/stat : 15317 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793941338448 139795027834779 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15318] ppid=15306 vsize=13980732 memory=1716 CPUtime=1.19 cores=1,3,5,7
/proc/15308/task/15318/stat : 15318 (java) S 15306 15306 11586 0 -1 1077944384 3191 0 0 0 118 1 0 0 20 0 15 0 73137029 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793940285808 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15319] ppid=15306 vsize=13980732 memory=1008 CPUtime=1.24 cores=1,3,5,7
/proc/15308/task/15319/stat : 15319 (java) S 15306 15306 11586 0 -1 1077944384 3725 0 0 0 123 1 0 0 20 0 15 0 73137029 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793939233008 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15320] ppid=15306 vsize=13980732 memory=4284 CPUtime=0.62 cores=1,3,5,7
/proc/15308/task/15320/stat : 15320 (java) S 15306 15306 11586 0 -1 1077944384 3166 0 0 0 61 1 0 0 20 0 15 0 73137029 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793602177136 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15321] ppid=15306 vsize=13980732 memory=928 CPUtime=0 cores=1,3,5,7
/proc/15308/task/15321/stat : 15321 (java) S 15306 15306 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73137029 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793601124576 139795027826389 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
[pid=15308/tid=15322] ppid=15306 vsize=13980732 memory=1580 CPUtime=0.01 cores=1,3,5,7
/proc/15308/task/15322/stat : 15322 (java) S 15306 15306 11586 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 73137034 14316269568 715237 18446744073709551615 4194304 4196468 140733496016864 139793600072880 139795027827330 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36012032 140733496021425 140733496021601 140733496021601 140733496025039 0
Current children cumulated CPU time: 29.65 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2862328 KiB

[startup+23.7008 s]
/proc/loadavg: 2.10 2.04 2.05 3/212 15322
/proc/meminfo: memFree=28336172/32770624 swapFree=67108860/67108860
[pid=15306] ppid=15303 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15306/stat : 15306 (xcsp3-exec) S 15303 15306 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73137015 9740288 345 18446744073709551615 4194304 5098028 140722318624128 140722318622232 140380072514172 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 30236672 140722318631288 140722318631493 140722318631493 140722318634987 0
/proc/15306/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 0
Real time (s): 23.7048
CPU time (s): 29.7919
CPU user time (s): 28.1792
CPU system time (s): 1.6127
CPU usage (%): 125.679
Max. virtual memory (cumulated for all children) (KiB): 13991268
Max. memory (cumulated for all children) (KiB): 2862328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.1792
system time used= 1.6127
maximum resident set size= 2861528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33723
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= 3430
involuntary context switches= 96


# summary of solver processes directly reported to runsolver:
#   pid: 15306
#   total CPU time (s): 29.7919
#   total CPU user time (s): 28.1792
#   total CPU system time (s): 1.6127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.175399 second user time and 0.269006 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-16 03:31:47
IDJOB=4269856
IDBENCH=138504
IDSOLVER=2660
FILE ID=node124/4269856-1502847964
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-ewddr2-3.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-4269856-1502847964/watcher-4269856-1502847964 -o /tmp/evaluation-result-4269856-1502847964/solver-4269856-1502847964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1879873991 HOME/instance-4269856-1502847964.xml

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

MD5SUM BENCH= 5ef074aeb11af1fe72f101ddf8b307c4
RANDOM SEED=1879873991

node124.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.51
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.51
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.51
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.51
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:        31189432 kB
MemAvailable:   31641712 kB
Buffers:          252512 kB
Cached:           486132 kB
SwapCached:            0 kB
Active:           825400 kB
Inactive:         305320 kB
Active(anon):     343344 kB
Inactive(anon):    81956 kB
Active(file):     482056 kB
Inactive(file):   223364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7852 kB
Writeback:             8 kB
AnonPages:        391816 kB
Mapped:            60988 kB
Shmem:             33544 kB
Slab:             152364 kB
SReclaimable:     125388 kB
SUnreclaim:        26976 kB
KernelStack:        3456 kB
PageTables:         6180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1343448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-16 03:32:11