Trace number 4250071

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
R1: choco-solver 5a (2017-07-05)SAT 541.696 70.1711

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0120-m1.xml
MD5SUM811bab41ab4f320547ec1b0722faadf8
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 benchmark6.1970601
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints7141
Number of domains1
Minimum domain size120
Maximum domain size120
Distribution of domain sizes[{"size":120,"count":120}]
Minimum variable degree120
Maximum variable degree120
Distribution of variable degrees[{"degree":120,"count":120}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":7140},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints7140
Distribution of constraint types[{"type":"intension","count":7140},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4250071-1500696324.xml"  -tl '2400s' -p 8 -x 3
0.00/0.18	c [HOME/instance-4250071-1500696324.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.23	c 8 solvers in parallel
0.00/0.30	c parse instance...
9.09/2.59	c solve instance...
541.25/70.15	s SATISFIABLE
541.25/70.15	v <instantiation>
541.25/70.15	v 	<list>q[0] q[1] q[2] q[3] q[4] q[5] q[6] q[7] q[8] q[9] q[10] q[11] q[12] q[13] q[14] q[15] q[16] q[17] q[18] q[19] q[20] q[21] q[22] q[23] q[24] q[25] q[26] q[27] q[28] q[29] q[30] q[31] q[32] q[33] q[34] q[35] q[36] q[37] q[38] q[39] q[40] q[41] q[42] q[43] q[44] q[45] q[46] q[47] q[48] q[49] q[50] q[51] q[52] q[53] q[54] q[55] q[56] q[57] q[58] q[59] q[60] q[61] q[62] q[63] q[64] q[65] q[66] q[67] q[68] q[69] q[70] q[71] q[72] q[73] q[74] q[75] q[76] q[77] q[78] q[79] q[80] q[81] q[82] q[83] q[84] q[85] q[86] q[87] q[88] q[89] q[90] q[91] q[92] q[93] q[94] q[95] q[96] q[97] q[98] q[99] q[100] q[101] q[102] q[103] q[104] q[105] q[106] q[107] q[108] q[109] q[110] q[111] q[112] q[113] q[114] q[115] q[116] q[117] q[118] q[119] </list>
541.25/70.15	v 	<values>118 99 56 69 97 94 61 63 20 50 16 18 13 21 17 15 35 19 79 14 37 44 46 43 51 115 86 12 119 104 77 64 85 106 60 80 26 23 52 117 49 45 40 91 88 84 59 75 111 70 102 22 74 3 116 73 81 68 87 2 4 8 1 95 110 114 54 9 98 100 105 7 82 107 0 113 5 36 32 25 29 33 42 28 24 38 41 48 10 47 31 39 11 55 57 62 6 66 89 92 72 93 96 108 27 78 71 58 65 83 76 67 90 109 103 112 34 101 53 30 </values>
541.25/70.15	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4250071-1500696324/watcher-4250071-1500696324 -o /tmp/evaluation-result-4250071-1500696324/solver-4250071-1500696324 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7802 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 697465076 HOME/instance-4250071-1500696324.xml 

pid=645
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 8.16 11.38 13.06 3/263 648
/proc/meminfo: memFree=27214304/32770624 swapFree=5860/293372
[pid=648] ppid=645 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/648/stat : 648 (xcsp3-exec) S 645 648 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4899812 9740288 346 33554432000 4194304 5098028 140723446606448 140723446604552 140585726972540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 19533824 140723446613135 140723446613344 140723446613344 140723446616043 0
/proc/648/statm: 2378 346 289 221 0 87 0

[startup+0.100107 s]
/proc/loadavg: 8.16 11.38 13.06 3/263 648
/proc/meminfo: memFree=27214304/32770624 swapFree=5860/293372
[pid=648] ppid=645 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/648/stat : 648 (xcsp3-exec) S 645 648 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4899812 9740288 346 33554432000 4194304 5098028 140723446606448 140723446604552 140585726972540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 19533824 140723446613135 140723446613344 140723446613344 140723446616043 0
/proc/648/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200413 s]
/proc/loadavg: 8.16 11.38 13.06 3/263 648
/proc/meminfo: memFree=27214304/32770624 swapFree=5860/293372
[pid=648] ppid=645 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/648/stat : 648 (xcsp3-exec) S 645 648 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4899812 9740288 346 33554432000 4194304 5098028 140723446606448 140723446604552 140585726972540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 19533824 140723446613135 140723446613344 140723446613344 140723446616043 0
/proc/648/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300304 s]
/proc/loadavg: 8.16 11.38 13.06 3/263 648
/proc/meminfo: memFree=27214304/32770624 swapFree=5860/293372
[pid=648] ppid=645 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/648/stat : 648 (xcsp3-exec) S 645 648 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4899812 9740288 346 33554432000 4194304 5098028 140723446606448 140723446604552 140585726972540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 19533824 140723446613135 140723446613344 140723446613344 140723446616043 0
/proc/648/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700276 s]
/proc/loadavg: 8.16 11.38 13.06 3/263 648
/proc/meminfo: memFree=27214304/32770624 swapFree=5860/293372
[pid=648] ppid=645 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/648/stat : 648 (xcsp3-exec) S 645 648 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4899812 9740288 346 33554432000 4194304 5098028 140723446606448 140723446604552 140585726972540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 19533824 140723446613135 140723446613344 140723446613344 140723446616043 0
/proc/648/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50123 s]
/proc/loadavg: 8.16 11.38 13.06 6/284 679
/proc/meminfo: memFree=27054624/32770624 swapFree=5860/293388
[pid=648] ppid=645 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/648/stat : 648 (xcsp3-exec) S 645 648 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4899812 9740288 346 33554432000 4194304 5098028 140723446606448 140723446604552 140585726972540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 19533824 140723446613135 140723446613344 140723446613344 140723446616043 0
/proc/648/statm: 2378 346 289 221 0 87 0
[pid=649] ppid=648 vsize=13269256 CPUtime=5.35 cores=1,3,5,7,9,11,13,15
/proc/649/stat : 649 (java) S 648 648 7411 0 -1 1077944320 26828 0 0 0 515 20 0 0 20 0 20 0 4899813 13587718144 56622 33554432000 4194304 4196468 140722829022016 140722829004560 140140638060279 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
/proc/649/statm: 3317314 56622 3260 1 0 3304547 0
[pid=649/tid=650] ppid=648 vsize=13269256 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/649/task/650/stat : 650 (java) S 648 648 7411 0 -1 1077944384 8336 0 0 0 137 5 0 0 20 0 20 0 4899813 13587718144 56622 33554432000 4194304 4196468 140722829022016 140140642295088 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=652] ppid=648 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/652/stat : 652 (java) R 648 648 7411 0 -1 4202560 138 0 0 0 2 1 0 0 20 0 20 0 4899814 13587718144 56622 33554432000 4194304 4196468 140722829022016 140140556541144 140140619959918 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=653] ppid=648 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/653/stat : 653 (java) R 648 648 7411 0 -1 1077944384 34 0 0 0 2 1 0 0 20 0 20 0 4899814 13587718144 56622 33554432000 4194304 4196468 140722829022016 140140236237968 140140638070485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=654] ppid=648 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/649/task/654/stat : 654 (java) S 648 648 7411 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 20 0 4899814 13587718144 56622 33554432000 4194304 4196468 140722829022016 140140235184912 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=655] ppid=648 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/655/stat : 655 (java) R 648 648 7411 0 -1 4202560 404 0 0 0 2 1 0 0 20 0 20 0 4899814 13587718144 56622 33554432000 4194304 4196468 140722829022016 140140234132568 140140623088153 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=657] ppid=648 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/657/stat : 657 (java) R 648 648 7411 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 20 0 4899814 13587718144 56622 33554432000 4194304 4196468 140722829022016 140140233079392 140140638081626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=659] ppid=648 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/649/task/659/stat : 659 (java) R 648 648 7411 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 20 0 4899814 13587718144 56622 33554432000 4194304 4196468 140722829022016 140140232026768 140140631165936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=660] ppid=648 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/660/stat : 660 (java) R 648 648 7411 0 -1 4202560 79 0 0 0 2 1 0 0 20 0 20 0 4899814 13587718144 56622 33554432000 4194304 4196468 140722829022016 140140230973712 140140623088126 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=661] ppid=648 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/661/stat : 661 (java) R 648 648 7411 0 -1 4202560 260 0 0 0 2 1 0 0 20 0 20 0 4899814 13587718144 56622 33554432000 4194304 4196468 140722829022016 140140229921008 140140631166825 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=663] ppid=648 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/663/stat : 663 (java) S 648 648 7411 0 -1 1077944384 327 0 0 0 0 0 0 0 20 0 20 0 4899816 13587718144 56622 33554432000 4194304 4196468 140722829022016 140139831940384 140140638070485 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=664] ppid=648 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/664/stat : 664 (java) S 648 648 7411 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 4899816 13587718144 56622 33554432000 4194304 4196468 140722829022016 140139830888096 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=665] ppid=648 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/665/stat : 665 (java) S 648 648 7411 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 4899816 13587718144 56622 33554432000 4194304 4196468 140722829022016 140139829834992 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=666] ppid=648 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/666/stat : 666 (java) S 648 648 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4899819 13587718144 56622 33554432000 4194304 4196468 140722829022016 140139828783568 140140638078875 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=668] ppid=648 vsize=13269256 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/649/task/668/stat : 668 (java) R 648 648 7411 0 -1 4202560 5255 0 0 0 100 1 0 0 20 0 20 0 4899819 13587718144 56622 33554432000 4194304 4196468 140722829022016 140139827716696 140140617307079 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=669] ppid=648 vsize=13269256 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/649/task/669/stat : 669 (java) R 648 648 7411 0 -1 4202560 3451 0 0 0 96 0 0 0 20 0 20 0 4899819 13587718144 57134 33554432000 4194304 4196468 140722829022016 140139826658800 140140621557059 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=670] ppid=648 vsize=13269256 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/649/task/670/stat : 670 (java) R 648 648 7411 0 -1 4202560 4193 0 0 0 102 0 0 0 20 0 20 0 4899819 13587718144 57134 33554432000 4194304 4196468 140722829022016 140139825611168 140140622982082 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=671] ppid=648 vsize=13269256 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/649/task/671/stat : 671 (java) S 648 648 7411 0 -1 1077944384 2919 0 0 0 60 1 0 0 20 0 20 0 4899819 13587718144 57134 33554432000 4194304 4196468 140722829022016 140139824572528 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=672] ppid=648 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/672/stat : 672 (java) S 648 648 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4899820 13587718144 57134 33554432000 4194304 4196468 140722829022016 140139823520736 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=679] ppid=648 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/679/stat : 679 (java) S 648 648 7411 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 4899820 13587718144 57134 33554432000 4194304 4196468 140722829022016 140139822468272 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 13278768

[startup+3.10122 s]
/proc/loadavg: 8.06 11.31 13.03 4/284 679
/proc/meminfo: memFree=26786724/32770624 swapFree=5860/293388
[pid=648] ppid=645 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/648/stat : 648 (xcsp3-exec) S 645 648 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4899812 9740288 346 33554432000 4194304 5098028 140723446606448 140723446604552 140585726972540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 19533824 140723446613135 140723446613344 140723446613344 140723446616043 0
/proc/648/statm: 2378 346 289 221 0 87 0
[pid=649] ppid=648 vsize=13801768 CPUtime=13.15 cores=1,3,5,7,9,11,13,15
/proc/649/stat : 649 (java) S 648 648 7411 0 -1 1077944320 30162 0 0 0 1216 99 0 0 20 0 28 0 4899813 14133010432 127913 33554432000 4194304 4196468 140722829022016 140722829004560 140140638060279 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
/proc/649/statm: 3450442 127913 3268 1 0 3437675 0
[pid=649/tid=650] ppid=648 vsize=13801768 CPUtime=2.27 cores=1,3,5,7,9,11,13,15
/proc/649/task/650/stat : 650 (java) S 648 648 7411 0 -1 1077944384 8576 0 0 0 220 7 0 0 20 0 28 0 4899813 14133010432 127913 33554432000 4194304 4196468 140722829022016 140140642301056 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=652] ppid=648 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/649/task/652/stat : 652 (java) S 648 648 7411 0 -1 1077944384 222 0 0 0 12 11 0 0 20 0 28 0 4899814 14133010432 127913 33554432000 4194304 4196468 140722829022016 140140556540944 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=653] ppid=648 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/649/task/653/stat : 653 (java) S 648 648 7411 0 -1 1077944384 122 0 0 0 12 11 0 0 20 0 28 0 4899814 14133010432 127913 33554432000 4194304 4196468 140722829022016 140140236237968 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=654] ppid=648 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/649/task/654/stat : 654 (java) S 648 648 7411 0 -1 1077944384 121 0 0 0 12 11 0 0 20 0 28 0 4899814 14133010432 127913 33554432000 4194304 4196468 140722829022016 140140235184912 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=655] ppid=648 vsize=13801768 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/649/task/655/stat : 655 (java) S 648 648 7411 0 -1 1077944384 496 0 0 0 12 10 0 0 20 0 28 0 4899814 14133010432 127913 33554432000 4194304 4196468 140722829022016 140140234132368 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=657] ppid=648 vsize=13801768 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/649/task/657/stat : 657 (java) S 648 648 7411 0 -1 1077944384 110 0 0 0 11 9 0 0 20 0 28 0 4899814 14133010432 127913 33554432000 4194304 4196468 140722829022016 140140233079312 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=659] ppid=648 vsize=13801768 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/649/task/659/stat : 659 (java) S 648 648 7411 0 -1 1077944384 116 0 0 0 13 10 0 0 20 0 28 0 4899814 14133010432 127913 33554432000 4194304 4196468 140722829022016 140140232026768 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=660] ppid=648 vsize=13801768 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/649/task/660/stat : 660 (java) S 648 648 7411 0 -1 1077944384 178 0 0 0 13 11 0 0 20 0 28 0 4899814 14133010432 127913 33554432000 4194304 4196468 140722829022016 140140230973712 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=661] ppid=648 vsize=13801768 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/649/task/661/stat : 661 (java) S 648 648 7411 0 -1 1077944384 353 0 0 0 12 10 0 0 20 0 28 0 4899814 14133010432 127913 33554432000 4194304 4196468 140722829022016 140140229921168 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=663] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/663/stat : 663 (java) S 648 648 7411 0 -1 1077944384 479 0 0 0 0 0 0 0 20 0 28 0 4899816 14133010432 127913 33554432000 4194304 4196468 140722829022016 140139831941872 140140638071426 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 4 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=664] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/664/stat : 664 (java) S 648 648 7411 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 4899816 14133010432 127913 33554432000 4194304 4196468 140722829022016 140139830888160 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=665] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/665/stat : 665 (java) S 648 648 7411 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 4899816 14133010432 127913 33554432000 4194304 4196468 140722829022016 140139829835008 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=666] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/666/stat : 666 (java) S 648 648 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4899819 14133010432 127913 33554432000 4194304 4196468 140722829022016 140139828783568 140140638078875 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=668] ppid=648 vsize=13801768 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/649/task/668/stat : 668 (java) R 648 648 7411 0 -1 4202560 5871 0 0 0 180 1 0 0 20 0 28 0 4899819 14133010432 127913 33554432000 4194304 4196468 140722829022016 140139827720256 140140623186397 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=669] ppid=648 vsize=13801768 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/649/task/669/stat : 669 (java) R 648 648 7411 0 -1 4202560 4161 0 0 0 177 0 0 0 20 0 28 0 4899819 14133010432 127913 33554432000 4194304 4196468 140722829022016 140139826671056 140140622028076 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=670] ppid=648 vsize=13801768 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/649/task/670/stat : 670 (java) R 648 648 7411 0 -1 4202560 4388 0 0 0 195 0 0 0 20 0 28 0 4899819 14133010432 127913 33554432000 4194304 4196468 140722829022016 140139825614784 140140622027855 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=671] ppid=648 vsize=13801768 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/649/task/671/stat : 671 (java) R 648 648 7411 0 -1 4202560 3266 0 0 0 80 1 0 0 20 0 28 0 4899819 14133010432 127913 33554432000 4194304 4196468 140722829022016 140139824569784 140140616998525 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=672] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/672/stat : 672 (java) S 648 648 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4899820 14133010432 127913 33554432000 4194304 4196468 140722829022016 140139823520736 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=679] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/679/stat : 679 (java) S 648 648 7411 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 4899820 14133010432 127913 33554432000 4194304 4196468 140722829022016 140139822468272 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 13811280

[startup+6.30212 s]
/proc/loadavg: 8.06 11.31 13.03 12/292 695
/proc/meminfo: memFree=26512484/32770624 swapFree=5860/293388
[pid=648] ppid=645 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/648/stat : 648 (xcsp3-exec) S 645 648 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4899812 9740288 346 33554432000 4194304 5098028 140723446606448 140723446604552 140585726972540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 19533824 140723446613135 140723446613344 140723446613344 140723446616043 0
/proc/648/statm: 2378 346 289 221 0 87 0
[pid=649] ppid=648 vsize=13801768 CPUtime=38.56 cores=1,3,5,7,9,11,13,15
/proc/649/stat : 649 (java) S 648 648 7411 0 -1 1077944320 43225 0 0 0 3674 182 0 0 20 0 28 0 4899813 14133010432 232149 33554432000 4194304 4196468 140722829022016 140722829004560 140140638060279 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
/proc/649/statm: 3450442 232149 3287 1 0 3437675 0
[pid=649/tid=650] ppid=648 vsize=13801768 CPUtime=2.27 cores=1,3,5,7,9,11,13,15
/proc/649/task/650/stat : 650 (java) S 648 648 7411 0 -1 1077944384 8576 0 0 0 220 7 0 0 20 0 28 0 4899813 14133010432 232149 33554432000 4194304 4196468 140722829022016 140140642301056 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=652] ppid=648 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/649/task/652/stat : 652 (java) S 648 648 7411 0 -1 1077944384 1191 0 0 0 22 19 0 0 20 0 28 0 4899814 14133010432 232149 33554432000 4194304 4196468 140722829022016 140140556540944 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=653] ppid=648 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/649/task/653/stat : 653 (java) S 648 648 7411 0 -1 1077944384 197 0 0 0 22 19 0 0 20 0 28 0 4899814 14133010432 232149 33554432000 4194304 4196468 140722829022016 140140236237968 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=654] ppid=648 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/649/task/654/stat : 654 (java) S 648 648 7411 0 -1 1077944384 348 0 0 0 21 20 0 0 20 0 28 0 4899814 14133010432 232149 33554432000 4194304 4196468 140722829022016 140140235184912 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=655] ppid=648 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/649/task/655/stat : 655 (java) S 648 648 7411 0 -1 1077944384 731 0 0 0 20 20 0 0 20 0 28 0 4899814 14133010432 232149 33554432000 4194304 4196468 140722829022016 140140234132368 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=657] ppid=648 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/649/task/657/stat : 657 (java) S 648 648 7411 0 -1 1077944384 230 0 0 0 21 19 0 0 20 0 28 0 4899814 14133010432 232149 33554432000 4194304 4196468 140722829022016 140140233079312 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=659] ppid=648 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/649/task/659/stat : 659 (java) S 648 648 7411 0 -1 1077944384 244 0 0 0 22 19 0 0 20 0 28 0 4899814 14133010432 232149 33554432000 4194304 4196468 140722829022016 140140232026768 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=660] ppid=648 vsize=13801768 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/649/task/660/stat : 660 (java) S 648 648 7411 0 -1 1077944384 299 0 0 0 22 22 0 0 20 0 28 0 4899814 14133010432 232149 33554432000 4194304 4196468 140722829022016 140140230973712 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=661] ppid=648 vsize=13801768 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/649/task/661/stat : 661 (java) S 648 648 7411 0 -1 1077944384 455 0 0 0 23 19 0 0 20 0 28 0 4899814 14133010432 232149 33554432000 4194304 4196468 140722829022016 140140229921168 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=663] ppid=648 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/649/task/663/stat : 663 (java) R 648 648 7411 0 -1 4202560 1088 0 0 0 1 0 0 0 20 0 28 0 4899816 14133010432 232149 33554432000 4194304 4196468 140722829022016 140139831940384 140140622416395 0 0 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=664] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/664/stat : 664 (java) S 648 648 7411 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 4899816 14133010432 232149 33554432000 4194304 4196468 140722829022016 140139830888160 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=665] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/665/stat : 665 (java) S 648 648 7411 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 4899816 14133010432 232149 33554432000 4194304 4196468 140722829022016 140139829835008 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=666] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/666/stat : 666 (java) S 648 648 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4899819 14133010432 232149 33554432000 4194304 4196468 140722829022016 140139828783568 140140638078875 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0

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

/proc/649/task/664/stat : 664 (java) S 648 648 7411 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 4899816 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139830888160 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=665] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/665/stat : 665 (java) S 648 648 7411 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 4899816 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139829835008 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=666] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/666/stat : 666 (java) S 648 648 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139828783568 140140638078875 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=668] ppid=648 vsize=13801768 CPUtime=4.64 cores=1,3,5,7,9,11,13,15
/proc/649/task/668/stat : 668 (java) S 648 648 7411 0 -1 1077944384 13011 0 0 0 462 2 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139827730672 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=669] ppid=648 vsize=13801768 CPUtime=4.49 cores=1,3,5,7,9,11,13,15
/proc/649/task/669/stat : 669 (java) S 648 648 7411 0 -1 1077944384 12561 0 0 0 447 2 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139826678128 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=670] ppid=648 vsize=13801768 CPUtime=5.4 cores=1,3,5,7,9,11,13,15
/proc/649/task/670/stat : 670 (java) S 648 648 7411 0 -1 1077944384 15898 0 0 0 537 3 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139825625072 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=671] ppid=648 vsize=13801768 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/649/task/671/stat : 671 (java) S 648 648 7411 0 -1 1077944384 8884 0 0 0 120 2 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139824572528 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=672] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/672/stat : 672 (java) S 648 648 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4899820 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139823520736 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=679] ppid=648 vsize=13801768 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/649/task/679/stat : 679 (java) S 648 648 7411 0 -1 1077944384 992 0 0 0 1 3 0 0 20 0 28 0 4899820 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139822468272 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=681] ppid=648 vsize=13801768 CPUtime=63.74 cores=1,3,5,7,9,11,13,15
/proc/649/task/681/stat : 681 (java) R 648 648 7411 0 -1 4202560 644 0 0 0 6374 0 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139818740600 140140244866985 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=686] ppid=648 vsize=13801768 CPUtime=63.2 cores=1,3,5,7,9,11,13,15
/proc/649/task/686/stat : 686 (java) R 648 648 7411 0 -1 4202560 1001 0 0 0 6319 1 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139216396264 140140245714979 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=687] ppid=648 vsize=13801768 CPUtime=64.08 cores=1,3,5,7,9,11,13,15
/proc/649/task/687/stat : 687 (java) R 648 648 7411 0 -1 4202560 2026 0 0 0 6406 2 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139215343032 140140239081792 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=688] ppid=648 vsize=13801768 CPUtime=64.27 cores=1,3,5,7,9,11,13,15
/proc/649/task/688/stat : 688 (java) R 648 648 7411 0 -1 4202560 1860 0 0 0 6426 1 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139214290552 140140246077184 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=690] ppid=648 vsize=13801768 CPUtime=63.85 cores=1,3,5,7,9,11,13,15
/proc/649/task/690/stat : 690 (java) R 648 648 7411 0 -1 4202560 1384 0 0 0 6379 6 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140138340407312 140140245557254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=691] ppid=648 vsize=13801768 CPUtime=64.22 cores=1,3,5,7,9,11,13,15
/proc/649/task/691/stat : 691 (java) R 648 648 7411 0 -1 4202560 716 0 0 0 6421 1 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140138339351840 140140246077583 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=692] ppid=648 vsize=13801768 CPUtime=63.48 cores=1,3,5,7,9,11,13,15
/proc/649/task/692/stat : 692 (java) R 648 648 7411 0 -1 4202560 601 0 0 0 6347 1 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140138338300584 140140245125175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=695] ppid=648 vsize=13801768 CPUtime=63.19 cores=1,3,5,7,9,11,13,15
/proc/649/task/695/stat : 695 (java) R 648 648 7411 0 -1 4202560 1505 0 0 0 6315 4 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140138337247672 140140246077184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
Current children cumulated CPU time (s) 537.26
Current children cumulated vsize (KiB) 13811280

[startup+70.0014 s]
/proc/loadavg: 8.55 10.80 12.74 17/291 699
/proc/meminfo: memFree=24171744/32770624 swapFree=5860/293472
[pid=648] ppid=645 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/648/stat : 648 (xcsp3-exec) S 645 648 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4899812 9740288 346 33554432000 4194304 5098028 140723446606448 140723446604552 140585726972540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 19533824 140723446613135 140723446613344 140723446613344 140723446616043 0
/proc/648/statm: 2378 346 289 221 0 87 0
[pid=649] ppid=648 vsize=13801768 CPUtime=540.45 cores=1,3,5,7,9,11,13,15
/proc/649/stat : 649 (java) S 648 648 7411 0 -1 1077944320 81285 0 0 0 53778 267 0 0 20 0 28 0 4899813 14133010432 375622 33554432000 4194304 4196468 140722829022016 140722829004560 140140638060279 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
/proc/649/statm: 3450442 375622 3308 1 0 3437675 0
[pid=649/tid=650] ppid=648 vsize=13801768 CPUtime=2.27 cores=1,3,5,7,9,11,13,15
/proc/649/task/650/stat : 650 (java) S 648 648 7411 0 -1 1077944384 8576 0 0 0 220 7 0 0 20 0 28 0 4899813 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140642301056 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=652] ppid=648 vsize=13801768 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/652/stat : 652 (java) S 648 648 7411 0 -1 1077944384 1470 0 0 0 75 28 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140556540944 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=653] ppid=648 vsize=13801768 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/653/stat : 653 (java) S 648 648 7411 0 -1 1077944384 484 0 0 0 78 25 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140236237968 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=654] ppid=648 vsize=13801768 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/649/task/654/stat : 654 (java) S 648 648 7411 0 -1 1077944384 814 0 0 0 73 28 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140235184912 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=655] ppid=648 vsize=13801768 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/649/task/655/stat : 655 (java) S 648 648 7411 0 -1 1077944384 977 0 0 0 72 27 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140234132368 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=657] ppid=648 vsize=13801768 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/649/task/657/stat : 657 (java) S 648 648 7411 0 -1 1077944384 336 0 0 0 75 24 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140233079312 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=659] ppid=648 vsize=13801768 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/649/task/659/stat : 659 (java) S 648 648 7411 0 -1 1077944384 1156 0 0 0 75 27 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140232026768 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=660] ppid=648 vsize=13801768 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/660/stat : 660 (java) S 648 648 7411 0 -1 1077944384 482 0 0 0 74 29 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140230973712 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=661] ppid=648 vsize=13801768 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/661/stat : 661 (java) S 648 648 7411 0 -1 1077944384 587 0 0 0 75 28 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140229921168 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=663] ppid=648 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/649/task/663/stat : 663 (java) S 648 648 7411 0 -1 1077944384 3929 0 0 0 73 5 0 0 20 0 28 0 4899816 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139831941872 140140638071426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=664] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/664/stat : 664 (java) S 648 648 7411 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 4899816 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139830888160 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=665] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/665/stat : 665 (java) S 648 648 7411 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 4899816 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139829835008 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=666] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/666/stat : 666 (java) S 648 648 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139828783568 140140638078875 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=668] ppid=648 vsize=13801768 CPUtime=4.65 cores=1,3,5,7,9,11,13,15
/proc/649/task/668/stat : 668 (java) S 648 648 7411 0 -1 1077944384 13018 0 0 0 463 2 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139827730672 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=669] ppid=648 vsize=13801768 CPUtime=4.49 cores=1,3,5,7,9,11,13,15
/proc/649/task/669/stat : 669 (java) S 648 648 7411 0 -1 1077944384 12561 0 0 0 447 2 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139826678128 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=670] ppid=648 vsize=13801768 CPUtime=5.4 cores=1,3,5,7,9,11,13,15
/proc/649/task/670/stat : 670 (java) S 648 648 7411 0 -1 1077944384 15898 0 0 0 537 3 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139825625072 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=671] ppid=648 vsize=13801768 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/649/task/671/stat : 671 (java) S 648 648 7411 0 -1 1077944384 8884 0 0 0 120 2 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139824572528 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=672] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/672/stat : 672 (java) S 648 648 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4899820 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139823520736 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=679] ppid=648 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/649/task/679/stat : 679 (java) S 648 648 7411 0 -1 1077944384 992 0 0 0 2 3 0 0 20 0 28 0 4899820 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139822468272 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=681] ppid=648 vsize=13801768 CPUtime=64.13 cores=1,3,5,7,9,11,13,15
/proc/649/task/681/stat : 681 (java) R 648 648 7411 0 -1 4202560 644 0 0 0 6413 0 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139818740600 140140244866966 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=686] ppid=648 vsize=13801768 CPUtime=63.6 cores=1,3,5,7,9,11,13,15
/proc/649/task/686/stat : 686 (java) R 648 648 7411 0 -1 4202560 1001 0 0 0 6359 1 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139216396264 140140244866888 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=687] ppid=648 vsize=13801768 CPUtime=64.48 cores=1,3,5,7,9,11,13,15
/proc/649/task/687/stat : 687 (java) R 648 648 7411 0 -1 4202560 2029 0 0 0 6446 2 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139215343032 140140245125175 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=688] ppid=648 vsize=13801768 CPUtime=64.67 cores=1,3,5,7,9,11,13,15
/proc/649/task/688/stat : 688 (java) R 648 648 7411 0 -1 4202560 1862 0 0 0 6466 1 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139214290552 140140245600285 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=690] ppid=648 vsize=13801768 CPUtime=64.25 cores=1,3,5,7,9,11,13,15
/proc/649/task/690/stat : 690 (java) R 648 648 7411 0 -1 4202560 1385 0 0 0 6419 6 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140138340407312 140140244866888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=691] ppid=648 vsize=13801768 CPUtime=64.62 cores=1,3,5,7,9,11,13,15
/proc/649/task/691/stat : 691 (java) R 648 648 7411 0 -1 4202560 716 0 0 0 6461 1 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140138339351840 140140245124282 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=692] ppid=648 vsize=13801768 CPUtime=63.88 cores=1,3,5,7,9,11,13,15
/proc/649/task/692/stat : 692 (java) R 648 648 7411 0 -1 4202560 604 0 0 0 6387 1 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140138338300328 140140247567357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=695] ppid=648 vsize=13801768 CPUtime=63.59 cores=1,3,5,7,9,11,13,15
/proc/649/task/695/stat : 695 (java) R 648 648 7411 0 -1 4202560 1505 0 0 0 6355 4 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140138337247672 140140245124349 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
Current children cumulated CPU time (s) 540.45
Current children cumulated vsize (KiB) 13811280

[startup+70.1014 s]
/proc/loadavg: 8.55 10.80 12.74 17/291 699
/proc/meminfo: memFree=24171744/32770624 swapFree=5860/293472
[pid=648] ppid=645 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/648/stat : 648 (xcsp3-exec) S 645 648 7411 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4899812 9740288 346 33554432000 4194304 5098028 140723446606448 140723446604552 140585726972540 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 19533824 140723446613135 140723446613344 140723446613344 140723446616043 0
/proc/648/statm: 2378 346 289 221 0 87 0
[pid=649] ppid=648 vsize=13801768 CPUtime=541.25 cores=1,3,5,7,9,11,13,15
/proc/649/stat : 649 (java) S 648 648 7411 0 -1 1077944320 81286 0 0 0 53858 267 0 0 20 0 28 0 4899813 14133010432 375622 33554432000 4194304 4196468 140722829022016 140722829004560 140140638060279 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
/proc/649/statm: 3450442 375622 3308 1 0 3437675 0
[pid=649/tid=650] ppid=648 vsize=13801768 CPUtime=2.27 cores=1,3,5,7,9,11,13,15
/proc/649/task/650/stat : 650 (java) S 648 648 7411 0 -1 1077944384 8576 0 0 0 220 7 0 0 20 0 28 0 4899813 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140642301056 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=652] ppid=648 vsize=13801768 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/652/stat : 652 (java) S 648 648 7411 0 -1 1077944384 1470 0 0 0 75 28 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140556540944 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=653] ppid=648 vsize=13801768 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/653/stat : 653 (java) S 648 648 7411 0 -1 1077944384 484 0 0 0 78 25 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140236237968 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=654] ppid=648 vsize=13801768 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/649/task/654/stat : 654 (java) S 648 648 7411 0 -1 1077944384 814 0 0 0 73 28 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140235184912 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=655] ppid=648 vsize=13801768 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/649/task/655/stat : 655 (java) S 648 648 7411 0 -1 1077944384 977 0 0 0 72 27 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140234132368 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=657] ppid=648 vsize=13801768 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/649/task/657/stat : 657 (java) S 648 648 7411 0 -1 1077944384 336 0 0 0 75 24 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140233079312 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=659] ppid=648 vsize=13801768 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/649/task/659/stat : 659 (java) S 648 648 7411 0 -1 1077944384 1156 0 0 0 75 27 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140232026768 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=660] ppid=648 vsize=13801768 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/660/stat : 660 (java) S 648 648 7411 0 -1 1077944384 482 0 0 0 74 29 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140230973712 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=661] ppid=648 vsize=13801768 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/649/task/661/stat : 661 (java) S 648 648 7411 0 -1 1077944384 587 0 0 0 75 28 0 0 20 0 28 0 4899814 14133010432 375622 33554432000 4194304 4196468 140722829022016 140140229921168 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=663] ppid=648 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/649/task/663/stat : 663 (java) S 648 648 7411 0 -1 1077944384 3929 0 0 0 73 5 0 0 20 0 28 0 4899816 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139831941872 140140638071426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=664] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/664/stat : 664 (java) S 648 648 7411 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 4899816 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139830888160 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=665] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/665/stat : 665 (java) S 648 648 7411 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 4899816 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139829835008 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=666] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/666/stat : 666 (java) S 648 648 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139828783568 140140638078875 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=668] ppid=648 vsize=13801768 CPUtime=4.65 cores=1,3,5,7,9,11,13,15
/proc/649/task/668/stat : 668 (java) S 648 648 7411 0 -1 1077944384 13018 0 0 0 463 2 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139827730672 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=669] ppid=648 vsize=13801768 CPUtime=4.49 cores=1,3,5,7,9,11,13,15
/proc/649/task/669/stat : 669 (java) S 648 648 7411 0 -1 1077944384 12561 0 0 0 447 2 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139826678128 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=670] ppid=648 vsize=13801768 CPUtime=5.4 cores=1,3,5,7,9,11,13,15
/proc/649/task/670/stat : 670 (java) S 648 648 7411 0 -1 1077944384 15898 0 0 0 537 3 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139825625072 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=671] ppid=648 vsize=13801768 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/649/task/671/stat : 671 (java) S 648 648 7411 0 -1 1077944384 8884 0 0 0 120 2 0 0 20 0 28 0 4899819 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139824572528 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=672] ppid=648 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/649/task/672/stat : 672 (java) S 648 648 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4899820 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139823520736 140140638070485 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=679] ppid=648 vsize=13801768 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/649/task/679/stat : 679 (java) S 648 648 7411 0 -1 1077944384 992 0 0 0 2 3 0 0 20 0 28 0 4899820 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139822468272 140140638071426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=681] ppid=648 vsize=13801768 CPUtime=64.23 cores=1,3,5,7,9,11,13,15
/proc/649/task/681/stat : 681 (java) R 648 648 7411 0 -1 4202560 644 0 0 0 6423 0 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139818740600 140140244868382 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=686] ppid=648 vsize=13801768 CPUtime=63.7 cores=1,3,5,7,9,11,13,15
/proc/649/task/686/stat : 686 (java) R 648 648 7411 0 -1 4202560 1001 0 0 0 6369 1 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139216396264 140140245124213 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=687] ppid=648 vsize=13801768 CPUtime=64.58 cores=1,3,5,7,9,11,13,15
/proc/649/task/687/stat : 687 (java) R 648 648 7411 0 -1 4202560 2029 0 0 0 6456 2 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139215343032 140140245737356 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=688] ppid=648 vsize=13801768 CPUtime=64.77 cores=1,3,5,7,9,11,13,15
/proc/649/task/688/stat : 688 (java) R 648 648 7411 0 -1 4202560 1863 0 0 0 6476 1 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140139214290552 140140245360384 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=690] ppid=648 vsize=13801768 CPUtime=64.35 cores=1,3,5,7,9,11,13,15
/proc/649/task/690/stat : 690 (java) R 648 648 7411 0 -1 4202560 1385 0 0 0 6429 6 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140138340407312 140140244867861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=691] ppid=648 vsize=13801768 CPUtime=64.72 cores=1,3,5,7,9,11,13,15
/proc/649/task/691/stat : 691 (java) R 648 648 7411 0 -1 4202560 716 0 0 0 6471 1 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140138339351840 140140247567357 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=692] ppid=648 vsize=13801768 CPUtime=63.98 cores=1,3,5,7,9,11,13,15
/proc/649/task/692/stat : 692 (java) R 648 648 7411 0 -1 4202560 604 0 0 0 6397 1 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140138338300328 140140246055736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
[pid=649/tid=695] ppid=648 vsize=13801768 CPUtime=63.69 cores=1,3,5,7,9,11,13,15
/proc/649/task/695/stat : 695 (java) R 648 648 7411 0 -1 4202560 1505 0 0 0 6365 4 0 0 20 0 28 0 4900075 14133010432 375622 33554432000 4194304 4196468 140722829022016 140138337247672 140140247026644 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7639040 140722829026492 140722829026668 140722829026668 140722829029327 0
Current children cumulated CPU time (s) 541.25
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 70.1711
CPU time (s): 541.696
CPU user time (s): 539.005
CPU system time (s): 2.69044
CPU usage (%): 771.964
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 539.005
system time used= 2.69044
maximum resident set size= 1502664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82724
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7415
involuntary context switches= 32489

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.815983 second user time and 1.06628 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 06:05:24
IDJOB=4250071
IDBENCH=138791
IDSOLVER=2626
FILE ID=node131/4250071-1500696324
RUNJOBID= node131-1500682620-7802
PBS_JOBID= 20623041
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0120-m1.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250071-1500696324/watcher-4250071-1500696324 -o /tmp/evaluation-result-4250071-1500696324/solver-4250071-1500696324 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7802 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 697465076 HOME/instance-4250071-1500696324.xml

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

MD5SUM BENCH= 811bab41ab4f320547ec1b0722faadf8
RANDOM SEED=697465076

node131.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        27214676 kB
MemAvailable:   27388124 kB
Buffers:          117748 kB
Cached:           337276 kB
SwapCached:            0 kB
Active:          4819376 kB
Inactive:         302052 kB
Active(anon):    4668452 kB
Inactive(anon):     8680 kB
Active(file):     150924 kB
Inactive(file):   293372 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8040 kB
Writeback:             0 kB
AnonPages:       4689316 kB
Mapped:            42612 kB
Shmem:              8844 kB
Slab:             124052 kB
SReclaimable:      89976 kB
SUnreclaim:        34076 kB
KernelStack:        4880 kB
PageTables:        14312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5874012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4569088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62004 MiB
End job on node131 at 2017-07-22 06:06:34