Trace number 4282225

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-08.xml
MD5SUMb1ffa7aed2f9a273862c03f3716b8b6c
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 benchmark4.4621701
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of constraints254
Number of domains1
Minimum domain size6561
Maximum domain size6561
Distribution of domain sizes[{"size":6561,"count":254}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":253},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":253}]
Number of extensional constraints253
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":253},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282225-1503158754.xml"  -tl '2520s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4282225-1503158754.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
14.80/5.16	c solve instance...
448.15/436.10	s SATISFIABLE
448.15/436.10	v <instantiation>
448.15/436.10	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] x[126] x[127] x[128] x[129] x[130] x[131] x[132] x[133] x[134] x[135] x[136] x[137] x[138] x[139] x[140] x[141] x[142] x[143] x[144] x[145] x[146] x[147] x[148] x[149] x[150] x[151] x[152] x[153] x[154] x[155] x[156] x[157] x[158] x[159] x[160] x[161] x[162] x[163] x[164] x[165] x[166] x[167] x[168] x[169] x[170] x[171] x[172] x[173] x[174] x[175] x[176] x[177] x[178] x[179] x[180] x[181] x[182] x[183] x[184] x[185] x[186] x[187] x[188] x[189] x[190] x[191] x[192] x[193] x[194] x[195] x[196] x[197] x[198] x[199] x[200] x[201] x[202] x[203] x[204] x[205] x[206] x[207] x[208] x[209] x[210] x[211] x[212] x[213] x[214] x[215] x[216] x[217] x[218] x[219] x[220] x[221] x[222] x[223] x[224] x[225] x[226] x[227] x[228] x[229] x[230] x[231] x[232] x[233] x[234] x[235] x[236] x[237] x[238] x[239] x[240] x[241] x[242] x[243] x[244] x[245] x[246] x[247] x[248] x[249] x[250] x[251] x[252] x[253] </list>
448.15/436.10	v 	<values>1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 </values>
448.15/436.10	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 (15343 MiB free)
  memory of node 1: 16384 MiB (12959 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282225-1503158754/watcher-4282225-1503158754 -o /tmp/evaluation-result-4282225-1503158754/solver-4282225-1503158754 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17350 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 395148402 HOME/instance-4282225-1503158754.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100094 s]*
/proc/loadavg: 3.63 3.92 3.34 3/200 30105
/proc/meminfo: memFree=28979536/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30102/stat : 30102 (xcsp3-exec) S 30099 30102 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14284499 9740288 345 18446744073709551615 4194304 5098028 140732409381200 140732409379304 140103982944892 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10477568 140732409389434 140732409389638 140732409389638 140732409393131 0
/proc/30102/statm: 2378 345 289 221 0 87 0
[pid=30104] ppid=30102 vsize=13358712 memory=14564 CPUtime=0 cores=0,2,4,6
/proc/30104/stat : 30104 (java) S 30102 30102 17292 0 -1 1077944320 2929 0 0 0 0 0 0 0 20 0 6 0 14284508 13679321088 3641 18446744073709551615 4194304 4196468 140723909690160 140723909672704 140016227491575 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
/proc/30104/statm: 3339678 3641 1579 1 0 3329175 0
[pid=30104/tid=30105] ppid=30102 vsize=13358712 memory=-8713483618642852700 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30105/stat : 30105 (java) R 30102 30102 17292 0 -1 4202560 1719 0 0 0 0 0 0 0 20 0 6 0 14284509 13679321088 3707 18446744073709551615 4194304 4196468 140723909690160 140016231727696 140016188473206 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30106] ppid=30102 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30106/stat : 30106 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 14284509 13679321088 3707 18446744073709551615 4194304 4196468 140723909690160 140016146906256 140016227501781 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30107] ppid=30102 vsize=13358712 memory=140157762754176 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30107/stat : 30107 (java) S 30102 30102 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 14284509 13679321088 3707 18446744073709551615 4194304 4196468 140723909690160 140016145853456 140016227501781 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30108] ppid=30102 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30108/stat : 30108 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 14284509 13679321088 3707 18446744073709551615 4194304 4196468 140723909690160 140016144800656 140016227501781 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30109] ppid=30102 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30109/stat : 30109 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 14284509 13679321088 3707 18446744073709551615 4194304 4196468 140723909690160 140016143747856 140016227501781 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15944 KiB

[startup+0.210075 s]*
/proc/loadavg: 3.63 3.92 3.34 3/213 30118
/proc/meminfo: memFree=28970628/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30102/stat : 30102 (xcsp3-exec) S 30099 30102 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14284499 9740288 345 18446744073709551615 4194304 5098028 140732409381200 140732409379304 140103982944892 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10477568 140732409389434 140732409389638 140732409389638 140732409393131 0
/proc/30102/statm: 2378 345 289 221 0 87 0
[pid=30104] ppid=30102 vsize=13974352 memory=25812 CPUtime=0.08 cores=0,2,4,6
/proc/30104/stat : 30104 (java) S 30102 30102 17292 0 -1 1077944320 4836 0 0 0 8 0 0 0 20 0 15 0 14284508 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140723909672704 140016227491575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
/proc/30104/statm: 3493588 6453 2728 1 0 3482964 0
[pid=30104/tid=30105] ppid=30102 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=0,2,4,6
/proc/30104/task/30105/stat : 30105 (java) R 30102 30102 17292 0 -1 4202560 2998 0 0 0 6 0 0 0 20 0 15 0 14284509 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140016231726064 140016227513501 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30106] ppid=30102 vsize=13974352 memory=10613 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30106/stat : 30106 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14284509 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140016146906256 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30107] ppid=30102 vsize=13974352 memory=140157762781758 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30107/stat : 30107 (java) S 30102 30102 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14284509 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140016145853456 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30108] ppid=30102 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30108/stat : 30108 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14284509 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140016144800656 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30109] ppid=30102 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30109/stat : 30109 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14284509 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140016143747856 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30110] ppid=30102 vsize=13974352 memory=140157762754176 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30110/stat : 30110 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14284511 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140015705778544 140016227502722 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30111] ppid=30102 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30111/stat : 30111 (java) S 30102 30102 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14284511 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140015704724512 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30112] ppid=30102 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30112/stat : 30112 (java) S 30102 30102 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14284511 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140015703671664 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30113] ppid=30102 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30113/stat : 30113 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140015702619984 140016227510171 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30114] ppid=30102 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30114/stat : 30114 (java) S 30102 30102 17292 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 14284514 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140015701568368 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30115] ppid=30102 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30115/stat : 30115 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140015700515568 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30116] ppid=30102 vsize=13974352 memory=140157762754176 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30116/stat : 30116 (java) S 30102 30102 17292 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 15 0 14284514 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140015699462768 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30117] ppid=30102 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30117/stat : 30117 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140015698410208 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30118] ppid=30102 vsize=13974352 memory=140157762754176 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30118/stat : 30118 (java) S 30102 30102 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14284519 14309736448 6453 18446744073709551615 4194304 4196468 140723909690160 140015697357488 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 27192 KiB

[startup+0.310442 s]*
/proc/loadavg: 3.63 3.92 3.34 4/213 30118
/proc/meminfo: memFree=28955636/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30102/stat : 30102 (xcsp3-exec) S 30099 30102 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14284499 9740288 345 18446744073709551615 4194304 5098028 140732409381200 140732409379304 140103982944892 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10477568 140732409389434 140732409389638 140732409389638 140732409393131 0
/proc/30102/statm: 2378 345 289 221 0 87 0
[pid=30104] ppid=30102 vsize=13974352 memory=37252 CPUtime=0.26 cores=0,2,4,6
/proc/30104/stat : 30104 (java) S 30102 30102 17292 0 -1 1077944320 8357 0 0 0 24 2 0 0 20 0 15 0 14284508 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140723909672704 140016227491575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
/proc/30104/statm: 3493588 9313 2956 1 0 3482964 0
[pid=30104/tid=30105] ppid=30102 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/30104/task/30105/stat : 30105 (java) R 30102 30102 17292 0 -1 4202560 5672 0 0 0 15 1 0 0 20 0 15 0 14284509 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140016231719344 140016227513501 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30106] ppid=30102 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30106/stat : 30106 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14284509 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140016146906256 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30107] ppid=30102 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30107/stat : 30107 (java) S 30102 30102 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14284509 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140016145853456 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30108] ppid=30102 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30108/stat : 30108 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14284509 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140016144800656 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30109] ppid=30102 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30109/stat : 30109 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14284509 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140016143747856 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30110] ppid=30102 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30110/stat : 30110 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14284511 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140015705778544 140016227502722 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30111] ppid=30102 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30111/stat : 30111 (java) S 30102 30102 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14284511 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140015704724512 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30112] ppid=30102 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30112/stat : 30112 (java) S 30102 30102 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14284511 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140015703671664 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30113] ppid=30102 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30113/stat : 30113 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140015702619984 140016227510171 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30114] ppid=30102 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30104/task/30114/stat : 30114 (java) S 30102 30102 17292 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 15 0 14284514 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140015701568368 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30115] ppid=30102 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30104/task/30115/stat : 30115 (java) R 30102 30102 17292 0 -1 4202560 341 0 0 0 1 0 0 0 20 0 15 0 14284514 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140015700515568 140016206734176 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30116] ppid=30102 vsize=13974352 memory=140157762754176 CPUtime=0.05 cores=0,2,4,6
/proc/30104/task/30116/stat : 30116 (java) S 30102 30102 17292 0 -1 1077944384 668 0 0 0 5 0 0 0 20 0 15 0 14284514 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140015699462768 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30117] ppid=30102 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30117/stat : 30117 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140015698410208 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30118] ppid=30102 vsize=13974352 memory=140157762754176 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30118/stat : 30118 (java) S 30102 30102 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14284519 14309736448 9313 18446744073709551615 4194304 4196468 140723909690160 140015697357488 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38632 KiB

[startup+0.700838 s]
/proc/loadavg: 3.63 3.92 3.34 5/213 30118
/proc/meminfo: memFree=28944164/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30102/stat : 30102 (xcsp3-exec) S 30099 30102 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14284499 9740288 345 18446744073709551615 4194304 5098028 140732409381200 140732409379304 140103982944892 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10477568 140732409389434 140732409389638 140732409389638 140732409393131 0
/proc/30102/statm: 2378 345 289 221 0 87 0
[pid=30104] ppid=30102 vsize=13978684 memory=104824 CPUtime=1.24 cores=0,2,4,6
/proc/30104/stat : 30104 (java) S 30102 30102 17292 0 -1 1077944320 12202 0 0 0 119 5 0 0 20 0 15 0 14284508 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140723909672704 140016227491575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
/proc/30104/statm: 3494671 26206 3161 1 0 3482964 0
[pid=30104/tid=30105] ppid=30102 vsize=13978684 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/30104/task/30105/stat : 30105 (java) R 30102 30102 17292 0 -1 4202560 7368 0 0 0 50 4 0 0 20 0 15 0 14284509 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140016231728464 140015819279909 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30106] ppid=30102 vsize=13978684 memory=164 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30106/stat : 30106 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14284509 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140016146906256 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30107] ppid=30102 vsize=13978684 memory=83396 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30107/stat : 30107 (java) S 30102 30102 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14284509 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140016145853456 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30108] ppid=30102 vsize=13978684 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30108/stat : 30108 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14284509 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140016144800656 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30109] ppid=30102 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30109/stat : 30109 (java) S 30102 30102 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14284509 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140016143747856 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30110] ppid=30102 vsize=13978684 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30110/stat : 30110 (java) S 30102 30102 17292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 14284511 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140015705778544 140016227502722 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30111] ppid=30102 vsize=13978684 memory=3041 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30111/stat : 30111 (java) S 30102 30102 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14284511 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140015704724512 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30112] ppid=30102 vsize=13978684 memory=15457 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30112/stat : 30112 (java) S 30102 30102 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14284511 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140015703671664 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30113] ppid=30102 vsize=13978684 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30113/stat : 30113 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140015702619984 140016227510171 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30114] ppid=30102 vsize=13978684 memory=6628 CPUtime=0.21 cores=0,2,4,6
/proc/30104/task/30114/stat : 30114 (java) R 30102 30102 17292 0 -1 4202560 1111 0 0 0 21 0 0 0 20 0 15 0 14284514 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140015701549272 140016212421005 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30115] ppid=30102 vsize=13978684 memory=8836 CPUtime=0.23 cores=0,2,4,6
/proc/30104/task/30115/stat : 30115 (java) R 30102 30102 17292 0 -1 4202560 1028 0 0 0 23 0 0 0 20 0 15 0 14284514 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140015700506544 140016212391078 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30116] ppid=30102 vsize=13978684 memory=11044 CPUtime=0.22 cores=0,2,4,6
/proc/30104/task/30116/stat : 30116 (java) S 30102 30102 17292 0 -1 1077944384 1386 0 0 0 22 0 0 0 20 0 15 0 14284514 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140015699462768 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30117] ppid=30102 vsize=13978684 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30117/stat : 30117 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140015698410208 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30118] ppid=30102 vsize=13978684 memory=15460 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30118/stat : 30118 (java) S 30102 30102 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14284519 14314172416 26206 18446744073709551615 4194304 4196468 140723909690160 140015697357488 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 106204 KiB

[startup+1.50098 s]
/proc/loadavg: 3.63 3.92 3.34 6/213 30118
/proc/meminfo: memFree=28637440/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30102/stat : 30102 (xcsp3-exec) S 30099 30102 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14284499 9740288 345 18446744073709551615 4194304 5098028 140732409381200 140732409379304 140103982944892 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10477568 140732409389434 140732409389638 140732409389638 140732409393131 0
/proc/30102/statm: 2378 345 289 221 0 87 0
[pid=30104] ppid=30102 vsize=13978684 memory=822812 CPUtime=3.64 cores=0,2,4,6
/proc/30104/stat : 30104 (java) S 30102 30102 17292 0 -1 1077944320 43523 0 0 0 300 64 0 0 20 0 15 0 14284508 14314172416 205703 18446744073709551615 4194304 4196468 140723909690160 140723909672704 140016227491575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
/proc/30104/statm: 3494671 205703 3217 1 0 3482964 0
[pid=30104/tid=30105] ppid=30102 vsize=13978684 memory=1769459418625 CPUtime=0.92 cores=0,2,4,6
/proc/30104/task/30105/stat : 30105 (java) R 30102 30102 17292 0 -1 4202560 7545 0 0 0 86 6 0 0 20 0 15 0 14284509 14314172416 205703 18446744073709551615 4194304 4196468 140723909690160 140016231729976 140016210479180 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30106] ppid=30102 vsize=13978684 memory=1881128566785 CPUtime=0.38 cores=0,2,4,6
/proc/30104/task/30106/stat : 30106 (java) S 30102 30102 17292 0 -1 1077944384 7147 0 0 0 25 13 0 0 20 0 15 0 14284509 14314172416 205703 18446744073709551615 4194304 4196468 140723909690160 140016146906256 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30107] ppid=30102 vsize=13978684 memory=816512 CPUtime=0.38 cores=0,2,4,6
/proc/30104/task/30107/stat : 30107 (java) S 30102 30102 17292 0 -1 1077944384 7503 0 0 0 24 14 0 0 20 0 15 0 14284509 14314172416 205703 18446744073709551615 4194304 4196468 140723909690160 140016145853456 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30108] ppid=30102 vsize=13978684 memory=432452 CPUtime=0.38 cores=0,2,4,6
/proc/30104/task/30108/stat : 30108 (java) S 30102 30102 17292 0 -1 1077944384 6986 0 0 0 25 13 0 0 20 0 15 0 14284509 14314172416 205703 18446744073709551615 4194304 4196468 140723909690160 140016144800656 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30109] ppid=30102 vsize=13978684 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/30104/task/30109/stat : 30109 (java) S 30102 30102 17292 0 -1 1077944384 7091 0 0 0 26 14 0 0 20 0 15 0 14284509 14314172416 205703 18446744073709551615 4194304 4196468 140723909690160 140016143747856 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30110] ppid=30102 vsize=13978684 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30104/task/30110/stat : 30110 (java) S 30102 30102 17292 0 -1 1077944384 676 0 0 0 1 0 0 0 20 0 15 0 14284511 14314172416 205703 18446744073709551615 4194304 4196468 140723909690160 140015705778544 140016227502722 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30111] ppid=30102 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30111/stat : 30111 (java) S 30102 30102 17292 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 14284511 14314172416 205703 18446744073709551615 4194304 4196468 140723909690160 140015704724512 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30112] ppid=30102 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=24221676/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30102/stat : 30102 (xcsp3-exec) S 30099 30102 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14284499 9740288 345 18446744073709551615 4194304 5098028 140732409381200 140732409379304 140103982944892 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10477568 140732409389434 140732409389638 140732409389638 140732409393131 0
/proc/30102/statm: 2378 345 289 221 0 87 0
[pid=30104] ppid=30102 vsize=13980732 memory=4764196 CPUtime=447.33 cores=0,2,4,6
/proc/30104/stat : 30104 (java) S 30102 30102 17292 0 -1 1077944320 149849 0 0 0 44205 528 0 0 20 0 15 0 14284508 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140723909672704 140016227491575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
/proc/30104/statm: 3495183 1191049 3226 1 0 3483476 0
[pid=30104/tid=30105] ppid=30102 vsize=13980732 memory=1380 CPUtime=431.46 cores=0,2,4,6
/proc/30104/task/30105/stat : 30105 (java) R 30102 30102 17292 0 -1 4202560 29461 0 0 0 43134 12 0 0 20 0 15 0 14284509 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140016231728064 140015820931644 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30106] ppid=30102 vsize=13980732 memory=0 CPUtime=3.45 cores=0,2,4,6
/proc/30104/task/30106/stat : 30106 (java) S 30102 30102 17292 0 -1 1077944384 17947 0 0 0 213 132 0 0 20 0 15 0 14284509 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140016146906256 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30107] ppid=30102 vsize=13980732 memory=43772 CPUtime=3.46 cores=0,2,4,6
/proc/30104/task/30107/stat : 30107 (java) S 30102 30102 17292 0 -1 1077944384 21737 0 0 0 222 124 0 0 20 0 15 0 14284509 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140016145853456 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30108] ppid=30102 vsize=13980732 memory=-1 CPUtime=3.43 cores=0,2,4,6
/proc/30104/task/30108/stat : 30108 (java) S 30102 30102 17292 0 -1 1077944384 16392 0 0 0 215 128 0 0 20 0 15 0 14284509 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140016144800656 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30109] ppid=30102 vsize=13980732 memory=0 CPUtime=3.47 cores=0,2,4,6
/proc/30104/task/30109/stat : 30109 (java) S 30102 30102 17292 0 -1 1077944384 40267 0 0 0 226 121 0 0 20 0 15 0 14284509 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140016143747856 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30110] ppid=30102 vsize=13980732 memory=4616 CPUtime=0.07 cores=0,2,4,6
/proc/30104/task/30110/stat : 30110 (java) S 30102 30102 17292 0 -1 1077944384 6312 0 0 0 6 1 0 0 20 0 15 0 14284511 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015705778544 140016227502722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30111] ppid=30102 vsize=13980732 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30111/stat : 30111 (java) S 30102 30102 17292 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 14284511 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015704724576 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30112] ppid=30102 vsize=13980732 memory=8700 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30112/stat : 30112 (java) S 30102 30102 17292 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 14284511 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015703671680 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30113] ppid=30102 vsize=13980732 memory=4764164 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30113/stat : 30113 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015702619984 140016227510171 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30114] ppid=30102 vsize=13980732 memory=1380 CPUtime=0.65 cores=0,2,4,6
/proc/30104/task/30114/stat : 30114 (java) S 30102 30102 17292 0 -1 1077944384 6022 0 0 0 64 1 0 0 20 0 15 0 14284514 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015701568368 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30115] ppid=30102 vsize=13980732 memory=4124 CPUtime=0.72 cores=0,2,4,6
/proc/30104/task/30115/stat : 30115 (java) S 30102 30102 17292 0 -1 1077944384 4267 0 0 0 72 0 0 0 20 0 15 0 14284514 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015700515568 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30116] ppid=30102 vsize=13980732 memory=3831764 CPUtime=0.4 cores=0,2,4,6
/proc/30104/task/30116/stat : 30116 (java) S 30102 30102 17292 0 -1 1077944384 5134 0 0 0 40 0 0 0 20 0 15 0 14284514 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015699462768 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30117] ppid=30102 vsize=13980732 memory=11704 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30117/stat : 30117 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015698410208 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30118] ppid=30102 vsize=13980732 memory=1292 CPUtime=0.13 cores=0,2,4,6
/proc/30104/task/30118/stat : 30118 (java) S 30102 30102 17292 0 -1 1077944384 961 0 0 0 6 7 0 0 20 0 15 0 14284519 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015697357488 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
Current children cumulated CPU time: 447.33 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4765576 KiB

[startup+435.601 s]
/proc/loadavg: 2.00 2.47 2.85 3/211 30135
/proc/meminfo: memFree=24221676/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30102/stat : 30102 (xcsp3-exec) S 30099 30102 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14284499 9740288 345 18446744073709551615 4194304 5098028 140732409381200 140732409379304 140103982944892 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10477568 140732409389434 140732409389638 140732409389638 140732409393131 0
/proc/30102/statm: 2378 345 289 221 0 87 0
[pid=30104] ppid=30102 vsize=13980732 memory=4764196 CPUtime=447.74 cores=0,2,4,6
/proc/30104/stat : 30104 (java) S 30102 30102 17292 0 -1 1077944320 150048 0 0 0 44245 529 0 0 20 0 15 0 14284508 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140723909672704 140016227491575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
/proc/30104/statm: 3495183 1191049 3226 1 0 3483476 0
[pid=30104/tid=30105] ppid=30102 vsize=13980732 memory=-8774313645642428999 CPUtime=431.86 cores=0,2,4,6
/proc/30104/task/30105/stat : 30105 (java) R 30102 30102 17292 0 -1 4202560 29660 0 0 0 43174 12 0 0 20 0 15 0 14284509 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140016231728064 140015820931740 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30106] ppid=30102 vsize=13980732 memory=1292 CPUtime=3.45 cores=0,2,4,6
/proc/30104/task/30106/stat : 30106 (java) S 30102 30102 17292 0 -1 1077944384 17947 0 0 0 213 132 0 0 20 0 15 0 14284509 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140016146906256 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30107] ppid=30102 vsize=13980732 memory=2432 CPUtime=3.46 cores=0,2,4,6
/proc/30104/task/30107/stat : 30107 (java) S 30102 30102 17292 0 -1 1077944384 21737 0 0 0 222 124 0 0 20 0 15 0 14284509 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140016145853456 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30108] ppid=30102 vsize=13980732 memory=1728 CPUtime=3.43 cores=0,2,4,6
/proc/30104/task/30108/stat : 30108 (java) S 30102 30102 17292 0 -1 1077944384 16392 0 0 0 215 128 0 0 20 0 15 0 14284509 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140016144800656 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30109] ppid=30102 vsize=13980732 memory=-8774313645642428999 CPUtime=3.47 cores=0,2,4,6
/proc/30104/task/30109/stat : 30109 (java) S 30102 30102 17292 0 -1 1077944384 40267 0 0 0 226 121 0 0 20 0 15 0 14284509 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140016143747856 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30110] ppid=30102 vsize=13980732 memory=2008 CPUtime=0.07 cores=0,2,4,6
/proc/30104/task/30110/stat : 30110 (java) S 30102 30102 17292 0 -1 1077944384 6312 0 0 0 6 1 0 0 20 0 15 0 14284511 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015705778544 140016227502722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30111] ppid=30102 vsize=13980732 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30111/stat : 30111 (java) S 30102 30102 17292 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 14284511 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015704724576 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30112] ppid=30102 vsize=13980732 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30112/stat : 30112 (java) S 30102 30102 17292 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 14284511 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015703671680 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30113] ppid=30102 vsize=13980732 memory=4764196 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30113/stat : 30113 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015702619984 140016227510171 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30114] ppid=30102 vsize=13980732 memory=1380 CPUtime=0.65 cores=0,2,4,6
/proc/30104/task/30114/stat : 30114 (java) S 30102 30102 17292 0 -1 1077944384 6022 0 0 0 64 1 0 0 20 0 15 0 14284514 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015701568368 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30115] ppid=30102 vsize=13980732 memory=4764196 CPUtime=0.72 cores=0,2,4,6
/proc/30104/task/30115/stat : 30115 (java) S 30102 30102 17292 0 -1 1077944384 4267 0 0 0 72 0 0 0 20 0 15 0 14284514 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015700515568 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30116] ppid=30102 vsize=13980732 memory=2432 CPUtime=0.4 cores=0,2,4,6
/proc/30104/task/30116/stat : 30116 (java) S 30102 30102 17292 0 -1 1077944384 5134 0 0 0 40 0 0 0 20 0 15 0 14284514 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015699462768 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30117] ppid=30102 vsize=13980732 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30117/stat : 30117 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015698410208 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30118] ppid=30102 vsize=13980732 memory=952 CPUtime=0.13 cores=0,2,4,6
/proc/30104/task/30118/stat : 30118 (java) S 30102 30102 17292 0 -1 1077944384 961 0 0 0 6 7 0 0 20 0 15 0 14284519 14316269568 1191049 18446744073709551615 4194304 4196468 140723909690160 140015697357488 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
Current children cumulated CPU time: 447.74 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4765576 KiB

[startup+436.001 s]*
/proc/loadavg: 2.00 2.47 2.85 3/211 30135
/proc/meminfo: memFree=24221676/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30102/stat : 30102 (xcsp3-exec) S 30099 30102 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14284499 9740288 345 18446744073709551615 4194304 5098028 140732409381200 140732409379304 140103982944892 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10477568 140732409389434 140732409389638 140732409389638 140732409393131 0
/proc/30102/statm: 2378 345 289 221 0 87 0
[pid=30104] ppid=30102 vsize=13980732 memory=4764204 CPUtime=448.15 cores=0,2,4,6
/proc/30104/stat : 30104 (java) S 30102 30102 17292 0 -1 1077944320 150118 0 0 0 44286 529 0 0 20 0 15 0 14284508 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140723909672704 140016227491575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
/proc/30104/statm: 3495183 1191051 3226 1 0 3483476 0
[pid=30104/tid=30105] ppid=30102 vsize=13980732 memory=-8774313645642428999 CPUtime=432.27 cores=0,2,4,6
/proc/30104/task/30105/stat : 30105 (java) R 30102 30102 17292 0 -1 4202560 29674 0 0 0 43215 12 0 0 20 0 15 0 14284509 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140016231728176 140015820931656 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30106] ppid=30102 vsize=13980732 memory=2008 CPUtime=3.45 cores=0,2,4,6
/proc/30104/task/30106/stat : 30106 (java) S 30102 30102 17292 0 -1 1077944384 17947 0 0 0 213 132 0 0 20 0 15 0 14284509 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140016146906256 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30107] ppid=30102 vsize=13980732 memory=5404 CPUtime=3.46 cores=0,2,4,6
/proc/30104/task/30107/stat : 30107 (java) S 30102 30102 17292 0 -1 1077944384 21737 0 0 0 222 124 0 0 20 0 15 0 14284509 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140016145853456 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30108] ppid=30102 vsize=13980732 memory=792 CPUtime=3.43 cores=0,2,4,6
/proc/30104/task/30108/stat : 30108 (java) S 30102 30102 17292 0 -1 1077944384 16392 0 0 0 215 128 0 0 20 0 15 0 14284509 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140016144800656 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30109] ppid=30102 vsize=13980732 memory=1200 CPUtime=3.47 cores=0,2,4,6
/proc/30104/task/30109/stat : 30109 (java) S 30102 30102 17292 0 -1 1077944384 40267 0 0 0 226 121 0 0 20 0 15 0 14284509 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140016143747856 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30110] ppid=30102 vsize=13980732 memory=15876 CPUtime=0.07 cores=0,2,4,6
/proc/30104/task/30110/stat : 30110 (java) S 30102 30102 17292 0 -1 1077944384 6312 0 0 0 6 1 0 0 20 0 15 0 14284511 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140015705778544 140016227502722 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30111] ppid=30102 vsize=13980732 memory=4764196 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30111/stat : 30111 (java) S 30102 30102 17292 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 14284511 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140015704724576 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30112] ppid=30102 vsize=13980732 memory=4764196 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30112/stat : 30112 (java) S 30102 30102 17292 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 14284511 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140015703671680 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30113] ppid=30102 vsize=13980732 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30113/stat : 30113 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140015702619984 140016227510171 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30114] ppid=30102 vsize=13980732 memory=952 CPUtime=0.65 cores=0,2,4,6
/proc/30104/task/30114/stat : 30114 (java) S 30102 30102 17292 0 -1 1077944384 6022 0 0 0 64 1 0 0 20 0 15 0 14284514 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140015701568368 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30115] ppid=30102 vsize=13980732 memory=1236 CPUtime=0.72 cores=0,2,4,6
/proc/30104/task/30115/stat : 30115 (java) S 30102 30102 17292 0 -1 1077944384 4267 0 0 0 72 0 0 0 20 0 15 0 14284514 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140015700515568 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30116] ppid=30102 vsize=13980732 memory=2244 CPUtime=0.4 cores=0,2,4,6
/proc/30104/task/30116/stat : 30116 (java) S 30102 30102 17292 0 -1 1077944384 5190 0 0 0 40 0 0 0 20 0 15 0 14284514 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140015699462768 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30117] ppid=30102 vsize=13980732 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30117/stat : 30117 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14284514 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140015698410208 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30118] ppid=30102 vsize=13980732 memory=2787832 CPUtime=0.13 cores=0,2,4,6
/proc/30104/task/30118/stat : 30118 (java) S 30102 30102 17292 0 -1 1077944384 961 0 0 0 6 7 0 0 20 0 15 0 14284519 14316269568 1191051 18446744073709551615 4194304 4196468 140723909690160 140015697357488 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
Current children cumulated CPU time: 448.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4765584 KiB

[startup+436.11 s]
/proc/loadavg: 2.00 2.47 2.85 3/211 30135
/proc/meminfo: memFree=24221676/32770624 swapFree=67108860/67108860
[pid=30102] ppid=30099 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30102/stat : 30102 (xcsp3-exec) S 30099 30102 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 14284499 9740288 345 18446744073709551615 4194304 5098028 140732409381200 140732409379304 140103982944892 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 10477568 140732409389434 140732409389638 140732409389638 140732409393131 0
/proc/30102/statm: 2378 345 289 221 0 87 0
[pid=30104] ppid=30102 vsize=13980732 memory=4764268 CPUtime=448.25 cores=0,2,4,6
/proc/30104/stat : 30104 (java) S 30102 30102 17292 0 -1 1077944320 151374 0 0 0 44296 529 0 0 20 0 14 0 14284508 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140723909672704 140016227491575 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
/proc/30104/statm: 3495183 1191067 3228 1 0 3483476 0
[pid=30104/tid=30105] ppid=30102 vsize=13980732 memory=1380 CPUtime=432.36 cores=0,2,4,6
/proc/30104/task/30105/stat : 30105 (java) S 30102 30102 17292 0 -1 1077944384 30405 0 0 0 43224 12 0 0 20 0 14 0 14284509 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140016231734416 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30106] ppid=30102 vsize=13980732 memory=4764196 CPUtime=3.45 cores=0,2,4,6
/proc/30104/task/30106/stat : 30106 (java) S 30102 30102 17292 0 -1 1077944384 17947 0 0 0 213 132 0 0 20 0 14 0 14284509 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140016146906256 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30107] ppid=30102 vsize=13980732 memory=4764196 CPUtime=3.46 cores=0,2,4,6
/proc/30104/task/30107/stat : 30107 (java) S 30102 30102 17292 0 -1 1077944384 21737 0 0 0 222 124 0 0 20 0 14 0 14284509 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140016145853456 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30108] ppid=30102 vsize=13980732 memory=4764196 CPUtime=3.43 cores=0,2,4,6
/proc/30104/task/30108/stat : 30108 (java) S 30102 30102 17292 0 -1 1077944384 16392 0 0 0 215 128 0 0 20 0 14 0 14284509 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140016144800656 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30109] ppid=30102 vsize=13980732 memory=4764204 CPUtime=3.47 cores=0,2,4,6
/proc/30104/task/30109/stat : 30109 (java) S 30102 30102 17292 0 -1 1077944384 40267 0 0 0 226 121 0 0 20 0 14 0 14284509 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140016143747856 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30110] ppid=30102 vsize=13980732 memory=1380 CPUtime=0.07 cores=0,2,4,6
/proc/30104/task/30110/stat : 30110 (java) S 30102 30102 17292 0 -1 1077944384 6313 0 0 0 6 1 0 0 20 0 14 0 14284511 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140015705778752 140016227502722 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30111] ppid=30102 vsize=13980732 memory=4764196 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30111/stat : 30111 (java) S 30102 30102 17292 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 14 0 14284511 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140015704724576 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30112] ppid=30102 vsize=13980732 memory=3831708 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30112/stat : 30112 (java) S 30102 30102 17292 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 14 0 14284511 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140015703671680 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30113] ppid=30102 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30113/stat : 30113 (java) S 30102 30102 17292 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 14 0 14284514 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140015702619632 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30114] ppid=30102 vsize=13980732 memory=1380 CPUtime=0.66 cores=0,2,4,6
/proc/30104/task/30114/stat : 30114 (java) S 30102 30102 17292 0 -1 1077944384 6420 0 0 0 65 1 0 0 20 0 14 0 14284514 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140015701553440 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30115] ppid=30102 vsize=13980732 memory=4764196 CPUtime=0.72 cores=0,2,4,6
/proc/30104/task/30115/stat : 30115 (java) S 30102 30102 17292 0 -1 1077944384 4267 0 0 0 72 0 0 0 20 0 14 0 14284514 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140015700515568 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30116] ppid=30102 vsize=13980732 memory=1380 CPUtime=0.41 cores=0,2,4,6
/proc/30104/task/30116/stat : 30116 (java) S 30102 30102 17292 0 -1 1077944384 5302 0 0 0 41 0 0 0 20 0 14 0 14284514 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140015699462768 140016227502722 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
[pid=30104/tid=30117] ppid=30102 vsize=13980732 memory=4764176 CPUtime=0 cores=0,2,4,6
/proc/30104/task/30117/stat : 30117 (java) S 30102 30102 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 14284514 14316269568 1191067 18446744073709551615 4194304 4196468 140723909690160 140015698410208 140016227501781 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8327168 140723909693874 140723909694050 140723909694050 140723909697487 0
Current children cumulated CPU time: 448.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 4765648 KiB

Child status: 0
Real time (s): 436.143
CPU time (s): 448.292
CPU user time (s): 442.968
CPU system time (s): 5.32329
CPU usage (%): 102.785
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 4765648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 442.968
system time used= 5.32329
maximum resident set size= 4764492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151948
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12349
involuntary context switches= 273


# summary of solver processes directly reported to runsolver:
#   pid: 30102
#   total CPU time (s): 448.292
#   total CPU user time (s): 442.968
#   total CPU system time (s): 5.32329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.39335 second user time and 4.19285 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-19 17:51:56
IDJOB=4282225
IDBENCH=138767
IDSOLVER=2677
FILE ID=node129/4282225-1503158754
RUNJOBID= node129-1503095823-17350
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-08.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282225-1503158754/watcher-4282225-1503158754 -o /tmp/evaluation-result-4282225-1503158754/solver-4282225-1503158754 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17350 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 395148402 HOME/instance-4282225-1503158754.xml

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

MD5SUM BENCH= b1ffa7aed2f9a273862c03f3716b8b6c
RANDOM SEED=395148402

node129.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.73
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.73
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.73
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.73
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:        28983228 kB
MemAvailable:   29238256 kB
Buffers:          180632 kB
Cached:           363920 kB
SwapCached:            0 kB
Active:          3006904 kB
Inactive:         369464 kB
Active(anon):    2831688 kB
Inactive(anon):    16748 kB
Active(file):     175216 kB
Inactive(file):   352716 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7588 kB
Writeback:             0 kB
AnonPages:       2831152 kB
Mapped:            44412 kB
Shmem:             17060 kB
Slab:             111432 kB
SReclaimable:      85860 kB
SUnreclaim:        25572 kB
KernelStack:        3456 kB
PageTables:        10272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5057504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2727936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62000 MiB
End job on node129 at 2017-08-19 17:59:13