Trace number 4308130

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
OscaR - Conflict Ordering with restarts 2018-08-14SAT 4.08652 2.22533

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P02_c18.xml
MD5SUMdf122225b0586fd0ab127ca5658303c8
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 benchmark0.023731
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints18
Number of domains2
Minimum domain size16
Maximum domain size17
Distribution of domain sizes[{"size":16,"count":16},{"size":17,"count":8}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":16},{"degree":5,"count":8}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":16},{"arity":8,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 461996127
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
1.50/1.02	c Parsing done, starting search...
3.84/1.87	s SATISFIABLE
4.07/2.13	v <instantiation>
4.07/2.13	v 	<list>
4.07/2.13	v 		cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3]
4.07/2.13	v 	</list>
4.07/2.13	v 	<values>
4.07/2.13	v 		12 0 16 7 4 15 14 1 12 4 5 16 7 9 11 10 3 1 14 13 8 15 2 6 
4.07/2.13	v 	</values>
4.07/2.13	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13957 MiB free)
  memory of node 1: 16384 MiB (9417 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308130-1534278182/watcher-4308130-1534278182 -o /tmp/evaluation-result-4308130-1534278182/solver-4308130-1534278182 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534270696-8643 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 461996127 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308130-1534278182.xml 

running on 4 cores: 1,3,5,7

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

solver pid=9456, runsolver pid=9453

[startup+0.100094 s]*
/proc/loadavg: 1.55 1.63 1.60 6/220 9471
/proc/meminfo: memFree=23909252/32770624 swapFree=67108852/67108860
[pid=9456] ppid=9453 vsize=14082736 memory=33348 CPUtime=0.12 cores=1,3,5,7
/proc/9456/stat : 9456 (java) S 9453 9456 6996 0 -1 1077944320 6753 0 0 0 11 1 0 0 20 0 15 0 245381398 14420721664 8337 33554432000 4194304 4196468 140727588978288 140727588960832 140170546188023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
/proc/9456/statm: 3520684 8337 3147 1 0 3482761 0
[pid=9456/tid=9458] ppid=9453 vsize=14082736 memory=-8392844344257508544 CPUtime=0.09 cores=1,3,5,7
/proc/9456/task/9458/stat : 9458 (java) R 9453 9456 6996 0 -1 4202560 4787 0 0 0 9 0 0 0 20 0 15 0 245381398 14420721664 8337 33554432000 4194304 4196468 140727588978288 140170550391144 140170530268510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9459] ppid=9453 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9459/stat : 9459 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14420721664 8337 33554432000 4194304 4196468 140727588978288 140170498808976 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9460] ppid=9453 vsize=14082736 memory=140253319181952 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9460/stat : 9460 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14420721664 8337 33554432000 4194304 4196468 140727588978288 140170497756176 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9461] ppid=9453 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9461/stat : 9461 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14420721664 8337 33554432000 4194304 4196468 140727588978288 140170496703376 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9462] ppid=9453 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9462/stat : 9462 (java) S 9453 9456 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245381399 14420721664 8337 33554432000 4194304 4196468 140727588978288 140170495650576 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9463] ppid=9453 vsize=14082736 memory=140253319181952 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9463/stat : 9463 (java) S 9453 9456 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245381400 14420721664 8337 33554432000 4194304 4196468 140727588978288 140170088175984 140170546199170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9464] ppid=9453 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9464/stat : 9464 (java) S 9453 9456 6996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245381401 14420721664 8337 33554432000 4194304 4196468 140727588978288 140170087121952 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9465] ppid=9453 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9465/stat : 9465 (java) S 9453 9456 6996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245381401 14420721664 8337 33554432000 4194304 4196468 140727588978288 140170086069104 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9466] ppid=9453 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9466/stat : 9466 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14420721664 8337 33554432000 4194304 4196468 140727588978288 140170085017424 140170546206619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9467] ppid=9453 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9467/stat : 9467 (java) S 9453 9456 6996 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 245381404 14420721664 8337 33554432000 4194304 4196468 140727588978288 140170083965808 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9468] ppid=9453 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9468/stat : 9468 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14420721664 8337 33554432000 4194304 4196468 140727588978288 140169521130224 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9469] ppid=9453 vsize=14082736 memory=140253319181952 CPUtime=0.01 cores=1,3,5,7
/proc/9456/task/9469/stat : 9469 (java) S 9453 9456 6996 0 -1 1077944384 277 0 0 0 1 0 0 0 20 0 15 0 245381404 14420721664 8337 33554432000 4194304 4196468 140727588978288 140169520077424 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9470] ppid=9453 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9470/stat : 9470 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14420721664 8337 33554432000 4194304 4196468 140727588978288 140169519024864 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9471] ppid=9453 vsize=14082736 memory=140253319181952 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9471/stat : 9471 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381404 14420721664 8337 33554432000 4194304 4196468 140727588978288 140169517972144 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33348 KiB

[startup+0.210861 s]*
/proc/loadavg: 1.55 1.63 1.60 6/220 9471
/proc/meminfo: memFree=23885008/32770624 swapFree=67108852/67108860
[pid=9456] ppid=9453 vsize=14082736 memory=49164 CPUtime=0.29 cores=1,3,5,7
/proc/9456/stat : 9456 (java) S 9453 9456 6996 0 -1 1077944320 10337 0 0 0 27 2 0 0 20 0 15 0 245381398 14420721664 12291 33554432000 4194304 4196468 140727588978288 140727588960832 140170546188023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
/proc/9456/statm: 3520684 12291 3366 1 0 3482761 0
[pid=9456/tid=9458] ppid=9453 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/9456/task/9458/stat : 9458 (java) R 9453 9456 6996 0 -1 1077944384 8105 0 0 0 18 1 0 0 20 0 15 0 245381398 14420721664 12291 33554432000 4194304 4196468 140727588978288 140170550417760 140170546198229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9459] ppid=9453 vsize=14082736 memory=345 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9459/stat : 9459 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14420721664 12291 33554432000 4194304 4196468 140727588978288 140170498808976 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9460] ppid=9453 vsize=14082736 memory=140253319190944 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9460/stat : 9460 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14420721664 12291 33554432000 4194304 4196468 140727588978288 140170497756176 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9461] ppid=9453 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9461/stat : 9461 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14420721664 12291 33554432000 4194304 4196468 140727588978288 140170496703376 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9462] ppid=9453 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9462/stat : 9462 (java) S 9453 9456 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245381399 14420721664 12291 33554432000 4194304 4196468 140727588978288 140170495650576 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9463] ppid=9453 vsize=14082736 memory=140253319181952 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9463/stat : 9463 (java) S 9453 9456 6996 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245381400 14420721664 12291 33554432000 4194304 4196468 140727588978288 140170088175984 140170546199170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9464] ppid=9453 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9464/stat : 9464 (java) S 9453 9456 6996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245381401 14420721664 12291 33554432000 4194304 4196468 140727588978288 140170087121952 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9465] ppid=9453 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9465/stat : 9465 (java) S 9453 9456 6996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245381401 14420721664 12291 33554432000 4194304 4196468 140727588978288 140170086069104 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9466] ppid=9453 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9466/stat : 9466 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14420721664 12291 33554432000 4194304 4196468 140727588978288 140170085017424 140170546206619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9467] ppid=9453 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9456/task/9467/stat : 9467 (java) R 9453 9456 6996 0 -1 4202560 466 0 0 0 1 0 0 0 20 0 15 0 245381404 14420721664 12291 33554432000 4194304 4196468 140727588978288 140170083946824 140170546209370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9468] ppid=9453 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/9456/task/9468/stat : 9468 (java) S 9453 9456 6996 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 245381404 14420721664 12291 33554432000 4194304 4196468 140727588978288 140169521130224 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9469] ppid=9453 vsize=14082736 memory=140253319181952 CPUtime=0.05 cores=1,3,5,7
/proc/9456/task/9469/stat : 9469 (java) S 9453 9456 6996 0 -1 1077944384 299 0 0 0 5 0 0 0 20 0 15 0 245381404 14420721664 12291 33554432000 4194304 4196468 140727588978288 140169520077424 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9470] ppid=9453 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9470/stat : 9470 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14420721664 12291 33554432000 4194304 4196468 140727588978288 140169519024864 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9471] ppid=9453 vsize=14082736 memory=140253319181952 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9471/stat : 9471 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381404 14420721664 12291 33554432000 4194304 4196468 140727588978288 140169517972144 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49164 KiB

[startup+0.310597 s]*
/proc/loadavg: 1.55 1.63 1.60 6/220 9471
/proc/meminfo: memFree=23876136/32770624 swapFree=67108852/67108860
[pid=9456] ppid=9453 vsize=14082736 memory=52568 CPUtime=0.44 cores=1,3,5,7
/proc/9456/stat : 9456 (java) S 9453 9456 6996 0 -1 1077944320 10763 0 0 0 42 2 0 0 20 0 15 0 245381398 14420721664 13142 33554432000 4194304 4196468 140727588978288 140727588960832 140170546188023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
/proc/9456/statm: 3520684 13142 3412 1 0 3482761 0
[pid=9456/tid=9458] ppid=9453 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/9456/task/9458/stat : 9458 (java) R 9453 9456 6996 0 -1 4202560 8441 0 0 0 28 1 0 0 20 0 15 0 245381398 14420721664 13142 33554432000 4194304 4196468 140727588978288 140170550399536 140170523412176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9459] ppid=9453 vsize=14082736 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9459/stat : 9459 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14420721664 13142 33554432000 4194304 4196468 140727588978288 140170498808976 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9460] ppid=9453 vsize=14082736 memory=14271409627379352 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9460/stat : 9460 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14420721664 13142 33554432000 4194304 4196468 140727588978288 140170497756176 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9461] ppid=9453 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9461/stat : 9461 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14420721664 13142 33554432000 4194304 4196468 140727588978288 140170496703376 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9462] ppid=9453 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9462/stat : 9462 (java) S 9453 9456 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245381399 14420721664 13142 33554432000 4194304 4196468 140727588978288 140170495650576 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9463] ppid=9453 vsize=14082736 memory=140253319181952 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9463/stat : 9463 (java) S 9453 9456 6996 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245381400 14420721664 13142 33554432000 4194304 4196468 140727588978288 140170088175984 140170546199170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9464] ppid=9453 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9464/stat : 9464 (java) S 9453 9456 6996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245381401 14420721664 13142 33554432000 4194304 4196468 140727588978288 140170087121952 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9465] ppid=9453 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9465/stat : 9465 (java) S 9453 9456 6996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245381401 14420721664 13142 33554432000 4194304 4196468 140727588978288 140170086069104 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9466] ppid=9453 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9466/stat : 9466 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14420721664 13142 33554432000 4194304 4196468 140727588978288 140170085017424 140170546206619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9467] ppid=9453 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9456/task/9467/stat : 9467 (java) S 9453 9456 6996 0 -1 1077944384 532 0 0 0 2 0 0 0 20 0 15 0 245381404 14420721664 13142 33554432000 4194304 4196468 140727588978288 140170083965808 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9468] ppid=9453 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9456/task/9468/stat : 9468 (java) S 9453 9456 6996 0 -1 1077944384 89 0 0 0 2 0 0 0 20 0 15 0 245381404 14420721664 13142 33554432000 4194304 4196468 140727588978288 140169521130224 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9469] ppid=9453 vsize=14082736 memory=140253319181952 CPUtime=0.08 cores=1,3,5,7
/proc/9456/task/9469/stat : 9469 (java) S 9453 9456 6996 0 -1 1077944384 319 0 0 0 8 0 0 0 20 0 15 0 245381404 14420721664 13142 33554432000 4194304 4196468 140727588978288 140169520077424 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9470] ppid=9453 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9470/stat : 9470 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14420721664 13142 33554432000 4194304 4196468 140727588978288 140169519024864 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9471] ppid=9453 vsize=14082736 memory=140253319181952 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9471/stat : 9471 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381404 14420721664 13142 33554432000 4194304 4196468 140727588978288 140169517972144 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 52568 KiB

[startup+0.700706 s]
/proc/loadavg: 1.55 1.63 1.60 3/220 9471
/proc/meminfo: memFree=23836500/32770624 swapFree=67108852/67108860
[pid=9456] ppid=9453 vsize=14084804 memory=90908 CPUtime=0.98 cores=1,3,5,7
/proc/9456/stat : 9456 (java) S 9453 9456 6996 0 -1 1077944320 17603 0 0 0 94 4 0 0 20 0 15 0 245381398 14422839296 22727 33554432000 4194304 4196468 140727588978288 140727588960832 140170546188023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
/proc/9456/statm: 3521201 22727 3497 1 0 3483273 0
[pid=9456/tid=9458] ppid=9453 vsize=14084804 memory=3340 CPUtime=0.66 cores=1,3,5,7
/proc/9456/task/9458/stat : 9458 (java) R 9453 9456 6996 0 -1 4202560 14888 0 0 0 63 3 0 0 20 0 15 0 245381398 14422839296 22727 33554432000 4194304 4196468 140727588978288 140170550412128 140170530268510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9459] ppid=9453 vsize=14084804 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9459/stat : 9459 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14422839296 22727 33554432000 4194304 4196468 140727588978288 140170498808976 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9460] ppid=9453 vsize=14084804 memory=37032 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9460/stat : 9460 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14422839296 22727 33554432000 4194304 4196468 140727588978288 140170497756176 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9461] ppid=9453 vsize=14084804 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9461/stat : 9461 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14422839296 22727 33554432000 4194304 4196468 140727588978288 140170496703376 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9462] ppid=9453 vsize=14084804 memory=496 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9462/stat : 9462 (java) S 9453 9456 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245381399 14422839296 22727 33554432000 4194304 4196468 140727588978288 140170495650576 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9463] ppid=9453 vsize=14084804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9463/stat : 9463 (java) S 9453 9456 6996 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 245381400 14422839296 22727 33554432000 4194304 4196468 140727588978288 140170088175984 140170546199170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9464] ppid=9453 vsize=14084804 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9464/stat : 9464 (java) S 9453 9456 6996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245381401 14422839296 22727 33554432000 4194304 4196468 140727588978288 140170087121952 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9465] ppid=9453 vsize=14084804 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9465/stat : 9465 (java) S 9453 9456 6996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245381401 14422839296 22727 33554432000 4194304 4196468 140727588978288 140170086069104 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9466] ppid=9453 vsize=14084804 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9466/stat : 9466 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14422839296 22727 33554432000 4194304 4196468 140727588978288 140170085017424 140170546206619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9467] ppid=9453 vsize=14084804 memory=7237400421040875609 CPUtime=0.09 cores=1,3,5,7
/proc/9456/task/9467/stat : 9467 (java) S 9453 9456 6996 0 -1 1077944384 684 0 0 0 9 0 0 0 20 0 15 0 245381404 14422839296 22727 33554432000 4194304 4196468 140727588978288 140170083965808 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9468] ppid=9453 vsize=14084804 memory=7523071198212214892 CPUtime=0.06 cores=1,3,5,7
/proc/9456/task/9468/stat : 9468 (java) S 9453 9456 6996 0 -1 1077944384 241 0 0 0 6 0 0 0 20 0 15 0 245381404 14422839296 22727 33554432000 4194304 4196468 140727588978288 140169521130224 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9469] ppid=9453 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/9456/task/9469/stat : 9469 (java) S 9453 9456 6996 0 -1 1077944384 409 0 0 0 15 0 0 0 20 0 15 0 245381404 14422839296 22727 33554432000 4194304 4196468 140727588978288 140169520077424 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9470] ppid=9453 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9470/stat : 9470 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14422839296 22727 33554432000 4194304 4196468 140727588978288 140169519024864 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9471] ppid=9453 vsize=14084804 memory=6424 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9471/stat : 9471 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381404 14422839296 22727 33554432000 4194304 4196468 140727588978288 140169517972144 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90908 KiB

[startup+1.50133 s]
/proc/loadavg: 1.55 1.63 1.60 7/220 9471
/proc/meminfo: memFree=23712340/32770624 swapFree=67108852/67108860
[pid=9456] ppid=9453 vsize=14090948 memory=137664 CPUtime=2.94 cores=1,3,5,7
/proc/9456/stat : 9456 (java) S 9453 9456 6996 0 -1 1077944320 24627 0 0 0 288 6 0 0 20 0 15 0 245381398 14429130752 34416 33554432000 4194304 4196468 140727588978288 140727588960832 140170546188023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
/proc/9456/statm: 3522737 34416 3528 1 0 3484809 0
[pid=9456/tid=9458] ppid=9453 vsize=14090948 memory=130960 CPUtime=1.46 cores=1,3,5,7
/proc/9456/task/9458/stat : 9458 (java) R 9453 9456 6996 0 -1 4202560 17661 0 0 0 142 4 0 0 20 0 15 0 245381398 14429130752 34416 33554432000 4194304 4196468 140727588978288 140170550424640 140170170978372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9459] ppid=9453 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9459/stat : 9459 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14429130752 34416 33554432000 4194304 4196468 140727588978288 140170498808976 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9460] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9460/stat : 9460 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14429130752 34416 33554432000 4194304 4196468 140727588978288 140170497756176 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9461] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9461/stat : 9461 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14429130752 34416 33554432000 4194304 4196468 140727588978288 140170496703376 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9462] ppid=9453 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9462/stat : 9462 (java) S 9453 9456 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245381399 14429130752 34416 33554432000 4194304 4196468 140727588978288 140170495650576 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9463] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9463/stat : 9463 (java) S 9453 9456 6996 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 245381400 14429130752 34416 33554432000 4194304 4196468 140727588978288 140170088175984 140170546199170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9464] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9464/stat : 9464 (java) S 9453 9456 6996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245381401 14429130752 34416 33554432000 4194304 4196468 140727588978288 140170087121952 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9465] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9465/stat : 9465 (java) S 9453 9456 6996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245381401 14429130752 34416 33554432000 4194304 4196468 140727588978288 140170086069104 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9466] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9466/stat : 9466 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14429130752 34416 33554432000 4194304 4196468 140727588978288 140170085017424 140170546206619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9467] ppid=9453 vsize=14090948 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/9456/task/9467/stat : 9467 (java) R 9453 9456 6996 0 -1 4202560 2188 0 0 0 57 0 0 0 20 0 15 0 245381404 14429130752 34416 33554432000 4194304 4196468 140727588978288 140170083964984 140170525434761 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9468] ppid=9453 vsize=14090948 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/9456/task/9468/stat : 9468 (java) R 9453 9456 6996 0 -1 4202560 2158 0 0 0 51 0 0 0 20 0 15 0 245381404 14429130752 34416 33554432000 4194304 4196468 140727588978288 140169521113904 140170530577872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9469] ppid=9453 vsize=14090948 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/9456/task/9469/stat : 9469 (java) S 9453 9456 6996 0 -1 1077944384 1230 0 0 0 36 0 0 0 20 0 15 0 245381404 14429130752 34416 33554432000 4194304 4196468 140727588978288 140169520077424 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9470] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9470/stat : 9470 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14429130752 34416 33554432000 4194304 4196468 140727588978288 140169519024864 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9471] ppid=9453 vsize=14090948 memory=13232794241561 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9471/stat : 9471 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14429130752 34416 33554432000 4194304 4196468 140727588978288 140169517972144 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 137664 KiB

[startup+2.22529 s]
# the end of solver process 9456 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.98884 s, system=0.097685 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60132 s]
/proc/loadavg: 1.55 1.63 1.60 7/220 9471
/proc/meminfo: memFree=23712340/32770624 swapFree=67108852/67108860
[pid=9456] ppid=9453 vsize=14090948 memory=145548 CPUtime=3.24 cores=1,3,5,7
/proc/9456/stat : 9456 (java) S 9453 9456 6996 0 -1 1077944320 25094 0 0 0 317 7 0 0 20 0 15 0 245381398 14429130752 36387 33554432000 4194304 4196468 140727588978288 140727588960832 140170546188023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
/proc/9456/statm: 3522737 36387 3531 1 0 3484809 0
[pid=9456/tid=9458] ppid=9453 vsize=14090948 memory=280506327454512 CPUtime=1.57 cores=1,3,5,7
/proc/9456/task/9458/stat : 9458 (java) R 9453 9456 6996 0 -1 4202560 17664 0 0 0 152 5 0 0 20 0 15 0 245381398 14429130752 36387 33554432000 4194304 4196468 140727588978288 140170550424640 140170167133440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9459] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9459/stat : 9459 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14429130752 36387 33554432000 4194304 4196468 140727588978288 140170498808976 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9460] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9460/stat : 9460 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14429130752 36387 33554432000 4194304 4196468 140727588978288 140170497756176 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9461] ppid=9453 vsize=14090948 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9461/stat : 9461 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245381399 14429130752 36387 33554432000 4194304 4196468 140727588978288 140170496703376 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9462] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9462/stat : 9462 (java) S 9453 9456 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245381399 14429130752 36387 33554432000 4194304 4196468 140727588978288 140170495650576 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9463] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9463/stat : 9463 (java) S 9453 9456 6996 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 245381400 14429130752 36387 33554432000 4194304 4196468 140727588978288 140170088175984 140170546199170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9464] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9464/stat : 9464 (java) S 9453 9456 6996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245381401 14429130752 36387 33554432000 4194304 4196468 140727588978288 140170087121952 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9465] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9465/stat : 9465 (java) S 9453 9456 6996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245381401 14429130752 36387 33554432000 4194304 4196468 140727588978288 140170086069104 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9466] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9466/stat : 9466 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14429130752 36387 33554432000 4194304 4196468 140727588978288 140170085017424 140170546206619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9467] ppid=9453 vsize=14090948 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/9456/task/9467/stat : 9467 (java) R 9453 9456 6996 0 -1 4202560 2400 0 0 0 67 0 0 0 20 0 15 0 245381404 14429130752 36387 33554432000 4194304 4196468 140727588978288 140170083964096 140170530477024 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9468] ppid=9453 vsize=14090948 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/9456/task/9468/stat : 9468 (java) R 9453 9456 6996 0 -1 4202560 2410 0 0 0 61 0 0 0 20 0 15 0 245381404 14429130752 36387 33554432000 4194304 4196468 140727588978288 140169521117072 140170525405657 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9469] ppid=9453 vsize=14090948 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/9456/task/9469/stat : 9469 (java) S 9453 9456 6996 0 -1 1077944384 1230 0 0 0 36 0 0 0 20 0 15 0 245381404 14429130752 36387 33554432000 4194304 4196468 140727588978288 140169520077424 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9470] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9470/stat : 9470 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14429130752 36387 33554432000 4194304 4196468 140727588978288 140169519024864 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9471] ppid=9453 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9471/stat : 9471 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245381404 14429130752 36387 33554432000 4194304 4196468 140727588978288 140169517972144 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
Current children cumulated CPU time: 3.24 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 145548 KiB

[startup+2.00061 s]*
/proc/loadavg: 1.67 1.65 1.61 4/217 9472
/proc/meminfo: memFree=23620848/32770624 swapFree=67108852/67108860
[pid=9456] ppid=9453 vsize=14157512 memory=164536 CPUtime=4.07 cores=1,3,5,7
/proc/9456/stat : 9456 (java) S 9453 9456 6996 0 -1 1077944320 25673 0 0 0 398 9 0 0 20 0 12 0 245381398 14497292288 41134 33554432000 4194304 4196468 140727588978288 140727588960832 140170546188023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
/proc/9456/statm: 3539378 41134 3540 1 0 3501450 0
[pid=9456/tid=9458] ppid=9453 vsize=14157512 memory=0 CPUtime=1.84 cores=1,3,5,7
/proc/9456/task/9458/stat : 9458 (java) D 9453 9456 6996 0 -1 4202560 17832 0 0 0 179 5 0 0 20 0 12 0 245381398 14497292288 41134 33554432000 4194304 4196468 140727588978288 140170550431032 140170538873655 0 0 0 16800975 18446744072101031045 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9459] ppid=9453 vsize=14157512 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9459/stat : 9459 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 245381399 14497292288 41134 33554432000 4194304 4196468 140727588978288 140170498808976 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9460] ppid=9453 vsize=14157512 memory=140253163955055 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9460/stat : 9460 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 245381399 14497292288 41134 33554432000 4194304 4196468 140727588978288 140170497756176 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9461] ppid=9453 vsize=14157512 memory=140253164103491 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9461/stat : 9461 (java) S 9453 9456 6996 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 245381399 14497292288 41134 33554432000 4194304 4196468 140727588978288 140170496703376 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9462] ppid=9453 vsize=14157512 memory=140253164109759 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9462/stat : 9462 (java) S 9453 9456 6996 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 245381399 14497292288 41134 33554432000 4194304 4196468 140727588978288 140170495650576 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9464] ppid=9453 vsize=14157512 memory=140253319182535 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9464/stat : 9464 (java) S 9453 9456 6996 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 12 0 245381401 14497292288 41134 33554432000 4194304 4196468 140727588978288 140170087121952 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9465] ppid=9453 vsize=14157512 memory=140253164109759 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9465/stat : 9465 (java) S 9453 9456 6996 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 12 0 245381401 14497292288 41134 33554432000 4194304 4196468 140727588978288 140170086069104 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9467] ppid=9453 vsize=14157512 memory=280506328221808 CPUtime=0.94 cores=1,3,5,7
/proc/9456/task/9467/stat : 9467 (java) S 9453 9456 6996 0 -1 1077944384 2505 0 0 0 94 0 0 0 20 0 12 0 245381404 14497292288 41134 33554432000 4194304 4196468 140727588978288 140170083956912 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9468] ppid=9453 vsize=14157512 memory=280506328237936 CPUtime=0.89 cores=1,3,5,7
/proc/9456/task/9468/stat : 9468 (java) S 9453 9456 6996 0 -1 1077944384 2657 0 0 0 87 2 0 0 20 0 12 0 245381404 14497292288 41134 33554432000 4194304 4196468 140727588978288 140169521115280 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9469] ppid=9453 vsize=14157512 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/9456/task/9469/stat : 9469 (java) S 9453 9456 6996 0 -1 1077944384 1242 0 0 0 36 0 0 0 20 0 12 0 245381404 14497292288 41134 33554432000 4194304 4196468 140727588978288 140169520077424 140170546199170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
[pid=9456/tid=9470] ppid=9453 vsize=14157512 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9456/task/9470/stat : 9470 (java) S 9453 9456 6996 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 12 0 245381404 14497292288 41134 33554432000 4194304 4196468 140727588978288 140169519024864 140170546198229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36147200 140727588983881 140727588984073 140727588984073 140727588986831 0
Current children cumulated CPU time: 4.07 s
Current children cumulated vsize: 14157512 KiB
Current children cumulated memory: 164536 KiB

[startup+2.20059 s]*
/proc/loadavg: 1.67 1.65 1.61 2/207 9472
/proc/meminfo: memFree=23779792/32770624 swapFree=67108852/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 2.22533
CPU time (s): 4.08652
CPU user time (s): 3.98884
CPU system time (s): 0.097685
CPU usage (%): 183.637
Max. virtual memory (cumulated for all children) (KiB): 14157512
Max. memory (cumulated for all children) (KiB): 164536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.98884
system time used= 0.097685
maximum resident set size= 164836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25677
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2190
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 9456
#   total CPU time (s): 4.08652
#   total CPU user time (s): 3.98884
#   total CPU system time (s): 0.097685

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039463 second user time and 0.065202 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-14 22:23:02
IDJOB=4308130
IDBENCH=141165
IDSOLVER=2791
FILE ID=node133/4308130-1534278182
RUNJOBID= node133-1534270696-8643
PBS_JOBID= 21038124
Free space on /tmp= 39348 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P02_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308130-1534278182/watcher-4308130-1534278182 -o /tmp/evaluation-result-4308130-1534278182/solver-4308130-1534278182 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534270696-8643 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 461996127 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308130-1534278182.xml

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

MD5SUM BENCH= df122225b0586fd0ab127ca5658303c8
RANDOM SEED=461996127

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23936328 kB
MemAvailable:   31833372 kB
Buffers:          137240 kB
Cached:          7992328 kB
SwapCached:            4 kB
Active:          4302040 kB
Inactive:        3955496 kB
Active(anon):      78976 kB
Inactive(anon):   101732 kB
Active(file):    4223064 kB
Inactive(file):  3853764 kB
Unevictable:        7072 kB
Mlocked:            7072 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             71748 kB
Writeback:             0 kB
AnonPages:        125292 kB
Mapped:            68092 kB
Shmem:             49816 kB
Slab:             276884 kB
SReclaimable:     248676 kB
SUnreclaim:        28208 kB
KernelStack:        3568 kB
PageTables:         5584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1314608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 39316 MiB
End job on node133 at 2018-08-14 22:23:05