Trace number 4307125

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
scop order+glucose-syrup (2018-07-31)UNSAT 4.81645 2.51145

General information on the benchmark

NameDubois/
Dubois-025_c18.xml
MD5SUM973963fd5ae0545f9f330e30fdec40c5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.62614
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints50
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":75}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":75}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":50}]
Number of extensional constraints50
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":50}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-25121-serial-file.bin HOME/instance-4307125-1534192765.xml
0.65/0.53	
0.65/0.53	scop order+glucose-syrup (2018-07-31)
0.78/0.68	(Encoding Process)
0.78/0.68	
0.78/0.68	c BEGIN-Prog: Mon Aug 13 22:39:26 CEST 2018
0.78/0.68	c PID: 25124
0.78/0.68	c IP: 172.20.3.132
0.78/0.68	c HOST: node132.alineos.net
0.78/0.68	c (0,0) Parsing Begin
1.16/0.87	c (0,0) Parsing End
1.16/0.87	c (0,0) CSP: 0 int (0 aux), 75 bool (0 aux), 50 ctr, max domain size 2
1.16/0.87	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.16/0.87	c (0,0) Constraint Name Generate Begin
1.16/0.88	c (0,0) Ctr:HOME/instance-4307125-1534192765.xml,ExtensionSupport:IntVar
1.16/0.88	c (0,0) Constraint Name Generate End
1.16/0.88	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.16/0.88	c (0,0) CSP to CSPinCNF Begin
1.70/1.12	c (0,0) translated 5 (10%) constraints
1.70/1.17	c (0,0) translated 10 (20%) constraints
1.97/1.21	c (0,0) translated 15 (30%) constraints
1.97/1.25	c (0,0) translated 20 (40%) constraints
1.97/1.28	c (0,0) translated 25 (50%) constraints
2.23/1.31	c (0,0) translated 30 (60%) constraints
2.23/1.33	c (0,0) translated 35 (70%) constraints
2.23/1.34	c (0,0) translated 40 (80%) constraints
2.23/1.36	c (0,0) translated 45 (90%) constraints
2.23/1.38	c (0,0) translated 50 (100%) constraints
2.53/1.41	c (0,0) STATISTICS1:HOME/instance-4307125-1534192765.xml,ExtensionSupport:IntVar,275,950,-1,2,3,1,,2:2500,3:650;2:300,1:2500;0:50,
2.53/1.41	c (0,0) ==========================================
2.53/1.41	c (0,0) Order
2.53/1.41	c (0,0) ==========================================
2.53/1.43	c (0,0) translated 95 (10%) constraints
2.53/1.43	c (0,0) translated 190 (20%) constraints
2.53/1.44	c (0,0) translated 285 (30%) constraints
2.53/1.45	c (0,0) translated 380 (40%) constraints
2.53/1.45	c (0,0) translated 475 (50%) constraints
2.53/1.46	c (0,0) translated 570 (60%) constraints
2.53/1.46	c (0,0) translated 665 (70%) constraints
2.53/1.47	c (0,0) translated 760 (80%) constraints
2.53/1.47	c (0,0) translated 855 (90%) constraints
2.53/1.48	c (0,0) translated 950 (100%) constraints
2.53/1.48	c (0,0) CSP to CSPinCNF End
2.53/1.48	c (0,0) CSP: 0 int (0 aux), 275 bool (200 aux), 950 ctr, max domain size 2
2.53/1.48	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.53/1.48	c (0,0) CSPinCNF Propagation Begin
2.88/1.52	c (0,0) 0 values, 50 unsatisfiable literals, and 0 valid clauses are removed
2.88/1.52	c (0,0) CSPinCNF Propagation End
2.88/1.52	c (0,0) CSP: 0 int (0 aux), 275 bool (200 aux), 950 ctr, max domain size 2
2.88/1.52	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.88/1.52	c (0,0) Simplify CSPinCNF Begin
2.88/1.53	c (0,0) Simplify CSPinCNF End
2.88/1.53	c (0,0) CSP: 0 int (0 aux), 275 bool (200 aux), 950 ctr, max domain size 2
2.88/1.53	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
2.88/1.53	c (0,0) Calculate Precise Domain Begin
2.88/1.53	c (0,0) 0 values are removed by re-calculation
2.88/1.53	c (0,0) Calculate Precise Domain End
2.88/1.53	c (0,0) CSP: 0 int (0 aux), 275 bool (200 aux), 950 ctr, max domain size 2
2.88/1.53	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
2.88/1.53	c (0,0) CSPinCNF to SatSolver Begin
2.88/1.56	c (1,1) 95 (10 %) CSP clauses are encoded (275 SAT variables, 94 SAT clauses)
2.88/1.57	c (1,1) 190 (20 %) CSP clauses are encoded (275 SAT variables, 189 SAT clauses)
2.88/1.57	c (1,1) 285 (30 %) CSP clauses are encoded (275 SAT variables, 284 SAT clauses)
2.88/1.58	c (1,1) 380 (40 %) CSP clauses are encoded (275 SAT variables, 379 SAT clauses)
2.88/1.58	c (1,1) 475 (50 %) CSP clauses are encoded (275 SAT variables, 474 SAT clauses)
2.88/1.59	c (1,1) 570 (60 %) CSP clauses are encoded (275 SAT variables, 569 SAT clauses)
2.88/1.59	c (1,1) 665 (70 %) CSP clauses are encoded (275 SAT variables, 664 SAT clauses)
2.88/1.59	c (1,1) 760 (80 %) CSP clauses are encoded (275 SAT variables, 759 SAT clauses)
2.88/1.60	c (1,1) 855 (90 %) CSP clauses are encoded (275 SAT variables, 854 SAT clauses)
3.34/1.60	c (1,1) 950 (100 %) CSP clauses are encoded (275 SAT variables, 949 SAT clauses)
3.34/1.60	c (1,1) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
3.34/1.60	c (1,1) CSPinCNF to SatSolver End
3.34/1.60	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
3.34/1.61	c (1,1) STATISTICS2:HOME/instance-4307125-1534192765.xml,ExtensionSupport:IntVar,275,950,-1,2,3,1,,2:2500,3:600;2:350,1:2500,
3.34/1.61	c (1,1) 275 bool, 950 clause
3.34/1.61	c (1,1) Export Begin
3.62/1.71	c (1,1) Export to HOME/scop-25121-serial-file.bin
3.62/1.71	c (1,1) Export End
3.62/1.71	c (1,1) Export File Size: 0.02 MB
3.62/1.71	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
3.62/1.71	c END-Prog: Mon Aug 13 22:39:27 CEST 2018
3.62/1.72	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-25121-serial-file.bin
4.27/2.21	c (0,0) Read Serial File Begin
4.27/2.21	c (0,0) HOME/scop-25121-serial-file.bin
4.41/2.38	c (0,0) Read Serial File End
4.41/2.39	
4.41/2.39	scop order+glucose-syrup (2018-07-31)
4.41/2.39	(Solving Process)
4.41/2.39	
4.57/2.42	c BEGIN-Prog: Mon Aug 13 22:39:28 CEST 2018
4.57/2.42	c PID: 25144
4.57/2.42	c IP: 172.20.3.132
4.57/2.42	c HOST: node132.alineos.net
4.57/2.42	c (0,0) SatSolver.solve Begin
4.57/2.42	c (0,0) 0 bool, 0 clause
4.57/2.42	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307125-1534192765.xml-scop-25124.cnf
4.57/2.45	c (0,0) c
4.57/2.45	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
4.57/2.45	c (0,0) c
4.57/2.45	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.57/2.45	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
4.57/2.45	c (0,0) c ========================================[ Problem Statistics ]===========================================
4.57/2.45	c (0,0) c |                                                                                                       |
4.57/2.45	c (0,0) c |  Number of variables:           275                                                                   |
4.57/2.45	c (0,0) c |  Number of clauses:             950                                                                   |
4.57/2.45	c (0,0) c |  Parse time:                   0.00 s                                                                 |
4.57/2.45	c (0,0) c |                                                                                                       |
4.57/2.45	c (0,0) c |  Eliminated clauses:           0.01 Mb                                                                |
4.57/2.45	c (0,0) c |  Simplification time:          0.00 s                                                                 |
4.57/2.45	c (0,0) c |                                                                                                       |
4.57/2.45	c (0,0) c =========================================================================================================
4.57/2.45	c (0,0) Solved by unit propagation
4.57/2.45	c (0,0) c real time : 0.00208092 s
4.57/2.45	c (0,0) c cpu time  : 0.003197 s
4.57/2.45	c (0,0) 
4.57/2.45	c (0,0) s UNSATISFIABLE
4.57/2.50	c (0,0) SatSolver.solve End
4.57/2.50	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
4.57/2.50	c (0,0) Show results Begin
4.57/2.50	s UNSATISFIABLE
4.57/2.50	c (0,0) Show results End
4.57/2.50	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
4.78/2.50	c (0,0) 0,0,STOP-AFTER(ALL)
4.78/2.50	c END-Prog: Mon Aug 13 22:39:28 CEST 2018

Verifier Data


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 (6902 MiB free)
  memory of node 1: 16384 MiB (10038 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307125-1534192765/watcher-4307125-1534192765 -o /tmp/evaluation-result-4307125-1534192765/solver-4307125-1534192765 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1534187531-22737 --watchdog 2580 scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307125-1534192765.xml 

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

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

solver pid=25121, runsolver pid=25118

[startup+0.100678 s]*
/proc/loadavg: 1.80 0.79 0.75 3/204 25143
/proc/meminfo: memFree=17252228/32770624 swapFree=67108860/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25121/stat : 25121 (scop.sh) S 25118 25121 22710 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236839675 115843072 349 33554432000 4194304 5098028 140723458554512 140723458551768 139637587812988 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27803648 140723458561058 140723458561283 140723458561283 140723458564045 0
/proc/25121/statm: 28282 349 296 221 0 87 0
[pid=25124] ppid=25121 vsize=27313900 memory=108580 CPUtime=0.11 cores=0-7
/proc/25124/stat : 25124 (java) S 25121 25121 22710 0 -1 1077944320 6597 0 0 0 8 3 0 0 20 0 20 0 236839676 27969433600 27145 33554432000 4194304 4196468 140733778826016 140733778808560 140152031694583 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
/proc/25124/statm: 6828475 27145 2739 1 0 6790935 0
[pid=25124/tid=25125] ppid=25121 vsize=27313900 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/25124/task/25125/stat : 25125 (java) R 25121 25121 22710 0 -1 4202560 4768 0 0 0 7 2 0 0 20 0 20 0 236839676 27969433600 27210 33554432000 4194304 4196468 140733778826016 140152003529024 140152015775070 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25126] ppid=25121 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25124/task/25126/stat : 25126 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 27210 33554432000 4194304 4196468 140733778826016 140152035936912 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25127] ppid=25121 vsize=27313900 memory=140372291253888 CPUtime=0 cores=0-7
/proc/25124/task/25127/stat : 25127 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 27210 33554432000 4194304 4196468 140733778826016 140151850093072 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25128] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25128/stat : 25128 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 27210 33554432000 4194304 4196468 140733778826016 140151849040272 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25129] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25129/stat : 25129 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 27210 33554432000 4194304 4196468 140733778826016 140151847987472 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25130] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25130/stat : 25130 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 27210 33554432000 4194304 4196468 140733778826016 140151846935696 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25131] ppid=25121 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25124/task/25131/stat : 25131 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 27210 33554432000 4194304 4196468 140733778826016 140151845882896 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25132] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25132/stat : 25132 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 27210 33554432000 4194304 4196468 140733778826016 140151844830096 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25133] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25133/stat : 25133 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 27210 33554432000 4194304 4196468 140733778826016 140151843777296 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25134] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25134/stat : 25134 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839680 27969433600 27210 33554432000 4194304 4196468 140733778826016 140150599227760 140152031705730 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25135] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25135/stat : 25135 (java) S 25121 25121 22710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236839680 27969433600 27210 33554432000 4194304 4196468 140733778826016 140149816026144 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25136] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25136/stat : 25136 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839681 27969433600 27210 33554432000 4194304 4196468 140733778826016 140149547590512 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25137] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25137/stat : 25137 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 27210 33554432000 4194304 4196468 140733778826016 140149173081936 140152031713179 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25138] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25138/stat : 25138 (java) S 25121 25121 22710 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 27210 33554432000 4194304 4196468 140733778826016 140150598175600 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25139] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25139/stat : 25139 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 27210 33554432000 4194304 4196468 140733778826016 140150597122800 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25140] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25140/stat : 25140 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 27210 33554432000 4194304 4196468 140733778826016 140150596070000 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25141] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25141/stat : 25141 (java) R 25121 25121 22710 0 -1 4202560 241 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 27210 33554432000 4194304 4196468 140733778826016 140150595017200 140152010588296 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25142] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25142/stat : 25142 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 27210 33554432000 4194304 4196468 140733778826016 140148675177056 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25143] ppid=25121 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25124/task/25143/stat : 25143 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 27210 33554432000 4194304 4196468 140733778826016 140150593964592 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 109976 KiB

[startup+0.210623 s]*
/proc/loadavg: 1.80 0.79 0.75 2/204 25143
/proc/meminfo: memFree=17235980/32770624 swapFree=67108860/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25121/stat : 25121 (scop.sh) S 25118 25121 22710 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236839675 115843072 349 33554432000 4194304 5098028 140723458554512 140723458551768 139637587812988 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27803648 140723458561058 140723458561283 140723458561283 140723458564045 0
/proc/25121/statm: 28282 349 296 221 0 87 0
[pid=25124] ppid=25121 vsize=27313900 memory=122948 CPUtime=0.25 cores=0-7
/proc/25124/stat : 25124 (java) S 25121 25121 22710 0 -1 1077944320 10441 0 0 0 21 4 0 0 20 0 20 0 236839676 27969433600 30737 33554432000 4194304 4196468 140733778826016 140733778808560 140152031694583 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
/proc/25124/statm: 6828475 30737 2860 1 0 6790935 0
[pid=25124/tid=25125] ppid=25121 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/25124/task/25125/stat : 25125 (java) R 25121 25121 22710 0 -1 4202560 8345 0 0 0 16 3 0 0 20 0 20 0 236839676 27969433600 30737 33554432000 4194304 4196468 140733778826016 140152003503328 140152031716509 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25126] ppid=25121 vsize=27313900 memory=339 CPUtime=0 cores=0-7
/proc/25124/task/25126/stat : 25126 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 30737 33554432000 4194304 4196468 140733778826016 140152035936912 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25127] ppid=25121 vsize=27313900 memory=140372291276679 CPUtime=0 cores=0-7
/proc/25124/task/25127/stat : 25127 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 30737 33554432000 4194304 4196468 140733778826016 140151850093072 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25128] ppid=25121 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25124/task/25128/stat : 25128 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 30737 33554432000 4194304 4196468 140733778826016 140151849040272 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25129] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25129/stat : 25129 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 30737 33554432000 4194304 4196468 140733778826016 140151847987472 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25130] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25130/stat : 25130 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 30737 33554432000 4194304 4196468 140733778826016 140151846935696 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25131] ppid=25121 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25124/task/25131/stat : 25131 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 30737 33554432000 4194304 4196468 140733778826016 140151845882896 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25132] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25132/stat : 25132 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 30737 33554432000 4194304 4196468 140733778826016 140151844830096 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25133] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25133/stat : 25133 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 30737 33554432000 4194304 4196468 140733778826016 140151843777296 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25134] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25134/stat : 25134 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839680 27969433600 30737 33554432000 4194304 4196468 140733778826016 140150599227760 140152031705730 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25135] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25135/stat : 25135 (java) S 25121 25121 22710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236839680 27969433600 30737 33554432000 4194304 4196468 140733778826016 140149816026144 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25136] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25136/stat : 25136 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839681 27969433600 30737 33554432000 4194304 4196468 140733778826016 140149547590512 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25137] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25137/stat : 25137 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 30737 33554432000 4194304 4196468 140733778826016 140149173081936 140152031713179 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25138] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25138/stat : 25138 (java) S 25121 25121 22710 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 30737 33554432000 4194304 4196468 140733778826016 140150598175600 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25139] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25139/stat : 25139 (java) S 25121 25121 22710 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 30737 33554432000 4194304 4196468 140733778826016 140150597122800 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25140] ppid=25121 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25124/task/25140/stat : 25140 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 30737 33554432000 4194304 4196468 140733778826016 140150596070000 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25141] ppid=25121 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/25124/task/25141/stat : 25141 (java) R 25121 25121 22710 0 -1 4202560 286 0 0 0 2 0 0 0 20 0 20 0 236839683 27969433600 30737 33554432000 4194304 4196468 140733778826016 140150595017200 140152016860169 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25142] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25142/stat : 25142 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 30737 33554432000 4194304 4196468 140733778826016 140148675177056 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25143] ppid=25121 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25124/task/25143/stat : 25143 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 30737 33554432000 4194304 4196468 140733778826016 140150593964592 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 124344 KiB

[startup+0.310587 s]*
/proc/loadavg: 1.80 0.79 0.75 2/204 25143
/proc/meminfo: memFree=17231948/32770624 swapFree=67108860/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25121/stat : 25121 (scop.sh) S 25118 25121 22710 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236839675 115843072 349 33554432000 4194304 5098028 140723458554512 140723458551768 139637587812988 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27803648 140723458561058 140723458561283 140723458561283 140723458564045 0
/proc/25121/statm: 28282 349 296 221 0 87 0
[pid=25124] ppid=25121 vsize=27313900 memory=127344 CPUtime=0.41 cores=0-7
/proc/25124/stat : 25124 (java) S 25121 25121 22710 0 -1 1077944320 11120 0 0 0 37 4 0 0 20 0 20 0 236839676 27969433600 31836 33554432000 4194304 4196468 140733778826016 140733778808560 140152031694583 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
/proc/25124/statm: 6828475 31836 2969 1 0 6790935 0
[pid=25124/tid=25125] ppid=25121 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25124/task/25125/stat : 25125 (java) R 25121 25121 22710 0 -1 4202560 8814 0 0 0 26 3 0 0 20 0 20 0 236839676 27969433600 31836 33554432000 4194304 4196468 140733778826016 140152003490032 140152015775070 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25126] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25126/stat : 25126 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 31836 33554432000 4194304 4196468 140733778826016 140152035936912 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25127] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25127/stat : 25127 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 31836 33554432000 4194304 4196468 140733778826016 140151850093072 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25128] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25128/stat : 25128 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 31836 33554432000 4194304 4196468 140733778826016 140151849040272 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25129] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25129/stat : 25129 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 31836 33554432000 4194304 4196468 140733778826016 140151847987472 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25130] ppid=25121 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/25124/task/25130/stat : 25130 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 31836 33554432000 4194304 4196468 140733778826016 140151846935696 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25131] ppid=25121 vsize=27313900 memory=140372147794863 CPUtime=0 cores=0-7
/proc/25124/task/25131/stat : 25131 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 31836 33554432000 4194304 4196468 140733778826016 140151845882896 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25132] ppid=25121 vsize=27313900 memory=140372147797168 CPUtime=0 cores=0-7
/proc/25124/task/25132/stat : 25132 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 31836 33554432000 4194304 4196468 140733778826016 140151844830096 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25133] ppid=25121 vsize=27313900 memory=140372147799472 CPUtime=0 cores=0-7
/proc/25124/task/25133/stat : 25133 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27969433600 31836 33554432000 4194304 4196468 140733778826016 140151843777296 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25134] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25134/stat : 25134 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839680 27969433600 31836 33554432000 4194304 4196468 140733778826016 140150599227760 140152031705730 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25135] ppid=25121 vsize=27313900 memory=280744295605904 CPUtime=0 cores=0-7
/proc/25124/task/25135/stat : 25135 (java) S 25121 25121 22710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236839680 27969433600 31836 33554432000 4194304 4196468 140733778826016 140149816026144 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25136] ppid=25121 vsize=27313900 memory=280744295612816 CPUtime=0 cores=0-7
/proc/25124/task/25136/stat : 25136 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839681 27969433600 31836 33554432000 4194304 4196468 140733778826016 140149547590512 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25137] ppid=25121 vsize=27313900 memory=280744295554096 CPUtime=0 cores=0-7
/proc/25124/task/25137/stat : 25137 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 31836 33554432000 4194304 4196468 140733778826016 140149173081936 140152031713179 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25138] ppid=25121 vsize=27313900 memory=280744295626640 CPUtime=0.01 cores=0-7
/proc/25124/task/25138/stat : 25138 (java) S 25121 25121 22710 0 -1 1077944384 365 0 0 0 1 0 0 0 20 0 20 0 236839683 27969433600 31836 33554432000 4194304 4196468 140733778826016 140150598175600 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25139] ppid=25121 vsize=27313900 memory=280744295633552 CPUtime=0.01 cores=0-7
/proc/25124/task/25139/stat : 25139 (java) S 25121 25121 22710 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 20 0 236839683 27969433600 31836 33554432000 4194304 4196468 140733778826016 140150597122800 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25140] ppid=25121 vsize=27313900 memory=280744295631248 CPUtime=0 cores=0-7
/proc/25124/task/25140/stat : 25140 (java) S 25121 25121 22710 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 31836 33554432000 4194304 4196468 140733778826016 140150596070000 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25141] ppid=25121 vsize=27313900 memory=280744295647408 CPUtime=0.07 cores=0-7
/proc/25124/task/25141/stat : 25141 (java) S 25121 25121 22710 0 -1 1077944384 335 0 0 0 7 0 0 0 20 0 20 0 236839683 27969433600 31836 33554432000 4194304 4196468 140733778826016 140150595017200 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25142] ppid=25121 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25142/stat : 25142 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 31836 33554432000 4194304 4196468 140733778826016 140148675177056 140152031704789 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25143] ppid=25121 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25124/task/25143/stat : 25143 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839683 27969433600 31836 33554432000 4194304 4196468 140733778826016 140150593964592 140152031705730 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 128740 KiB

[startup+0.700992 s]
/proc/loadavg: 1.80 0.79 0.75 2/204 25143
/proc/meminfo: memFree=17207640/32770624 swapFree=67108860/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25121/stat : 25121 (scop.sh) S 25118 25121 22710 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236839675 115843072 349 33554432000 4194304 5098028 140723458554512 140723458551768 139637587812988 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 27803648 140723458561058 140723458561283 140723458561283 140723458564045 0
/proc/25121/statm: 28282 349 296 221 0 87 0
[pid=25124] ppid=25121 vsize=27322296 memory=165400 CPUtime=0.98 cores=0-7
/proc/25124/stat : 25124 (java) S 25121 25121 22710 0 -1 1077944320 18338 0 0 0 91 7 0 0 20 0 20 0 236839676 27978031104 41350 33554432000 4194304 4196468 140733778826016 140733778808560 140152031694583 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
/proc/25124/statm: 6830574 41350 3145 1 0 6791959 0
[pid=25124/tid=25125] ppid=25121 vsize=27322296 memory=280744296005296 CPUtime=0.67 cores=0-7
/proc/25124/task/25125/stat : 25125 (java) R 25121 25121 22710 0 -1 4202560 15582 0 0 0 62 5 0 0 20 0 20 0 236839676 27978031104 41350 33554432000 4194304 4196468 140733778826016 140152003520848 140152015775070 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25126] ppid=25121 vsize=27322296 memory=140372148003696 CPUtime=0 cores=0-7
/proc/25124/task/25126/stat : 25126 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839678 27978031104 41350 33554432000 4194304 4196468 140733778826016 140152035936912 140152031704789 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25127] ppid=25121 vsize=27322296 memory=0 CPUtime=0 cores=0-7
/proc/25124/task/25127/stat : 25127 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839678 27978031104 41350 33554432000 4194304 4196468 140733778826016 140151850093072 140152031704789 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25128] ppid=25121 vsize=27322296 memory=10784 CPUtime=0 cores=0-7
/proc/25124/task/25128/stat : 25128 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839678 27978031104 41350 33554432000 4194304 4196468 140733778826016 140151849040272 140152031704789 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0

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

/proc/25124/task/25142/stat : 25142 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839683 27984392192 58490 33554432000 4194304 4196468 140733778826016 140148675177056 140152031704789 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
[pid=25124/tid=25143] ppid=25121 vsize=27328508 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/25124/task/25143/stat : 25143 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839683 27984392192 58490 33554432000 4194304 4196468 140733778826016 140150593964592 140152031705730 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12382208 140733778830312 140733778830637 140733778830637 140733778833359 0
Current children cumulated CPU time: 3.34 s
Current children cumulated vsize: 27441636 KiB
Current children cumulated memory: 235356 KiB

[startup+2.00036 s]*
/proc/loadavg: 1.73 0.80 0.75 2/204 25163
/proc/meminfo: memFree=17296872/32770624 swapFree=67108860/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1472 CPUtime=3.66 cores=0-7
/proc/25121/stat : 25121 (scop.sh) S 25118 25121 22710 0 -1 4202496 590 25551 0 0 0 0 351 15 20 0 1 0 236839675 115843072 368 33554432000 4194304 5098028 140723458554512 140723458551256 139637587812988 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27803648 140723458561058 140723458561283 140723458561283 140723458564045 0
/proc/25121/statm: 28282 368 311 221 0 87 0
[pid=25144] ppid=25121 vsize=7749964 memory=63500 CPUtime=0.39 cores=0-7
/proc/25144/stat : 25144 (java) S 25121 25121 22710 0 -1 1077944320 9941 0 0 0 36 3 0 0 20 0 20 0 236839847 7935963136 15875 33554432000 4194304 4196468 140726827476288 140726827458832 140147612290807 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
/proc/25144/statm: 1937491 15875 2970 1 0 1899951 0
[pid=25144/tid=25145] ppid=25121 vsize=7749964 memory=6791534058613427641 CPUtime=0.26 cores=0-7
/proc/25144/task/25145/stat : 25145 (java) R 25121 25121 22710 0 -1 4202560 7635 0 0 0 24 2 0 0 20 0 20 0 236839848 7935963136 15875 33554432000 4194304 4196468 140726827476288 140147584075944 140147597456446 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25146] ppid=25121 vsize=7749964 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25144/task/25146/stat : 25146 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839849 7935963136 15875 33554432000 4194304 4196468 140726827476288 140147616533648 140147612301013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25147] ppid=25121 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25147/stat : 25147 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839849 7935963136 15875 33554432000 4194304 4196468 140726827476288 140147416701968 140147612301013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25148] ppid=25121 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25148/stat : 25148 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839849 7935963136 15875 33554432000 4194304 4196468 140726827476288 140147415649168 140147612301013 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25149] ppid=25121 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25149/stat : 25149 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839849 7935963136 15875 33554432000 4194304 4196468 140726827476288 140147414596368 140147612301013 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25150] ppid=25121 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25150/stat : 25150 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839849 7935963136 15875 33554432000 4194304 4196468 140726827476288 140147413543568 140147612301013 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25151] ppid=25121 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25151/stat : 25151 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839849 7935963136 15875 33554432000 4194304 4196468 140726827476288 140147412490768 140147612301013 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25152] ppid=25121 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25152/stat : 25152 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839849 7935963136 15875 33554432000 4194304 4196468 140726827476288 140147411437968 140147612301013 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25153] ppid=25121 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25153/stat : 25153 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839849 7935963136 15875 33554432000 4194304 4196468 140726827476288 140147410385168 140147612301013 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25154] ppid=25121 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25154/stat : 25154 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839850 7935963136 15875 33554432000 4194304 4196468 140726827476288 140146638723952 140147612301954 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25155] ppid=25121 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25155/stat : 25155 (java) S 25121 25121 22710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236839851 7935963136 15875 33554432000 4194304 4196468 140726827476288 140146125039136 140147612301013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25156] ppid=25121 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25156/stat : 25156 (java) S 25121 25121 22710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236839851 7935963136 15875 33554432000 4194304 4196468 140726827476288 140145990817136 140147612301013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25157] ppid=25121 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25157/stat : 25157 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839853 7935963136 15875 33554432000 4194304 4196468 140726827476288 140145616312656 140147612309403 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25158] ppid=25121 vsize=7749964 memory=6944652177228980320 CPUtime=0.01 cores=0-7
/proc/25144/task/25158/stat : 25158 (java) S 25121 25121 22710 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 20 0 236839853 7935963136 15875 33554432000 4194304 4196468 140726827476288 140146637670768 140147612301954 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25159] ppid=25121 vsize=7749964 memory=0 CPUtime=0.01 cores=0-7
/proc/25144/task/25159/stat : 25159 (java) S 25121 25121 22710 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 20 0 236839853 7935963136 15875 33554432000 4194304 4196468 140726827476288 140146636617968 140147612301954 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25160] ppid=25121 vsize=7749964 memory=0 CPUtime=0.01 cores=0-7
/proc/25144/task/25160/stat : 25160 (java) S 25121 25121 22710 0 -1 1077944384 111 0 0 0 1 0 0 0 20 0 20 0 236839853 7935963136 15875 33554432000 4194304 4196468 140726827476288 140146635565168 140147612301954 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25161] ppid=25121 vsize=7749964 memory=280744295485792 CPUtime=0.07 cores=0-7
/proc/25144/task/25161/stat : 25161 (java) S 25121 25121 22710 0 -1 1077944384 323 0 0 0 7 0 0 0 20 0 20 0 236839853 7935963136 15875 33554432000 4194304 4196468 140726827476288 140146634512368 140147612301954 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25162] ppid=25121 vsize=7749964 memory=3323 CPUtime=0 cores=0-7
/proc/25144/task/25162/stat : 25162 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839854 7935963136 15875 33554432000 4194304 4196468 140726827476288 140145118407776 140147612301013 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25163] ppid=25121 vsize=7749964 memory=24739 CPUtime=0 cores=0-7
/proc/25144/task/25163/stat : 25163 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839854 7935963136 15875 33554432000 4194304 4196468 140726827476288 140146633460784 140147612301954 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
Current children cumulated CPU time: 4.05 s
Current children cumulated vsize: 7863092 KiB
Current children cumulated memory: 64972 KiB

[startup+2.40098 s]
/proc/loadavg: 1.73 0.80 0.75 2/204 25163
/proc/meminfo: memFree=17296872/32770624 swapFree=67108860/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1472 CPUtime=3.66 cores=0-7
/proc/25121/stat : 25121 (scop.sh) S 25118 25121 22710 0 -1 4202496 590 25551 0 0 0 0 351 15 20 0 1 0 236839675 115843072 368 33554432000 4194304 5098028 140723458554512 140723458551256 139637587812988 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27803648 140723458561058 140723458561283 140723458561283 140723458564045 0
/proc/25121/statm: 28282 368 311 221 0 87 0
[pid=25144] ppid=25121 vsize=7754116 memory=98404 CPUtime=0.91 cores=0-7
/proc/25144/stat : 25144 (java) S 25121 25121 22710 0 -1 1077944320 16370 0 0 0 86 5 0 0 20 0 20 0 236839847 7940214784 24601 33554432000 4194304 4196468 140726827476288 140726827458832 140147612290807 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
/proc/25144/statm: 1938529 24601 3008 1 0 1900463 0
[pid=25144/tid=25145] ppid=25121 vsize=7754116 memory=-7522837415797432224 CPUtime=0.64 cores=0-7
/proc/25144/task/25145/stat : 25145 (java) R 25121 25121 22710 0 -1 4202560 13886 0 0 0 60 4 0 0 20 0 20 0 236839848 7940214784 24601 33554432000 4194304 4196468 140726827476288 140147584121888 140147596371294 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25146] ppid=25121 vsize=7754116 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/25144/task/25146/stat : 25146 (java) S 25121 25121 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236839849 7940214784 24601 33554432000 4194304 4196468 140726827476288 140147616533648 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25147] ppid=25121 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25147/stat : 25147 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839849 7940214784 24601 33554432000 4194304 4196468 140726827476288 140147416701968 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25148] ppid=25121 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25148/stat : 25148 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839849 7940214784 24601 33554432000 4194304 4196468 140726827476288 140147415649168 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25149] ppid=25121 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25149/stat : 25149 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839849 7940214784 24601 33554432000 4194304 4196468 140726827476288 140147414596368 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25150] ppid=25121 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25150/stat : 25150 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839849 7940214784 24601 33554432000 4194304 4196468 140726827476288 140147413543568 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25151] ppid=25121 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25151/stat : 25151 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839849 7940214784 24601 33554432000 4194304 4196468 140726827476288 140147412490768 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25152] ppid=25121 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25152/stat : 25152 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839849 7940214784 24601 33554432000 4194304 4196468 140726827476288 140147411437968 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25153] ppid=25121 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25153/stat : 25153 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839849 7940214784 24601 33554432000 4194304 4196468 140726827476288 140147410385168 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25154] ppid=25121 vsize=7754116 memory=248261994660935 CPUtime=0 cores=0-7
/proc/25144/task/25154/stat : 25154 (java) S 25121 25121 22710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 236839850 7940214784 24601 33554432000 4194304 4196468 140726827476288 140146638723952 140147612301954 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25155] ppid=25121 vsize=7754116 memory=248261994660936 CPUtime=0 cores=0-7
/proc/25144/task/25155/stat : 25155 (java) S 25121 25121 22710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236839851 7940214784 24601 33554432000 4194304 4196468 140726827476288 140146125039136 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25156] ppid=25121 vsize=7754116 memory=248261994660937 CPUtime=0 cores=0-7
/proc/25144/task/25156/stat : 25156 (java) S 25121 25121 22710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236839851 7940214784 24601 33554432000 4194304 4196468 140726827476288 140145990817136 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25157] ppid=25121 vsize=7754116 memory=248261994660938 CPUtime=0 cores=0-7
/proc/25144/task/25157/stat : 25157 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839853 7940214784 24601 33554432000 4194304 4196468 140726827476288 140145616312656 140147612309403 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25158] ppid=25121 vsize=7754116 memory=248261994660939 CPUtime=0.01 cores=0-7
/proc/25144/task/25158/stat : 25158 (java) S 25121 25121 22710 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 20 0 236839853 7940214784 24601 33554432000 4194304 4196468 140726827476288 140146637670768 140147612301954 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25159] ppid=25121 vsize=7754116 memory=248261994660940 CPUtime=0.04 cores=0-7
/proc/25144/task/25159/stat : 25159 (java) S 25121 25121 22710 0 -1 1077944384 187 0 0 0 4 0 0 0 20 0 20 0 236839853 7940214784 24601 33554432000 4194304 4196468 140726827476288 140146636617968 140147612301954 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25160] ppid=25121 vsize=7754116 memory=248261994660941 CPUtime=0.03 cores=0-7
/proc/25144/task/25160/stat : 25160 (java) S 25121 25121 22710 0 -1 1077944384 120 0 0 0 3 0 0 0 20 0 20 0 236839853 7940214784 24601 33554432000 4194304 4196468 140726827476288 140146635565168 140147612301954 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25161] ppid=25121 vsize=7754116 memory=248261994660942 CPUtime=0.15 cores=0-7
/proc/25144/task/25161/stat : 25161 (java) R 25121 25121 22710 0 -1 4202560 468 0 0 0 15 0 0 0 20 0 20 0 236839853 7940214784 24601 33554432000 4194304 4196468 140726827476288 140146634512176 140147591209535 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25162] ppid=25121 vsize=7754116 memory=248261994660943 CPUtime=0 cores=0-7
/proc/25144/task/25162/stat : 25162 (java) S 25121 25121 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236839854 7940214784 24601 33554432000 4194304 4196468 140726827476288 140145118407776 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25163] ppid=25121 vsize=7754116 memory=248261994660944 CPUtime=0 cores=0-7
/proc/25144/task/25163/stat : 25163 (java) S 25121 25121 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236839854 7940214784 24601 33554432000 4194304 4196468 140726827476288 140146633460784 140147612301954 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
Current children cumulated CPU time: 4.57 s
Current children cumulated vsize: 7867244 KiB
Current children cumulated memory: 99876 KiB

[startup+2.5009 s]
/proc/loadavg: 1.73 0.80 0.75 2/204 25163
/proc/meminfo: memFree=17296872/32770624 swapFree=67108860/67108860
[pid=25121] ppid=25118 vsize=113128 memory=1472 CPUtime=3.66 cores=0-7
/proc/25121/stat : 25121 (scop.sh) S 25118 25121 22710 0 -1 4202496 590 25551 0 0 0 0 351 15 20 0 1 0 236839675 115843072 368 33554432000 4194304 5098028 140723458554512 140723458551256 139637587812988 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 27803648 140723458561058 140723458561283 140723458561283 140723458564045 0
/proc/25121/statm: 28282 368 311 221 0 87 0
[pid=25144] ppid=25121 vsize=8086216 memory=115316 CPUtime=1.12 cores=0-7
/proc/25144/stat : 25144 (java) S 25121 25121 22710 0 -1 1077944320 17604 501 0 0 106 6 0 0 20 0 22 0 236839847 8280285184 28829 33554432000 4194304 4196468 140726827476288 140726827458832 140147612290807 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
/proc/25144/statm: 2021554 28829 3151 1 0 1982953 0
[pid=25144/tid=25145] ppid=25121 vsize=8086216 memory=1472 CPUtime=0.75 cores=0-7
/proc/25144/task/25145/stat : 25145 (java) R 25121 25121 22710 0 -1 4202560 14579 501 0 0 70 5 0 0 20 0 22 0 236839848 8280285184 28829 33554432000 4194304 4196468 140726827476288 140147584121056 140726827673538 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25146] ppid=25121 vsize=8086216 memory=4294967295 CPUtime=0 cores=0-7
/proc/25144/task/25146/stat : 25146 (java) S 25121 25121 22710 0 -1 1077944384 2 501 0 0 0 0 0 0 20 0 22 0 236839849 8280285184 28829 33554432000 4194304 4196468 140726827476288 140147616533648 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25147] ppid=25121 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25147/stat : 25147 (java) S 25121 25121 22710 0 -1 1077944384 1 501 0 0 0 0 0 0 20 0 22 0 236839849 8280285184 28829 33554432000 4194304 4196468 140726827476288 140147416701968 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25148] ppid=25121 vsize=8086216 memory=1396 CPUtime=0 cores=0-7
/proc/25144/task/25148/stat : 25148 (java) S 25121 25121 22710 0 -1 1077944384 1 501 0 0 0 0 0 0 20 0 22 0 236839849 8280285184 28829 33554432000 4194304 4196468 140726827476288 140147415649168 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25149] ppid=25121 vsize=8086216 memory=189636 CPUtime=0 cores=0-7
/proc/25144/task/25149/stat : 25149 (java) S 25121 25121 22710 0 -1 1077944384 1 501 0 0 0 0 0 0 20 0 22 0 236839849 8280285184 28829 33554432000 4194304 4196468 140726827476288 140147414596368 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25150] ppid=25121 vsize=8086216 memory=248261994660945 CPUtime=0 cores=0-7
/proc/25144/task/25150/stat : 25150 (java) S 25121 25121 22710 0 -1 1077944384 3 501 0 0 0 0 0 0 20 0 22 0 236839849 8280285184 28829 33554432000 4194304 4196468 140726827476288 140147413543568 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25151] ppid=25121 vsize=8086216 memory=248261994660946 CPUtime=0 cores=0-7
/proc/25144/task/25151/stat : 25151 (java) S 25121 25121 22710 0 -1 1077944384 1 501 0 0 0 0 0 0 20 0 22 0 236839849 8280285184 28829 33554432000 4194304 4196468 140726827476288 140147412490768 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25152] ppid=25121 vsize=8086216 memory=248261994660947 CPUtime=0 cores=0-7
/proc/25144/task/25152/stat : 25152 (java) S 25121 25121 22710 0 -1 1077944384 1 501 0 0 0 0 0 0 20 0 22 0 236839849 8280285184 28829 33554432000 4194304 4196468 140726827476288 140147411437968 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25153] ppid=25121 vsize=8086216 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/25144/task/25153/stat : 25153 (java) S 25121 25121 22710 0 -1 1077944384 1 501 0 0 0 0 0 0 20 0 22 0 236839849 8280285184 28829 33554432000 4194304 4196468 140726827476288 140147410385168 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25154] ppid=25121 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25154/stat : 25154 (java) S 25121 25121 22710 0 -1 1077944384 5 501 0 0 0 0 0 0 20 0 22 0 236839850 8280285184 28829 33554432000 4194304 4196468 140726827476288 140146638723952 140147612301954 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25155] ppid=25121 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25155/stat : 25155 (java) S 25121 25121 22710 0 -1 1077944384 13 501 0 0 0 0 0 0 20 0 22 0 236839851 8280285184 28829 33554432000 4194304 4196468 140726827476288 140146125039136 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25156] ppid=25121 vsize=8086216 memory=303711698211307546 CPUtime=0 cores=0-7
/proc/25144/task/25156/stat : 25156 (java) S 25121 25121 22710 0 -1 1077944384 21 501 0 0 0 0 0 0 20 0 22 0 236839851 8280285184 28829 33554432000 4194304 4196468 140726827476288 140145990817136 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25157] ppid=25121 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25157/stat : 25157 (java) S 25121 25121 22710 0 -1 1077944384 1 501 0 0 0 0 0 0 20 0 22 0 236839853 8280285184 28829 33554432000 4194304 4196468 140726827476288 140145616312656 140147612309403 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25158] ppid=25121 vsize=8086216 memory=7883105177305508199 CPUtime=0.03 cores=0-7
/proc/25144/task/25158/stat : 25158 (java) S 25121 25121 22710 0 -1 1077944384 431 501 0 0 3 0 0 0 20 0 22 0 236839853 8280285184 28829 33554432000 4194304 4196468 140726827476288 140146637670768 140147612301954 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25159] ppid=25121 vsize=8086216 memory=1 CPUtime=0.07 cores=0-7
/proc/25144/task/25159/stat : 25159 (java) S 25121 25121 22710 0 -1 1077944384 398 501 0 0 7 0 0 0 20 0 22 0 236839853 8280285184 28829 33554432000 4194304 4196468 140726827476288 140146636617968 140147612301954 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25160] ppid=25121 vsize=8086216 memory=6554 CPUtime=0.05 cores=0-7
/proc/25144/task/25160/stat : 25160 (java) S 25121 25121 22710 0 -1 1077944384 201 501 0 0 5 0 0 0 20 0 22 0 236839853 8280285184 28829 33554432000 4194304 4196468 140726827476288 140146635565168 140147612301954 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25161] ppid=25121 vsize=8086216 memory=0 CPUtime=0.19 cores=0-7
/proc/25144/task/25161/stat : 25161 (java) R 25121 25121 22710 0 -1 4202560 555 501 0 0 19 0 0 0 20 0 22 0 236839853 8280285184 28829 33554432000 4194304 4196468 140726827476288 140146634512368 140147592197642 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25162] ppid=25121 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/25144/task/25162/stat : 25162 (java) S 25121 25121 22710 0 -1 1077944384 3 501 0 0 0 0 0 0 20 0 22 0 236839854 8280285184 28829 33554432000 4194304 4196468 140726827476288 140145118407776 140147612301013 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
[pid=25144/tid=25163] ppid=25121 vsize=8086216 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/25144/task/25163/stat : 25163 (java) S 25121 25121 22710 0 -1 1077944384 1 501 0 0 0 0 0 0 20 0 22 0 236839854 8280285184 28829 33554432000 4194304 4196468 140726827476288 140146633460784 140147612301954 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16388096 140726827484337 140726827484461 140726827484461 140726827487183 0
Current children cumulated CPU time: 4.78 s
Current children cumulated vsize: 8199344 KiB
Current children cumulated memory: 116788 KiB

Child status: 0
Real time (s): 2.51145
CPU time (s): 4.81645
CPU user time (s): 4.59262
CPU system time (s): 0.223825
CPU usage (%): 191.78
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 245256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.59262
system time used= 0.223825
maximum resident set size= 248608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44281
page faults= 0
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6846
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 25121
#   total CPU time (s): 4.81645
#   total CPU user time (s): 4.59262
#   total CPU system time (s): 0.223825

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045745 second user time and 0.069611 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 22:39:25
IDJOB=4307125
IDBENCH=141409
IDSOLVER=2788
FILE ID=node132/4307125-1534192765
RUNJOBID= node132-1534187531-22737
PBS_JOBID= 21037984
Free space on /tmp= 38332 MiB

SOLVER NAME= scop order+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/Dubois/Dubois-025_c18.xml
COMMAND LINE= scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=NBCORE:-maxmemory=20000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307125-1534192765/watcher-4307125-1534192765 -o /tmp/evaluation-result-4307125-1534192765/solver-4307125-1534192765 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1534187531-22737 --watchdog 2580  scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307125-1534192765.xml

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

MD5SUM BENCH= 973963fd5ae0545f9f330e30fdec40c5
RANDOM SEED=1375360178

node132.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.65
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.65
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.65
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.65
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:        17348596 kB
MemAvailable:   31900296 kB
Buffers:          263104 kB
Cached:         14400808 kB
SwapCached:            0 kB
Active:          7397256 kB
Inactive:        7320864 kB
Active(anon):       4004 kB
Inactive(anon):   102812 kB
Active(file):    7393252 kB
Inactive(file):  7218052 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8564 kB
Writeback:             0 kB
AnonPages:         55004 kB
Mapped:            55476 kB
Shmem:             49824 kB
Slab:             397492 kB
SReclaimable:     368856 kB
SUnreclaim:        28636 kB
KernelStack:        3440 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     349176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38320 MiB
End job on node132 at 2018-08-13 22:39:28