Trace number 4280974

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 par (2017-08-18)SAT 330.52301 43.370998

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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280974-1503171619.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4280974-1503171619.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
8.13/2.26	c solve instance...
330.11/43.35	s SATISFIABLE
330.11/43.35	v <instantiation>
330.11/43.35	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>
330.11/43.35	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>
330.11/43.35	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 (13014 MiB free)
  memory of node 1: 16384 MiB (12570 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280974-1503171619/watcher-4280974-1503171619 -o /tmp/evaluation-result-4280974-1503171619/solver-4280974-1503171619 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503169099-13287 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 929131033 HOME/instance-4280974-1503171619.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=17059, runsolver pid=17056

[startup+0.100121 s]*
/proc/loadavg: 6.19 7.00 6.49 3/199 17080
/proc/meminfo: memFree=26183240/32770624 swapFree=67108860/67108860
[pid=17059] ppid=17056 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17059/stat : 17059 (xcsp3-exec) S 17056 17059 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150249514 9740288 346 33554432000 4194304 5098028 140733749309920 140733749308024 140651220460156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33562624 140733749318757 140733749318967 140733749318967 140733749321707 0
/proc/17059/statm: 2378 346 289 221 0 87 0
[pid=17061] ppid=17059 vsize=25999808 memory=27612 CPUtime=0.11 cores=0-7
/proc/17061/stat : 17061 (java) S 17059 17059 13260 0 -1 1077944320 5262 0 0 0 10 1 0 0 20 0 20 0 150249514 26623803392 6903 33554432000 4194304 4196468 140736354279296 140736354261840 139637541842679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
/proc/17061/statm: 6499952 6903 2870 1 0 6488269 0
[pid=17061/tid=17062] ppid=17059 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/17061/task/17062/stat : 17062 (java) R 17059 17059 13260 0 -1 4202560 3270 0 0 0 8 1 0 0 20 0 20 0 150249515 26623803392 6903 33554432000 4194304 4196468 140736354279296 139637546070912 139637525886309 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17063] ppid=17059 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17061/task/17063/stat : 17063 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249516 26623803392 6903 33554432000 4194304 4196468 140736354279296 139637100431888 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17064] ppid=17059 vsize=25999808 memory=140151938549376 CPUtime=0 cores=0-7
/proc/17061/task/17064/stat : 17064 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150249516 26623803392 6903 33554432000 4194304 4196468 140736354279296 139637099379344 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17065] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17065/stat : 17065 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249516 26623803392 6903 33554432000 4194304 4196468 140736354279296 139637098326288 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17066] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17066/stat : 17066 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249516 26623803392 6903 33554432000 4194304 4196468 140736354279296 139637097273744 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17067] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17067/stat : 17067 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249516 26623803392 6903 33554432000 4194304 4196468 140736354279296 139637096221712 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17068] ppid=17059 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17061/task/17068/stat : 17068 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249516 26623803392 6903 33554432000 4194304 4196468 140736354279296 139637095169168 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17069] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17069/stat : 17069 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249516 26623803392 6903 33554432000 4194304 4196468 140736354279296 139637094116112 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17070] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17070/stat : 17070 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150249516 26623803392 6903 33554432000 4194304 4196468 140736354279296 139637093063568 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17071] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17071/stat : 17071 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249517 26623803392 6903 33554432000 4194304 4196468 140736354279296 139636669294832 139637541853826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17072] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17072/stat : 17072 (java) S 17059 17059 13260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150249518 26623803392 6903 33554432000 4194304 4196468 140736354279296 139636668241056 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17073] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17073/stat : 17073 (java) S 17059 17059 13260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150249518 26623803392 6903 33554432000 4194304 4196468 140736354279296 139636667187952 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17074] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17074/stat : 17074 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249520 26623803392 6903 33554432000 4194304 4196468 140736354279296 139636666136528 139637541861275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17075] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17075/stat : 17075 (java) S 17059 17059 13260 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 20 0 150249520 26623803392 6903 33554432000 4194304 4196468 140736354279296 139636665084656 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17076] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17076/stat : 17076 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150249520 26623803392 6903 33554432000 4194304 4196468 140736354279296 139636664032112 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17077] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17077/stat : 17077 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249520 26623803392 6903 33554432000 4194304 4196468 140736354279296 139636662979056 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17078] ppid=17059 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/17061/task/17078/stat : 17078 (java) S 17059 17059 13260 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 20 0 150249520 26623803392 6903 33554432000 4194304 4196468 140736354279296 139636661926512 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17079] ppid=17059 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17079/stat : 17079 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150249520 26623803392 6903 33554432000 4194304 4196468 140736354279296 139636660873696 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17080] ppid=17059 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17061/task/17080/stat : 17080 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249521 26623803392 6903 33554432000 4194304 4196468 140736354279296 139636659821232 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28996 KiB

[startup+0.210025 s]*
/proc/loadavg: 6.19 7.00 6.49 5/199 17080
/proc/meminfo: memFree=26172324/32770624 swapFree=67108860/67108860
[pid=17059] ppid=17056 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17059/stat : 17059 (xcsp3-exec) S 17056 17059 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150249514 9740288 346 33554432000 4194304 5098028 140733749309920 140733749308024 140651220460156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33562624 140733749318757 140733749318967 140733749318967 140733749321707 0
/proc/17059/statm: 2378 346 289 221 0 87 0
[pid=17061] ppid=17059 vsize=26004064 memory=39236 CPUtime=0.33 cores=0-7
/proc/17061/stat : 17061 (java) S 17059 17059 13260 0 -1 1077944320 7904 0 0 0 30 3 0 0 20 0 20 0 150249514 26628161536 9809 33554432000 4194304 4196468 140736354279296 140736354261840 139637541842679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
/proc/17061/statm: 6501016 9809 3057 1 0 6488269 0
[pid=17061/tid=17062] ppid=17059 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/17061/task/17062/stat : 17062 (java) R 17059 17059 13260 0 -1 4202560 4980 0 0 0 18 2 0 0 20 0 20 0 150249515 26628161536 9809 33554432000 4194304 4196468 140736354279296 139637546056688 139637525923166 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17063] ppid=17059 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/17061/task/17063/stat : 17063 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 9809 33554432000 4194304 4196468 140736354279296 139637100431888 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17064] ppid=17059 vsize=26004064 memory=288370528090261120 CPUtime=0 cores=0-7
/proc/17061/task/17064/stat : 17064 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 9809 33554432000 4194304 4196468 140736354279296 139637099379344 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17065] ppid=17059 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17061/task/17065/stat : 17065 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 9809 33554432000 4194304 4196468 140736354279296 139637098326288 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17066] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17066/stat : 17066 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 9809 33554432000 4194304 4196468 140736354279296 139637097273744 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17067] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17067/stat : 17067 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 9809 33554432000 4194304 4196468 140736354279296 139637096221712 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17068] ppid=17059 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17061/task/17068/stat : 17068 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 9809 33554432000 4194304 4196468 140736354279296 139637095169168 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17069] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17069/stat : 17069 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 9809 33554432000 4194304 4196468 140736354279296 139637094116112 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17070] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17070/stat : 17070 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 9809 33554432000 4194304 4196468 140736354279296 139637093063568 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17071] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17071/stat : 17071 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249517 26628161536 9809 33554432000 4194304 4196468 140736354279296 139636669294832 139637541853826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17072] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17072/stat : 17072 (java) S 17059 17059 13260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150249518 26628161536 9809 33554432000 4194304 4196468 140736354279296 139636668241056 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17073] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17073/stat : 17073 (java) S 17059 17059 13260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150249518 26628161536 9809 33554432000 4194304 4196468 140736354279296 139636667187952 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17074] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17074/stat : 17074 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249520 26628161536 9809 33554432000 4194304 4196468 140736354279296 139636666136528 139637541861275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17075] ppid=17059 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17061/task/17075/stat : 17075 (java) S 17059 17059 13260 0 -1 1077944384 562 0 0 0 1 0 0 0 20 0 20 0 150249520 26628161536 9809 33554432000 4194304 4196468 140736354279296 139636665084656 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17076] ppid=17059 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17061/task/17076/stat : 17076 (java) S 17059 17059 13260 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 20 0 150249520 26628161536 9809 33554432000 4194304 4196468 140736354279296 139636664032112 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17077] ppid=17059 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/17061/task/17077/stat : 17077 (java) S 17059 17059 13260 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 20 0 150249520 26628161536 9809 33554432000 4194304 4196468 140736354279296 139636662979056 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17078] ppid=17059 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/17061/task/17078/stat : 17078 (java) R 17059 17059 13260 0 -1 4202560 708 0 0 0 7 0 0 0 20 0 20 0 150249520 26628161536 9809 33554432000 4194304 4196468 140736354279296 139636661926512 139637541864026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17079] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17079/stat : 17079 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150249520 26628161536 9809 33554432000 4194304 4196468 140736354279296 139636660873696 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17080] ppid=17059 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17061/task/17080/stat : 17080 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249521 26628161536 9809 33554432000 4194304 4196468 140736354279296 139636659821232 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40620 KiB

[startup+0.309356 s]*
/proc/loadavg: 5.77 6.90 6.46 3/199 17080
/proc/meminfo: memFree=26167780/32770624 swapFree=67108860/67108860
[pid=17059] ppid=17056 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17059/stat : 17059 (xcsp3-exec) S 17056 17059 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150249514 9740288 346 33554432000 4194304 5098028 140733749309920 140733749308024 140651220460156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33562624 140733749318757 140733749318967 140733749318967 140733749321707 0
/proc/17059/statm: 2378 346 289 221 0 87 0
[pid=17061] ppid=17059 vsize=26004064 memory=43940 CPUtime=0.49 cores=0-7
/proc/17061/stat : 17061 (java) S 17059 17059 13260 0 -1 1077944320 8683 0 0 0 46 3 0 0 20 0 20 0 150249514 26628161536 10985 33554432000 4194304 4196468 140736354279296 140736354261840 139637541842679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
/proc/17061/statm: 6501016 10985 3089 1 0 6488269 0
[pid=17061/tid=17062] ppid=17059 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17061/task/17062/stat : 17062 (java) R 17059 17059 13260 0 -1 4202560 5639 0 0 0 27 2 0 0 20 0 20 0 150249515 26628161536 10985 33554432000 4194304 4196468 140736354279296 139637546080192 139637541864605 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17063] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17063/stat : 17063 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 10985 33554432000 4194304 4196468 140736354279296 139637100431888 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17064] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17064/stat : 17064 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 10985 33554432000 4194304 4196468 140736354279296 139637099379344 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17065] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17065/stat : 17065 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 10985 33554432000 4194304 4196468 140736354279296 139637098326288 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17066] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17066/stat : 17066 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 10985 33554432000 4194304 4196468 140736354279296 139637097273744 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17067] ppid=17059 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/17061/task/17067/stat : 17067 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 10985 33554432000 4194304 4196468 140736354279296 139637096221712 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17068] ppid=17059 vsize=26004064 memory=140151829394351 CPUtime=0 cores=0-7
/proc/17061/task/17068/stat : 17068 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 10985 33554432000 4194304 4196468 140736354279296 139637095169168 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17069] ppid=17059 vsize=26004064 memory=140151829396656 CPUtime=0 cores=0-7
/proc/17061/task/17069/stat : 17069 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 10985 33554432000 4194304 4196468 140736354279296 139637094116112 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17070] ppid=17059 vsize=26004064 memory=140151829398960 CPUtime=0 cores=0-7
/proc/17061/task/17070/stat : 17070 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150249516 26628161536 10985 33554432000 4194304 4196468 140736354279296 139637093063568 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17071] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17071/stat : 17071 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249517 26628161536 10985 33554432000 4194304 4196468 140736354279296 139636669294832 139637541853826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17072] ppid=17059 vsize=26004064 memory=280303658804880 CPUtime=0 cores=0-7
/proc/17061/task/17072/stat : 17072 (java) S 17059 17059 13260 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150249518 26628161536 10985 33554432000 4194304 4196468 140736354279296 139636668241056 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17073] ppid=17059 vsize=26004064 memory=280303658811792 CPUtime=0 cores=0-7
/proc/17061/task/17073/stat : 17073 (java) S 17059 17059 13260 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150249518 26628161536 10985 33554432000 4194304 4196468 140736354279296 139636667187952 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17074] ppid=17059 vsize=26004064 memory=280303658753072 CPUtime=0 cores=0-7
/proc/17061/task/17074/stat : 17074 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249520 26628161536 10985 33554432000 4194304 4196468 140736354279296 139636666136528 139637541861275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17075] ppid=17059 vsize=26004064 memory=280303658825616 CPUtime=0.02 cores=0-7
/proc/17061/task/17075/stat : 17075 (java) S 17059 17059 13260 0 -1 1077944384 562 0 0 0 2 0 0 0 20 0 20 0 150249520 26628161536 10985 33554432000 4194304 4196468 140736354279296 139636665084656 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17076] ppid=17059 vsize=26004064 memory=280303658832528 CPUtime=0.02 cores=0-7
/proc/17061/task/17076/stat : 17076 (java) R 17059 17059 13260 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 20 0 150249520 26628161536 10985 33554432000 4194304 4196468 140736354279296 139636664032112 139637541864026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17077] ppid=17059 vsize=26004064 memory=280303658830224 CPUtime=0.02 cores=0-7
/proc/17061/task/17077/stat : 17077 (java) S 17059 17059 13260 0 -1 1077944384 290 0 0 0 2 0 0 0 20 0 20 0 150249520 26628161536 10985 33554432000 4194304 4196468 140736354279296 139636662979056 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17078] ppid=17059 vsize=26004064 memory=280303658846384 CPUtime=0.12 cores=0-7
/proc/17061/task/17078/stat : 17078 (java) R 17059 17059 13260 0 -1 4202560 789 0 0 0 12 0 0 0 20 0 20 0 150249520 26628161536 10985 33554432000 4194304 4196468 140736354279296 139636661922880 139637534939255 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17079] ppid=17059 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17079/stat : 17079 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150249520 26628161536 10985 33554432000 4194304 4196468 140736354279296 139636660873696 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17080] ppid=17059 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17061/task/17080/stat : 17080 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249521 26628161536 10985 33554432000 4194304 4196468 140736354279296 139636659821232 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45324 KiB

[startup+0.700994 s]
/proc/loadavg: 5.77 6.90 6.46 5/199 17080
/proc/meminfo: memFree=26142424/32770624 swapFree=67108860/67108860
[pid=17059] ppid=17056 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17059/stat : 17059 (xcsp3-exec) S 17056 17059 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150249514 9740288 346 33554432000 4194304 5098028 140733749309920 140733749308024 140651220460156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33562624 140733749318757 140733749318967 140733749318967 140733749321707 0
/proc/17059/statm: 2378 346 289 221 0 87 0
[pid=17061] ppid=17059 vsize=26006188 memory=107652 CPUtime=2.01 cores=0-7
/proc/17061/stat : 17061 (java) S 17059 17059 13260 0 -1 1077944320 12938 0 0 0 196 5 0 0 20 0 20 0 150249514 26630336512 26913 33554432000 4194304 4196468 140736354279296 140736354261840 139637541842679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
/proc/17061/statm: 6501547 26913 3201 1 0 6488781 0
[pid=17061/tid=17062] ppid=17059 vsize=26006188 memory=280303659204272 CPUtime=0.67 cores=0-7
/proc/17061/task/17062/stat : 17062 (java) R 17059 17059 13260 0 -1 4202560 6368 0 0 0 64 3 0 0 20 0 20 0 150249515 26630336512 26913 33554432000 4194304 4196468 140736354279296 139637546069616 139637525923166 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17063] ppid=17059 vsize=26006188 memory=140151829603184 CPUtime=0 cores=0-7
/proc/17061/task/17063/stat : 17063 (java) S 17059 17059 13260 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150249516 26630336512 26913 33554432000 4194304 4196468 140736354279296 139637100431888 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17064] ppid=17059 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17064/stat : 17064 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150249516 26630336512 26913 33554432000 4194304 4196468 140736354279296 139637099379344 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17065] ppid=17059 vsize=26006188 memory=1004 CPUtime=0 cores=0-7
/proc/17061/task/17065/stat : 17065 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150249516 26630336512 26913 33554432000 4194304 4196468 140736354279296 139637098326288 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0

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

[pid=17061/tid=17078] ppid=17059 vsize=26538700 memory=6005660528392039528 CPUtime=0.93 cores=0-7
/proc/17061/task/17078/stat : 17078 (java) S 17059 17059 13260 0 -1 1077944384 8899 0 0 0 91 2 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636661926512 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17079] ppid=17059 vsize=26538700 memory=6005660528392039528 CPUtime=0 cores=0-7
/proc/17061/task/17079/stat : 17079 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636660873696 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17080] ppid=17059 vsize=26538700 memory=6005660528392039528 CPUtime=0.02 cores=0-7
/proc/17061/task/17080/stat : 17080 (java) S 17059 17059 13260 0 -1 1077944384 264 0 0 0 0 2 0 0 20 0 28 0 150249521 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636659821232 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17081] ppid=17059 vsize=26538700 memory=6005660528392039528 CPUtime=38.18 cores=0-7
/proc/17061/task/17081/stat : 17081 (java) R 17059 17059 13260 0 -1 4202560 649 0 0 0 3816 2 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636651809304 139637187726196 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17082] ppid=17059 vsize=26538700 memory=6005660528392039528 CPUtime=37.89 cores=0-7
/proc/17061/task/17082/stat : 17082 (java) R 17059 17059 13260 0 -1 4202560 867 0 0 0 3786 3 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636650757768 139637188602604 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17083] ppid=17059 vsize=26538700 memory=6005660528392039528 CPUtime=38.14 cores=0-7
/proc/17061/task/17083/stat : 17083 (java) R 17059 17059 13260 0 -1 4202560 1822 0 0 0 3809 5 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636649707960 139637188922160 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17084] ppid=17059 vsize=26538700 memory=6005660528392039528 CPUtime=38.41 cores=0-7
/proc/17061/task/17084/stat : 17084 (java) R 17059 17059 13260 0 -1 4202560 2414 0 0 0 3834 7 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636648653048 139637190006509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17085] ppid=17059 vsize=26538700 memory=6005660528392039528 CPUtime=38.9 cores=0-7
/proc/17061/task/17085/stat : 17085 (java) R 17059 17059 13260 0 -1 4202560 1981 0 0 0 3882 8 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636647600280 139637187725310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17086] ppid=17059 vsize=26538700 memory=6946634557905202788 CPUtime=38.67 cores=0-7
/proc/17061/task/17086/stat : 17086 (java) R 17059 17059 13260 0 -1 4202560 1665 0 0 0 3860 7 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636646547656 139637188651839 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17087] ppid=17059 vsize=26538700 memory=6946634557905202788 CPUtime=38.74 cores=0-7
/proc/17061/task/17087/stat : 17087 (java) R 17059 17059 13260 0 -1 4202560 908 0 0 0 3871 3 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636645494216 139637189945676 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17088] ppid=17059 vsize=26538700 memory=7593182665224250478 CPUtime=38.52 cores=0-7
/proc/17061/task/17088/stat : 17088 (java) R 17059 17059 13260 0 -1 4202560 956 0 0 0 3849 3 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636644441976 139637187859005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
Current children cumulated CPU time: 326.13 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1327232 KiB

[startup+43.202 s]
/proc/loadavg: 6.50 6.92 6.48 10/207 17088
/proc/meminfo: memFree=24885300/32770624 swapFree=67108860/67108860
[pid=17059] ppid=17056 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17059/stat : 17059 (xcsp3-exec) S 17056 17059 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150249514 9740288 346 33554432000 4194304 5098028 140733749309920 140733749308024 140651220460156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33562624 140733749318757 140733749318967 140733749318967 140733749321707 0
/proc/17059/statm: 2378 346 289 221 0 87 0
[pid=17061] ppid=17059 vsize=26538700 memory=1325848 CPUtime=329.31 cores=0-7
/proc/17061/stat : 17061 (java) S 17059 17059 13260 0 -1 1077944320 76591 0 0 0 32771 160 0 0 20 0 28 0 150249514 27175628800 331462 33554432000 4194304 4196468 140736354279296 140736354261840 139637541842679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
/proc/17061/statm: 6634675 331462 3305 1 0 6621909 0
[pid=17061/tid=17062] ppid=17059 vsize=26538700 memory=1692 CPUtime=2.07 cores=0-7
/proc/17061/task/17062/stat : 17062 (java) S 17059 17059 13260 0 -1 1077944384 8159 0 0 0 201 6 0 0 20 0 28 0 150249515 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637546083456 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17063] ppid=17059 vsize=26538700 memory=4132 CPUtime=0.59 cores=0-7
/proc/17061/task/17063/stat : 17063 (java) S 17059 17059 13260 0 -1 1077944384 532 0 0 0 46 13 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637100431888 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17064] ppid=17059 vsize=26538700 memory=41968 CPUtime=0.57 cores=0-7
/proc/17061/task/17064/stat : 17064 (java) S 17059 17059 13260 0 -1 1077944384 467 0 0 0 46 11 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637099379344 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17065] ppid=17059 vsize=26538700 memory=2332 CPUtime=0.59 cores=0-7
/proc/17061/task/17065/stat : 17065 (java) S 17059 17059 13260 0 -1 1077944384 466 0 0 0 48 11 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637098326288 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17066] ppid=17059 vsize=26538700 memory=1292 CPUtime=0.58 cores=0-7
/proc/17061/task/17066/stat : 17066 (java) S 17059 17059 13260 0 -1 1077944384 444 0 0 0 46 12 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637097273744 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17067] ppid=17059 vsize=26538700 memory=1728 CPUtime=0.59 cores=0-7
/proc/17061/task/17067/stat : 17067 (java) S 17059 17059 13260 0 -1 1077944384 781 0 0 0 47 12 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637096221712 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17068] ppid=17059 vsize=26538700 memory=5788 CPUtime=0.57 cores=0-7
/proc/17061/task/17068/stat : 17068 (java) S 17059 17059 13260 0 -1 1077944384 976 0 0 0 46 11 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637095169168 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17069] ppid=17059 vsize=26538700 memory=1228 CPUtime=0.6 cores=0-7
/proc/17061/task/17069/stat : 17069 (java) S 17059 17059 13260 0 -1 1077944384 903 0 0 0 47 13 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637094116112 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17070] ppid=17059 vsize=26538700 memory=796 CPUtime=0.59 cores=0-7
/proc/17061/task/17070/stat : 17070 (java) S 17059 17059 13260 0 -1 1077944384 473 0 0 0 47 12 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637093063568 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17071] ppid=17059 vsize=26538700 memory=10088 CPUtime=0.68 cores=0-7
/proc/17061/task/17071/stat : 17071 (java) S 17059 17059 13260 0 -1 1077944384 2670 0 0 0 67 1 0 0 20 0 28 0 150249517 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636669294832 139637541853826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17072] ppid=17059 vsize=26538700 memory=1236 CPUtime=0 cores=0-7
/proc/17061/task/17072/stat : 17072 (java) S 17059 17059 13260 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 150249518 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636668241120 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17073] ppid=17059 vsize=26538700 memory=960 CPUtime=0 cores=0-7
/proc/17061/task/17073/stat : 17073 (java) S 17059 17059 13260 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 150249518 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636667187968 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17074] ppid=17059 vsize=26538700 memory=2424 CPUtime=0 cores=0-7
/proc/17061/task/17074/stat : 17074 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636666136528 139637541861275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17075] ppid=17059 vsize=26538700 memory=2236 CPUtime=3.42 cores=0-7
/proc/17061/task/17075/stat : 17075 (java) S 17059 17059 13260 0 -1 1077944384 12096 0 0 0 339 3 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636665084656 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17076] ppid=17059 vsize=26538700 memory=4084 CPUtime=3.2 cores=0-7
/proc/17061/task/17076/stat : 17076 (java) S 17059 17059 13260 0 -1 1077944384 11931 0 0 0 317 3 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636664032112 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17077] ppid=17059 vsize=26538700 memory=932 CPUtime=3.6 cores=0-7
/proc/17061/task/17077/stat : 17077 (java) S 17059 17059 13260 0 -1 1077944384 14888 0 0 0 357 3 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636662979056 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17078] ppid=17059 vsize=26538700 memory=1572 CPUtime=0.93 cores=0-7
/proc/17061/task/17078/stat : 17078 (java) S 17059 17059 13260 0 -1 1077944384 8899 0 0 0 91 2 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636661926512 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17079] ppid=17059 vsize=26538700 memory=2200 CPUtime=0 cores=0-7
/proc/17061/task/17079/stat : 17079 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636660873696 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17080] ppid=17059 vsize=26538700 memory=8048 CPUtime=0.02 cores=0-7
/proc/17061/task/17080/stat : 17080 (java) S 17059 17059 13260 0 -1 1077944384 264 0 0 0 0 2 0 0 20 0 28 0 150249521 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636659821232 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17081] ppid=17059 vsize=26538700 memory=836 CPUtime=38.51 cores=0-7
/proc/17061/task/17081/stat : 17081 (java) R 17059 17059 13260 0 -1 4202560 649 0 0 0 3849 2 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636651809304 139637187943796 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17082] ppid=17059 vsize=26538700 memory=1692 CPUtime=38.28 cores=0-7
/proc/17061/task/17082/stat : 17082 (java) R 17059 17059 13260 0 -1 4202560 867 0 0 0 3825 3 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636650757768 139637187725322 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17083] ppid=17059 vsize=26538700 memory=916 CPUtime=38.5 cores=0-7
/proc/17061/task/17083/stat : 17083 (java) R 17059 17059 13260 0 -1 4202560 1824 0 0 0 3845 5 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636649705752 139637187944288 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17084] ppid=17059 vsize=26538700 memory=4124 CPUtime=38.81 cores=0-7
/proc/17061/task/17084/stat : 17084 (java) R 17059 17059 13260 0 -1 4202560 2423 0 0 0 3874 7 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636648653048 139637189269855 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17085] ppid=17059 vsize=26538700 memory=1572 CPUtime=39.3 cores=0-7
/proc/17061/task/17085/stat : 17085 (java) R 17059 17059 13260 0 -1 4202560 1981 0 0 0 3922 8 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636647600280 139637182572710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17086] ppid=17059 vsize=26538700 memory=2200 CPUtime=39.07 cores=0-7
/proc/17061/task/17086/stat : 17086 (java) R 17059 17059 13260 0 -1 4202560 1693 0 0 0 3900 7 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636646547656 139637189269690 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17087] ppid=17059 vsize=26538700 memory=8048 CPUtime=39.14 cores=0-7
/proc/17061/task/17087/stat : 17087 (java) R 17059 17059 13260 0 -1 4202560 908 0 0 0 3911 3 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636645494216 139637187725164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17088] ppid=17059 vsize=26538700 memory=836 CPUtime=38.92 cores=0-7
/proc/17061/task/17088/stat : 17088 (java) R 17059 17059 13260 0 -1 4202560 956 0 0 0 3889 3 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636644441976 139637188601602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
Current children cumulated CPU time: 329.31 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1327232 KiB

[startup+43.302 s]
/proc/loadavg: 6.50 6.92 6.48 10/207 17088
/proc/meminfo: memFree=24885300/32770624 swapFree=67108860/67108860
[pid=17059] ppid=17056 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17059/stat : 17059 (xcsp3-exec) S 17056 17059 13260 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150249514 9740288 346 33554432000 4194304 5098028 140733749309920 140733749308024 140651220460156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33562624 140733749318757 140733749318967 140733749318967 140733749321707 0
/proc/17059/statm: 2378 346 289 221 0 87 0
[pid=17061] ppid=17059 vsize=26538700 memory=1325848 CPUtime=330.11 cores=0-7
/proc/17061/stat : 17061 (java) S 17059 17059 13260 0 -1 1077944320 76640 0 0 0 32851 160 0 0 20 0 28 0 150249514 27175628800 331462 33554432000 4194304 4196468 140736354279296 140736354261840 139637541842679 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
/proc/17061/statm: 6634675 331462 3305 1 0 6621909 0
[pid=17061/tid=17062] ppid=17059 vsize=26538700 memory=0 CPUtime=2.07 cores=0-7
/proc/17061/task/17062/stat : 17062 (java) S 17059 17059 13260 0 -1 1077944384 8159 0 0 0 201 6 0 0 20 0 28 0 150249515 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637546083456 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17063] ppid=17059 vsize=26538700 memory=0 CPUtime=0.59 cores=0-7
/proc/17061/task/17063/stat : 17063 (java) S 17059 17059 13260 0 -1 1077944384 532 0 0 0 46 13 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637100431888 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17064] ppid=17059 vsize=26538700 memory=58 CPUtime=0.57 cores=0-7
/proc/17061/task/17064/stat : 17064 (java) S 17059 17059 13260 0 -1 1077944384 467 0 0 0 46 11 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637099379344 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17065] ppid=17059 vsize=26538700 memory=59 CPUtime=0.59 cores=0-7
/proc/17061/task/17065/stat : 17065 (java) S 17059 17059 13260 0 -1 1077944384 466 0 0 0 48 11 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637098326288 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17066] ppid=17059 vsize=26538700 memory=1384 CPUtime=0.58 cores=0-7
/proc/17061/task/17066/stat : 17066 (java) S 17059 17059 13260 0 -1 1077944384 444 0 0 0 46 12 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637097273744 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17067] ppid=17059 vsize=26538700 memory=1325848 CPUtime=0.59 cores=0-7
/proc/17061/task/17067/stat : 17067 (java) S 17059 17059 13260 0 -1 1077944384 781 0 0 0 47 12 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637096221712 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17068] ppid=17059 vsize=26538700 memory=1200 CPUtime=0.57 cores=0-7
/proc/17061/task/17068/stat : 17068 (java) S 17059 17059 13260 0 -1 1077944384 976 0 0 0 46 11 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637095169168 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17069] ppid=17059 vsize=26538700 memory=1325848 CPUtime=0.6 cores=0-7
/proc/17061/task/17069/stat : 17069 (java) S 17059 17059 13260 0 -1 1077944384 903 0 0 0 47 13 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637094116112 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17070] ppid=17059 vsize=26538700 memory=1384 CPUtime=0.59 cores=0-7
/proc/17061/task/17070/stat : 17070 (java) S 17059 17059 13260 0 -1 1077944384 473 0 0 0 47 12 0 0 20 0 28 0 150249516 27175628800 331462 33554432000 4194304 4196468 140736354279296 139637093063568 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17071] ppid=17059 vsize=26538700 memory=1325848 CPUtime=0.68 cores=0-7
/proc/17061/task/17071/stat : 17071 (java) S 17059 17059 13260 0 -1 1077944384 2670 0 0 0 67 1 0 0 20 0 28 0 150249517 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636669294832 139637541853826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17072] ppid=17059 vsize=26538700 memory=1325848 CPUtime=0 cores=0-7
/proc/17061/task/17072/stat : 17072 (java) S 17059 17059 13260 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 150249518 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636668241120 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17073] ppid=17059 vsize=26538700 memory=56 CPUtime=0 cores=0-7
/proc/17061/task/17073/stat : 17073 (java) S 17059 17059 13260 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 150249518 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636667187968 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17074] ppid=17059 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/17061/task/17074/stat : 17074 (java) S 17059 17059 13260 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636666136528 139637541861275 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17075] ppid=17059 vsize=26538700 memory=7668622374562325845 CPUtime=3.42 cores=0-7
/proc/17061/task/17075/stat : 17075 (java) S 17059 17059 13260 0 -1 1077944384 12096 0 0 0 339 3 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636665084656 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17076] ppid=17059 vsize=26538700 memory=1384 CPUtime=3.2 cores=0-7
/proc/17061/task/17076/stat : 17076 (java) S 17059 17059 13260 0 -1 1077944384 11931 0 0 0 317 3 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636664032112 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17077] ppid=17059 vsize=26538700 memory=1384 CPUtime=3.6 cores=0-7
/proc/17061/task/17077/stat : 17077 (java) S 17059 17059 13260 0 -1 1077944384 14888 0 0 0 357 3 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636662979056 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17078] ppid=17059 vsize=26538700 memory=951192 CPUtime=0.93 cores=0-7
/proc/17061/task/17078/stat : 17078 (java) S 17059 17059 13260 0 -1 1077944384 8899 0 0 0 91 2 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636661926512 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17079] ppid=17059 vsize=26538700 memory=28099 CPUtime=0 cores=0-7
/proc/17061/task/17079/stat : 17079 (java) S 17059 17059 13260 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150249520 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636660873696 139637541852885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17080] ppid=17059 vsize=26538700 memory=1384 CPUtime=0.02 cores=0-7
/proc/17061/task/17080/stat : 17080 (java) S 17059 17059 13260 0 -1 1077944384 264 0 0 0 0 2 0 0 20 0 28 0 150249521 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636659821232 139637541853826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17081] ppid=17059 vsize=26538700 memory=1384 CPUtime=38.61 cores=0-7
/proc/17061/task/17081/stat : 17081 (java) R 17059 17059 13260 0 -1 4202560 649 0 0 0 3859 2 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636651809304 139637187943796 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17082] ppid=17059 vsize=26538700 memory=1325848 CPUtime=38.38 cores=0-7
/proc/17061/task/17082/stat : 17082 (java) R 17059 17059 13260 0 -1 4202560 867 0 0 0 3835 3 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636650757768 139637187943796 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17083] ppid=17059 vsize=26538700 memory=1325848 CPUtime=38.6 cores=0-7
/proc/17061/task/17083/stat : 17083 (java) R 17059 17059 13260 0 -1 4202560 1868 0 0 0 3855 5 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636649705752 139637188600485 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17084] ppid=17059 vsize=26538700 memory=1325844 CPUtime=38.91 cores=0-7
/proc/17061/task/17084/stat : 17084 (java) R 17059 17059 13260 0 -1 4202560 2427 0 0 0 3884 7 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636648653048 139637188620159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17085] ppid=17059 vsize=26538700 memory=1384 CPUtime=39.4 cores=0-7
/proc/17061/task/17085/stat : 17085 (java) R 17059 17059 13260 0 -1 4202560 1981 0 0 0 3932 8 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636647600280 139637187725335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17086] ppid=17059 vsize=26538700 memory=1325848 CPUtime=39.17 cores=0-7
/proc/17061/task/17086/stat : 17086 (java) R 17059 17059 13260 0 -1 4202560 1693 0 0 0 3910 7 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636646547656 139637187943697 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17087] ppid=17059 vsize=26538700 memory=140151829666576 CPUtime=39.23 cores=0-7
/proc/17061/task/17087/stat : 17087 (java) R 17059 17059 13260 0 -1 4202560 908 0 0 0 3920 3 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636645494216 139637189269690 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
[pid=17061/tid=17088] ppid=17059 vsize=26538700 memory=140151830314720 CPUtime=39.02 cores=0-7
/proc/17061/task/17088/stat : 17088 (java) R 17059 17059 13260 0 -1 4202560 957 0 0 0 3899 3 0 0 20 0 28 0 150249746 27175628800 331462 33554432000 4194304 4196468 140736354279296 139636644441976 139637187943619 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36302848 140736354284690 140736354284867 140736354284867 140736354287567 0
Current children cumulated CPU time: 330.11 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1327232 KiB

Child status: 0
Real time (s): 43.371
CPU time (s): 330.523
CPU user time (s): 328.902
CPU system time (s): 1.62079
CPU usage (%): 762.081
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 1327232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 328.902
system time used= 1.62079
maximum resident set size= 1325960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78484
page faults= 0
swaps= 0
block input operations= 0
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6365
involuntary context switches= 4767


# summary of solver processes directly reported to runsolver:
#   pid: 17059
#   total CPU time (s): 330.523
#   total CPU user time (s): 328.902
#   total CPU system time (s): 1.62079

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.341467 second user time and 0.618774 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-19 21:25:59
IDJOB=4280974
IDBENCH=138791
IDSOLVER=2675
FILE ID=node112/4280974-1503171619
RUNJOBID= node112-1503169099-13287
PBS_JOBID= 20630837
Free space on /tmp= 61856 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0120-m1.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280974-1503171619/watcher-4280974-1503171619 -o /tmp/evaluation-result-4280974-1503171619/solver-4280974-1503171619 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503169099-13287 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 929131033 HOME/instance-4280974-1503171619.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 811bab41ab4f320547ec1b0722faadf8
RANDOM SEED=929131033

node112.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.24
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.24
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.24
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.24
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:        26200084 kB
MemAvailable:   31971568 kB
Buffers:          250940 kB
Cached:          5810680 kB
SwapCached:            0 kB
Active:          1099764 kB
Inactive:        5015008 kB
Active(anon):       4752 kB
Inactive(anon):    84388 kB
Active(file):    1095012 kB
Inactive(file):  4930620 kB
Unevictable:        7840 kB
Mlocked:            7840 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7872 kB
Writeback:            16 kB
AnonPages:         61024 kB
Mapped:            51132 kB
Shmem:             33416 kB
Slab:             150228 kB
SReclaimable:     123376 kB
SUnreclaim:        26852 kB
KernelStack:        3216 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 61848 MiB
End job on node112 at 2017-08-19 21:26:42