Trace number 4245015

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)SAT 153.014 113.937

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s05c-table.xml
MD5SUMdb3f83fbcf6995a753f778d644e50d9f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.59901
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":55},{"degree":4,"count":26}]
Minimum constraint arity9
Maximum constraint arity26
Distribution of constraint arities[{"arity":9,"count":27},{"arity":26,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245015-1500684883.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4245015-1500684883.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
149.25/113.36	c solve instance...
152.61/113.89	s SATISFIABLE
152.61/113.89	v <instantiation>
152.61/113.89	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
152.61/113.89	v 	<values>3 6 1 7 2 5 9 4 8 9 8 7 4 1 3 2 5 6 2 5 4 8 6 9 1 3 7 8 7 6 9 3 4 5 1 2 5 2 3 1 8 6 7 9 4 4 1 9 2 5 7 6 8 3 6 4 5 3 7 1 8 2 9 7 3 8 5 9 2 4 6 1 1 9 2 6 4 8 3 7 5 </values>
152.61/113.89	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

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

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

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


[startup+0 s]
/proc/loadavg: 15.53 15.61 14.87 10/274 32564
/proc/meminfo: memFree=31522800/32770624 swapFree=5900/219936
[pid=32564] ppid=32561 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32564/stat : 32564 (xcsp3-exec) S 32561 32564 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3755290 9740288 346 33554432000 4194304 5098028 140736326697472 140736326695576 140381585236604 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 27971584 140736326702222 140736326702432 140736326702432 140736326705131 0
/proc/32564/statm: 2378 346 289 221 0 87 0

[startup+0.100099 s]
/proc/loadavg: 15.53 15.61 14.87 10/274 32564
/proc/meminfo: memFree=31522800/32770624 swapFree=5900/219936
[pid=32564] ppid=32561 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32564/stat : 32564 (xcsp3-exec) S 32561 32564 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3755290 9740288 346 33554432000 4194304 5098028 140736326697472 140736326695576 140381585236604 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 27971584 140736326702222 140736326702432 140736326702432 140736326705131 0
/proc/32564/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200298 s]
/proc/loadavg: 15.53 15.61 14.87 10/274 32564
/proc/meminfo: memFree=31522800/32770624 swapFree=5900/219936
[pid=32564] ppid=32561 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32564/stat : 32564 (xcsp3-exec) S 32561 32564 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3755290 9740288 346 33554432000 4194304 5098028 140736326697472 140736326695576 140381585236604 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 27971584 140736326702222 140736326702432 140736326702432 140736326705131 0
/proc/32564/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300222 s]
/proc/loadavg: 15.53 15.61 14.87 10/274 32564
/proc/meminfo: memFree=31522800/32770624 swapFree=5900/219936
[pid=32564] ppid=32561 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32564/stat : 32564 (xcsp3-exec) S 32561 32564 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3755290 9740288 346 33554432000 4194304 5098028 140736326697472 140736326695576 140381585236604 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 27971584 140736326702222 140736326702432 140736326702432 140736326705131 0
/proc/32564/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700195 s]
/proc/loadavg: 15.53 15.61 14.87 10/274 32564
/proc/meminfo: memFree=31522800/32770624 swapFree=5900/219936
[pid=32564] ppid=32561 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32564/stat : 32564 (xcsp3-exec) S 32561 32564 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3755290 9740288 346 33554432000 4194304 5098028 140736326697472 140736326695576 140381585236604 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 27971584 140736326702222 140736326702432 140736326702432 140736326705131 0
/proc/32564/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5011 s]
/proc/loadavg: 15.53 15.61 14.87 10/295 32585
/proc/meminfo: memFree=31117212/32770624 swapFree=5900/219844
[pid=32564] ppid=32561 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32564/stat : 32564 (xcsp3-exec) S 32561 32564 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3755290 9740288 346 33554432000 4194304 5098028 140736326697472 140736326695576 140381585236604 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 27971584 140736326702222 140736326702432 140736326702432 140736326705131 0
/proc/32564/statm: 2378 346 289 221 0 87 0
[pid=32565] ppid=32564 vsize=13267208 CPUtime=3.26 cores=1,3,5,7,9,11,13,15
/proc/32565/stat : 32565 (java) S 32564 32564 16913 0 -1 1077944320 13138 0 0 0 278 48 0 0 20 0 20 0 3755290 13585620992 116791 33554432000 4194304 4196468 140731809921552 140731809904096 140506772459255 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
/proc/32565/statm: 3316802 116791 3215 1 0 3304035 0
[pid=32565/tid=32566] ppid=32564 vsize=13267208 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32566/stat : 32566 (java) R 32564 32564 16913 0 -1 4202560 6556 0 0 0 130 6 0 0 20 0 20 0 3755290 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506776697176 140506384743604 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32568] ppid=32564 vsize=13267208 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32568/stat : 32568 (java) S 32564 32564 16913 0 -1 1077944384 45 0 0 0 4 3 0 0 20 0 20 0 3755291 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506704595472 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32569] ppid=32564 vsize=13267208 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32569/stat : 32569 (java) S 32564 32564 16913 0 -1 1077944384 42 0 0 0 4 3 0 0 20 0 20 0 3755291 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506703542928 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32570] ppid=32564 vsize=13267208 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32570/stat : 32570 (java) S 32564 32564 16913 0 -1 1077944384 56 0 0 0 4 6 0 0 20 0 20 0 3755291 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506702489872 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32571] ppid=32564 vsize=13267208 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32571/stat : 32571 (java) S 32564 32564 16913 0 -1 1077944384 51 0 0 0 3 6 0 0 20 0 20 0 3755291 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506368543120 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32572] ppid=32564 vsize=13267208 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32572/stat : 32572 (java) S 32564 32564 16913 0 -1 1077944384 56 0 0 0 5 4 0 0 20 0 20 0 3755291 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506367491088 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32573] ppid=32564 vsize=13267208 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32573/stat : 32573 (java) S 32564 32564 16913 0 -1 1077944384 47 0 0 0 4 4 0 0 20 0 20 0 3755291 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506366438544 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32574] ppid=32564 vsize=13267208 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32574/stat : 32574 (java) S 32564 32564 16913 0 -1 1077944384 65 0 0 0 3 6 0 0 20 0 20 0 3755291 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506365385488 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32575] ppid=32564 vsize=13267208 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32575/stat : 32575 (java) S 32564 32564 16913 0 -1 1077944384 47 0 0 0 5 4 0 0 20 0 20 0 3755291 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506364332944 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32576] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32576/stat : 32576 (java) S 32564 32564 16913 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 3755294 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506301925616 140506772470402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32577] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32577/stat : 32577 (java) S 32564 32564 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3755294 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506300871904 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32578] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32578/stat : 32578 (java) S 32564 32564 16913 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3755295 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506299818752 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32579] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32579/stat : 32579 (java) S 32564 32564 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3755299 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506096986064 140506772477851 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32580] ppid=32564 vsize=13267208 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32580/stat : 32580 (java) S 32564 32564 16913 0 -1 1077944384 1414 0 0 0 31 0 0 0 20 0 20 0 3755299 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506095934192 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32581] ppid=32564 vsize=13267208 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32581/stat : 32581 (java) S 32564 32564 16913 0 -1 1077944384 740 0 0 0 22 0 0 0 20 0 20 0 3755299 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506094881648 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32582] ppid=32564 vsize=13267208 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32582/stat : 32582 (java) S 32564 32564 16913 0 -1 1077944384 1106 0 0 0 30 0 0 0 20 0 20 0 3755299 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506093828592 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32583] ppid=32564 vsize=13267208 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32583/stat : 32583 (java) S 32564 32564 16913 0 -1 1077944384 1408 0 0 0 27 0 0 0 20 0 20 0 3755299 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506092776048 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32584] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32584/stat : 32584 (java) S 32564 32564 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3755299 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506091723232 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32585] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32585/stat : 32585 (java) S 32564 32564 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3755299 13585620992 116791 33554432000 4194304 4196468 140731809921552 140506090670768 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 13276720

[startup+3.10096 s]
/proc/loadavg: 15.53 15.61 14.87 10/295 32585
/proc/meminfo: memFree=30810736/32770624 swapFree=5900/219844
[pid=32564] ppid=32561 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32564/stat : 32564 (xcsp3-exec) S 32561 32564 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3755290 9740288 346 33554432000 4194304 5098028 140736326697472 140736326695576 140381585236604 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 27971584 140736326702222 140736326702432 140736326702432 140736326705131 0
/proc/32564/statm: 2378 346 289 221 0 87 0
[pid=32565] ppid=32564 vsize=13267208 CPUtime=5.45 cores=1,3,5,7,9,11,13,15
/proc/32565/stat : 32565 (java) S 32564 32564 16913 0 -1 1077944320 14699 0 0 0 485 60 0 0 20 0 20 0 3755290 13585620992 183271 33554432000 4194304 4196468 140731809921552 140731809904096 140506772459255 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
/proc/32565/statm: 3316802 183271 3220 1 0 3304035 0
[pid=32565/tid=32566] ppid=32564 vsize=13267208 CPUtime=2.93 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32566/stat : 32566 (java) R 32564 32564 16913 0 -1 4202560 7181 0 0 0 284 9 0 0 20 0 20 0 3755290 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506776696088 140506382281856 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32568] ppid=32564 vsize=13267208 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32568/stat : 32568 (java) S 32564 32564 16913 0 -1 1077944384 63 0 0 0 6 4 0 0 20 0 20 0 3755291 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506704595472 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32569] ppid=32564 vsize=13267208 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32569/stat : 32569 (java) S 32564 32564 16913 0 -1 1077944384 56 0 0 0 5 4 0 0 20 0 20 0 3755291 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506703542928 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32570] ppid=32564 vsize=13267208 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32570/stat : 32570 (java) S 32564 32564 16913 0 -1 1077944384 73 0 0 0 5 7 0 0 20 0 20 0 3755291 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506702489872 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32571] ppid=32564 vsize=13267208 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32571/stat : 32571 (java) S 32564 32564 16913 0 -1 1077944384 70 0 0 0 5 7 0 0 20 0 20 0 3755291 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506368543120 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32572] ppid=32564 vsize=13267208 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32572/stat : 32572 (java) S 32564 32564 16913 0 -1 1077944384 64 0 0 0 6 4 0 0 20 0 20 0 3755291 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506367491088 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32573] ppid=32564 vsize=13267208 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32573/stat : 32573 (java) S 32564 32564 16913 0 -1 1077944384 62 0 0 0 6 6 0 0 20 0 20 0 3755291 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506366438544 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32574] ppid=32564 vsize=13267208 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32574/stat : 32574 (java) S 32564 32564 16913 0 -1 1077944384 82 0 0 0 4 8 0 0 20 0 20 0 3755291 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506365385488 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32575] ppid=32564 vsize=13267208 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32575/stat : 32575 (java) S 32564 32564 16913 0 -1 1077944384 65 0 0 0 7 5 0 0 20 0 20 0 3755291 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506364332944 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32576] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32576/stat : 32576 (java) S 32564 32564 16913 0 -1 1077944384 518 0 0 0 0 0 0 0 20 0 20 0 3755294 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506301925616 140506772470402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32577] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32577/stat : 32577 (java) S 32564 32564 16913 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3755294 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506300871904 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32578] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32578/stat : 32578 (java) S 32564 32564 16913 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3755295 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506299818752 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32579] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32579/stat : 32579 (java) S 32564 32564 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3755299 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506096986064 140506772477851 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32580] ppid=32564 vsize=13267208 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32580/stat : 32580 (java) S 32564 32564 16913 0 -1 1077944384 1622 0 0 0 46 0 0 0 20 0 20 0 3755299 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506095934192 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32581] ppid=32564 vsize=13267208 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32581/stat : 32581 (java) S 32564 32564 16913 0 -1 1077944384 959 0 0 0 33 0 0 0 20 0 20 0 3755299 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506094881648 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32582] ppid=32564 vsize=13267208 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32582/stat : 32582 (java) S 32564 32564 16913 0 -1 1077944384 1133 0 0 0 41 0 0 0 20 0 20 0 3755299 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506093828592 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32583] ppid=32564 vsize=13267208 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32583/stat : 32583 (java) R 32564 32564 16913 0 -1 4202560 1455 0 0 0 30 0 0 0 20 0 20 0 3755299 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506092773840 140506751089371 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32584] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32584/stat : 32584 (java) S 32564 32564 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3755299 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506091723232 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32585] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32585/stat : 32585 (java) S 32564 32564 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3755299 13585620992 183271 33554432000 4194304 4196468 140731809921552 140506090670768 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 13276720

[startup+6.30094 s]
/proc/loadavg: 14.92 15.48 14.83 10/295 32585
/proc/meminfo: memFree=30734512/32770624 swapFree=5900/219844
[pid=32564] ppid=32561 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32564/stat : 32564 (xcsp3-exec) S 32561 32564 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3755290 9740288 346 33554432000 4194304 5098028 140736326697472 140736326695576 140381585236604 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 27971584 140736326702222 140736326702432 140736326702432 140736326705131 0
/proc/32564/statm: 2378 346 289 221 0 87 0
[pid=32565] ppid=32564 vsize=13267208 CPUtime=9.22 cores=1,3,5,7,9,11,13,15
/proc/32565/stat : 32565 (java) S 32564 32564 16913 0 -1 1077944320 19124 0 0 0 844 78 0 0 20 0 20 0 3755290 13585620992 192839 33554432000 4194304 4196468 140731809921552 140731809904096 140506772459255 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
/proc/32565/statm: 3316802 192839 3230 1 0 3304035 0
[pid=32565/tid=32566] ppid=32564 vsize=13267208 CPUtime=6.08 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32566/stat : 32566 (java) R 32564 32564 16913 0 -1 4202560 8375 0 0 0 599 9 0 0 20 0 20 0 3755290 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506776697304 140506386252975 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32568] ppid=32564 vsize=13267208 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32568/stat : 32568 (java) S 32564 32564 16913 0 -1 1077944384 122 0 0 0 8 6 0 0 20 0 20 0 3755291 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506704595472 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32569] ppid=32564 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32569/stat : 32569 (java) S 32564 32564 16913 0 -1 1077944384 278 0 0 0 7 6 0 0 20 0 20 0 3755291 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506703542928 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32570] ppid=32564 vsize=13267208 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32570/stat : 32570 (java) S 32564 32564 16913 0 -1 1077944384 125 0 0 0 7 9 0 0 20 0 20 0 3755291 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506702489872 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32571] ppid=32564 vsize=13267208 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32571/stat : 32571 (java) S 32564 32564 16913 0 -1 1077944384 156 0 0 0 7 9 0 0 20 0 20 0 3755291 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506368543120 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32572] ppid=32564 vsize=13267208 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32572/stat : 32572 (java) S 32564 32564 16913 0 -1 1077944384 319 0 0 0 8 7 0 0 20 0 20 0 3755291 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506367491088 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32573] ppid=32564 vsize=13267208 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32573/stat : 32573 (java) S 32564 32564 16913 0 -1 1077944384 329 0 0 0 9 8 0 0 20 0 20 0 3755291 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506366438544 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32574] ppid=32564 vsize=13267208 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32574/stat : 32574 (java) S 32564 32564 16913 0 -1 1077944384 133 0 0 0 7 10 0 0 20 0 20 0 3755291 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506365385488 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32575] ppid=32564 vsize=13267208 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32575/stat : 32575 (java) S 32564 32564 16913 0 -1 1077944384 94 0 0 0 8 7 0 0 20 0 20 0 3755291 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506364332944 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32576] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32576/stat : 32576 (java) S 32564 32564 16913 0 -1 1077944384 803 0 0 0 0 0 0 0 20 0 20 0 3755294 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506301925616 140506772470402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32577] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32577/stat : 32577 (java) S 32564 32564 16913 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 3755294 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506300871904 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32578] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32578/stat : 32578 (java) S 32564 32564 16913 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 3755295 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506299818752 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32579] ppid=32564 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32579/stat : 32579 (java) S 32564 32564 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3755299 13585620992 192839 33554432000 4194304 4196468 140731809921552 140506096986064 140506772477851 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0

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

/proc/32565/task/32577/stat : 32577 (java) S 32564 32564 16913 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 3755294 13587718144 1246714 33554432000 4194304 4196468 140731809921552 140506300871904 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32578] ppid=32564 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32578/stat : 32578 (java) S 32564 32564 16913 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 20 0 3755295 13587718144 1246714 33554432000 4194304 4196468 140731809921552 140506299818752 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32579] ppid=32564 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32579/stat : 32579 (java) S 32564 32564 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3755299 13587718144 1246714 33554432000 4194304 4196468 140731809921552 140506096986064 140506772477851 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32580] ppid=32564 vsize=13269256 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32580/stat : 32580 (java) S 32564 32564 16913 0 -1 1077944384 4140 0 0 0 75 1 0 0 20 0 20 0 3755299 13587718144 1246714 33554432000 4194304 4196468 140731809921552 140506095934192 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32581] ppid=32564 vsize=13269256 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32581/stat : 32581 (java) S 32564 32564 16913 0 -1 1077944384 4371 0 0 0 66 1 0 0 20 0 20 0 3755299 13587718144 1246714 33554432000 4194304 4196468 140731809921552 140506094881648 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32582] ppid=32564 vsize=13269256 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32582/stat : 32582 (java) S 32564 32564 16913 0 -1 1077944384 4106 0 0 0 79 0 0 0 20 0 20 0 3755299 13587718144 1246714 33554432000 4194304 4196468 140731809921552 140506093828592 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32583] ppid=32564 vsize=13269256 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32583/stat : 32583 (java) S 32564 32564 16913 0 -1 1077944384 5037 0 0 0 50 1 0 0 20 0 20 0 3755299 13587718144 1246714 33554432000 4194304 4196468 140731809921552 140506092776048 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32584] ppid=32564 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32584/stat : 32584 (java) S 32564 32564 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3755299 13587718144 1246714 33554432000 4194304 4196468 140731809921552 140506091723232 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32585] ppid=32564 vsize=13269256 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32585/stat : 32585 (java) S 32564 32564 16913 0 -1 1077944384 538 0 0 0 3 3 0 0 20 0 20 0 3755299 13587718144 1246714 33554432000 4194304 4196468 140731809921552 140506090670768 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
Current children cumulated CPU time (s) 148.74
Current children cumulated vsize (KiB) 13278768

[startup+113.601 s]
/proc/loadavg: 10.17 13.59 14.22 10/294 32587
/proc/meminfo: memFree=25720320/32770624 swapFree=5900/219976
[pid=32564] ppid=32561 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32564/stat : 32564 (xcsp3-exec) S 32561 32564 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3755290 9740288 346 33554432000 4194304 5098028 140736326697472 140736326695576 140381585236604 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 27971584 140736326702222 140736326702432 140736326702432 140736326705131 0
/proc/32564/statm: 2378 346 289 221 0 87 0
[pid=32565] ppid=32564 vsize=13801768 CPUtime=151.03 cores=1,3,5,7,9,11,13,15
/proc/32565/stat : 32565 (java) S 32564 32564 16913 0 -1 1077944320 117274 0 0 0 14263 840 0 0 20 0 28 0 3755290 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140731809904096 140506772459255 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
/proc/32565/statm: 3450442 1246966 3258 1 0 3437675 0
[pid=32565/tid=32566] ppid=32564 vsize=13801768 CPUtime=102.48 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32566/stat : 32566 (java) S 32564 32564 16913 0 -1 1077944384 22940 0 0 0 10216 32 0 0 20 0 28 0 3755290 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506776700032 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32568] ppid=32564 vsize=13801768 CPUtime=4.75 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32568/stat : 32568 (java) S 32564 32564 16913 0 -1 1077944384 7826 0 0 0 361 114 0 0 20 0 28 0 3755291 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506704595472 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32569] ppid=32564 vsize=13801768 CPUtime=4.61 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32569/stat : 32569 (java) S 32564 32564 16913 0 -1 1077944384 6092 0 0 0 367 94 0 0 20 0 28 0 3755291 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506703542928 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32570] ppid=32564 vsize=13801768 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32570/stat : 32570 (java) S 32564 32564 16913 0 -1 1077944384 5953 0 0 0 380 99 0 0 20 0 28 0 3755291 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506702489872 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32571] ppid=32564 vsize=13801768 CPUtime=4.71 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32571/stat : 32571 (java) S 32564 32564 16913 0 -1 1077944384 8451 0 0 0 379 92 0 0 20 0 28 0 3755291 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506368543120 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32572] ppid=32564 vsize=13801768 CPUtime=4.73 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32572/stat : 32572 (java) S 32564 32564 16913 0 -1 1077944384 5965 0 0 0 375 98 0 0 20 0 28 0 3755291 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506367491088 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32573] ppid=32564 vsize=13801768 CPUtime=4.77 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32573/stat : 32573 (java) S 32564 32564 16913 0 -1 1077944384 6881 0 0 0 385 92 0 0 20 0 28 0 3755291 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506366438544 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32574] ppid=32564 vsize=13801768 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32574/stat : 32574 (java) S 32564 32564 16913 0 -1 1077944384 5786 0 0 0 380 99 0 0 20 0 28 0 3755291 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506365385488 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32575] ppid=32564 vsize=13801768 CPUtime=4.75 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32575/stat : 32575 (java) S 32564 32564 16913 0 -1 1077944384 11001 0 0 0 375 100 0 0 20 0 28 0 3755291 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506364332944 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32576] ppid=32564 vsize=13801768 CPUtime=5.99 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32576/stat : 32576 (java) S 32564 32564 16913 0 -1 1077944384 10376 0 0 0 595 4 0 0 20 0 28 0 3755294 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506301925616 140506772470402 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32577] ppid=32564 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32577/stat : 32577 (java) S 32564 32564 16913 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 3755294 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506300871904 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32578] ppid=32564 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32578/stat : 32578 (java) S 32564 32564 16913 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 28 0 3755295 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506299818752 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32579] ppid=32564 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32579/stat : 32579 (java) S 32564 32564 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3755299 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506096986064 140506772477851 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32580] ppid=32564 vsize=13801768 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32580/stat : 32580 (java) R 32564 32564 16913 0 -1 1077944384 4655 0 0 0 81 1 0 0 20 0 28 0 3755299 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506095934192 140506772470402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32581] ppid=32564 vsize=13801768 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32581/stat : 32581 (java) R 32564 32564 16913 0 -1 4202560 4593 0 0 0 73 1 0 0 20 0 28 0 3755299 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506094863216 140506757369184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32582] ppid=32564 vsize=13801768 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32582/stat : 32582 (java) R 32564 32564 16913 0 -1 4202560 4453 0 0 0 84 1 0 0 20 0 28 0 3755299 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506093815264 140506750434641 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32583] ppid=32564 vsize=13801768 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32583/stat : 32583 (java) S 32564 32564 16913 0 -1 1077944384 5462 0 0 0 57 1 0 0 20 0 28 0 3755299 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506092776048 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32584] ppid=32564 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32584/stat : 32584 (java) S 32564 32564 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3755299 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506091723232 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32585] ppid=32564 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32585/stat : 32585 (java) S 32564 32564 16913 0 -1 1077944384 538 0 0 0 3 3 0 0 20 0 28 0 3755299 14133010432 1246966 33554432000 4194304 4196468 140731809921552 140506090670768 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
Current children cumulated CPU time (s) 151.03
Current children cumulated vsize (KiB) 13811280

[startup+113.802 s]
/proc/loadavg: 10.17 13.59 14.22 10/294 32587
/proc/meminfo: memFree=25720320/32770624 swapFree=5900/219976
[pid=32564] ppid=32561 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32564/stat : 32564 (xcsp3-exec) S 32561 32564 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3755290 9740288 346 33554432000 4194304 5098028 140736326697472 140736326695576 140381585236604 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 27971584 140736326702222 140736326702432 140736326702432 140736326705131 0
/proc/32564/statm: 2378 346 289 221 0 87 0
[pid=32565] ppid=32564 vsize=13801768 CPUtime=152.61 cores=1,3,5,7,9,11,13,15
/proc/32565/stat : 32565 (java) S 32564 32564 16913 0 -1 1077944320 118340 0 0 0 14421 840 0 0 20 0 28 0 3755290 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140731809904096 140506772459255 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
/proc/32565/statm: 3450442 1247025 3259 1 0 3437675 0
[pid=32565/tid=32566] ppid=32564 vsize=13801768 CPUtime=102.48 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32566/stat : 32566 (java) S 32564 32564 16913 0 -1 1077944384 22940 0 0 0 10216 32 0 0 20 0 28 0 3755290 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506776700032 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32568] ppid=32564 vsize=13801768 CPUtime=4.75 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32568/stat : 32568 (java) S 32564 32564 16913 0 -1 1077944384 7826 0 0 0 361 114 0 0 20 0 28 0 3755291 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506704595472 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32569] ppid=32564 vsize=13801768 CPUtime=4.61 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32569/stat : 32569 (java) S 32564 32564 16913 0 -1 1077944384 6092 0 0 0 367 94 0 0 20 0 28 0 3755291 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506703542928 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32570] ppid=32564 vsize=13801768 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32570/stat : 32570 (java) S 32564 32564 16913 0 -1 1077944384 5953 0 0 0 380 99 0 0 20 0 28 0 3755291 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506702489872 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32571] ppid=32564 vsize=13801768 CPUtime=4.71 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32571/stat : 32571 (java) S 32564 32564 16913 0 -1 1077944384 8451 0 0 0 379 92 0 0 20 0 28 0 3755291 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506368543120 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32572] ppid=32564 vsize=13801768 CPUtime=4.73 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32572/stat : 32572 (java) S 32564 32564 16913 0 -1 1077944384 5965 0 0 0 375 98 0 0 20 0 28 0 3755291 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506367491088 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32573] ppid=32564 vsize=13801768 CPUtime=4.77 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32573/stat : 32573 (java) S 32564 32564 16913 0 -1 1077944384 6881 0 0 0 385 92 0 0 20 0 28 0 3755291 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506366438544 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32574] ppid=32564 vsize=13801768 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32574/stat : 32574 (java) S 32564 32564 16913 0 -1 1077944384 5786 0 0 0 380 99 0 0 20 0 28 0 3755291 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506365385488 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32575] ppid=32564 vsize=13801768 CPUtime=4.75 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32575/stat : 32575 (java) S 32564 32564 16913 0 -1 1077944384 11001 0 0 0 375 100 0 0 20 0 28 0 3755291 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506364332944 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32576] ppid=32564 vsize=13801768 CPUtime=5.99 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32576/stat : 32576 (java) S 32564 32564 16913 0 -1 1077944384 10376 0 0 0 595 4 0 0 20 0 28 0 3755294 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506301925616 140506772470402 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32577] ppid=32564 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32577/stat : 32577 (java) S 32564 32564 16913 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 3755294 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506300871904 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32578] ppid=32564 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32578/stat : 32578 (java) S 32564 32564 16913 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 28 0 3755295 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506299818752 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32579] ppid=32564 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32579/stat : 32579 (java) S 32564 32564 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3755299 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506096986064 140506772477851 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32580] ppid=32564 vsize=13801768 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32580/stat : 32580 (java) S 32564 32564 16913 0 -1 1077944384 4934 0 0 0 85 1 0 0 20 0 28 0 3755299 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506095934192 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32581] ppid=32564 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32581/stat : 32581 (java) S 32564 32564 16913 0 -1 1077944384 4812 0 0 0 77 1 0 0 20 0 28 0 3755299 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506094881648 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32582] ppid=32564 vsize=13801768 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32582/stat : 32582 (java) R 32564 32564 16913 0 -1 4202560 4992 0 0 0 100 1 0 0 20 0 28 0 3755299 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506093815264 140506752114736 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32583] ppid=32564 vsize=13801768 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32583/stat : 32583 (java) S 32564 32564 16913 0 -1 1077944384 5470 0 0 0 57 1 0 0 20 0 28 0 3755299 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506092776048 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32584] ppid=32564 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32584/stat : 32584 (java) S 32564 32564 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3755299 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506091723232 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32585] ppid=32564 vsize=13801768 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32585/stat : 32585 (java) S 32564 32564 16913 0 -1 1077944384 538 0 0 0 3 3 0 0 20 0 28 0 3755299 14133010432 1247025 33554432000 4194304 4196468 140731809921552 140506090670768 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
Current children cumulated CPU time (s) 152.61
Current children cumulated vsize (KiB) 13811280

[startup+113.902 s]
/proc/loadavg: 10.17 13.59 14.22 10/294 32587
/proc/meminfo: memFree=25720320/32770624 swapFree=5900/219976
[pid=32564] ppid=32561 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32564/stat : 32564 (xcsp3-exec) S 32561 32564 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3755290 9740288 346 33554432000 4194304 5098028 140736326697472 140736326695576 140381585236604 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 27971584 140736326702222 140736326702432 140736326702432 140736326705131 0
/proc/32564/statm: 2378 346 289 221 0 87 0
[pid=32565] ppid=32564 vsize=13801768 CPUtime=152.98 cores=1,3,5,7,9,11,13,15
/proc/32565/stat : 32565 (java) S 32564 32564 16913 0 -1 1077944320 118824 0 0 0 14457 841 0 0 20 0 19 0 3755290 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140731809904096 140506772459255 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
/proc/32565/statm: 3450442 1247326 3261 1 0 3437675 0
[pid=32565/tid=32566] ppid=32564 vsize=13801768 CPUtime=102.48 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32566/stat : 32566 (java) S 32564 32564 16913 0 -1 1077944384 22949 0 0 0 10216 32 0 0 20 0 19 0 3755290 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506776702096 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32568] ppid=32564 vsize=13801768 CPUtime=4.75 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32568/stat : 32568 (java) S 32564 32564 16913 0 -1 1077944384 7826 0 0 0 361 114 0 0 20 0 19 0 3755291 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506704595472 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32569] ppid=32564 vsize=13801768 CPUtime=4.61 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32569/stat : 32569 (java) S 32564 32564 16913 0 -1 1077944384 6092 0 0 0 367 94 0 0 20 0 19 0 3755291 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506703542928 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32570] ppid=32564 vsize=13801768 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32570/stat : 32570 (java) S 32564 32564 16913 0 -1 1077944384 5953 0 0 0 380 99 0 0 20 0 19 0 3755291 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506702489872 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32571] ppid=32564 vsize=13801768 CPUtime=4.71 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32571/stat : 32571 (java) S 32564 32564 16913 0 -1 1077944384 8451 0 0 0 379 92 0 0 20 0 19 0 3755291 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506368543120 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32572] ppid=32564 vsize=13801768 CPUtime=4.73 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32572/stat : 32572 (java) S 32564 32564 16913 0 -1 1077944384 5965 0 0 0 375 98 0 0 20 0 19 0 3755291 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506367491088 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32573] ppid=32564 vsize=13801768 CPUtime=4.77 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32573/stat : 32573 (java) S 32564 32564 16913 0 -1 1077944384 6881 0 0 0 385 92 0 0 20 0 19 0 3755291 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506366438544 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32574] ppid=32564 vsize=13801768 CPUtime=4.79 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32574/stat : 32574 (java) S 32564 32564 16913 0 -1 1077944384 5786 0 0 0 380 99 0 0 20 0 19 0 3755291 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506365385488 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32575] ppid=32564 vsize=13801768 CPUtime=4.75 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32575/stat : 32575 (java) S 32564 32564 16913 0 -1 1077944384 11001 0 0 0 375 100 0 0 20 0 19 0 3755291 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506364332944 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32576] ppid=32564 vsize=13801768 CPUtime=5.99 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32576/stat : 32576 (java) S 32564 32564 16913 0 -1 1077944384 10376 0 0 0 595 4 0 0 20 0 19 0 3755294 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506301925824 140506772470402 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32577] ppid=32564 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32577/stat : 32577 (java) S 32564 32564 16913 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 3755294 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506300871904 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32578] ppid=32564 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32578/stat : 32578 (java) S 32564 32564 16913 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 19 0 3755295 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506299818752 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32579] ppid=32564 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32579/stat : 32579 (java) S 32564 32564 16913 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 3755299 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506096984832 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32580] ppid=32564 vsize=13801768 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32580/stat : 32580 (java) S 32564 32564 16913 0 -1 1077944384 4934 0 0 0 85 1 0 0 20 0 19 0 3755299 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506095934192 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32581] ppid=32564 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32581/stat : 32581 (java) S 32564 32564 16913 0 -1 1077944384 4812 0 0 0 77 1 0 0 20 0 19 0 3755299 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506094881648 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32582] ppid=32564 vsize=13801768 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32582/stat : 32582 (java) R 32564 32564 16913 0 -1 4202560 5429 0 0 0 110 1 0 0 20 0 19 0 3755299 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506093815264 140506757584661 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32583] ppid=32564 vsize=13801768 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32583/stat : 32583 (java) S 32564 32564 16913 0 -1 1077944384 5472 0 0 0 57 1 0 0 20 0 19 0 3755299 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506092776048 140506772470402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
[pid=32565/tid=32584] ppid=32564 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32565/task/32584/stat : 32584 (java) S 32564 32564 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 3755299 14133010432 1247326 33554432000 4194304 4196468 140731809921552 140506091723232 140506772469461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 29487104 140731809924284 140731809924460 140731809924460 140731809927119 0
Current children cumulated CPU time (s) 152.98
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 113.937
CPU time (s): 153.014
CPU user time (s): 144.574
CPU system time (s): 8.44008
CPU usage (%): 134.297
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.574
system time used= 8.44008
maximum resident set size= 4989804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11018
involuntary context switches= 9253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.681592 second user time and 1.17519 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 02:54:43
IDJOB=4245015
IDBENCH=120396
IDSOLVER=2625
FILE ID=node133/4245015-1500684883
RUNJOBID= node133-1500682387-16945
PBS_JOBID= 20623321
Free space on /tmp= 61988 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s05c-table.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-4245015-1500684883/watcher-4245015-1500684883 -o /tmp/evaluation-result-4245015-1500684883/solver-4245015-1500684883 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16945 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1348106580 HOME/instance-4245015-1500684883.xml

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

MD5SUM BENCH= db3f83fbcf6995a753f778d644e50d9f
RANDOM SEED=1348106580

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		: 2668.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		: 2133.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		: 2668.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2668.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 2668.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		: 1600.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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.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		: 2400.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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.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		: 1600.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		: 2668.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		: 2000.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:        31523236 kB
MemAvailable:   31594784 kB
Buffers:           51032 kB
Cached:           329300 kB
SwapCached:            0 kB
Active:           637884 kB
Inactive:         228692 kB
Active(anon):     488984 kB
Inactive(anon):     8756 kB
Active(file):     148900 kB
Inactive(file):   219936 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27980 kB
Writeback:             0 kB
AnonPages:        490220 kB
Mapped:            42956 kB
Shmem:              8872 kB
Slab:              70456 kB
SReclaimable:      37096 kB
SUnreclaim:        33360 kB
KernelStack:        4704 kB
PageTables:         6248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1408144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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= 61980 MiB
End job on node133 at 2017-07-22 02:56:37