Trace number 4246827

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 NameAnswerobjective functionCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)Wrong Opt.104 944.581 186.434

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-12-a4.xml
MD5SUM72e40c8851280ca3f4afc7fa1ebce33e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1927
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":12}]
Minimum variable degree606
Maximum variable degree607
Distribution of variable degrees[{"degree":606,"count":10},{"degree":607,"count":2}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":440},{"arity":4,"count":1485},{"arity":12,"count":1}]
Number of extensional constraints0
Number of intensional constraints1926
Distribution of constraint types[{"type":"intension","count":1926},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4246827-1500688179.xml"  -tl '2400s' -p 8 -x 0
0.00/0.20	c [HOME/instance-4246827-1500688179.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
6.32/1.76	c solve instance...
20.81/4.76	o 122 
24.01/5.25	o 121 
46.72/23.81	o 118 
77.04/27.69	o 117 
104.14/45.62	o 116 
174.71/54.58	o 114 
195.21/57.19	o 113 
241.54/65.64	o 109 
480.06/107.77	o 105 
755.15/151.33	o 104 
944.44/186.39	s OPTIMUM FOUND
944.44/186.39	v <instantiation>
944.44/186.39	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] </list>
944.44/186.39	v 	<values>0 1 6 9 13 23 34 49 65 84 102 104 </values>
944.44/186.39	v </instantiation>

Verifier Data

OK	104

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4246827-1500688179/watcher-4246827-1500688179 -o /tmp/evaluation-result-4246827-1500688179/solver-4246827-1500688179 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16944 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 538302615 HOME/instance-4246827-1500688179.xml 

pid=11325
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 15.42 15.77 15.67 9/274 11328
/proc/meminfo: memFree=30672088/32770624 swapFree=5900/257916
[pid=11328] ppid=11325 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11328/stat : 11328 (xcsp3-exec) S 11325 11328 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4084880 9740288 346 33554432000 4194304 5098028 140736565146992 140736565145096 140543753986684 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 14204928 140736565154959 140736565155168 140736565155168 140736565157867 0
/proc/11328/statm: 2378 346 289 221 0 87 0

[startup+0.100105 s]
/proc/loadavg: 15.42 15.77 15.67 9/274 11328
/proc/meminfo: memFree=30672088/32770624 swapFree=5900/257916
[pid=11328] ppid=11325 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11328/stat : 11328 (xcsp3-exec) S 11325 11328 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4084880 9740288 346 33554432000 4194304 5098028 140736565146992 140736565145096 140543753986684 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 14204928 140736565154959 140736565155168 140736565155168 140736565157867 0
/proc/11328/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200411 s]
/proc/loadavg: 15.42 15.77 15.67 9/274 11328
/proc/meminfo: memFree=30672088/32770624 swapFree=5900/257916
[pid=11328] ppid=11325 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11328/stat : 11328 (xcsp3-exec) S 11325 11328 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4084880 9740288 346 33554432000 4194304 5098028 140736565146992 140736565145096 140543753986684 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 14204928 140736565154959 140736565155168 140736565155168 140736565157867 0
/proc/11328/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300346 s]
/proc/loadavg: 15.42 15.77 15.67 9/274 11328
/proc/meminfo: memFree=30672088/32770624 swapFree=5900/257916
[pid=11328] ppid=11325 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11328/stat : 11328 (xcsp3-exec) S 11325 11328 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4084880 9740288 346 33554432000 4194304 5098028 140736565146992 140736565145096 140543753986684 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 14204928 140736565154959 140736565155168 140736565155168 140736565157867 0
/proc/11328/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700183 s]
/proc/loadavg: 15.42 15.77 15.67 9/274 11328
/proc/meminfo: memFree=30672088/32770624 swapFree=5900/257916
[pid=11328] ppid=11325 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11328/stat : 11328 (xcsp3-exec) S 11325 11328 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4084880 9740288 346 33554432000 4194304 5098028 140736565146992 140736565145096 140543753986684 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 14204928 140736565154959 140736565155168 140736565155168 140736565157867 0
/proc/11328/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50127 s]
/proc/loadavg: 15.42 15.77 15.67 13/295 11349
/proc/meminfo: memFree=30504648/32770624 swapFree=5900/257948
[pid=11328] ppid=11325 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11328/stat : 11328 (xcsp3-exec) S 11325 11328 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4084880 9740288 346 33554432000 4194304 5098028 140736565146992 140736565145096 140543753986684 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 14204928 140736565154959 140736565155168 140736565155168 140736565157867 0
/proc/11328/statm: 2378 346 289 221 0 87 0
[pid=11329] ppid=11328 vsize=13269256 CPUtime=5.41 cores=0,2,4,6,8,10,12,14
/proc/11329/stat : 11329 (java) S 11328 11328 16913 0 -1 1077944320 23913 0 0 0 502 39 0 0 20 0 20 0 4084880 13587718144 65414 33554432000 4194304 4196468 140725118362848 140725118345392 139717412134647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
/proc/11329/statm: 3317314 65414 3256 1 0 3304547 0
[pid=11329/tid=11330] ppid=11328 vsize=13269256 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11330/stat : 11330 (java) S 11328 11328 16913 0 -1 1077944384 8110 0 0 0 134 5 0 0 20 0 20 0 4084881 13587718144 65926 33554432000 4194304 4196468 140725118362848 139717416373696 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11332] ppid=11328 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11332/stat : 11332 (java) R 11328 11328 16913 0 -1 4202560 80 0 0 0 4 3 0 0 20 0 20 0 4084881 13587718144 65926 33554432000 4194304 4196468 140725118362848 139717368687832 139717397162503 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11333] ppid=11328 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11333/stat : 11333 (java) R 11328 11328 16913 0 -1 4202560 39 0 0 0 3 3 0 0 20 0 20 0 4084881 13587718144 65926 33554432000 4194304 4196468 140725118362848 139717367635288 139717397162530 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11334] ppid=11328 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11334/stat : 11334 (java) R 11328 11328 16913 0 -1 4202560 32 0 0 0 2 3 0 0 20 0 20 0 4084881 13587718144 65926 33554432000 4194304 4196468 140725118362848 139717009669080 139717397162512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11335] ppid=11328 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11335/stat : 11335 (java) R 11328 11328 16913 0 -1 4202560 37 0 0 0 2 4 0 0 20 0 20 0 4084881 13587718144 65926 33554432000 4194304 4196468 140725118362848 139717008616224 139717397162521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11336] ppid=11328 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11336/stat : 11336 (java) R 11328 11328 16913 0 -1 4202560 35 0 0 0 3 4 0 0 20 0 20 0 4084881 13587718144 65926 33554432000 4194304 4196468 140725118362848 139717007563480 139717397162521 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11337] ppid=11328 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11337/stat : 11337 (java) R 11328 11328 16913 0 -1 4202560 34 0 0 0 2 3 0 0 20 0 20 0 4084881 13587718144 65926 33554432000 4194304 4196468 140725118362848 139717006510936 139717397162521 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11338] ppid=11328 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11338/stat : 11338 (java) R 11328 11328 16913 0 -1 4202560 35 0 0 0 2 3 0 0 20 0 20 0 4084881 13587718144 65926 33554432000 4194304 4196468 140725118362848 139717005457880 139717397162530 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11339] ppid=11328 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11339/stat : 11339 (java) R 11328 11328 16913 0 -1 4202560 242 0 0 0 3 4 0 0 20 0 20 0 4084881 13587718144 65926 33554432000 4194304 4196468 140725118362848 139717004405336 139717397158469 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11340] ppid=11328 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11340/stat : 11340 (java) S 11328 11328 16913 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 20 0 4084884 13587718144 65926 33554432000 4194304 4196468 140725118362848 139716874368288 139717412144853 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11341] ppid=11328 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11341/stat : 11341 (java) S 11328 11328 16913 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 4084885 13587718144 65926 33554432000 4194304 4196468 140725118362848 139716873316064 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11342] ppid=11328 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11342/stat : 11342 (java) S 11328 11328 16913 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 4084885 13587718144 65926 33554432000 4194304 4196468 140725118362848 139716872262896 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11343] ppid=11328 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11343/stat : 11343 (java) S 11328 11328 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4084889 13587718144 65926 33554432000 4194304 4196468 140725118362848 139716871211472 139717412153243 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11344] ppid=11328 vsize=13269256 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11344/stat : 11344 (java) S 11328 11328 16913 0 -1 1077944384 3780 0 0 0 96 0 0 0 20 0 20 0 4084889 13587718144 65926 33554432000 4194304 4196468 140725118362848 139716870146656 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11345] ppid=11328 vsize=13269256 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11345/stat : 11345 (java) S 11328 11328 16913 0 -1 1077944384 3491 0 0 0 91 1 0 0 20 0 20 0 4084889 13587718144 65926 33554432000 4194304 4196468 140725118362848 139716869097312 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11346] ppid=11328 vsize=13269256 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11346/stat : 11346 (java) S 11328 11328 16913 0 -1 1077944384 4061 0 0 0 92 0 0 0 20 0 20 0 4084889 13587718144 65926 33554432000 4194304 4196468 140725118362848 139716868032432 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11347] ppid=11328 vsize=13269256 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11347/stat : 11347 (java) S 11328 11328 16913 0 -1 1077944384 2391 0 0 0 60 0 0 0 20 0 20 0 4084889 13587718144 65926 33554432000 4194304 4196468 140725118362848 139716866995920 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11348] ppid=11328 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11348/stat : 11348 (java) S 11328 11328 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4084889 13587718144 65926 33554432000 4194304 4196468 140725118362848 139716865948640 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11349] ppid=11328 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11349/stat : 11349 (java) S 11328 11328 16913 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 4084889 13587718144 65926 33554432000 4194304 4196468 140725118362848 139716864896176 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 13278768

[startup+3.10145 s]
/proc/loadavg: 15.42 15.77 15.67 20/303 11365
/proc/meminfo: memFree=30301836/32770624 swapFree=5900/257948
[pid=11328] ppid=11325 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11328/stat : 11328 (xcsp3-exec) S 11325 11328 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4084880 9740288 346 33554432000 4194304 5098028 140736565146992 140736565145096 140543753986684 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 14204928 140736565154959 140736565155168 140736565155168 140736565157867 0
/proc/11328/statm: 2378 346 289 221 0 87 0
[pid=11329] ppid=11328 vsize=13801768 CPUtime=16.78 cores=0,2,4,6,8,10,12,14
/proc/11329/stat : 11329 (java) S 11328 11328 16913 0 -1 1077944320 33128 0 0 0 1564 114 0 0 20 0 28 0 4084880 14133010432 135692 33554432000 4194304 4196468 140725118362848 140725118345392 139717412134647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
/proc/11329/statm: 3450442 135692 3270 1 0 3437675 0
[pid=11329/tid=11330] ppid=11328 vsize=13801768 CPUtime=1.65 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11330/stat : 11330 (java) S 11328 11328 16913 0 -1 1077944384 8347 0 0 0 160 5 0 0 20 0 28 0 4084881 14133010432 135692 33554432000 4194304 4196468 140725118362848 139717416375424 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11332] ppid=11328 vsize=13801768 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11332/stat : 11332 (java) S 11328 11328 16913 0 -1 1077944384 183 0 0 0 10 14 0 0 20 0 28 0 4084881 14133010432 135692 33554432000 4194304 4196468 140725118362848 139717368687632 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11333] ppid=11328 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11333/stat : 11333 (java) S 11328 11328 16913 0 -1 1077944384 951 0 0 0 10 12 0 0 20 0 28 0 4084881 14133010432 135692 33554432000 4194304 4196468 140725118362848 139717367635088 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11334] ppid=11328 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11334/stat : 11334 (java) S 11328 11328 16913 0 -1 1077944384 109 0 0 0 9 12 0 0 20 0 28 0 4084881 14133010432 135692 33554432000 4194304 4196468 140725118362848 139717009668880 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11335] ppid=11328 vsize=13801768 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11335/stat : 11335 (java) S 11328 11328 16913 0 -1 1077944384 98 0 0 0 9 11 0 0 20 0 28 0 4084881 14133010432 135692 33554432000 4194304 4196468 140725118362848 139717008616336 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11336] ppid=11328 vsize=13801768 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11336/stat : 11336 (java) S 11328 11328 16913 0 -1 1077944384 171 0 0 0 10 13 0 0 20 0 28 0 4084881 14133010432 135692 33554432000 4194304 4196468 140725118362848 139717007563280 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11337] ppid=11328 vsize=13801768 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11337/stat : 11337 (java) S 11328 11328 16913 0 -1 1077944384 122 0 0 0 7 12 0 0 20 0 28 0 4084881 14133010432 135692 33554432000 4194304 4196468 140725118362848 139717006510736 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11338] ppid=11328 vsize=13801768 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11338/stat : 11338 (java) S 11328 11328 16913 0 -1 1077944384 155 0 0 0 13 11 0 0 20 0 28 0 4084881 14133010432 135692 33554432000 4194304 4196468 140725118362848 139717005457680 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11339] ppid=11328 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11339/stat : 11339 (java) S 11328 11328 16913 0 -1 1077944384 323 0 0 0 9 13 0 0 20 0 28 0 4084881 14133010432 135692 33554432000 4194304 4196468 140725118362848 139717004405136 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11340] ppid=11328 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11340/stat : 11340 (java) S 11328 11328 16913 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 28 0 4084884 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716874369776 139717412145794 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11341] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11341/stat : 11341 (java) S 11328 11328 16913 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 4084885 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716873316064 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11342] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11342/stat : 11342 (java) S 11328 11328 16913 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 4084885 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716872262912 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11343] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11343/stat : 11343 (java) S 11328 11328 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4084889 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716871211472 139717412153243 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11344] ppid=11328 vsize=13801768 CPUtime=2.19 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11344/stat : 11344 (java) R 11328 11328 16913 0 -1 4202560 4760 0 0 0 219 0 0 0 20 0 28 0 4084889 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716870145080 139717393678773 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11345] ppid=11328 vsize=13801768 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11345/stat : 11345 (java) R 11328 11328 16913 0 -1 4202560 6587 0 0 0 208 2 0 0 20 0 28 0 4084889 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716869092056 139717391380495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11346] ppid=11328 vsize=13801768 CPUtime=2.08 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11346/stat : 11346 (java) R 11328 11328 16913 0 -1 4202560 5436 0 0 0 207 1 0 0 20 0 28 0 4084889 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716868042784 139717391796848 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11347] ppid=11328 vsize=13801768 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11347/stat : 11347 (java) S 11328 11328 16913 0 -1 1077944384 3109 0 0 0 84 1 0 0 20 0 28 0 4084889 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716867000432 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11348] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11348/stat : 11348 (java) S 11328 11328 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4084889 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716865948640 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11349] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11349/stat : 11349 (java) S 11328 11328 16913 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 4084889 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716864896176 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11350] ppid=11328 vsize=13801768 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11350/stat : 11350 (java) S 11328 11328 16913 0 -1 1077944384 108 0 0 0 70 0 0 0 20 0 28 0 4085059 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716856885168 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11351] ppid=11328 vsize=13801768 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11351/stat : 11351 (java) S 11328 11328 16913 0 -1 1077944384 78 0 0 0 69 0 0 0 20 0 28 0 4085059 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716855833936 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11352] ppid=11328 vsize=13801768 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11352/stat : 11352 (java) S 11328 11328 16913 0 -1 1077944384 81 0 0 0 87 0 0 0 20 0 28 0 4085059 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716854780880 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11353] ppid=11328 vsize=13801768 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11353/stat : 11353 (java) S 11328 11328 16913 0 -1 1077944384 431 0 0 0 73 0 0 0 20 0 28 0 4085059 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716853728336 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11354] ppid=11328 vsize=13801768 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11354/stat : 11354 (java) R 11328 11328 16913 0 -1 4202560 113 0 0 0 85 0 0 0 20 0 28 0 4085059 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716852671664 139717056337907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11355] ppid=11328 vsize=13801768 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11355/stat : 11355 (java) S 11328 11328 16913 0 -1 1077944384 85 0 0 0 71 0 0 0 20 0 28 0 4085059 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716851622736 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11356] ppid=11328 vsize=13801768 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11356/stat : 11356 (java) S 11328 11328 16913 0 -1 1077944384 74 0 0 0 72 0 0 0 20 0 28 0 4085059 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716850570704 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11357] ppid=11328 vsize=13801768 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11357/stat : 11357 (java) R 11328 11328 16913 0 -1 4202560 65 0 0 0 73 0 0 0 20 0 28 0 4085059 14133010432 135692 33554432000 4194304 4196468 140725118362848 139716849513632 139717056331056 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
Current children cumulated CPU time (s) 16.78
Current children cumulated vsize (KiB) 13811280

[startup+6.30115 s]
/proc/loadavg: 14.98 15.67 15.64 22/303 11381
/proc/meminfo: memFree=30128516/32770624 swapFree=5900/257960
[pid=11328] ppid=11325 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11328/stat : 11328 (xcsp3-exec) S 11325 11328 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4084880 9740288 346 33554432000 4194304 5098028 140736565146992 140736565145096 140543753986684 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 14204928 140736565154959 140736565155168 140736565155168 140736565157867 0
/proc/11328/statm: 2378 346 289 221 0 87 0
[pid=11329] ppid=11328 vsize=13801768 CPUtime=28.33 cores=0,2,4,6,8,10,12,14
/proc/11329/stat : 11329 (java) S 11328 11328 16913 0 -1 1077944320 50625 0 0 0 2715 118 0 0 20 0 28 0 4084880 14133010432 139511 33554432000 4194304 4196468 140725118362848 140725118345392 139717412134647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
/proc/11329/statm: 3450442 139511 3288 1 0 3437675 0
[pid=11329/tid=11330] ppid=11328 vsize=13801768 CPUtime=1.65 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11330/stat : 11330 (java) S 11328 11328 16913 0 -1 1077944384 8995 0 0 0 160 5 0 0 20 0 28 0 4084881 14133010432 139511 33554432000 4194304 4196468 140725118362848 139717416375424 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11332] ppid=11328 vsize=13801768 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11332/stat : 11332 (java) S 11328 11328 16913 0 -1 1077944384 183 0 0 0 10 14 0 0 20 0 28 0 4084881 14133010432 139511 33554432000 4194304 4196468 140725118362848 139717368687632 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11333] ppid=11328 vsize=13801768 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11333/stat : 11333 (java) S 11328 11328 16913 0 -1 1077944384 951 0 0 0 10 12 0 0 20 0 28 0 4084881 14133010432 139511 33554432000 4194304 4196468 140725118362848 139717367635088 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11334] ppid=11328 vsize=13801768 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11334/stat : 11334 (java) S 11328 11328 16913 0 -1 1077944384 109 0 0 0 9 12 0 0 20 0 28 0 4084881 14133010432 139511 33554432000 4194304 4196468 140725118362848 139717009668880 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11335] ppid=11328 vsize=13801768 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11335/stat : 11335 (java) S 11328 11328 16913 0 -1 1077944384 98 0 0 0 9 11 0 0 20 0 28 0 4084881 14133010432 139511 33554432000 4194304 4196468 140725118362848 139717008616336 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0

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

/proc/11329/task/11332/stat : 11332 (java) S 11328 11328 16913 0 -1 1077944384 738 0 0 0 66 22 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717368687632 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11333] ppid=11328 vsize=13801768 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11333/stat : 11333 (java) S 11328 11328 16913 0 -1 1077944384 1288 0 0 0 62 24 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717367635088 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11334] ppid=11328 vsize=13801768 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11334/stat : 11334 (java) S 11328 11328 16913 0 -1 1077944384 1726 0 0 0 62 21 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717009668880 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11335] ppid=11328 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11335/stat : 11335 (java) S 11328 11328 16913 0 -1 1077944384 1234 0 0 0 63 21 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717008616336 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11336] ppid=11328 vsize=13801768 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11336/stat : 11336 (java) S 11328 11328 16913 0 -1 1077944384 657 0 0 0 64 22 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717007563280 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11337] ppid=11328 vsize=13801768 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11337/stat : 11337 (java) S 11328 11328 16913 0 -1 1077944384 1406 0 0 0 61 22 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717006510736 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11338] ppid=11328 vsize=13801768 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11338/stat : 11338 (java) S 11328 11328 16913 0 -1 1077944384 2098 0 0 0 67 20 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717005457680 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11339] ppid=11328 vsize=13801768 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11339/stat : 11339 (java) S 11328 11328 16913 0 -1 1077944384 758 0 0 0 63 22 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717004405136 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11340] ppid=11328 vsize=13801768 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11340/stat : 11340 (java) S 11328 11328 16913 0 -1 1077944384 8525 0 0 0 110 4 0 0 20 0 28 0 4084884 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716874369776 139717412145794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11341] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11341/stat : 11341 (java) S 11328 11328 16913 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 4084885 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716873316064 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11342] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11342/stat : 11342 (java) S 11328 11328 16913 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 28 0 4084885 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716872262912 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11343] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11343/stat : 11343 (java) S 11328 11328 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716871211472 139717412153243 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11344] ppid=11328 vsize=13801768 CPUtime=4.61 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11344/stat : 11344 (java) S 11328 11328 16913 0 -1 1077944384 26772 0 0 0 458 3 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716870158576 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11345] ppid=11328 vsize=13801768 CPUtime=4.14 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11345/stat : 11345 (java) S 11328 11328 16913 0 -1 1077944384 28556 0 0 0 410 4 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716869106032 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11346] ppid=11328 vsize=13801768 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11346/stat : 11346 (java) S 11328 11328 16913 0 -1 1077944384 22821 0 0 0 367 3 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716868052976 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11347] ppid=11328 vsize=13801768 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11347/stat : 11347 (java) S 11328 11328 16913 0 -1 1077944384 20742 0 0 0 124 3 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716867000432 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11348] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11348/stat : 11348 (java) S 11328 11328 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716865948640 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11349] ppid=11328 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11349/stat : 11349 (java) S 11328 11328 16913 0 -1 1077944384 3684 0 0 0 7 5 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716864896176 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11456] ppid=11328 vsize=13801768 CPUtime=19.75 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11456/stat : 11456 (java) S 11328 11328 16913 0 -1 1077944384 917 0 0 0 1975 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716855832496 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11457] ppid=11328 vsize=13801768 CPUtime=19.76 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11457/stat : 11457 (java) S 11328 11328 16913 0 -1 1077944384 585 0 0 0 1976 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716850570576 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11458] ppid=11328 vsize=13801768 CPUtime=34.22 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11458/stat : 11458 (java) R 11328 11328 16913 0 -1 4202560 1413 0 0 0 3422 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716852670184 139717055824440 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11459] ppid=11328 vsize=13801768 CPUtime=19.8 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11459/stat : 11459 (java) S 11328 11328 16913 0 -1 1077944384 609 0 0 0 1980 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716854781008 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11460] ppid=11328 vsize=13801768 CPUtime=19.81 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11460/stat : 11460 (java) S 11328 11328 16913 0 -1 1077944384 680 0 0 0 1981 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716849517264 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11461] ppid=11328 vsize=13801768 CPUtime=19.77 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11461/stat : 11461 (java) S 11328 11328 16913 0 -1 1077944384 407 0 0 0 1977 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716853728080 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11462] ppid=11328 vsize=13801768 CPUtime=34.13 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11462/stat : 11462 (java) R 11328 11328 16913 0 -1 4202560 1318 0 0 0 3412 1 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716856880792 139717056714646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11463] ppid=11328 vsize=13801768 CPUtime=20.41 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11463/stat : 11463 (java) S 11328 11328 16913 0 -1 1077944384 443 0 0 0 2041 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716851623504 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
Current children cumulated CPU time (s) 943.06
Current children cumulated vsize (KiB) 13811280

[startup+186.009 s]
/proc/loadavg: 11.52 14.01 15.00 5/303 11685
/proc/meminfo: memFree=26444020/32770624 swapFree=5900/258252
[pid=11328] ppid=11325 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11328/stat : 11328 (xcsp3-exec) S 11325 11328 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4084880 9740288 346 33554432000 4194304 5098028 140736565146992 140736565145096 140543753986684 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 14204928 140736565154959 140736565155168 140736565155168 140736565157867 0
/proc/11328/statm: 2378 346 289 221 0 87 0
[pid=11329] ppid=11328 vsize=13801768 CPUtime=943.88 cores=0,2,4,6,8,10,12,14
/proc/11329/stat : 11329 (java) S 11328 11328 16913 0 -1 1077944320 176678 0 0 0 94135 253 0 0 20 0 28 0 4084880 14133010432 673729 33554432000 4194304 4196468 140725118362848 140725118345392 139717412134647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
/proc/11329/statm: 3450442 673729 3304 1 0 3437675 0
[pid=11329/tid=11330] ppid=11328 vsize=13801768 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11330/stat : 11330 (java) S 11328 11328 16913 0 -1 1077944384 10684 0 0 0 161 5 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717416375424 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11332] ppid=11328 vsize=13801768 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11332/stat : 11332 (java) S 11328 11328 16913 0 -1 1077944384 738 0 0 0 66 22 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717368687632 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11333] ppid=11328 vsize=13801768 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11333/stat : 11333 (java) S 11328 11328 16913 0 -1 1077944384 1288 0 0 0 62 24 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717367635088 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11334] ppid=11328 vsize=13801768 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11334/stat : 11334 (java) S 11328 11328 16913 0 -1 1077944384 1726 0 0 0 62 21 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717009668880 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11335] ppid=11328 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11335/stat : 11335 (java) S 11328 11328 16913 0 -1 1077944384 1234 0 0 0 63 21 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717008616336 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11336] ppid=11328 vsize=13801768 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11336/stat : 11336 (java) S 11328 11328 16913 0 -1 1077944384 657 0 0 0 64 22 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717007563280 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11337] ppid=11328 vsize=13801768 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11337/stat : 11337 (java) S 11328 11328 16913 0 -1 1077944384 1406 0 0 0 61 22 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717006510736 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11338] ppid=11328 vsize=13801768 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11338/stat : 11338 (java) S 11328 11328 16913 0 -1 1077944384 2098 0 0 0 67 20 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717005457680 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11339] ppid=11328 vsize=13801768 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11339/stat : 11339 (java) S 11328 11328 16913 0 -1 1077944384 758 0 0 0 63 22 0 0 20 0 28 0 4084881 14133010432 673729 33554432000 4194304 4196468 140725118362848 139717004405136 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11340] ppid=11328 vsize=13801768 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11340/stat : 11340 (java) S 11328 11328 16913 0 -1 1077944384 8525 0 0 0 110 4 0 0 20 0 28 0 4084884 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716874369776 139717412145794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11341] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11341/stat : 11341 (java) S 11328 11328 16913 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 4084885 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716873316064 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11342] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11342/stat : 11342 (java) S 11328 11328 16913 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 28 0 4084885 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716872262912 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11343] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11343/stat : 11343 (java) S 11328 11328 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716871211472 139717412153243 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11344] ppid=11328 vsize=13801768 CPUtime=4.61 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11344/stat : 11344 (java) S 11328 11328 16913 0 -1 1077944384 26772 0 0 0 458 3 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716870158576 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11345] ppid=11328 vsize=13801768 CPUtime=4.14 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11345/stat : 11345 (java) S 11328 11328 16913 0 -1 1077944384 28556 0 0 0 410 4 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716869106032 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11346] ppid=11328 vsize=13801768 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11346/stat : 11346 (java) S 11328 11328 16913 0 -1 1077944384 22821 0 0 0 367 3 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716868052976 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11347] ppid=11328 vsize=13801768 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11347/stat : 11347 (java) S 11328 11328 16913 0 -1 1077944384 20742 0 0 0 124 3 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716867000432 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11348] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11348/stat : 11348 (java) S 11328 11328 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716865948640 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11349] ppid=11328 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11349/stat : 11349 (java) S 11328 11328 16913 0 -1 1077944384 3684 0 0 0 7 5 0 0 20 0 28 0 4084889 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716864896176 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11456] ppid=11328 vsize=13801768 CPUtime=19.75 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11456/stat : 11456 (java) S 11328 11328 16913 0 -1 1077944384 917 0 0 0 1975 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716855832496 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11457] ppid=11328 vsize=13801768 CPUtime=19.76 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11457/stat : 11457 (java) S 11328 11328 16913 0 -1 1077944384 585 0 0 0 1976 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716850570576 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11458] ppid=11328 vsize=13801768 CPUtime=34.63 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11458/stat : 11458 (java) R 11328 11328 16913 0 -1 4202560 1415 0 0 0 3463 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716852670184 139717055906303 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11459] ppid=11328 vsize=13801768 CPUtime=19.8 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11459/stat : 11459 (java) S 11328 11328 16913 0 -1 1077944384 609 0 0 0 1980 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716854781008 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11460] ppid=11328 vsize=13801768 CPUtime=19.81 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11460/stat : 11460 (java) S 11328 11328 16913 0 -1 1077944384 680 0 0 0 1981 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716849517264 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11461] ppid=11328 vsize=13801768 CPUtime=19.77 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11461/stat : 11461 (java) S 11328 11328 16913 0 -1 1077944384 407 0 0 0 1977 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716853728080 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11462] ppid=11328 vsize=13801768 CPUtime=34.54 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11462/stat : 11462 (java) R 11328 11328 16913 0 -1 4202560 1320 0 0 0 3453 1 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716856880792 139717056711500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11463] ppid=11328 vsize=13801768 CPUtime=20.41 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11463/stat : 11463 (java) S 11328 11328 16913 0 -1 1077944384 443 0 0 0 2041 0 0 0 20 0 28 0 4100013 14133010432 673729 33554432000 4194304 4196468 140725118362848 139716851623504 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
Current children cumulated CPU time (s) 943.88
Current children cumulated vsize (KiB) 13811280

[startup+186.401 s]
/proc/loadavg: 11.52 14.01 15.00 5/303 11685
/proc/meminfo: memFree=26444020/32770624 swapFree=5900/258252
[pid=11328] ppid=11325 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11328/stat : 11328 (xcsp3-exec) S 11325 11328 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4084880 9740288 346 33554432000 4194304 5098028 140736565146992 140736565145096 140543753986684 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 14204928 140736565154959 140736565155168 140736565155168 140736565157867 0
/proc/11328/statm: 2378 346 289 221 0 87 0
[pid=11329] ppid=11328 vsize=13801768 CPUtime=944.54 cores=0,2,4,6,8,10,12,14
/proc/11329/stat : 11329 (java) S 11328 11328 16913 0 -1 1077944320 178430 0 0 0 94201 253 0 0 20 0 19 0 4084880 14133010432 673594 33554432000 4194304 4196468 140725118362848 140725118345392 139717412134647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
/proc/11329/statm: 3450442 673594 3304 1 0 3437675 0
[pid=11329/tid=11330] ppid=11328 vsize=13801768 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11330/stat : 11330 (java) S 11328 11328 16913 0 -1 1077944384 11539 0 0 0 161 5 0 0 20 0 19 0 4084881 14133010432 673594 33554432000 4194304 4196468 140725118362848 139717416377488 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11332] ppid=11328 vsize=13801768 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11332/stat : 11332 (java) S 11328 11328 16913 0 -1 1077944384 738 0 0 0 66 22 0 0 20 0 19 0 4084881 14133010432 673594 33554432000 4194304 4196468 140725118362848 139717368687632 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11333] ppid=11328 vsize=13801768 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11333/stat : 11333 (java) S 11328 11328 16913 0 -1 1077944384 1288 0 0 0 62 24 0 0 20 0 19 0 4084881 14133010432 673594 33554432000 4194304 4196468 140725118362848 139717367635088 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11334] ppid=11328 vsize=13801768 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11334/stat : 11334 (java) S 11328 11328 16913 0 -1 1077944384 1726 0 0 0 62 21 0 0 20 0 19 0 4084881 14133010432 673594 33554432000 4194304 4196468 140725118362848 139717009668880 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11335] ppid=11328 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11335/stat : 11335 (java) S 11328 11328 16913 0 -1 1077944384 1234 0 0 0 63 21 0 0 20 0 19 0 4084881 14133010432 673594 33554432000 4194304 4196468 140725118362848 139717008616336 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11336] ppid=11328 vsize=13801768 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11336/stat : 11336 (java) S 11328 11328 16913 0 -1 1077944384 657 0 0 0 64 22 0 0 20 0 19 0 4084881 14133010432 673594 33554432000 4194304 4196468 140725118362848 139717007563280 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11337] ppid=11328 vsize=13801768 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11337/stat : 11337 (java) S 11328 11328 16913 0 -1 1077944384 1406 0 0 0 61 22 0 0 20 0 19 0 4084881 14133010432 673594 33554432000 4194304 4196468 140725118362848 139717006510736 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11338] ppid=11328 vsize=13801768 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11338/stat : 11338 (java) S 11328 11328 16913 0 -1 1077944384 2098 0 0 0 67 20 0 0 20 0 19 0 4084881 14133010432 673594 33554432000 4194304 4196468 140725118362848 139717005457680 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11339] ppid=11328 vsize=13801768 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11339/stat : 11339 (java) S 11328 11328 16913 0 -1 1077944384 758 0 0 0 63 22 0 0 20 0 19 0 4084881 14133010432 673594 33554432000 4194304 4196468 140725118362848 139717004405136 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11340] ppid=11328 vsize=13801768 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11340/stat : 11340 (java) S 11328 11328 16913 0 -1 1077944384 8596 0 0 0 110 4 0 0 20 0 19 0 4084884 14133010432 673594 33554432000 4194304 4196468 140725118362848 139716874369984 139717412145794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11341] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11341/stat : 11341 (java) S 11328 11328 16913 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 19 0 4084885 14133010432 673594 33554432000 4194304 4196468 140725118362848 139716873316064 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11342] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11342/stat : 11342 (java) S 11328 11328 16913 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 19 0 4084885 14133010432 673594 33554432000 4194304 4196468 140725118362848 139716872262912 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11343] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11343/stat : 11343 (java) S 11328 11328 16913 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 4084889 14133010432 673594 33554432000 4194304 4196468 140725118362848 139716871211120 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11344] ppid=11328 vsize=13801768 CPUtime=4.61 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11344/stat : 11344 (java) S 11328 11328 16913 0 -1 1077944384 26772 0 0 0 458 3 0 0 20 0 19 0 4084889 14133010432 673594 33554432000 4194304 4196468 140725118362848 139716870158576 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11345] ppid=11328 vsize=13801768 CPUtime=4.15 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11345/stat : 11345 (java) S 11328 11328 16913 0 -1 1077944384 28676 0 0 0 411 4 0 0 20 0 19 0 4084889 14133010432 673594 33554432000 4194304 4196468 140725118362848 139716869091088 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11346] ppid=11328 vsize=13801768 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11346/stat : 11346 (java) S 11328 11328 16913 0 -1 1077944384 22821 0 0 0 367 3 0 0 20 0 19 0 4084889 14133010432 673594 33554432000 4194304 4196468 140725118362848 139716868052976 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11347] ppid=11328 vsize=13801768 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11347/stat : 11347 (java) S 11328 11328 16913 0 -1 1077944384 21001 0 0 0 124 3 0 0 20 0 19 0 4084889 14133010432 673594 33554432000 4194304 4196468 140725118362848 139716867000432 139717412145794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
[pid=11329/tid=11348] ppid=11328 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11329/task/11348/stat : 11348 (java) S 11328 11328 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 4084889 14133010432 673594 33554432000 4194304 4196468 140725118362848 139716865948640 139717412144853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34947072 140725118371004 140725118371180 140725118371180 140725118373839 0
Current children cumulated CPU time (s) 944.54
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 186.434
CPU time (s): 944.581
CPU user time (s): 942.02
CPU system time (s): 2.56083
CPU usage (%): 506.657
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 942.02
system time used= 2.56083
maximum resident set size= 2694916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179019
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11701
involuntary context switches= 67254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.84842 second user time and 2.54029 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 03:49:39
IDJOB=4246827
IDBENCH=126246
IDSOLVER=2625
FILE ID=node133/4246827-1500688179
RUNJOBID= node133-1500682387-16944
PBS_JOBID= 20623321
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-12-a4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246827-1500688179/watcher-4246827-1500688179 -o /tmp/evaluation-result-4246827-1500688179/solver-4246827-1500688179 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16944 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 538302615 HOME/instance-4246827-1500688179.xml

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

MD5SUM BENCH= 72e40c8851280ca3f4afc7fa1ebce33e
RANDOM SEED=538302615

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5229.85
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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5229.85
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		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30672892 kB
MemAvailable:   30832936 kB
Buffers:          111448 kB
Cached:           330160 kB
SwapCached:            0 kB
Active:          1398120 kB
Inactive:         266672 kB
Active(anon):    1226208 kB
Inactive(anon):     8756 kB
Active(file):     171912 kB
Inactive(file):   257916 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8144 kB
Writeback:             0 kB
AnonPages:       1228952 kB
Mapped:            43116 kB
Shmem:              8872 kB
Slab:             126232 kB
SReclaimable:      92100 kB
SUnreclaim:        34132 kB
KernelStack:        4704 kB
PageTables:         7708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3028760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1093632 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= 62000 MiB
End job on node133 at 2017-07-22 03:52:46