Trace number 4307366

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 both+glucose-syrup (2018-07-31)UNSAT 7.10049 3.26792

General information on the benchmark

NameDubois/
Dubois-100_c18.xml
MD5SUM7caa0b5cafbc6020af5c8bc91888bcd3
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 benchmark5.70265
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints200
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":300}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":300}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":200}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-25234-serial-file.bin HOME/instance-4307366-1534192768.xml
0.65/0.53	
0.65/0.53	scop both+glucose-syrup (2018-07-31)
0.65/0.53	(Encoding Process)
0.65/0.53	
0.65/0.56	c BEGIN-Prog: Mon Aug 13 22:39:29 CEST 2018
0.65/0.56	c PID: 25237
0.65/0.56	c IP: 172.20.3.132
0.65/0.56	c HOST: node132.alineos.net
0.65/0.57	c (0,0) Parsing Begin
1.43/1.00	c (0,0) Parsing End
1.63/1.01	c (0,0) CSP: 0 int (0 aux), 300 bool (0 aux), 200 ctr, max domain size 2
1.63/1.01	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.63/1.01	c (0,0) Constraint Name Generate Begin
1.63/1.01	c (0,0) Ctr:HOME/instance-4307366-1534192768.xml,ExtensionSupport:IntVar
1.63/1.01	c (0,0) Constraint Name Generate End
1.63/1.01	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.63/1.01	c (0,0) CSP to CSPinCNF Begin
2.17/1.36	c (0,0) translated 20 (10%) constraints
2.46/1.45	c (0,0) translated 40 (20%) constraints
2.77/1.51	c (0,0) translated 60 (30%) constraints
2.77/1.55	c (1,1) translated 80 (40%) constraints
2.77/1.59	c (1,1) translated 100 (50%) constraints
3.12/1.63	c (1,1) translated 120 (60%) constraints
3.12/1.66	c (1,1) translated 140 (70%) constraints
3.12/1.69	c (1,1) translated 160 (80%) constraints
3.54/1.72	c (1,1) translated 180 (90%) constraints
3.54/1.75	c (1,1) translated 200 (100%) constraints
3.97/1.80	c (1,1) STATISTICS1:HOME/instance-4307366-1534192768.xml,ExtensionSupport:IntVar,1100,3800,-1,2,3,1,,2:10000,3:2600;2:1200,1:10000;0:200,
3.97/1.80	c (1,1) ==========================================
3.97/1.80	c (1,1) Both Encoding selects:
3.97/1.80	c (1,1) Order
3.97/1.80	c (1,1) ==========================================
3.97/1.83	c (1,1) translated 380 (10%) constraints
3.97/1.85	c (1,1) translated 760 (20%) constraints
3.97/1.87	c (1,1) translated 1140 (30%) constraints
3.97/1.89	c (1,1) translated 1520 (40%) constraints
4.38/1.90	c (1,1) translated 1900 (50%) constraints
4.38/1.91	c (1,1) translated 2280 (60%) constraints
4.38/1.92	c (1,1) translated 2660 (70%) constraints
4.38/1.93	c (1,1) translated 3040 (80%) constraints
4.38/1.94	c (1,1) translated 3420 (90%) constraints
4.38/1.95	c (1,1) translated 3800 (100%) constraints
4.38/1.95	c (1,1) CSP to CSPinCNF End
4.38/1.95	c (1,1) CSP: 0 int (0 aux), 1100 bool (800 aux), 3800 ctr, max domain size 2
4.38/1.95	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
4.38/1.95	c (1,1) CSPinCNF Propagation Begin
4.80/2.02	c (1,1) 0 values, 200 unsatisfiable literals, and 0 valid clauses are removed
4.80/2.02	c (1,1) CSPinCNF Propagation End
4.80/2.02	c (1,1) CSP: 0 int (0 aux), 1100 bool (800 aux), 3800 ctr, max domain size 2
4.80/2.02	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
4.80/2.02	c (1,1) Simplify CSPinCNF Begin
4.80/2.04	c (1,1) Simplify CSPinCNF End
4.80/2.04	c (1,1) CSP: 0 int (0 aux), 1100 bool (800 aux), 3800 ctr, max domain size 2
4.80/2.04	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
4.80/2.04	c (1,1) Calculate Precise Domain Begin
4.80/2.04	c (1,1) 0 values are removed by re-calculation
4.80/2.04	c (1,1) Calculate Precise Domain End
4.80/2.04	c (1,1) CSP: 0 int (0 aux), 1100 bool (800 aux), 3800 ctr, max domain size 2
4.80/2.04	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
4.80/2.04	c (1,1) CSPinCNF to SatSolver Begin
4.80/2.09	c (1,1) 380 (10 %) CSP clauses are encoded (1100 SAT variables, 379 SAT clauses)
4.80/2.10	c (1,1) 760 (20 %) CSP clauses are encoded (1100 SAT variables, 759 SAT clauses)
5.16/2.11	c (1,1) 1140 (30 %) CSP clauses are encoded (1100 SAT variables, 1139 SAT clauses)
5.16/2.12	c (1,1) 1520 (40 %) CSP clauses are encoded (1100 SAT variables, 1519 SAT clauses)
5.16/2.12	c (1,1) 1900 (50 %) CSP clauses are encoded (1100 SAT variables, 1899 SAT clauses)
5.16/2.13	c (1,1) 2280 (60 %) CSP clauses are encoded (1100 SAT variables, 2279 SAT clauses)
5.16/2.13	c (1,1) 2660 (70 %) CSP clauses are encoded (1100 SAT variables, 2659 SAT clauses)
5.16/2.14	c (1,1) 3040 (80 %) CSP clauses are encoded (1100 SAT variables, 3039 SAT clauses)
5.16/2.14	c (1,1) 3420 (90 %) CSP clauses are encoded (1100 SAT variables, 3419 SAT clauses)
5.16/2.15	c (1,1) 3800 (100 %) CSP clauses are encoded (1100 SAT variables, 3799 SAT clauses)
5.16/2.15	c (1,1) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
5.16/2.15	c (1,1) CSPinCNF to SatSolver End
5.16/2.15	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
5.16/2.17	c (1,1) STATISTICS2:HOME/instance-4307366-1534192768.xml,ExtensionSupport:IntVar,1100,3800,-1,2,3,1,,2:10000,3:2400;2:1400,1:10000,
5.16/2.18	c (1,1) 1100 bool, 3800 clause
5.16/2.18	c (1,1) Export Begin
5.52/2.28	c (1,1) Export to HOME/scop-25234-serial-file.bin
5.52/2.28	c (1,1) Export End
5.52/2.28	c (1,1) Export File Size: 0.06 MB
5.52/2.28	c (1,1) 0,0,1,1,1,1,1,STOP-AFTER(DIMACS)
5.52/2.28	c END-Prog: Mon Aug 13 22:39:31 CEST 2018
0.00/2.44	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-25234-serial-file.bin
5.80/2.95	c (0,0) Read Serial File Begin
5.80/2.95	c (0,0) HOME/scop-25234-serial-file.bin
6.71/3.14	c (0,0) Read Serial File End
6.71/3.15	
6.71/3.15	scop order+glucose-syrup (2018-07-31)
6.71/3.15	(Solving Process)
6.71/3.15	
6.71/3.18	c BEGIN-Prog: Mon Aug 13 22:39:32 CEST 2018
6.71/3.18	c PID: 25257
6.71/3.18	c IP: 172.20.3.132
6.71/3.18	c HOST: node132.alineos.net
6.71/3.18	c (0,0) SatSolver.solve Begin
6.71/3.18	c (0,0) 0 bool, 0 clause
6.71/3.18	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307366-1534192768.xml-scop-25237.cnf
6.93/3.21	c (0,0) c
6.93/3.21	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
6.93/3.21	c (0,0) c
6.93/3.21	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
6.93/3.21	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
6.93/3.21	c (0,0) c ========================================[ Problem Statistics ]===========================================
6.93/3.21	c (0,0) c |                                                                                                       |
6.93/3.21	c (0,0) c |  Number of variables:          1100                                                                   |
6.93/3.21	c (0,0) c |  Number of clauses:            3800                                                                   |
6.93/3.21	c (0,0) c |  Parse time:                   0.00 s                                                                 |
6.93/3.21	c (0,0) c |                                                                                                       |
6.93/3.21	c (0,0) c |  Eliminated clauses:           0.04 Mb                                                                |
6.93/3.21	c (0,0) c |  Simplification time:          0.01 s                                                                 |
6.93/3.21	c (0,0) c |                                                                                                       |
6.93/3.21	c (0,0) c =========================================================================================================
6.93/3.21	c (0,0) Solved by unit propagation
6.93/3.21	c (0,0) c real time : 0.00788212 s
6.93/3.22	c (0,0) c cpu time  : 0.007221 s
6.93/3.22	c (0,0) 
6.93/3.22	c (0,0) s UNSATISFIABLE
6.93/3.25	c (0,0) SatSolver.solve End
6.93/3.25	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
6.93/3.25	c (0,0) Show results Begin
6.93/3.25	s UNSATISFIABLE
6.93/3.25	c (0,0) Show results End
6.93/3.25	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
6.93/3.25	c (0,0) 0,0,STOP-AFTER(ALL)
6.93/3.25	c END-Prog: Mon Aug 13 22:39:32 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-4307366-1534192768/watcher-4307366-1534192768 -o /tmp/evaluation-result-4307366-1534192768/solver-4307366-1534192768 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1534187531-22737 --watchdog 2580 scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307366-1534192768.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=25234, runsolver pid=25231

[startup+0.104285 s]*
/proc/loadavg: 1.73 0.80 0.75 3/204 25256
/proc/meminfo: memFree=17253804/32770624 swapFree=67108860/67108860
[pid=25234] ppid=25231 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25234/stat : 25234 (scop.sh) S 25231 25234 22710 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236840000 115843072 349 33554432000 4194304 5098028 140733645627328 140733645624584 139763588432508 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10321920 140733645632547 140733645632771 140733645632771 140733645635533 0
/proc/25234/statm: 28282 349 296 221 0 87 0
[pid=25237] ppid=25234 vsize=27313900 memory=107152 CPUtime=0.1 cores=0-7
/proc/25237/stat : 25237 (java) S 25234 25234 22710 0 -1 1077944320 6785 0 0 0 8 2 0 0 20 0 20 0 236840000 27969433600 26788 33554432000 4194304 4196468 140723183927648 140723183910192 139975610539767 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
/proc/25237/statm: 6828475 26788 2737 1 0 6790935 0
[pid=25237/tid=25238] ppid=25234 vsize=27313900 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/25237/task/25238/stat : 25238 (java) R 25234 25234 22710 0 -1 4202560 4884 0 0 0 7 2 0 0 20 0 20 0 236840000 27969433600 26788 33554432000 4194304 4196468 140723183927648 139975582334928 139975594620254 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25239] ppid=25234 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25237/task/25239/stat : 25239 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 26788 33554432000 4194304 4196468 140723183927648 139975614781968 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25240] ppid=25234 vsize=27313900 memory=139789924898432 CPUtime=0 cores=0-7
/proc/25237/task/25240/stat : 25240 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 26788 33554432000 4194304 4196468 140723183927648 139975428938384 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25241] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25241/stat : 25241 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 26788 33554432000 4194304 4196468 140723183927648 139975427885328 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25242] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25242/stat : 25242 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 26788 33554432000 4194304 4196468 140723183927648 139975426832784 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25243] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25243/stat : 25243 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 26788 33554432000 4194304 4196468 140723183927648 139975425780752 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25244] ppid=25234 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25237/task/25244/stat : 25244 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 26854 33554432000 4194304 4196468 140723183927648 139975424728208 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25245] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25245/stat : 25245 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 26854 33554432000 4194304 4196468 140723183927648 139975423675152 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25246] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25246/stat : 25246 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 26854 33554432000 4194304 4196468 140723183927648 139975422622608 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25247] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25247/stat : 25247 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840004 27969433600 26854 33554432000 4194304 4196468 140723183927648 139973729384688 139975610550914 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25248] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25248/stat : 25248 (java) S 25234 25234 22710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236840005 27969433600 26854 33554432000 4194304 4196468 140723183927648 139973521040544 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25249] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25249/stat : 25249 (java) S 25234 25234 22710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236840005 27969433600 26854 33554432000 4194304 4196468 140723183927648 139973386818288 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25250] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25250/stat : 25250 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840007 27969433600 26854 33554432000 4194304 4196468 140723183927648 139973012314064 139975610558363 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25251] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25251/stat : 25251 (java) S 25234 25234 22710 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 236840007 27969433600 26854 33554432000 4194304 4196468 140723183927648 139973728332528 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25252] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25252/stat : 25252 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840007 27969433600 26854 33554432000 4194304 4196468 140723183927648 139973727279984 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25253] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25253/stat : 25253 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840007 27969433600 26854 33554432000 4194304 4196468 140723183927648 139973726226928 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25254] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25254/stat : 25254 (java) S 25234 25234 22710 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 20 0 236840007 27969433600 26920 33554432000 4194304 4196468 140723183927648 139973725174384 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25255] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25255/stat : 25255 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840008 27969433600 26920 33554432000 4194304 4196468 140723183927648 139972514408928 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25256] ppid=25234 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25237/task/25256/stat : 25256 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840008 27969433600 26920 33554432000 4194304 4196468 140723183927648 139973724121776 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 108548 KiB

[startup+0.210675 s]*
/proc/loadavg: 1.73 0.80 0.75 2/204 25256
/proc/meminfo: memFree=17238192/32770624 swapFree=67108860/67108860
[pid=25234] ppid=25231 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25234/stat : 25234 (scop.sh) S 25231 25234 22710 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236840000 115843072 349 33554432000 4194304 5098028 140733645627328 140733645624584 139763588432508 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10321920 140733645632547 140733645632771 140733645632771 140733645635533 0
/proc/25234/statm: 28282 349 296 221 0 87 0
[pid=25237] ppid=25234 vsize=27313900 memory=121268 CPUtime=0.25 cores=0-7
/proc/25237/stat : 25237 (java) S 25234 25234 22710 0 -1 1077944320 10547 0 0 0 21 4 0 0 20 0 20 0 236840000 27969433600 30317 33554432000 4194304 4196468 140723183927648 140723183910192 139975610539767 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
/proc/25237/statm: 6828475 30317 2898 1 0 6790935 0
[pid=25237/tid=25238] ppid=25234 vsize=27313900 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/25237/task/25238/stat : 25238 (java) R 25234 25234 22710 0 -1 4202560 8433 0 0 0 17 3 0 0 20 0 20 0 236840000 27969433600 30317 33554432000 4194304 4196468 140723183927648 139975582361120 139975081443214 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25239] ppid=25234 vsize=27313900 memory=339 CPUtime=0 cores=0-7
/proc/25237/task/25239/stat : 25239 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 30317 33554432000 4194304 4196468 140723183927648 139975614781968 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25240] ppid=25234 vsize=27313900 memory=139789924921223 CPUtime=0 cores=0-7
/proc/25237/task/25240/stat : 25240 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 30317 33554432000 4194304 4196468 140723183927648 139975428938384 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25241] ppid=25234 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25237/task/25241/stat : 25241 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 30317 33554432000 4194304 4196468 140723183927648 139975427885328 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25242] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25242/stat : 25242 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 30317 33554432000 4194304 4196468 140723183927648 139975426832784 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25243] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25243/stat : 25243 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 30317 33554432000 4194304 4196468 140723183927648 139975425780752 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25244] ppid=25234 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25237/task/25244/stat : 25244 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 30317 33554432000 4194304 4196468 140723183927648 139975424728208 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25245] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25245/stat : 25245 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 30317 33554432000 4194304 4196468 140723183927648 139975423675152 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25246] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25246/stat : 25246 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 30317 33554432000 4194304 4196468 140723183927648 139975422622608 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25247] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25247/stat : 25247 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840004 27969433600 30317 33554432000 4194304 4196468 140723183927648 139973729384688 139975610550914 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25248] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25248/stat : 25248 (java) S 25234 25234 22710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236840005 27969433600 30317 33554432000 4194304 4196468 140723183927648 139973521040544 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25249] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25249/stat : 25249 (java) S 25234 25234 22710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236840005 27969433600 30317 33554432000 4194304 4196468 140723183927648 139973386818288 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25250] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25250/stat : 25250 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840007 27969433600 30317 33554432000 4194304 4196468 140723183927648 139973012314064 139975610558363 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25251] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25251/stat : 25251 (java) R 25234 25234 22710 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 236840007 27969433600 30317 33554432000 4194304 4196468 140723183927648 139973728332528 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25252] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25252/stat : 25252 (java) S 25234 25234 22710 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 20 0 236840007 27969433600 30317 33554432000 4194304 4196468 140723183927648 139973727279984 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25253] ppid=25234 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25237/task/25253/stat : 25253 (java) S 25234 25234 22710 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 236840007 27969433600 30317 33554432000 4194304 4196468 140723183927648 139973726226928 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25254] ppid=25234 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/25237/task/25254/stat : 25254 (java) R 25234 25234 22710 0 -1 1077944384 283 0 0 0 2 0 0 0 20 0 20 0 236840007 27969433600 30317 33554432000 4194304 4196468 140723183927648 139973725174384 139975610550914 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25255] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25255/stat : 25255 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840008 27969433600 30317 33554432000 4194304 4196468 140723183927648 139972514408928 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25256] ppid=25234 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25237/task/25256/stat : 25256 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840008 27969433600 30317 33554432000 4194304 4196468 140723183927648 139973724121776 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 122664 KiB

[startup+0.31137 s]*
/proc/loadavg: 1.73 0.80 0.75 2/204 25256
/proc/meminfo: memFree=17234284/32770624 swapFree=67108860/67108860
[pid=25234] ppid=25231 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25234/stat : 25234 (scop.sh) S 25231 25234 22710 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236840000 115843072 349 33554432000 4194304 5098028 140733645627328 140733645624584 139763588432508 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10321920 140733645632547 140733645632771 140733645632771 140733645635533 0
/proc/25234/statm: 28282 349 296 221 0 87 0
[pid=25237] ppid=25234 vsize=27313900 memory=125148 CPUtime=0.42 cores=0-7
/proc/25237/stat : 25237 (java) S 25234 25234 22710 0 -1 1077944320 11141 0 0 0 37 5 0 0 20 0 20 0 236840000 27969433600 31287 33554432000 4194304 4196468 140723183927648 140723183910192 139975610539767 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
/proc/25237/statm: 6828475 31287 2970 1 0 6790935 0
[pid=25237/tid=25238] ppid=25234 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25237/task/25238/stat : 25238 (java) R 25234 25234 22710 0 -1 4202560 8841 0 0 0 26 3 0 0 20 0 20 0 236840000 27969433600 31287 33554432000 4194304 4196468 140723183927648 139975582335216 139975592103248 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25239] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25239/stat : 25239 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 31287 33554432000 4194304 4196468 140723183927648 139975614781968 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25240] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25240/stat : 25240 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 31287 33554432000 4194304 4196468 140723183927648 139975428938384 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25241] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25241/stat : 25241 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 31287 33554432000 4194304 4196468 140723183927648 139975427885328 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25242] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25242/stat : 25242 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 31287 33554432000 4194304 4196468 140723183927648 139975426832784 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25243] ppid=25234 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/25237/task/25243/stat : 25243 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 31287 33554432000 4194304 4196468 140723183927648 139975425780752 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25244] ppid=25234 vsize=27313900 memory=139789777073071 CPUtime=0 cores=0-7
/proc/25237/task/25244/stat : 25244 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 31287 33554432000 4194304 4196468 140723183927648 139975424728208 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25245] ppid=25234 vsize=27313900 memory=139789777075376 CPUtime=0 cores=0-7
/proc/25237/task/25245/stat : 25245 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 31287 33554432000 4194304 4196468 140723183927648 139975423675152 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25246] ppid=25234 vsize=27313900 memory=139789777077680 CPUtime=0 cores=0-7
/proc/25237/task/25246/stat : 25246 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840003 27969433600 31287 33554432000 4194304 4196468 140723183927648 139975422622608 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25247] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25247/stat : 25247 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840004 27969433600 31287 33554432000 4194304 4196468 140723183927648 139973729384688 139975610550914 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25248] ppid=25234 vsize=27313900 memory=279579554162320 CPUtime=0 cores=0-7
/proc/25237/task/25248/stat : 25248 (java) S 25234 25234 22710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236840005 27969433600 31287 33554432000 4194304 4196468 140723183927648 139973521040544 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25249] ppid=25234 vsize=27313900 memory=279579554169232 CPUtime=0 cores=0-7
/proc/25237/task/25249/stat : 25249 (java) S 25234 25234 22710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236840005 27969433600 31287 33554432000 4194304 4196468 140723183927648 139973386818288 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25250] ppid=25234 vsize=27313900 memory=279579554110512 CPUtime=0 cores=0-7
/proc/25237/task/25250/stat : 25250 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840007 27969433600 31287 33554432000 4194304 4196468 140723183927648 139973012314064 139975610558363 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25251] ppid=25234 vsize=27313900 memory=279579554183056 CPUtime=0.01 cores=0-7
/proc/25237/task/25251/stat : 25251 (java) S 25234 25234 22710 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 20 0 236840007 27969433600 31287 33554432000 4194304 4196468 140723183927648 139973728332528 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25252] ppid=25234 vsize=27313900 memory=279579554189968 CPUtime=0.01 cores=0-7
/proc/25237/task/25252/stat : 25252 (java) S 25234 25234 22710 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 20 0 236840007 27969433600 31287 33554432000 4194304 4196468 140723183927648 139973727279984 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25253] ppid=25234 vsize=27313900 memory=279579554187664 CPUtime=0.01 cores=0-7
/proc/25237/task/25253/stat : 25253 (java) S 25234 25234 22710 0 -1 1077944384 127 0 0 0 1 0 0 0 20 0 20 0 236840007 27969433600 31287 33554432000 4194304 4196468 140723183927648 139973726226928 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25254] ppid=25234 vsize=27313900 memory=279579554203824 CPUtime=0.07 cores=0-7
/proc/25237/task/25254/stat : 25254 (java) S 25234 25234 22710 0 -1 1077944384 311 0 0 0 7 0 0 0 20 0 20 0 236840007 27969433600 31287 33554432000 4194304 4196468 140723183927648 139973725174384 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25255] ppid=25234 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25255/stat : 25255 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840008 27969433600 31287 33554432000 4194304 4196468 140723183927648 139972514408928 139975610549973 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25256] ppid=25234 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25237/task/25256/stat : 25256 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840008 27969433600 31287 33554432000 4194304 4196468 140723183927648 139973724121776 139975610550914 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 126544 KiB

[startup+0.700943 s]
/proc/loadavg: 1.73 0.80 0.75 2/204 25256
/proc/meminfo: memFree=17210348/32770624 swapFree=67108860/67108860
[pid=25234] ppid=25231 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25234/stat : 25234 (scop.sh) S 25231 25234 22710 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236840000 115843072 349 33554432000 4194304 5098028 140733645627328 140733645624584 139763588432508 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10321920 140733645632547 140733645632771 140733645632771 140733645635533 0
/proc/25234/statm: 28282 349 296 221 0 87 0
[pid=25237] ppid=25234 vsize=27322296 memory=163336 CPUtime=1 cores=0-7
/proc/25237/stat : 25237 (java) S 25234 25234 22710 0 -1 1077944320 18380 0 0 0 92 8 0 0 20 0 20 0 236840000 27978031104 40834 33554432000 4194304 4196468 140723183927648 140723183910192 139975610539767 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
/proc/25237/statm: 6830574 40834 3156 1 0 6791959 0
[pid=25237/tid=25238] ppid=25234 vsize=27322296 memory=279579554561712 CPUtime=0.67 cores=0-7
/proc/25237/task/25238/stat : 25238 (java) R 25234 25234 22710 0 -1 4202560 15534 0 0 0 61 6 0 0 20 0 20 0 236840000 27978031104 40834 33554432000 4194304 4196468 140723183927648 139975582374160 139975610561693 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25239] ppid=25234 vsize=27322296 memory=139789777281904 CPUtime=0 cores=0-7
/proc/25237/task/25239/stat : 25239 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840003 27978031104 40834 33554432000 4194304 4196468 140723183927648 139975614781968 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25240] ppid=25234 vsize=27322296 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25240/stat : 25240 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27978031104 40834 33554432000 4194304 4196468 140723183927648 139975428938384 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25241] ppid=25234 vsize=27322296 memory=10784 CPUtime=0 cores=0-7
/proc/25237/task/25241/stat : 25241 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27978031104 40834 33554432000 4194304 4196468 140723183927648 139975427885328 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0

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

/proc/loadavg: 1.73 0.80 0.75 3/204 25256
/proc/meminfo: memFree=17183416/32770624 swapFree=67108860/67108860
[pid=25234] ppid=25231 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25234/stat : 25234 (scop.sh) S 25231 25234 22710 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236840000 115843072 349 33554432000 4194304 5098028 140733645627328 140733645624584 139763588432508 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10321920 140733645632547 140733645632771 140733645632771 140733645635533 0
/proc/25234/statm: 28282 349 296 221 0 87 0
[pid=25237] ppid=25234 vsize=27326392 memory=208576 CPUtime=2.77 cores=0-7
/proc/25237/stat : 25237 (java) S 25234 25234 22710 0 -1 1077944320 22455 0 0 0 266 11 0 0 20 0 20 0 236840000 27982225408 52144 33554432000 4194304 4196468 140723183927648 140723183910192 139975610539767 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
/proc/25237/statm: 6831598 52144 3188 1 0 6792983 0
[pid=25237/tid=25238] ppid=25234 vsize=27326392 memory=14133333755955770 CPUtime=1.46 cores=0-7
/proc/25237/task/25238/stat : 25238 (java) R 25234 25234 22710 0 -1 4202560 16825 0 0 0 139 7 0 0 20 0 20 0 236840000 27982225408 52144 33554432000 4194304 4196468 140723183927648 139975582371248 139975086319925 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25239] ppid=25234 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25239/stat : 25239 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840003 27982225408 52144 33554432000 4194304 4196468 140723183927648 139975614781968 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25240] ppid=25234 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25240/stat : 25240 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27982225408 52144 33554432000 4194304 4196468 140723183927648 139975428938384 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25241] ppid=25234 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25241/stat : 25241 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27982225408 52144 33554432000 4194304 4196468 140723183927648 139975427885328 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25242] ppid=25234 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25242/stat : 25242 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840003 27982225408 52144 33554432000 4194304 4196468 140723183927648 139975426832784 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25243] ppid=25234 vsize=27326392 memory=4580 CPUtime=0 cores=0-7
/proc/25237/task/25243/stat : 25243 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840003 27982225408 52144 33554432000 4194304 4196468 140723183927648 139975425780752 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25244] ppid=25234 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25244/stat : 25244 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840003 27982225408 52144 33554432000 4194304 4196468 140723183927648 139975424728208 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25245] ppid=25234 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25245/stat : 25245 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840003 27982225408 52144 33554432000 4194304 4196468 140723183927648 139975423675152 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25246] ppid=25234 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25246/stat : 25246 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840003 27982225408 52144 33554432000 4194304 4196468 140723183927648 139975422622608 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25247] ppid=25234 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25247/stat : 25247 (java) S 25234 25234 22710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 236840004 27982225408 52144 33554432000 4194304 4196468 140723183927648 139973729384688 139975610550914 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25248] ppid=25234 vsize=27326392 memory=2244 CPUtime=0 cores=0-7
/proc/25237/task/25248/stat : 25248 (java) S 25234 25234 22710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236840005 27982225408 52144 33554432000 4194304 4196468 140723183927648 139973521040544 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25249] ppid=25234 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25249/stat : 25249 (java) S 25234 25234 22710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236840005 27982225408 52144 33554432000 4194304 4196468 140723183927648 139973386818288 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25250] ppid=25234 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/25237/task/25250/stat : 25250 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840007 27982225408 52144 33554432000 4194304 4196468 140723183927648 139973012314064 139975610558363 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25251] ppid=25234 vsize=27326392 memory=0 CPUtime=0.14 cores=0-7
/proc/25237/task/25251/stat : 25251 (java) R 25234 25234 22710 0 -1 1077944384 542 0 0 0 13 1 0 0 20 0 20 0 236840007 27982225408 52144 33554432000 4194304 4196468 140723183927648 139973728332528 139975610550914 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25252] ppid=25234 vsize=27326392 memory=0 CPUtime=0.22 cores=0-7
/proc/25237/task/25252/stat : 25252 (java) R 25234 25234 22710 0 -1 4202560 647 0 0 0 22 0 0 0 20 0 20 0 236840007 27982225408 52144 33554432000 4194304 4196468 140723183927648 139973727264176 139975610561114 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25253] ppid=25234 vsize=27326392 memory=0 CPUtime=0.22 cores=0-7
/proc/25237/task/25253/stat : 25253 (java) S 25234 25234 22710 0 -1 1077944384 458 0 0 0 22 0 0 0 20 0 20 0 236840007 27982225408 52144 33554432000 4194304 4196468 140723183927648 139973726226928 139975610550914 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25254] ppid=25234 vsize=27326392 memory=6943526294502006880 CPUtime=0.67 cores=0-7
/proc/25237/task/25254/stat : 25254 (java) R 25234 25234 22710 0 -1 4202560 2623 0 0 0 67 0 0 0 20 0 20 0 236840007 27982225408 52144 33554432000 4194304 4196468 140723183927648 139973725170144 139975603636603 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25255] ppid=25234 vsize=27326392 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/25237/task/25255/stat : 25255 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840008 27982225408 52144 33554432000 4194304 4196468 140723183927648 139972514408928 139975610549973 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
[pid=25237/tid=25256] ppid=25234 vsize=27326392 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/25237/task/25256/stat : 25256 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840008 27982225408 52144 33554432000 4194304 4196468 140723183927648 139973724121776 139975610550914 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14163968 140723183936489 140723183936813 140723183936813 140723183939535 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 27439520 KiB
Current children cumulated memory: 209972 KiB

[startup+3.11031 s]
/proc/loadavg: 1.73 0.80 0.75 2/204 25276
/proc/meminfo: memFree=17267852/32770624 swapFree=67108860/67108860
[pid=25234] ppid=25231 vsize=113128 memory=1472 CPUtime=5.8 cores=0-7
/proc/25234/stat : 25234 (scop.sh) S 25231 25234 22710 0 -1 4202496 589 27537 0 0 0 0 562 18 20 0 1 0 236840000 115843072 368 33554432000 4194304 5098028 140733645627328 140733645624072 139763588432508 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10321920 140733645632547 140733645632771 140733645632771 140733645635533 0
/proc/25234/statm: 28282 368 311 221 0 87 0
[pid=25257] ppid=25234 vsize=7754116 memory=95380 CPUtime=0.91 cores=0-7
/proc/25257/stat : 25257 (java) S 25234 25234 22710 0 -1 1077944320 17206 0 0 0 85 6 0 0 20 0 20 0 236840244 7940214784 23845 33554432000 4194304 4196468 140728336813680 140728336796224 139804443754231 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
/proc/25257/statm: 1938529 23845 3015 1 0 1900463 0
[pid=25257/tid=25258] ppid=25234 vsize=7754116 memory=64092 CPUtime=0.62 cores=0-7
/proc/25257/task/25258/stat : 25258 (java) R 25234 25234 22710 0 -1 4202560 14667 0 0 0 58 4 0 0 20 0 20 0 236840245 7940214784 23845 33554432000 4194304 4196468 140728336813680 139804415589952 139804443766166 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25259] ppid=25234 vsize=7754116 memory=1236 CPUtime=0 cores=0-7
/proc/25257/task/25259/stat : 25259 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840247 7940214784 23845 33554432000 4194304 4196468 140728336813680 139804447996944 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25260] ppid=25234 vsize=7754116 memory=2444 CPUtime=0 cores=0-7
/proc/25257/task/25260/stat : 25260 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840247 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803929246864 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25261] ppid=25234 vsize=7754116 memory=1832 CPUtime=0 cores=0-7
/proc/25257/task/25261/stat : 25261 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840247 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803928193808 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25262] ppid=25234 vsize=7754116 memory=1920 CPUtime=0 cores=0-7
/proc/25257/task/25262/stat : 25262 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840247 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803927141264 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25263] ppid=25234 vsize=7754116 memory=1192 CPUtime=0 cores=0-7
/proc/25257/task/25263/stat : 25263 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840247 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803926088208 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25264] ppid=25234 vsize=7754116 memory=1616 CPUtime=0 cores=0-7
/proc/25257/task/25264/stat : 25264 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840247 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803925035664 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25265] ppid=25234 vsize=7754116 memory=1384 CPUtime=0 cores=0-7
/proc/25257/task/25265/stat : 25265 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840247 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803923982608 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25266] ppid=25234 vsize=7754116 memory=56 CPUtime=0 cores=0-7
/proc/25257/task/25266/stat : 25266 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840247 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803922930064 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25267] ppid=25234 vsize=7754116 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/25257/task/25267/stat : 25267 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840248 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803872852720 139804443765378 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25268] ppid=25234 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/25257/task/25268/stat : 25268 (java) S 25234 25234 22710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236840249 7940214784 23845 33554432000 4194304 4196468 140728336813680 139802997417632 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25269] ppid=25234 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/25257/task/25269/stat : 25269 (java) S 25234 25234 22710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236840249 7940214784 23845 33554432000 4194304 4196468 140728336813680 139802863195376 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25270] ppid=25234 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/25257/task/25270/stat : 25270 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840251 7940214784 23845 33554432000 4194304 4196468 140728336813680 139802488691152 139804443772827 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25271] ppid=25234 vsize=7754116 memory=0 CPUtime=0.04 cores=0-7
/proc/25257/task/25271/stat : 25271 (java) R 25234 25234 22710 0 -1 4202560 517 0 0 0 4 0 0 0 20 0 20 0 236840251 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803871782288 139804422911296 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25272] ppid=25234 vsize=7754116 memory=0 CPUtime=0.02 cores=0-7
/proc/25257/task/25272/stat : 25272 (java) R 25234 25234 22710 0 -1 4202560 56 0 0 0 2 0 0 0 20 0 20 0 236840251 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803668497376 139804427254351 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25273] ppid=25234 vsize=7754116 memory=0 CPUtime=0.02 cores=0-7
/proc/25257/task/25273/stat : 25273 (java) R 25234 25234 22710 0 -1 4202560 130 0 0 0 2 0 0 0 20 0 20 0 236840251 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803667453936 139804436739273 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25274] ppid=25234 vsize=7754116 memory=0 CPUtime=0.16 cores=0-7
/proc/25257/task/25274/stat : 25274 (java) R 25234 25234 22710 0 -1 4202560 483 0 0 0 16 0 0 0 20 0 20 0 236840251 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803666401392 139804443775578 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25275] ppid=25234 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/25257/task/25275/stat : 25275 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840252 7940214784 23845 33554432000 4194304 4196468 140728336813680 139801990786016 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25276] ppid=25234 vsize=7754116 memory=1396 CPUtime=0 cores=0-7
/proc/25257/task/25276/stat : 25276 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840252 7940214784 23845 33554432000 4194304 4196468 140728336813680 139803665349808 139804443765378 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
Current children cumulated CPU time: 6.71 s
Current children cumulated vsize: 7867244 KiB
Current children cumulated memory: 96852 KiB

[startup+3.26787 s]
# the end of solver process 25234 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.82738 s, system=0.273111 s

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

[startup+3.2011 s]
/proc/loadavg: 1.73 0.80 0.75 2/204 25276
/proc/meminfo: memFree=17267852/32770624 swapFree=67108860/67108860
[pid=25234] ppid=25231 vsize=113128 memory=1472 CPUtime=5.8 cores=0-7
/proc/25234/stat : 25234 (scop.sh) S 25231 25234 22710 0 -1 4202496 589 27537 0 0 0 0 562 18 20 0 1 0 236840000 115843072 368 33554432000 4194304 5098028 140733645627328 140733645624072 139763588432508 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10321920 140733645632547 140733645632771 140733645632771 140733645635533 0
/proc/25234/statm: 28282 368 311 221 0 87 0
[pid=25257] ppid=25234 vsize=7756256 memory=104788 CPUtime=1.13 cores=0-7
/proc/25257/stat : 25257 (java) S 25234 25234 22710 0 -1 1077944320 18489 0 0 0 107 6 0 0 20 0 20 0 236840244 7942406144 26197 33554432000 4194304 4196468 140728336813680 140728336796224 139804443754231 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
/proc/25257/statm: 1939064 26197 3141 1 0 1900463 0
[pid=25257/tid=25258] ppid=25234 vsize=7756256 memory=872 CPUtime=0.71 cores=0-7
/proc/25257/task/25258/stat : 25258 (java) R 25234 25234 22710 0 -1 4202560 15247 0 0 0 67 4 0 0 20 0 20 0 236840245 7942406144 26197 33554432000 4194304 4196468 140728336813680 139804415589792 139803947308992 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25259] ppid=25234 vsize=7756256 memory=4280 CPUtime=0 cores=0-7
/proc/25257/task/25259/stat : 25259 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840247 7942406144 26197 33554432000 4194304 4196468 140728336813680 139804447996944 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25260] ppid=25234 vsize=7756256 memory=14888 CPUtime=0 cores=0-7
/proc/25257/task/25260/stat : 25260 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840247 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803929246864 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25261] ppid=25234 vsize=7756256 memory=35568 CPUtime=0 cores=0-7
/proc/25257/task/25261/stat : 25261 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840247 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803928193808 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25262] ppid=25234 vsize=7756256 memory=15932 CPUtime=0 cores=0-7
/proc/25257/task/25262/stat : 25262 (java) S 25234 25234 22710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236840247 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803927141264 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25263] ppid=25234 vsize=7756256 memory=3332 CPUtime=0 cores=0-7
/proc/25257/task/25263/stat : 25263 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840247 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803926088208 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25264] ppid=25234 vsize=7756256 memory=31140 CPUtime=0 cores=0-7
/proc/25257/task/25264/stat : 25264 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840247 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803925035664 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25265] ppid=25234 vsize=7756256 memory=4572432629645484439 CPUtime=0 cores=0-7
/proc/25257/task/25265/stat : 25265 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840247 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803923982608 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25266] ppid=25234 vsize=7756256 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/25257/task/25266/stat : 25266 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840247 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803922930064 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25267] ppid=25234 vsize=7756256 memory=271376 CPUtime=0 cores=0-7
/proc/25257/task/25267/stat : 25267 (java) S 25234 25234 22710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 236840248 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803872852720 139804443765378 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25268] ppid=25234 vsize=7756256 memory=1399101730491701635 CPUtime=0 cores=0-7
/proc/25257/task/25268/stat : 25268 (java) S 25234 25234 22710 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236840249 7942406144 26197 33554432000 4194304 4196468 140728336813680 139802997417632 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25269] ppid=25234 vsize=7756256 memory=6944656591801717918 CPUtime=0 cores=0-7
/proc/25257/task/25269/stat : 25269 (java) S 25234 25234 22710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236840249 7942406144 26197 33554432000 4194304 4196468 140728336813680 139802863195376 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25270] ppid=25234 vsize=7756256 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/25257/task/25270/stat : 25270 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840251 7942406144 26197 33554432000 4194304 4196468 140728336813680 139802488691152 139804443772827 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25271] ppid=25234 vsize=7756256 memory=-7522837415797432224 CPUtime=0.11 cores=0-7
/proc/25257/task/25271/stat : 25271 (java) R 25234 25234 22710 0 -1 4202560 973 0 0 0 11 0 0 0 20 0 20 0 236840251 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803871799536 139804427139403 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25272] ppid=25234 vsize=7756256 memory=-7522837583129502606 CPUtime=0.04 cores=0-7
/proc/25257/task/25272/stat : 25272 (java) R 25234 25234 22710 0 -1 4202560 204 0 0 0 4 0 0 0 20 0 20 0 236840251 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803668485616 139804424944112 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25273] ppid=25234 vsize=7756256 memory=0 CPUtime=0.03 cores=0-7
/proc/25257/task/25273/stat : 25273 (java) S 25234 25234 22710 0 -1 1077944384 151 0 0 0 3 0 0 0 20 0 20 0 236840251 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803667453936 139804443765378 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25274] ppid=25234 vsize=7756256 memory=0 CPUtime=0.19 cores=0-7
/proc/25257/task/25274/stat : 25274 (java) R 25234 25234 22710 0 -1 4202560 556 0 0 0 19 0 0 0 20 0 20 0 236840251 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803666401392 139804427834718 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25275] ppid=25234 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/25257/task/25275/stat : 25275 (java) S 25234 25234 22710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236840252 7942406144 26197 33554432000 4194304 4196468 140728336813680 139801990786016 139804443764437 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
[pid=25257/tid=25276] ppid=25234 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/25257/task/25276/stat : 25276 (java) S 25234 25234 22710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236840252 7942406144 26197 33554432000 4194304 4196468 140728336813680 139803665349808 139804443765378 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6701056 140728336819377 140728336819501 140728336819501 140728336822223 0
Current children cumulated CPU time: 6.93 s
Current children cumulated vsize: 7869384 KiB
Current children cumulated memory: 106260 KiB

Child status: 0
Real time (s): 3.26792
CPU time (s): 7.10049
CPU user time (s): 6.82738
CPU system time (s): 0.273111
CPU usage (%): 217.278
Max. virtual memory (cumulated for all children) (KiB): 27441656
Max. memory (cumulated for all children) (KiB): 350232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.82738
system time used= 0.273111
maximum resident set size= 356592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8024
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 25234
#   total CPU time (s): 7.10049
#   total CPU user time (s): 6.82738
#   total CPU system time (s): 0.273111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047913 second user time and 0.079515 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 22:39:28
IDJOB=4307366
IDBENCH=141410
IDSOLVER=2789
FILE ID=node132/4307366-1534192768
RUNJOBID= node132-1534187531-22737
PBS_JOBID= 21037984
Free space on /tmp= 38332 MiB

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

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

MD5SUM BENCH= 7caa0b5cafbc6020af5c8bc91888bcd3
RANDOM SEED=241319300

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:        17348276 kB
MemAvailable:   31900248 kB
Buffers:          263112 kB
Cached:         14400956 kB
SwapCached:            0 kB
Active:          7397400 kB
Inactive:        7320896 kB
Active(anon):       3904 kB
Inactive(anon):   102812 kB
Active(file):    7393496 kB
Inactive(file):  7218084 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8636 kB
Writeback:             8 kB
AnonPages:         61436 kB
Mapped:            55800 kB
Shmem:             49824 kB
Slab:             397560 kB
SReclaimable:     368852 kB
SUnreclaim:        28708 kB
KernelStack:        3264 kB
PageTables:         4864 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:      6144 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:32