Trace number 4282606

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT 29.845301 23.877501

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.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282606-1503157831.xml"  -tl '2520s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4282606-1503157831.xml, -tl, 2520s, -p, 1, -x, 0]
0.27/0.34	c simple solver
0.27/0.40	c parse instance...
21.02/16.98	c solve instance...
29.74/23.86	s SATISFIABLE
29.74/23.86	v <instantiation>
29.74/23.86	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.74/23.86	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.74/23.86	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 (15308 MiB free)
  memory of node 1: 16384 MiB (14874 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282606-1503157831/watcher-4282606-1503157831 -o /tmp/evaluation-result-4282606-1503157831/solver-4282606-1503157831 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8615 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1575025157 HOME/instance-4282606-1503157831.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=18740, runsolver pid=18737

[startup+0.100128 s]*
/proc/loadavg: 1.73 1.85 1.93 3/198 18743
/proc/meminfo: memFree=30907112/32770624 swapFree=67105588/67108860
[pid=18740] ppid=18737 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18740/stat : 18740 (xcsp3-exec) S 18737 18740 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117978179 9740288 344 18446744073709551615 4194304 5098028 140733086047040 140733086045144 140646476280444 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 34058240 140733086048632 140733086048837 140733086048837 140733086052331 0
/proc/18740/statm: 2378 344 289 221 0 87 0
[pid=18742] ppid=18740 vsize=13356504 memory=11204 CPUtime=0 cores=0,2,4,6
/proc/18742/stat : 18742 (java) S 18740 18740 8557 0 -1 1077944320 2578 0 0 0 0 0 0 0 20 0 6 0 117978188 13677060096 2801 18446744073709551615 4194304 4196468 140731091495584 140731091478128 140640246025975 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
/proc/18742/statm: 3339126 2801 1308 1 0 3329096 0
[pid=18742/tid=18743] ppid=18740 vsize=13358712 memory=-8713483618642459742 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18743/stat : 18743 (java) R 18740 18740 8557 0 -1 4202560 1385 0 0 0 0 0 0 0 20 0 6 0 117978189 13679321088 2866 18446744073709551615 4194304 4196468 140731091495584 140640250262096 140640207006723 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18744] ppid=18740 vsize=13358712 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18744/stat : 18744 (java) S 18740 18740 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 117978189 13679321088 2866 18446744073709551615 4194304 4196468 140731091495584 140640187971984 140640246036181 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18745] ppid=18740 vsize=13358712 memory=139781836367488 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18745/stat : 18745 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 117978189 13679321088 2866 18446744073709551615 4194304 4196468 140731091495584 140640186919184 140640246036181 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18746] ppid=18740 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18746/stat : 18746 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 117978189 13679321088 2866 18446744073709551615 4194304 4196468 140731091495584 140640185866896 140640246036181 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18747] ppid=18740 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18747/stat : 18747 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 117978189 13679321088 2866 18446744073709551615 4194304 4196468 140731091495584 140640184814096 140640246036181 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12580 KiB

[startup+0.210003 s]*
/proc/loadavg: 1.73 1.85 1.93 4/211 18756
/proc/meminfo: memFree=30898444/32770624 swapFree=67105588/67108860
[pid=18740] ppid=18737 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18740/stat : 18740 (xcsp3-exec) S 18737 18740 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117978179 9740288 344 18446744073709551615 4194304 5098028 140733086047040 140733086045144 140646476280444 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 34058240 140733086048632 140733086048837 140733086048837 140733086052331 0
/proc/18740/statm: 2378 344 289 221 0 87 0
[pid=18742] ppid=18740 vsize=13974352 memory=26608 CPUtime=0.08 cores=0,2,4,6
/proc/18742/stat : 18742 (java) S 18740 18740 8557 0 -1 1077944320 5089 0 0 0 7 1 0 0 20 0 15 0 117978188 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140731091478128 140640246025975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
/proc/18742/statm: 3493588 6652 2731 1 0 3482964 0
[pid=18742/tid=18743] ppid=18740 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=0,2,4,6
/proc/18742/task/18743/stat : 18743 (java) R 18740 18740 8557 0 -1 4202560 3248 0 0 0 6 0 0 0 20 0 15 0 117978189 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140640250251664 140639861871885 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18744] ppid=18740 vsize=13974352 memory=8893 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18744/stat : 18744 (java) S 18740 18740 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117978189 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140640187971984 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18745] ppid=18740 vsize=13974352 memory=139781836385661 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18745/stat : 18745 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117978189 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140640186919184 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18746] ppid=18740 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18746/stat : 18746 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117978189 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140640185866896 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18747] ppid=18740 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18747/stat : 18747 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117978189 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140640184814096 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18748] ppid=18740 vsize=13974352 memory=139781836367488 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18748/stat : 18748 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117978191 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140639363611248 140640246037122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18749] ppid=18740 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18749/stat : 18749 (java) S 18740 18740 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117978191 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140639362557216 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18750] ppid=18740 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18750/stat : 18750 (java) S 18740 18740 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117978191 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140639361504880 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18751] ppid=18740 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18751/stat : 18751 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140639360453200 140640246044571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18752] ppid=18740 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18752/stat : 18752 (java) R 18740 18740 8557 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 117978194 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140639359400048 140640246037122 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18753] ppid=18740 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18753/stat : 18753 (java) S 18740 18740 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117978194 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140639358347248 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18754] ppid=18740 vsize=13974352 memory=139781836367488 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18754/stat : 18754 (java) R 18740 18740 8557 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 117978194 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140639357294960 140640246037122 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18755] ppid=18740 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18755/stat : 18755 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140639356242400 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18756] ppid=18740 vsize=13974352 memory=139781836367488 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18756/stat : 18756 (java) S 18740 18740 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117978198 14309736448 6652 18446744073709551615 4194304 4196468 140731091495584 140639355190192 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 27984 KiB

[startup+0.310246 s]*
/proc/loadavg: 1.73 1.85 1.93 3/211 18756
/proc/meminfo: memFree=30881768/32770624 swapFree=67105588/67108860
[pid=18740] ppid=18737 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18740/stat : 18740 (xcsp3-exec) S 18737 18740 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117978179 9740288 344 18446744073709551615 4194304 5098028 140733086047040 140733086045144 140646476280444 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 34058240 140733086048632 140733086048837 140733086048837 140733086052331 0
/proc/18740/statm: 2378 344 289 221 0 87 0
[pid=18742] ppid=18740 vsize=13974352 memory=37396 CPUtime=0.27 cores=0,2,4,6
/proc/18742/stat : 18742 (java) S 18740 18740 8557 0 -1 1077944320 8903 0 0 0 24 3 0 0 20 0 15 0 117978188 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140731091478128 140640246025975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
/proc/18742/statm: 3493588 9349 2983 1 0 3482964 0
[pid=18742/tid=18743] ppid=18740 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/18742/task/18743/stat : 18743 (java) R 18740 18740 8557 0 -1 4202560 6069 0 0 0 15 2 0 0 20 0 15 0 117978189 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140640250257504 140640246037910 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18744] ppid=18740 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18744/stat : 18744 (java) S 18740 18740 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117978189 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140640187971984 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18745] ppid=18740 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18745/stat : 18745 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117978189 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140640186919184 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18746] ppid=18740 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18746/stat : 18746 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117978189 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140640185866896 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18747] ppid=18740 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18747/stat : 18747 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117978189 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140640184814096 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18748] ppid=18740 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18748/stat : 18748 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117978191 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140639363611248 140640246037122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18749] ppid=18740 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18749/stat : 18749 (java) S 18740 18740 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117978191 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140639362557216 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18750] ppid=18740 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18750/stat : 18750 (java) S 18740 18740 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117978191 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140639361504880 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18751] ppid=18740 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18751/stat : 18751 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140639360453200 140640246044571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18752] ppid=18740 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18752/stat : 18752 (java) S 18740 18740 8557 0 -1 1077944384 478 0 0 0 0 0 0 0 20 0 15 0 117978194 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140639359400048 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18753] ppid=18740 vsize=13974352 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/18742/task/18753/stat : 18753 (java) S 18740 18740 8557 0 -1 1077944384 308 0 0 0 2 0 0 0 20 0 15 0 117978194 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140639358347248 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18754] ppid=18740 vsize=13974352 memory=139781836367488 CPUtime=0.05 cores=0,2,4,6
/proc/18742/task/18754/stat : 18754 (java) R 18740 18740 8557 0 -1 4202560 743 0 0 0 5 0 0 0 20 0 15 0 117978194 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140639357294960 140640246037910 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18755] ppid=18740 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18755/stat : 18755 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140639356242400 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18756] ppid=18740 vsize=13974352 memory=139781836367488 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18756/stat : 18756 (java) S 18740 18740 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117978198 14309736448 9349 18446744073709551615 4194304 4196468 140731091495584 140639355190192 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38772 KiB

[startup+0.701466 s]
/proc/loadavg: 1.73 1.85 1.93 4/211 18756
/proc/meminfo: memFree=30872896/32770624 swapFree=67105588/67108860
[pid=18740] ppid=18737 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18740/stat : 18740 (xcsp3-exec) S 18737 18740 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117978179 9740288 344 18446744073709551615 4194304 5098028 140733086047040 140733086045144 140646476280444 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 34058240 140733086048632 140733086048837 140733086048837 140733086052331 0
/proc/18740/statm: 2378 344 289 221 0 87 0
[pid=18742] ppid=18740 vsize=13980732 memory=70236 CPUtime=1.24 cores=0,2,4,6
/proc/18742/stat : 18742 (java) S 18740 18740 8557 0 -1 1077944320 13192 0 0 0 118 6 0 0 20 0 15 0 117978188 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140731091478128 140640246025975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
/proc/18742/statm: 3495183 17559 3162 1 0 3483476 0
[pid=18742/tid=18743] ppid=18740 vsize=13980732 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/18742/task/18743/stat : 18743 (java) R 18740 18740 8557 0 -1 4202560 8419 0 0 0 51 4 0 0 20 0 15 0 117978189 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140640250260912 140639865429788 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18744] ppid=18740 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18744/stat : 18744 (java) S 18740 18740 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117978189 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140640187971984 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18745] ppid=18740 vsize=13980732 memory=164 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18745/stat : 18745 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117978189 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140640186919184 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18746] ppid=18740 vsize=13980732 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18746/stat : 18746 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117978189 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140640185866896 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18747] ppid=18740 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18747/stat : 18747 (java) S 18740 18740 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117978189 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140640184814096 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18748] ppid=18740 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18748/stat : 18748 (java) S 18740 18740 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140639363611248 140640246037122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18749] ppid=18740 vsize=13980732 memory=8458433173656909621 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18749/stat : 18749 (java) S 18740 18740 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140639362557216 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18750] ppid=18740 vsize=13980732 memory=7086521019830130256 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18750/stat : 18750 (java) S 18740 18740 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140639361504880 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18751] ppid=18740 vsize=13980732 memory=15457 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18751/stat : 18751 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140639360453200 140640246044571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18752] ppid=18740 vsize=13980732 memory=4420 CPUtime=0.15 cores=0,2,4,6
/proc/18742/task/18752/stat : 18752 (java) R 18740 18740 8557 0 -1 4202560 1083 0 0 0 15 0 0 0 20 0 15 0 117978194 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140639359386288 140640232081303 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18753] ppid=18740 vsize=13980732 memory=6628 CPUtime=0.21 cores=0,2,4,6
/proc/18742/task/18753/stat : 18753 (java) R 18740 18740 8557 0 -1 4202560 919 0 0 0 21 0 0 0 20 0 15 0 117978194 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140639358333344 140640225719079 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18754] ppid=18740 vsize=13980732 memory=8836 CPUtime=0.3 cores=0,2,4,6
/proc/18742/task/18754/stat : 18754 (java) S 18740 18740 8557 0 -1 1077944384 1462 0 0 0 30 0 0 0 20 0 15 0 117978194 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140639357294960 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18755] ppid=18740 vsize=13980732 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18755/stat : 18755 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140639356242400 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18756] ppid=18740 vsize=13980732 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18756/stat : 18756 (java) S 18740 18740 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117978198 14316269568 17559 18446744073709551615 4194304 4196468 140731091495584 140639355190192 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 71612 KiB

[startup+1.50146 s]
/proc/loadavg: 1.73 1.85 1.93 3/211 18756
/proc/meminfo: memFree=30769312/32770624 swapFree=67105588/67108860
[pid=18740] ppid=18737 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18740/stat : 18740 (xcsp3-exec) S 18737 18740 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117978179 9740288 344 18446744073709551615 4194304 5098028 140733086047040 140733086045144 140646476280444 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 34058240 140733086048632 140733086048837 140733086048837 140733086052331 0
/proc/18740/statm: 2378 344 289 221 0 87 0
[pid=18742] ppid=18740 vsize=13980732 memory=218620 CPUtime=2.39 cores=0,2,4,6
/proc/18742/stat : 18742 (java) S 18740 18740 8557 0 -1 1077944320 13660 0 0 0 227 12 0 0 20 0 15 0 117978188 14316269568 54655 18446744073709551615 4194304 4196468 140731091495584 140731091478128 140640246025975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
/proc/18742/statm: 3495183 54655 3202 1 0 3483476 0
[pid=18742/tid=18743] ppid=18740 vsize=13980732 memory=-8774313645642428999 CPUtime=1.31 cores=0,2,4,6
/proc/18742/task/18743/stat : 18743 (java) R 18740 18740 8557 0 -1 4202560 8483 0 0 0 126 5 0 0 20 0 15 0 117978189 14316269568 54655 18446744073709551615 4194304 4196468 140731091495584 140640250261928 140639865667510 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18744] ppid=18740 vsize=13980732 memory=7235709436565679465 CPUtime=0.03 cores=0,2,4,6
/proc/18742/task/18744/stat : 18744 (java) S 18740 18740 8557 0 -1 1077944384 50 0 0 0 2 1 0 0 20 0 15 0 117978189 14316269568 54655 18446744073709551615 4194304 4196468 140731091495584 140640187971984 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18745] ppid=18740 vsize=13980732 memory=33 CPUtime=0.03 cores=0,2,4,6
/proc/18742/task/18745/stat : 18745 (java) S 18740 18740 8557 0 -1 1077944384 49 0 0 0 2 1 0 0 20 0 15 0 117978189 14316269568 54655 18446744073709551615 4194304 4196468 140731091495584 140640186919184 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18746] ppid=18740 vsize=13980732 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/18742/task/18746/stat : 18746 (java) S 18740 18740 8557 0 -1 1077944384 95 0 0 0 2 1 0 0 20 0 15 0 117978189 14316269568 54655 18446744073709551615 4194304 4196468 140731091495584 140640185866896 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18747] ppid=18740 vsize=13980732 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/18742/task/18747/stat : 18747 (java) S 18740 18740 8557 0 -1 1077944384 49 0 0 0 2 1 0 0 20 0 15 0 117978189 14316269568 54655 18446744073709551615 4194304 4196468 140731091495584 140640184814096 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18748] ppid=18740 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18748/stat : 18748 (java) S 18740 18740 8557 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 54655 18446744073709551615 4194304 4196468 140731091495584 140639363611248 140640246037122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18749] ppid=18740 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18749/stat : 18749 (java) S 18740 18740 8557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 54655 18446744073709551615 4194304 4196468 140731091495584 140639362557216 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18750] ppid=18740 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6

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

/proc/18740/stat : 18740 (xcsp3-exec) S 18737 18740 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117978179 9740288 344 18446744073709551615 4194304 5098028 140733086047040 140733086045144 140646476280444 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 34058240 140733086048632 140733086048837 140733086048837 140733086052331 0
/proc/18740/statm: 2378 344 289 221 0 87 0
[pid=18742] ppid=18740 vsize=13980732 memory=2864132 CPUtime=28.19 cores=0,2,4,6
/proc/18742/stat : 18742 (java) S 18740 18740 8557 0 -1 1077944320 32805 0 0 0 2662 157 0 0 20 0 15 0 117978188 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140731091478128 140640246025975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
/proc/18742/statm: 3495183 716033 3237 1 0 3483476 0
[pid=18742/tid=18743] ppid=18740 vsize=13980732 memory=1376 CPUtime=21.1 cores=0,2,4,6
/proc/18742/task/18743/stat : 18743 (java) R 18740 18740 8557 0 -1 4202560 12402 0 0 0 2081 29 0 0 20 0 15 0 117978189 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140640250265064 140639867463792 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18744] ppid=18740 vsize=13980732 memory=-8774313645642428999 CPUtime=1.01 cores=0,2,4,6
/proc/18742/task/18744/stat : 18744 (java) S 18740 18740 8557 0 -1 1077944384 1438 0 0 0 71 30 0 0 20 0 15 0 117978189 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140640187971984 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18745] ppid=18740 vsize=13980732 memory=2864132 CPUtime=1.01 cores=0,2,4,6
/proc/18742/task/18745/stat : 18745 (java) S 18740 18740 8557 0 -1 1077944384 1210 0 0 0 71 30 0 0 20 0 15 0 117978189 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140640186919184 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18746] ppid=18740 vsize=13980732 memory=1400 CPUtime=0.99 cores=0,2,4,6
/proc/18742/task/18746/stat : 18746 (java) S 18740 18740 8557 0 -1 1077944384 834 0 0 0 69 30 0 0 20 0 15 0 117978189 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140640185866896 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18747] ppid=18740 vsize=13980732 memory=15348 CPUtime=0.99 cores=0,2,4,6
/proc/18742/task/18747/stat : 18747 (java) S 18740 18740 8557 0 -1 1077944384 850 0 0 0 68 31 0 0 20 0 15 0 117978189 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140640184814096 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18748] ppid=18740 vsize=13980732 memory=2847304 CPUtime=0.11 cores=0,2,4,6
/proc/18742/task/18748/stat : 18748 (java) S 18740 18740 8557 0 -1 1077944384 3636 0 0 0 11 0 0 0 20 0 15 0 117978191 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140639363611248 140640246037122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18749] ppid=18740 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18749/stat : 18749 (java) S 18740 18740 8557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140639362557216 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18750] ppid=18740 vsize=13980732 memory=2847304 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18750/stat : 18750 (java) S 18740 18740 8557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140639361504880 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18751] ppid=18740 vsize=13980732 memory=4088 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18751/stat : 18751 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140639360453200 140640246044571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18752] ppid=18740 vsize=13980732 memory=1620 CPUtime=1.02 cores=0,2,4,6
/proc/18742/task/18752/stat : 18752 (java) S 18740 18740 8557 0 -1 1077944384 4046 0 0 0 101 1 0 0 20 0 15 0 117978194 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140639359400048 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18753] ppid=18740 vsize=13980732 memory=920 CPUtime=1.25 cores=0,2,4,6
/proc/18742/task/18753/stat : 18753 (java) S 18740 18740 8557 0 -1 1077944384 3967 0 0 0 124 1 0 0 20 0 15 0 117978194 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140639358347248 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18754] ppid=18740 vsize=13980732 memory=1240 CPUtime=0.61 cores=0,2,4,6
/proc/18742/task/18754/stat : 18754 (java) S 18740 18740 8557 0 -1 1077944384 3097 0 0 0 60 1 0 0 20 0 15 0 117978194 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140639357294960 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18755] ppid=18740 vsize=13980732 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18755/stat : 18755 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140639356242400 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18756] ppid=18740 vsize=13980732 memory=1672 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18756/stat : 18756 (java) S 18740 18740 8557 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 117978198 14316269568 716033 18446744073709551615 4194304 4196468 140731091495584 140639355190192 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
Current children cumulated CPU time: 28.19 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2865508 KiB

[startup+23.2009 s]
/proc/loadavg: 1.81 1.86 1.93 3/211 18756
/proc/meminfo: memFree=28052800/32770624 swapFree=67105588/67108860
[pid=18740] ppid=18737 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18740/stat : 18740 (xcsp3-exec) S 18737 18740 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117978179 9740288 344 18446744073709551615 4194304 5098028 140733086047040 140733086045144 140646476280444 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 34058240 140733086048632 140733086048837 140733086048837 140733086052331 0
/proc/18740/statm: 2378 344 289 221 0 87 0
[pid=18742] ppid=18740 vsize=13980732 memory=2864184 CPUtime=29.13 cores=0,2,4,6
/proc/18742/stat : 18742 (java) S 18740 18740 8557 0 -1 1077944320 32829 0 0 0 2756 157 0 0 20 0 15 0 117978188 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140731091478128 140640246025975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
/proc/18742/statm: 3495183 716046 3237 1 0 3483476 0
[pid=18742/tid=18743] ppid=18740 vsize=13980732 memory=-8774313645642428999 CPUtime=21.9 cores=0,2,4,6
/proc/18742/task/18743/stat : 18743 (java) R 18740 18740 8557 0 -1 4202560 12402 0 0 0 2161 29 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640250265064 140639867566846 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18744] ppid=18740 vsize=13980732 memory=4044 CPUtime=1.01 cores=0,2,4,6
/proc/18742/task/18744/stat : 18744 (java) S 18740 18740 8557 0 -1 1077944384 1438 0 0 0 71 30 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640187971984 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18745] ppid=18740 vsize=13980732 memory=644 CPUtime=1.01 cores=0,2,4,6
/proc/18742/task/18745/stat : 18745 (java) S 18740 18740 8557 0 -1 1077944384 1210 0 0 0 71 30 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640186919184 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18746] ppid=18740 vsize=13980732 memory=1740 CPUtime=0.99 cores=0,2,4,6
/proc/18742/task/18746/stat : 18746 (java) S 18740 18740 8557 0 -1 1077944384 834 0 0 0 69 30 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640185866896 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18747] ppid=18740 vsize=13980732 memory=1376 CPUtime=0.99 cores=0,2,4,6
/proc/18742/task/18747/stat : 18747 (java) S 18740 18740 8557 0 -1 1077944384 850 0 0 0 68 31 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640184814096 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18748] ppid=18740 vsize=13980732 memory=2864132 CPUtime=0.11 cores=0,2,4,6
/proc/18742/task/18748/stat : 18748 (java) S 18740 18740 8557 0 -1 1077944384 3636 0 0 0 11 0 0 0 20 0 15 0 117978191 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639363611248 140640246037122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18749] ppid=18740 vsize=13980732 memory=872 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18749/stat : 18749 (java) S 18740 18740 8557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639362557216 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18750] ppid=18740 vsize=13980732 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18750/stat : 18750 (java) S 18740 18740 8557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639361504880 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18751] ppid=18740 vsize=13980732 memory=101 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18751/stat : 18751 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639360453200 140640246044571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18752] ppid=18740 vsize=13980732 memory=99 CPUtime=1.06 cores=0,2,4,6
/proc/18742/task/18752/stat : 18752 (java) S 18740 18740 8557 0 -1 1077944384 4050 0 0 0 105 1 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639359400048 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18753] ppid=18740 vsize=13980732 memory=99 CPUtime=1.35 cores=0,2,4,6
/proc/18742/task/18753/stat : 18753 (java) S 18740 18740 8557 0 -1 1077944384 3987 0 0 0 134 1 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639358347248 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18754] ppid=18740 vsize=13980732 memory=11 CPUtime=0.61 cores=0,2,4,6
/proc/18742/task/18754/stat : 18754 (java) S 18740 18740 8557 0 -1 1077944384 3097 0 0 0 60 1 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639357294960 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18755] ppid=18740 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18755/stat : 18755 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639356242400 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18756] ppid=18740 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18756/stat : 18756 (java) S 18740 18740 8557 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 117978198 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639355190192 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
Current children cumulated CPU time: 29.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2865560 KiB

[startup+23.6009 s]
/proc/loadavg: 1.81 1.86 1.93 3/211 18756
/proc/meminfo: memFree=28052800/32770624 swapFree=67105588/67108860
[pid=18740] ppid=18737 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18740/stat : 18740 (xcsp3-exec) S 18737 18740 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117978179 9740288 344 18446744073709551615 4194304 5098028 140733086047040 140733086045144 140646476280444 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 34058240 140733086048632 140733086048837 140733086048837 140733086052331 0
/proc/18740/statm: 2378 344 289 221 0 87 0
[pid=18742] ppid=18740 vsize=13980732 memory=2864184 CPUtime=29.54 cores=0,2,4,6
/proc/18742/stat : 18742 (java) S 18740 18740 8557 0 -1 1077944320 32832 0 0 0 2797 157 0 0 20 0 15 0 117978188 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140731091478128 140640246025975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
/proc/18742/statm: 3495183 716046 3237 1 0 3483476 0
[pid=18742/tid=18743] ppid=18740 vsize=13980732 memory=5768 CPUtime=22.3 cores=0,2,4,6
/proc/18742/task/18743/stat : 18743 (java) R 18740 18740 8557 0 -1 4202560 12403 0 0 0 2201 29 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640250262768 140639867628852 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18744] ppid=18740 vsize=13980732 memory=4584 CPUtime=1.01 cores=0,2,4,6
/proc/18742/task/18744/stat : 18744 (java) S 18740 18740 8557 0 -1 1077944384 1438 0 0 0 71 30 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640187971984 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18745] ppid=18740 vsize=13980732 memory=872 CPUtime=1.01 cores=0,2,4,6
/proc/18742/task/18745/stat : 18745 (java) S 18740 18740 8557 0 -1 1077944384 1210 0 0 0 71 30 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640186919184 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18746] ppid=18740 vsize=13980732 memory=33 CPUtime=0.99 cores=0,2,4,6
/proc/18742/task/18746/stat : 18746 (java) S 18740 18740 8557 0 -1 1077944384 834 0 0 0 69 30 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640185866896 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18747] ppid=18740 vsize=13980732 memory=1992 CPUtime=0.99 cores=0,2,4,6
/proc/18742/task/18747/stat : 18747 (java) S 18740 18740 8557 0 -1 1077944384 850 0 0 0 68 31 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640184814096 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18748] ppid=18740 vsize=13980732 memory=1164 CPUtime=0.11 cores=0,2,4,6
/proc/18742/task/18748/stat : 18748 (java) S 18740 18740 8557 0 -1 1077944384 3636 0 0 0 11 0 0 0 20 0 15 0 117978191 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639363611248 140640246037122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18749] ppid=18740 vsize=13980732 memory=7344 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18749/stat : 18749 (java) S 18740 18740 8557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639362557216 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18750] ppid=18740 vsize=13980732 memory=1628 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18750/stat : 18750 (java) S 18740 18740 8557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639361504880 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18751] ppid=18740 vsize=13980732 memory=14340 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18751/stat : 18751 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639360453200 140640246044571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18752] ppid=18740 vsize=13980732 memory=796 CPUtime=1.06 cores=0,2,4,6
/proc/18742/task/18752/stat : 18752 (java) S 18740 18740 8557 0 -1 1077944384 4051 0 0 0 105 1 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639359400048 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18753] ppid=18740 vsize=13980732 memory=1228 CPUtime=1.35 cores=0,2,4,6
/proc/18742/task/18753/stat : 18753 (java) S 18740 18740 8557 0 -1 1077944384 3988 0 0 0 134 1 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639358347248 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18754] ppid=18740 vsize=13980732 memory=1400 CPUtime=0.61 cores=0,2,4,6
/proc/18742/task/18754/stat : 18754 (java) S 18740 18740 8557 0 -1 1077944384 3097 0 0 0 60 1 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639357294960 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18755] ppid=18740 vsize=13980732 memory=15348 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18755/stat : 18755 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639356242400 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18756] ppid=18740 vsize=13980732 memory=38124 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18756/stat : 18756 (java) S 18740 18740 8557 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 117978198 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639355190192 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
Current children cumulated CPU time: 29.54 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2865560 KiB

[startup+23.8009 s]
/proc/loadavg: 1.81 1.86 1.93 3/211 18756
/proc/meminfo: memFree=28052800/32770624 swapFree=67105588/67108860
[pid=18740] ppid=18737 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/18740/stat : 18740 (xcsp3-exec) S 18737 18740 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 117978179 9740288 344 18446744073709551615 4194304 5098028 140733086047040 140733086045144 140646476280444 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 34058240 140733086048632 140733086048837 140733086048837 140733086052331 0
/proc/18740/statm: 2378 344 289 221 0 87 0
[pid=18742] ppid=18740 vsize=13980732 memory=2864184 CPUtime=29.74 cores=0,2,4,6
/proc/18742/stat : 18742 (java) S 18740 18740 8557 0 -1 1077944320 32832 0 0 0 2817 157 0 0 20 0 15 0 117978188 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140731091478128 140640246025975 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
/proc/18742/statm: 3495183 716046 3237 1 0 3483476 0
[pid=18742/tid=18743] ppid=18740 vsize=13980732 memory=1740 CPUtime=22.5 cores=0,2,4,6
/proc/18742/task/18743/stat : 18743 (java) R 18740 18740 8557 0 -1 4202560 12403 0 0 0 2221 29 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640250262768 140639867324616 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18744] ppid=18740 vsize=13980732 memory=956 CPUtime=1.01 cores=0,2,4,6
/proc/18742/task/18744/stat : 18744 (java) S 18740 18740 8557 0 -1 1077944384 1438 0 0 0 71 30 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640187971984 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18745] ppid=18740 vsize=13980732 memory=-8774313645642428999 CPUtime=1.01 cores=0,2,4,6
/proc/18742/task/18745/stat : 18745 (java) S 18740 18740 8557 0 -1 1077944384 1210 0 0 0 71 30 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640186919184 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18746] ppid=18740 vsize=13980732 memory=301741416391115062 CPUtime=0.99 cores=0,2,4,6
/proc/18742/task/18746/stat : 18746 (java) S 18740 18740 8557 0 -1 1077944384 834 0 0 0 69 30 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640185866896 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18747] ppid=18740 vsize=13980732 memory=15540738687502695 CPUtime=0.99 cores=0,2,4,6
/proc/18742/task/18747/stat : 18747 (java) S 18740 18740 8557 0 -1 1077944384 850 0 0 0 68 31 0 0 20 0 15 0 117978189 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140640184814096 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18748] ppid=18740 vsize=13980732 memory=-7522837583112136845 CPUtime=0.11 cores=0,2,4,6
/proc/18742/task/18748/stat : 18748 (java) S 18740 18740 8557 0 -1 1077944384 3636 0 0 0 11 0 0 0 20 0 15 0 117978191 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639363611248 140640246037122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18749] ppid=18740 vsize=13980732 memory=-9001726278453979239 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18749/stat : 18749 (java) S 18740 18740 8557 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639362557216 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18750] ppid=18740 vsize=13980732 memory=-9001726278453979239 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18750/stat : 18750 (java) S 18740 18740 8557 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117978191 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639361504880 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18751] ppid=18740 vsize=13980732 memory=-7522837583045027981 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18751/stat : 18751 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639360453200 140640246044571 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18752] ppid=18740 vsize=13980732 memory=-7522837415780655008 CPUtime=1.06 cores=0,2,4,6
/proc/18742/task/18752/stat : 18752 (java) S 18740 18740 8557 0 -1 1077944384 4051 0 0 0 105 1 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639359400048 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18753] ppid=18740 vsize=13980732 memory=-8990762241483579296 CPUtime=1.35 cores=0,2,4,6
/proc/18742/task/18753/stat : 18753 (java) S 18740 18740 8557 0 -1 1077944384 3988 0 0 0 134 1 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639358347248 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18754] ppid=18740 vsize=13980732 memory=-6586668835053290911 CPUtime=0.61 cores=0,2,4,6
/proc/18742/task/18754/stat : 18754 (java) S 18740 18740 8557 0 -1 1077944384 3097 0 0 0 60 1 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639357294960 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18755] ppid=18740 vsize=13980732 memory=7088771780662946468 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18755/stat : 18755 (java) S 18740 18740 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117978194 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639356242400 140640246036181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
[pid=18742/tid=18756] ppid=18740 vsize=13980732 memory=-7522837583045027981 CPUtime=0 cores=0,2,4,6
/proc/18742/task/18756/stat : 18756 (java) S 18740 18740 8557 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 117978198 14316269568 716046 18446744073709551615 4194304 4196468 140731091495584 140639355190192 140640246037122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29028352 140731091501489 140731091501665 140731091501665 140731091505103 0
Current children cumulated CPU time: 29.74 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2865560 KiB

Child status: 0
Real time (s): 23.8775
CPU time (s): 29.8453
CPU user time (s): 28.2547
CPU system time (s): 1.59056
CPU usage (%): 124.993
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2865560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.2547
system time used= 1.59056
maximum resident set size= 2864952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33859
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= 3387
involuntary context switches= 99


# summary of solver processes directly reported to runsolver:
#   pid: 18740
#   total CPU time (s): 29.8453
#   total CPU user time (s): 28.2547
#   total CPU system time (s): 1.59056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.161484 second user time and 0.285025 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-19 17:36:26
IDJOB=4282606
IDBENCH=138504
IDSOLVER=2677
FILE ID=node126/4282606-1503157831
RUNJOBID= node126-1503095802-8615
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-4282606-1503157831/watcher-4282606-1503157831 -o /tmp/evaluation-result-4282606-1503157831/solver-4282606-1503157831 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503095802-8615 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1575025157 HOME/instance-4282606-1503157831.xml

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

MD5SUM BENCH= 5ef074aeb11af1fe72f101ddf8b307c4
RANDOM SEED=1575025157

node126.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.81
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.81
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.81
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.81
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:        30908120 kB
MemAvailable:   31488208 kB
Buffers:          310480 kB
Cached:           559232 kB
SwapCached:          524 kB
Active:          1018344 kB
Inactive:         369556 kB
Active(anon):     474164 kB
Inactive(anon):    93904 kB
Active(file):     544180 kB
Inactive(file):   275652 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7712 kB
Writeback:             4 kB
AnonPages:        517192 kB
Mapped:            71100 kB
Shmem:             49824 kB
Slab:             178552 kB
SReclaimable:     152180 kB
SUnreclaim:        26372 kB
KernelStack:        3440 kB
PageTables:         6308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1398500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-19 17:36:50