Trace number 4269669

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 34.011002 20.763

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-90-90.xml
MD5SUM4d5ee0d3a7698119cef28df18be09f14
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 benchmark13.9392
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints4005
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":90}]
Minimum variable degree89
Maximum variable degree89
Distribution of variable degrees[{"degree":89,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4005}]
Number of extensional constraints4005
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4005}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269669-1502770602.xml"  -tl '2520s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4269669-1502770602.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.34	c simple solver
0.25/0.41	c parse instance...
33.09/20.40	c solve instance...
33.87/20.73	s SATISFIABLE
33.87/20.73	v <instantiation>
33.87/20.73	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] </list>
33.87/20.73	v 	<values>0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 </values>
33.87/20.73	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 (14411 MiB free)
  memory of node 1: 16384 MiB (15478 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269669-1502770602/watcher-4269669-1502770602 -o /tmp/evaluation-result-4269669-1502770602/solver-4269669-1502770602 -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 148445445 HOME/instance-4269669-1502770602.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=1864, runsolver pid=1861

[startup+0.100157 s]*
/proc/loadavg: 1.81 1.70 1.64 3/205 1871
/proc/meminfo: memFree=30600048/32770624 swapFree=67108860/67108860
[pid=1864] ppid=1861 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1864/stat : 1864 (xcsp3-exec) S 1861 1864 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65400872 9740288 345 18446744073709551615 4194304 5098028 140736043279312 140736043277416 140381698065020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 34717696 140736043282809 140736043283013 140736043283013 140736043286507 0
/proc/1864/statm: 2378 345 289 221 0 87 0
[pid=1866] ppid=1864 vsize=13507920 memory=16224 CPUtime=0.02 cores=1,3,5,7
/proc/1866/stat : 1866 (java) S 1864 1864 11586 0 -1 1077944320 3859 0 0 0 2 0 0 0 20 0 8 0 65400880 13832110080 4056 18446744073709551615 4194304 4196468 140736011234848 140736011217392 139833204625143 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
/proc/1866/statm: 3376980 4056 2050 1 0 3366477 0
[pid=1866/tid=1867] ppid=1864 vsize=13574484 memory=7077796292425249400 CPUtime=0.02 cores=1,3,5,7
/proc/1866/task/1867/stat : 1867 (java) R 1864 1864 11586 0 -1 4202560 2667 0 0 0 2 0 0 0 20 0 9 0 65400881 13900271616 4104 18446744073709551615 4194304 4196468 140736011234848 139833208861288 139833204647069 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1868] ppid=1864 vsize=13574484 memory=-5738297875903123798 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1868/stat : 1868 (java) S 1864 1864 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65400881 13900271616 4104 18446744073709551615 4194304 4196468 140736011234848 139833139059600 139833204635349 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1869] ppid=1864 vsize=13574484 memory=140668338923136 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1869/stat : 1869 (java) S 1864 1864 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65400881 13900271616 4104 18446744073709551615 4194304 4196468 140736011234848 139833138006800 139833204635349 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1870] ppid=1864 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1870/stat : 1870 (java) S 1864 1864 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65400881 13900271616 4104 18446744073709551615 4194304 4196468 140736011234848 139833136954512 139833204635349 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1871] ppid=1864 vsize=13574484 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1871/stat : 1871 (java) S 1864 1864 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65400881 13900271616 4169 18446744073709551615 4194304 4196468 140736011234848 139833135901712 139833204635349 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1872] ppid=1864 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1872/stat : 1872 (java) S 1864 1864 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65400883 13900271616 4169 18446744073709551615 4194304 4196468 140736011234848 139832683096176 139833204636290 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1873] ppid=1864 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1873/stat : 1873 (java) S 1864 1864 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 65400883 13900271616 4169 18446744073709551615 4194304 4196468 140736011234848 139832682042144 139833204635349 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1874] ppid=1864 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1874/stat : 1874 (java) S 1864 1864 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 65400883 13900271616 4169 18446744073709551615 4194304 4196468 140736011234848 139832680989872 139833204635349 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 17604 KiB

[startup+0.210111 s]*
/proc/loadavg: 1.81 1.70 1.64 4/214 1880
/proc/meminfo: memFree=30595064/32770624 swapFree=67108860/67108860
[pid=1864] ppid=1861 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1864/stat : 1864 (xcsp3-exec) S 1861 1864 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65400872 9740288 345 18446744073709551615 4194304 5098028 140736043279312 140736043277416 140381698065020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 34717696 140736043282809 140736043283013 140736043283013 140736043286507 0
/proc/1864/statm: 2378 345 289 221 0 87 0
[pid=1866] ppid=1864 vsize=13974352 memory=24980 CPUtime=0.07 cores=1,3,5,7
/proc/1866/stat : 1866 (java) S 1864 1864 11586 0 -1 1077944320 5200 0 0 0 7 0 0 0 20 0 15 0 65400880 14309736448 6245 18446744073709551615 4194304 4196468 140736011234848 140736011217392 139833204625143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
/proc/1866/statm: 3493588 6245 2713 1 0 3482964 0
[pid=1866/tid=1867] ppid=1864 vsize=13974352 memory=8390339637985935414 CPUtime=0.06 cores=1,3,5,7
/proc/1866/task/1867/stat : 1867 (java) R 1864 1864 11586 0 -1 4202560 3365 0 0 0 6 0 0 0 20 0 15 0 65400881 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139833208850832 139833204637078 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1868] ppid=1864 vsize=13974352 memory=288230596118054247 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1868/stat : 1868 (java) S 1864 1864 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65400881 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139833139059600 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1869] ppid=1864 vsize=13974352 memory=288371044490634880 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1869/stat : 1869 (java) S 1864 1864 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65400881 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139833138006800 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1870] ppid=1864 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1870/stat : 1870 (java) S 1864 1864 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65400881 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139833136954512 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1871] ppid=1864 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1871/stat : 1871 (java) S 1864 1864 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65400881 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139833135901712 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1872] ppid=1864 vsize=13974352 memory=140668338923136 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1872/stat : 1872 (java) S 1864 1864 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65400883 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139832683096176 139833204636290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1873] ppid=1864 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1873/stat : 1873 (java) S 1864 1864 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65400883 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139832682042144 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1874] ppid=1864 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1874/stat : 1874 (java) S 1864 1864 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65400883 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139832680989808 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1875] ppid=1864 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1875/stat : 1875 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139832679938128 139833204643739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1876] ppid=1864 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1876/stat : 1876 (java) S 1864 1864 11586 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 65400886 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139832678886000 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1877] ppid=1864 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1877/stat : 1877 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139832677833200 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1878] ppid=1864 vsize=13974352 memory=140668338923136 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1878/stat : 1878 (java) R 1864 1864 11586 0 -1 4202560 245 0 0 0 0 0 0 0 20 0 15 0 65400886 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139832676780912 139833184967104 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1879] ppid=1864 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1879/stat : 1879 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139832675728352 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1880] ppid=1864 vsize=13974352 memory=140668338923136 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1880/stat : 1880 (java) S 1864 1864 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65400893 14309736448 6311 18446744073709551615 4194304 4196468 140736011234848 139832674675120 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26360 KiB

[startup+0.310341 s]*
/proc/loadavg: 1.81 1.70 1.64 4/214 1880
/proc/meminfo: memFree=30579912/32770624 swapFree=67108860/67108860
[pid=1864] ppid=1861 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1864/stat : 1864 (xcsp3-exec) S 1861 1864 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65400872 9740288 345 18446744073709551615 4194304 5098028 140736043279312 140736043277416 140381698065020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 34717696 140736043282809 140736043283013 140736043283013 140736043286507 0
/proc/1864/statm: 2378 345 289 221 0 87 0
[pid=1866] ppid=1864 vsize=13974352 memory=36740 CPUtime=0.25 cores=1,3,5,7
/proc/1866/stat : 1866 (java) S 1864 1864 11586 0 -1 1077944320 8823 0 0 0 23 2 0 0 20 0 15 0 65400880 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 140736011217392 139833204625143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
/proc/1866/statm: 3493588 9185 2974 1 0 3482964 0
[pid=1866/tid=1867] ppid=1864 vsize=13974352 memory=8390339637985935414 CPUtime=0.16 cores=1,3,5,7
/proc/1866/task/1867/stat : 1867 (java) R 1864 1864 11586 0 -1 4202560 6082 0 0 0 15 1 0 0 20 0 15 0 65400881 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139833208852912 139833188705630 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1868] ppid=1864 vsize=13974352 memory=301741395000165735 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1868/stat : 1868 (java) S 1864 1864 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65400881 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139833139059600 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1869] ppid=1864 vsize=13974352 memory=300808926990931584 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1869/stat : 1869 (java) S 1864 1864 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65400881 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139833138006800 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1870] ppid=1864 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1870/stat : 1870 (java) S 1864 1864 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65400881 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139833136954512 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1871] ppid=1864 vsize=13974352 memory=3472328279047811119 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1871/stat : 1871 (java) S 1864 1864 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65400881 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139833135901712 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1872] ppid=1864 vsize=13974352 memory=8392726544096221409 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1872/stat : 1872 (java) S 1864 1864 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65400883 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139832683096176 139833204636290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1873] ppid=1864 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1873/stat : 1873 (java) S 1864 1864 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65400883 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139832682042144 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1874] ppid=1864 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1874/stat : 1874 (java) S 1864 1864 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65400883 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139832680989808 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1875] ppid=1864 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1875/stat : 1875 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139832679938128 139833204643739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1876] ppid=1864 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1866/task/1876/stat : 1876 (java) S 1864 1864 11586 0 -1 1077944384 365 0 0 0 1 0 0 0 20 0 15 0 65400886 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139832678886000 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1877] ppid=1864 vsize=13974352 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1866/task/1877/stat : 1877 (java) R 1864 1864 11586 0 -1 4202560 392 0 0 0 2 0 0 0 20 0 15 0 65400886 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139832677833200 139833182259792 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1878] ppid=1864 vsize=13974352 memory=140668338923136 CPUtime=0.05 cores=1,3,5,7
/proc/1866/task/1878/stat : 1878 (java) S 1864 1864 11586 0 -1 1077944384 706 0 0 0 5 0 0 0 20 0 15 0 65400886 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139832676780912 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1879] ppid=1864 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1879/stat : 1879 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139832675728352 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1880] ppid=1864 vsize=13974352 memory=140668338923136 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1880/stat : 1880 (java) S 1864 1864 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65400893 14309736448 9185 18446744073709551615 4194304 4196468 140736011234848 139832674675120 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38120 KiB

[startup+0.701614 s]
/proc/loadavg: 1.81 1.70 1.64 3/214 1880
/proc/meminfo: memFree=30548356/32770624 swapFree=67108860/67108860
[pid=1864] ppid=1861 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1864/stat : 1864 (xcsp3-exec) S 1861 1864 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65400872 9740288 345 18446744073709551615 4194304 5098028 140736043279312 140736043277416 140381698065020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 34717696 140736043282809 140736043283013 140736043283013 140736043286507 0
/proc/1864/statm: 2378 345 289 221 0 87 0
[pid=1866] ppid=1864 vsize=13978608 memory=277652 CPUtime=1.25 cores=1,3,5,7
/proc/1866/stat : 1866 (java) S 1864 1864 11586 0 -1 1077944320 13652 0 0 0 105 20 0 0 20 0 15 0 65400880 14314094592 69413 18446744073709551615 4194304 4196468 140736011234848 140736011217392 139833204625143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
/proc/1866/statm: 3494652 69413 3123 1 0 3482964 0
[pid=1866/tid=1867] ppid=1864 vsize=13978608 memory=55 CPUtime=0.49 cores=1,3,5,7
/proc/1866/task/1867/stat : 1867 (java) S 1864 1864 11586 0 -1 1077944384 7600 0 0 0 43 6 0 0 20 0 15 0 65400881 14314094592 69413 18446744073709551615 4194304 4196468 140736011234848 139833208864256 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1868] ppid=1864 vsize=13978608 memory=1585 CPUtime=0.03 cores=1,3,5,7
/proc/1866/task/1868/stat : 1868 (java) R 1864 1864 11586 0 -1 4202560 46 0 0 0 1 2 0 0 20 0 15 0 65400881 14314094592 69413 18446744073709551615 4194304 4196468 140736011234848 139833139059800 139833197727860 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1869] ppid=1864 vsize=13978608 memory=710805 CPUtime=0.04 cores=1,3,5,7
/proc/1866/task/1869/stat : 1869 (java) R 1864 1864 11586 0 -1 4202560 62 0 0 0 1 3 0 0 20 0 15 0 65400881 14314094592 69413 18446744073709551615 4194304 4196468 140736011234848 139833138006688 139833197724799 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1870] ppid=1864 vsize=13978608 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1866/task/1870/stat : 1870 (java) R 1864 1864 11586 0 -1 4202560 38 0 0 0 0 1 0 0 20 0 15 0 65400881 14314094592 69413 18446744073709551615 4194304 4196468 140736011234848 139833136954400 139833197724843 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1871] ppid=1864 vsize=13978608 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1866/task/1871/stat : 1871 (java) R 1864 1864 11586 0 -1 4202560 61 0 0 0 1 3 0 0 20 0 15 0 65400881 14314094592 69413 18446744073709551615 4194304 4196468 140736011234848 139833135901912 139833197728186 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1872] ppid=1864 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1872/stat : 1872 (java) S 1864 1864 11586 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 65400883 14314094592 69413 18446744073709551615 4194304 4196468 140736011234848 139832683094688 139833204635349 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1873] ppid=1864 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1873/stat : 1873 (java) S 1864 1864 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65400883 14314094592 69925 18446744073709551615 4194304 4196468 140736011234848 139832682042144 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1874] ppid=1864 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1874/stat : 1874 (java) S 1864 1864 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65400883 14314094592 69925 18446744073709551615 4194304 4196468 140736011234848 139832680989808 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1875] ppid=1864 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1875/stat : 1875 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14314094592 69925 18446744073709551615 4194304 4196468 140736011234848 139832679938128 139833204643739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1876] ppid=1864 vsize=13978608 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/1866/task/1876/stat : 1876 (java) S 1864 1864 11586 0 -1 1077944384 2119 0 0 0 20 0 0 0 20 0 15 0 65400886 14314094592 69925 18446744073709551615 4194304 4196468 140736011234848 139832678870992 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1877] ppid=1864 vsize=13978608 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/1866/task/1877/stat : 1877 (java) S 1864 1864 11586 0 -1 1077944384 1336 0 0 0 19 0 0 0 20 0 15 0 65400886 14314094592 69925 18446744073709551615 4194304 4196468 140736011234848 139832677824480 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1878] ppid=1864 vsize=13978608 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/1866/task/1878/stat : 1878 (java) S 1864 1864 11586 0 -1 1077944384 1081 0 0 0 16 0 0 0 20 0 15 0 65400886 14314094592 69925 18446744073709551615 4194304 4196468 140736011234848 139832676780912 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1879] ppid=1864 vsize=13978608 memory=6289 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1879/stat : 1879 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14314094592 69925 18446744073709551615 4194304 4196468 140736011234848 139832675728352 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1880] ppid=1864 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1880/stat : 1880 (java) S 1864 1864 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65400893 14314094592 69925 18446744073709551615 4194304 4196468 140736011234848 139832674675120 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 279032 KiB

[startup+1.50083 s]
/proc/loadavg: 1.81 1.70 1.64 5/214 1880
/proc/meminfo: memFree=30322456/32770624 swapFree=67108860/67108860
[pid=1864] ppid=1861 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1864/stat : 1864 (xcsp3-exec) S 1861 1864 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65400872 9740288 345 18446744073709551615 4194304 5098028 140736043279312 140736043277416 140381698065020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 34717696 140736043282809 140736043283013 140736043283013 140736043286507 0
/proc/1864/statm: 2378 345 289 221 0 87 0
[pid=1866] ppid=1864 vsize=13978684 memory=558792 CPUtime=3.09 cores=1,3,5,7
/proc/1866/stat : 1866 (java) S 1864 1864 11586 0 -1 1077944320 15377 0 0 0 266 43 0 0 20 0 15 0 65400880 14314172416 139698 18446744073709551615 4194304 4196468 140736011234848 140736011217392 139833204625143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
/proc/1866/statm: 3494671 139698 3199 1 0 3482964 0
[pid=1866/tid=1867] ppid=1864 vsize=13978684 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/1866/task/1867/stat : 1867 (java) R 1864 1864 11586 0 -1 4202560 7929 0 0 0 110 8 0 0 20 0 15 0 65400881 14314172416 139698 18446744073709551615 4194304 4196468 140736011234848 139833208863392 139832814155565 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1868] ppid=1864 vsize=13978684 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/1866/task/1868/stat : 1868 (java) S 1864 1864 11586 0 -1 1077944384 239 0 0 0 6 7 0 0 20 0 15 0 65400881 14314172416 139698 18446744073709551615 4194304 4196468 140736011234848 139833139059600 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1869] ppid=1864 vsize=13978684 memory=7680170660397595203 CPUtime=0.13 cores=1,3,5,7
/proc/1866/task/1869/stat : 1869 (java) S 1864 1864 11586 0 -1 1077944384 181 0 0 0 5 8 0 0 20 0 15 0 65400881 14314172416 139698 18446744073709551615 4194304 4196468 140736011234848 139833138006800 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1870] ppid=1864 vsize=13978684 memory=3047711462688066934 CPUtime=0.11 cores=1,3,5,7
/proc/1866/task/1870/stat : 1870 (java) S 1864 1864 11586 0 -1 1077944384 229 0 0 0 4 7 0 0 20 0 15 0 65400881 14314172416 139698 18446744073709551615 4194304 4196468 140736011234848 139833136954512 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1871] ppid=1864 vsize=13978684 memory=140668338944545 CPUtime=0.13 cores=1,3,5,7

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

/proc/1864/stat : 1864 (xcsp3-exec) S 1861 1864 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65400872 9740288 345 18446744073709551615 4194304 5098028 140736043279312 140736043277416 140381698065020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 34717696 140736043282809 140736043283013 140736043283013 140736043286507 0
/proc/1864/statm: 2378 345 289 221 0 87 0
[pid=1866] ppid=1864 vsize=13980732 memory=4784744 CPUtime=32.67 cores=1,3,5,7
/proc/1866/stat : 1866 (java) S 1864 1864 11586 0 -1 1077944320 62610 0 0 0 3003 264 0 0 20 0 15 0 65400880 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 140736011217392 139833204625143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
/proc/1866/statm: 3495183 1196186 3229 1 0 3483476 0
[pid=1866/tid=1867] ppid=1864 vsize=13980732 memory=9123308429200974039 CPUtime=16.18 cores=1,3,5,7
/proc/1866/task/1867/stat : 1867 (java) R 1864 1864 11586 0 -1 4202560 16123 0 0 0 1574 44 0 0 20 0 15 0 65400881 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139833208860352 139832815774722 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1868] ppid=1864 vsize=13980732 memory=140668232077503 CPUtime=3.47 cores=1,3,5,7
/proc/1866/task/1868/stat : 1868 (java) S 1864 1864 11586 0 -1 1077944384 7231 0 0 0 294 53 0 0 20 0 15 0 65400881 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139833139059600 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1869] ppid=1864 vsize=13980732 memory=140668338924144 CPUtime=3.48 cores=1,3,5,7
/proc/1866/task/1869/stat : 1869 (java) S 1864 1864 11586 0 -1 1077944384 6782 0 0 0 294 54 0 0 20 0 15 0 65400881 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139833138006800 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1870] ppid=1864 vsize=13980732 memory=5792262874651971664 CPUtime=3.47 cores=1,3,5,7
/proc/1866/task/1870/stat : 1870 (java) S 1864 1864 11586 0 -1 1077944384 6803 0 0 0 294 53 0 0 20 0 15 0 65400881 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139833136954512 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1871] ppid=1864 vsize=13980732 memory=27992919332356134 CPUtime=3.47 cores=1,3,5,7
/proc/1866/task/1871/stat : 1871 (java) S 1864 1864 11586 0 -1 1077944384 7875 0 0 0 294 53 0 0 20 0 15 0 65400881 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139833135901712 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1872] ppid=1864 vsize=13980732 memory=303711728376742216 CPUtime=0.14 cores=1,3,5,7
/proc/1866/task/1872/stat : 1872 (java) S 1864 1864 11586 0 -1 1077944384 7405 0 0 0 13 1 0 0 20 0 15 0 65400883 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139832683096176 139833204636290 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1873] ppid=1864 vsize=13980732 memory=15823287506706392 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1873/stat : 1873 (java) S 1864 1864 11586 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 65400883 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139832682042208 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1874] ppid=1864 vsize=13980732 memory=6442213889342267998 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1874/stat : 1874 (java) S 1864 1864 11586 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 65400883 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139832680989824 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1875] ppid=1864 vsize=13980732 memory=6442213889342267998 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1875/stat : 1875 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139832679938128 139833204643739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1876] ppid=1864 vsize=13980732 memory=6442213889342267998 CPUtime=0.99 cores=1,3,5,7
/proc/1866/task/1876/stat : 1876 (java) S 1864 1864 11586 0 -1 1077944384 4213 0 0 0 99 0 0 0 20 0 15 0 65400886 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139832678886000 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1877] ppid=1864 vsize=13980732 memory=6442213889342267998 CPUtime=0.89 cores=1,3,5,7
/proc/1866/task/1877/stat : 1877 (java) S 1864 1864 11586 0 -1 1077944384 2784 0 0 0 89 0 0 0 20 0 15 0 65400886 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139832677833200 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1878] ppid=1864 vsize=13980732 memory=6442213889342267998 CPUtime=0.48 cores=1,3,5,7
/proc/1866/task/1878/stat : 1878 (java) S 1864 1864 11586 0 -1 1077944384 1988 0 0 0 48 0 0 0 20 0 15 0 65400886 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139832676780912 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1879] ppid=1864 vsize=13980732 memory=6442213889342267998 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1879/stat : 1879 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139832675728352 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1880] ppid=1864 vsize=13980732 memory=6442213889342267998 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1880/stat : 1880 (java) S 1864 1864 11586 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 65400893 14316269568 1196186 18446744073709551615 4194304 4196468 140736011234848 139832674675120 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
Current children cumulated CPU time: 32.67 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4786124 KiB

[startup+20.4016 s]
/proc/loadavg: 1.66 1.67 1.63 3/211 1881
/proc/meminfo: memFree=25326416/32770624 swapFree=67108860/67108860
[pid=1864] ppid=1861 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1864/stat : 1864 (xcsp3-exec) S 1861 1864 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65400872 9740288 345 18446744073709551615 4194304 5098028 140736043279312 140736043277416 140381698065020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 34717696 140736043282809 140736043283013 140736043283013 140736043286507 0
/proc/1864/statm: 2378 345 289 221 0 87 0
[pid=1866] ppid=1864 vsize=13980732 memory=4784956 CPUtime=33.09 cores=1,3,5,7
/proc/1866/stat : 1866 (java) S 1864 1864 11586 0 -1 1077944320 64836 0 0 0 3044 265 0 0 20 0 15 0 65400880 14316269568 1196239 18446744073709551615 4194304 4196468 140736011234848 140736011217392 139833204625143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
/proc/1866/statm: 3495183 1196239 3229 1 0 3483476 0
[pid=1866/tid=1867] ppid=1864 vsize=13980732 memory=7680170660397595203 CPUtime=16.57 cores=1,3,5,7
/proc/1866/task/1867/stat : 1867 (java) R 1864 1864 11586 0 -1 4202560 17577 0 0 0 1613 44 0 0 20 0 15 0 65400881 14316269568 1196239 18446744073709551615 4194304 4196468 140736011234848 139833208855328 139833190830251 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1868] ppid=1864 vsize=13980732 memory=4784744 CPUtime=3.47 cores=1,3,5,7
/proc/1866/task/1868/stat : 1868 (java) S 1864 1864 11586 0 -1 1077944384 7231 0 0 0 294 53 0 0 20 0 15 0 65400881 14316269568 1196239 18446744073709551615 4194304 4196468 140736011234848 139833139059600 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1869] ppid=1864 vsize=13980732 memory=281336464082224 CPUtime=3.48 cores=1,3,5,7
/proc/1866/task/1869/stat : 1869 (java) S 1864 1864 11586 0 -1 1077944384 6782 0 0 0 294 54 0 0 20 0 15 0 65400881 14316269568 1196239 18446744073709551615 4194304 4196468 140736011234848 139833138006800 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1870] ppid=1864 vsize=13980732 memory=281336464082288 CPUtime=3.47 cores=1,3,5,7
/proc/1866/task/1870/stat : 1870 (java) S 1864 1864 11586 0 -1 1077944384 6803 0 0 0 294 53 0 0 20 0 15 0 65400881 14316269568 1196239 18446744073709551615 4194304 4196468 140736011234848 139833136954512 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1871] ppid=1864 vsize=13980732 memory=1160 CPUtime=3.47 cores=1,3,5,7
/proc/1866/task/1871/stat : 1871 (java) S 1864 1864 11586 0 -1 1077944384 7875 0 0 0 294 53 0 0 20 0 15 0 65400881 14316269568 1196239 18446744073709551615 4194304 4196468 140736011234848 139833135901712 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1872] ppid=1864 vsize=13980732 memory=2660 CPUtime=0.14 cores=1,3,5,7
/proc/1866/task/1872/stat : 1872 (java) S 1864 1864 11586 0 -1 1077944384 7733 0 0 0 13 1 0 0 20 0 15 0 65400883 14316269568 1196239 18446744073709551615 4194304 4196468 140736011234848 139832683096176 139833204636290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1873] ppid=1864 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1873/stat : 1873 (java) S 1864 1864 11586 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 65400883 14316269568 1196258 18446744073709551615 4194304 4196468 140736011234848 139832682042208 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1874] ppid=1864 vsize=13980732 memory=4781692 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1874/stat : 1874 (java) S 1864 1864 11586 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 65400883 14316269568 1196258 18446744073709551615 4194304 4196468 140736011234848 139832680989824 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1875] ppid=1864 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1875/stat : 1875 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14316269568 1196258 18446744073709551615 4194304 4196468 140736011234848 139832679938128 139833204643739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1876] ppid=1864 vsize=13980732 memory=4284 CPUtime=1 cores=1,3,5,7
/proc/1866/task/1876/stat : 1876 (java) S 1864 1864 11586 0 -1 1077944384 4348 0 0 0 100 0 0 0 20 0 15 0 65400886 14316269568 1196258 18446744073709551615 4194304 4196468 140736011234848 139832678886000 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1877] ppid=1864 vsize=13980732 memory=928 CPUtime=0.89 cores=1,3,5,7
/proc/1866/task/1877/stat : 1877 (java) S 1864 1864 11586 0 -1 1077944384 2788 0 0 0 89 0 0 0 20 0 15 0 65400886 14316269568 1196258 18446744073709551615 4194304 4196468 140736011234848 139832677833200 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1878] ppid=1864 vsize=13980732 memory=1580 CPUtime=0.49 cores=1,3,5,7
/proc/1866/task/1878/stat : 1878 (java) R 1864 1864 11586 0 -1 4202560 2216 0 0 0 49 0 0 0 20 0 15 0 65400886 14316269568 1196258 18446744073709551615 4194304 4196468 140736011234848 139832676780096 139833184057216 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1879] ppid=1864 vsize=13980732 memory=2168 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1879/stat : 1879 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14316269568 1196258 18446744073709551615 4194304 4196468 140736011234848 139832675728352 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1880] ppid=1864 vsize=13980732 memory=836 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1880/stat : 1880 (java) S 1864 1864 11586 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 65400893 14316269568 1196258 18446744073709551615 4194304 4196468 140736011234848 139832674675120 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
Current children cumulated CPU time: 33.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4786336 KiB

[startup+20.6007 s]
/proc/loadavg: 1.66 1.67 1.63 3/211 1881
/proc/meminfo: memFree=25326416/32770624 swapFree=67108860/67108860
[pid=1864] ppid=1861 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1864/stat : 1864 (xcsp3-exec) S 1861 1864 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65400872 9740288 345 18446744073709551615 4194304 5098028 140736043279312 140736043277416 140381698065020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 34717696 140736043282809 140736043283013 140736043283013 140736043286507 0
/proc/1864/statm: 2378 345 289 221 0 87 0
[pid=1866] ppid=1864 vsize=13980732 memory=4785536 CPUtime=33.62 cores=1,3,5,7
/proc/1866/stat : 1866 (java) S 1864 1864 11586 0 -1 1077944320 66642 0 0 0 3097 265 0 0 20 0 15 0 65400880 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 140736011217392 139833204625143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
/proc/1866/statm: 3495183 1196384 3233 1 0 3483476 0
[pid=1866/tid=1867] ppid=1864 vsize=13980732 memory=7680170660397595203 CPUtime=16.78 cores=1,3,5,7
/proc/1866/task/1867/stat : 1867 (java) R 1864 1864 11586 0 -1 4202560 18151 0 0 0 1633 45 0 0 20 0 15 0 65400881 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139833208863792 139832816610522 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1868] ppid=1864 vsize=13980732 memory=148670292954772 CPUtime=3.47 cores=1,3,5,7
/proc/1866/task/1868/stat : 1868 (java) S 1864 1864 11586 0 -1 1077944384 7231 0 0 0 294 53 0 0 20 0 15 0 65400881 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139833139059600 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1869] ppid=1864 vsize=13980732 memory=281336465242752 CPUtime=3.48 cores=1,3,5,7
/proc/1866/task/1869/stat : 1869 (java) S 1864 1864 11586 0 -1 1077944384 6782 0 0 0 294 54 0 0 20 0 15 0 65400881 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139833138006800 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1870] ppid=1864 vsize=13980732 memory=3835296815200793268 CPUtime=3.47 cores=1,3,5,7
/proc/1866/task/1870/stat : 1870 (java) S 1864 1864 11586 0 -1 1077944384 6803 0 0 0 294 53 0 0 20 0 15 0 65400881 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139833136954512 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1871] ppid=1864 vsize=13980732 memory=7309743974100593514 CPUtime=3.47 cores=1,3,5,7
/proc/1866/task/1871/stat : 1871 (java) S 1864 1864 11586 0 -1 1077944384 7875 0 0 0 294 53 0 0 20 0 15 0 65400881 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139833135901712 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1872] ppid=1864 vsize=13980732 memory=7309743974100593514 CPUtime=0.14 cores=1,3,5,7
/proc/1866/task/1872/stat : 1872 (java) S 1864 1864 11586 0 -1 1077944384 7733 0 0 0 13 1 0 0 20 0 15 0 65400883 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139832683096176 139833204636290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1873] ppid=1864 vsize=13980732 memory=5861556296996448879 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1873/stat : 1873 (java) S 1864 1864 11586 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 65400883 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139832682042208 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1874] ppid=1864 vsize=13980732 memory=7814116268715635053 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1874/stat : 1874 (java) S 1864 1864 11586 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 65400883 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139832680989824 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1875] ppid=1864 vsize=13980732 memory=7814116268715635053 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1875/stat : 1875 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139832679938128 139833204643739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1876] ppid=1864 vsize=13980732 memory=7740686453732959601 CPUtime=1.14 cores=1,3,5,7
/proc/1866/task/1876/stat : 1876 (java) S 1864 1864 11586 0 -1 1077944384 4799 0 0 0 114 0 0 0 20 0 15 0 65400886 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139832678886000 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1877] ppid=1864 vsize=13980732 memory=6372142060617232209 CPUtime=1.05 cores=1,3,5,7
/proc/1866/task/1877/stat : 1877 (java) S 1864 1864 11586 0 -1 1077944384 3448 0 0 0 105 0 0 0 20 0 15 0 65400886 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139832677833200 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1878] ppid=1864 vsize=13980732 memory=6372142060617232209 CPUtime=0.52 cores=1,3,5,7
/proc/1866/task/1878/stat : 1878 (java) S 1864 1864 11586 0 -1 1077944384 2336 0 0 0 52 0 0 0 20 0 15 0 65400886 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139832676780912 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1879] ppid=1864 vsize=13980732 memory=6372142060617232209 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1879/stat : 1879 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139832675728352 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1880] ppid=1864 vsize=13980732 memory=7740686453732959601 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1880/stat : 1880 (java) S 1864 1864 11586 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 65400893 14316269568 1196384 18446744073709551615 4194304 4196468 140736011234848 139832674675120 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
Current children cumulated CPU time: 33.62 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4786916 KiB

[startup+20.7016 s]
/proc/loadavg: 1.66 1.67 1.63 3/211 1881
/proc/meminfo: memFree=25326416/32770624 swapFree=67108860/67108860
[pid=1864] ppid=1861 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1864/stat : 1864 (xcsp3-exec) S 1861 1864 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65400872 9740288 345 18446744073709551615 4194304 5098028 140736043279312 140736043277416 140381698065020 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 7 0 0 7196144 7232144 34717696 140736043282809 140736043283013 140736043283013 140736043286507 0
/proc/1864/statm: 2378 345 289 221 0 87 0
[pid=1866] ppid=1864 vsize=13980732 memory=4785704 CPUtime=33.87 cores=1,3,5,7
/proc/1866/stat : 1866 (java) S 1864 1864 11586 0 -1 1077944320 67010 0 0 0 3122 265 0 0 20 0 15 0 65400880 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 140736011217392 139833204625143 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
/proc/1866/statm: 3495183 1196426 3238 1 0 3483476 0
[pid=1866/tid=1867] ppid=1864 vsize=13980732 memory=4784744 CPUtime=16.88 cores=1,3,5,7
/proc/1866/task/1867/stat : 1867 (java) R 1864 1864 11586 0 -1 4202560 18201 0 0 0 1643 45 0 0 20 0 15 0 65400881 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139833208863648 139832816739443 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1868] ppid=1864 vsize=13980732 memory=281336464490896 CPUtime=3.47 cores=1,3,5,7
/proc/1866/task/1868/stat : 1868 (java) S 1864 1864 11586 0 -1 1077944384 7231 0 0 0 294 53 0 0 20 0 15 0 65400881 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139833139059600 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1869] ppid=1864 vsize=13980732 memory=4784744 CPUtime=3.48 cores=1,3,5,7
/proc/1866/task/1869/stat : 1869 (java) S 1864 1864 11586 0 -1 1077944384 6782 0 0 0 294 54 0 0 20 0 15 0 65400881 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139833138006800 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1870] ppid=1864 vsize=13980732 memory=1380 CPUtime=3.47 cores=1,3,5,7
/proc/1866/task/1870/stat : 1870 (java) S 1864 1864 11586 0 -1 1077944384 6803 0 0 0 294 53 0 0 20 0 15 0 65400881 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139833136954512 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1871] ppid=1864 vsize=13980732 memory=4785452 CPUtime=3.47 cores=1,3,5,7
/proc/1866/task/1871/stat : 1871 (java) S 1864 1864 11586 0 -1 1077944384 7875 0 0 0 294 53 0 0 20 0 15 0 65400881 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139833135901712 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1872] ppid=1864 vsize=13980732 memory=3951480 CPUtime=0.14 cores=1,3,5,7
/proc/1866/task/1872/stat : 1872 (java) S 1864 1864 11586 0 -1 1077944384 7733 0 0 0 13 1 0 0 20 0 15 0 65400883 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139832683096176 139833204636290 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1873] ppid=1864 vsize=13980732 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1873/stat : 1873 (java) S 1864 1864 11586 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 65400883 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139832682042208 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1874] ppid=1864 vsize=13980732 memory=2968 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1874/stat : 1874 (java) S 1864 1864 11586 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 65400883 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139832680989824 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1875] ppid=1864 vsize=13980732 memory=4777380 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1875/stat : 1875 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139832679938128 139833204643739 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1876] ppid=1864 vsize=13980732 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/1866/task/1876/stat : 1876 (java) R 1864 1864 11586 0 -1 4202560 4893 0 0 0 119 0 0 0 20 0 15 0 65400886 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139832678872504 139833186169256 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1877] ppid=1864 vsize=13980732 memory=1380 CPUtime=1.14 cores=1,3,5,7
/proc/1866/task/1877/stat : 1877 (java) R 1864 1864 11586 0 -1 4202560 3646 0 0 0 114 0 0 0 20 0 15 0 65400886 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139832677825688 139833188896824 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1878] ppid=1864 vsize=13980732 memory=4782208 CPUtime=0.53 cores=1,3,5,7
/proc/1866/task/1878/stat : 1878 (java) S 1864 1864 11586 0 -1 1077944384 2362 0 0 0 53 0 0 0 20 0 15 0 65400886 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139832676780912 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1879] ppid=1864 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1879/stat : 1879 (java) S 1864 1864 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65400886 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139832675728352 139833204635349 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
[pid=1866/tid=1880] ppid=1864 vsize=13980732 memory=3950280 CPUtime=0 cores=1,3,5,7
/proc/1866/task/1880/stat : 1880 (java) S 1864 1864 11586 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 65400893 14316269568 1196426 18446744073709551615 4194304 4196468 140736011234848 139832674675120 139833204636290 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37109760 140736011239857 140736011240033 140736011240033 140736011243471 0
Current children cumulated CPU time: 33.87 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4787084 KiB

Child status: 0
Real time (s): 20.763
CPU time (s): 34.011
CPU user time (s): 31.3292
CPU system time (s): 2.68186
CPU usage (%): 163.806
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 4787084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.3292
system time used= 2.68186
maximum resident set size= 4786080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67653
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= 3713
involuntary context switches= 183


# summary of solver processes directly reported to runsolver:
#   pid: 1864
#   total CPU time (s): 34.011
#   total CPU user time (s): 31.3292
#   total CPU system time (s): 2.68186

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.156706 second user time and 0.244936 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-15 06:02:26
IDJOB=4269669
IDBENCH=125604
IDSOLVER=2660
FILE ID=node124/4269669-1502770602
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 61920 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-90-90.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-4269669-1502770602/watcher-4269669-1502770602 -o /tmp/evaluation-result-4269669-1502770602/solver-4269669-1502770602 -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 148445445 HOME/instance-4269669-1502770602.xml

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

MD5SUM BENCH= 4d5ee0d3a7698119cef28df18be09f14
RANDOM SEED=148445445

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:        30607936 kB
MemAvailable:   31117572 kB
Buffers:          232468 kB
Cached:           564572 kB
SwapCached:            0 kB
Active:          1432660 kB
Inactive:         280168 kB
Active(anon):     867356 kB
Inactive(anon):    81952 kB
Active(file):     565304 kB
Inactive(file):   198216 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            114024 kB
Writeback:            36 kB
AnonPages:        915788 kB
Mapped:            60028 kB
Shmem:             33512 kB
Slab:             150556 kB
SReclaimable:     123904 kB
SUnreclaim:        26652 kB
KernelStack:        3488 kB
PageTables:         7296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1509896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    835584 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= 61912 MiB
End job on node124 at 2017-08-15 06:02:47