Trace number 4305361

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+MapleCOMSPS (2018-07-31)UNSAT 5.18151 2.68711

General information on the benchmark

NameDubois/
Dubois-040_c18.xml
MD5SUM45809745b970e21e8f924050121658bf
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 benchmark0.010022
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints80
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":120}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":120}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":80}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-8061-serial-file.bin HOME/instance-4305361-1534075102.xml
0.65/0.52	
0.65/0.52	scop order+minisat_release (2018-07-31)
0.65/0.52	(Encoding Process)
0.65/0.52	
0.65/0.55	c BEGIN-Prog: Sun Aug 12 13:58:23 CEST 2018
0.65/0.55	c PID: 8064
0.65/0.55	c IP: 172.20.3.151
0.65/0.55	c HOST: node151.alineos.net
0.65/0.56	c (0,0) Parsing Begin
1.19/0.90	c (0,0) Parsing End
1.41/0.91	c (0,0) CSP: 0 int (0 aux), 120 bool (0 aux), 80 ctr, max domain size 2
1.41/0.91	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.41/0.91	c (0,0) Constraint Name Generate Begin
1.41/0.91	c (0,0) Ctr:HOME/instance-4305361-1534075102.xml,ExtensionSupport:IntVar
1.41/0.91	c (0,0) Constraint Name Generate End
1.41/0.91	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.41/0.91	c (0,0) CSP to CSPinCNF Begin
1.71/1.18	c (0,0) translated 8 (10%) constraints
1.95/1.25	c (0,0) translated 16 (20%) constraints
2.28/1.31	c (0,0) translated 24 (30%) constraints
2.28/1.35	c (0,0) translated 32 (40%) constraints
2.28/1.38	c (0,0) translated 40 (50%) constraints
2.58/1.41	c (0,0) translated 48 (60%) constraints
2.58/1.43	c (0,0) translated 56 (70%) constraints
2.58/1.45	c (0,0) translated 64 (80%) constraints
2.58/1.47	c (0,0) translated 72 (90%) constraints
2.58/1.49	c (0,0) translated 80 (100%) constraints
2.87/1.53	c (1,0) STATISTICS1:HOME/instance-4305361-1534075102.xml,ExtensionSupport:IntVar,440,1520,-1,2,3,1,,2:4000,3:1040;2:480,1:4000;0:80,
2.87/1.53	c (1,0) ==========================================
2.87/1.53	c (1,0) Order
2.87/1.53	c (1,0) ==========================================
2.87/1.55	c (1,1) translated 152 (10%) constraints
2.87/1.56	c (1,1) translated 304 (20%) constraints
2.87/1.57	c (1,1) translated 456 (30%) constraints
2.87/1.57	c (1,1) translated 608 (40%) constraints
2.87/1.58	c (1,1) translated 760 (50%) constraints
2.87/1.59	c (1,1) translated 912 (60%) constraints
2.87/1.60	c (1,1) translated 1064 (70%) constraints
3.19/1.60	c (1,1) translated 1216 (80%) constraints
3.19/1.61	c (1,1) translated 1368 (90%) constraints
3.19/1.62	c (1,1) translated 1520 (100%) constraints
3.19/1.62	c (1,1) CSP to CSPinCNF End
3.19/1.62	c (1,1) CSP: 0 int (0 aux), 440 bool (320 aux), 1520 ctr, max domain size 2
3.19/1.62	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.19/1.62	c (1,1) CSPinCNF Propagation Begin
3.19/1.67	c (1,1) 0 values, 80 unsatisfiable literals, and 0 valid clauses are removed
3.19/1.67	c (1,1) CSPinCNF Propagation End
3.19/1.67	c (1,1) CSP: 0 int (0 aux), 440 bool (320 aux), 1520 ctr, max domain size 2
3.19/1.67	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.19/1.67	c (1,1) Simplify CSPinCNF Begin
3.19/1.68	c (1,1) Simplify CSPinCNF End
3.19/1.68	c (1,1) CSP: 0 int (0 aux), 440 bool (320 aux), 1520 ctr, max domain size 2
3.19/1.68	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.19/1.68	c (1,1) Calculate Precise Domain Begin
3.19/1.68	c (1,1) 0 values are removed by re-calculation
3.19/1.68	c (1,1) Calculate Precise Domain End
3.19/1.68	c (1,1) CSP: 0 int (0 aux), 440 bool (320 aux), 1520 ctr, max domain size 2
3.19/1.68	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.19/1.68	c (1,1) CSPinCNF to SatSolver Begin
3.52/1.73	c (1,1) 152 (10 %) CSP clauses are encoded (440 SAT variables, 151 SAT clauses)
3.52/1.73	c (1,1) 304 (20 %) CSP clauses are encoded (440 SAT variables, 303 SAT clauses)
3.52/1.73	c (1,1) 456 (30 %) CSP clauses are encoded (440 SAT variables, 455 SAT clauses)
3.52/1.74	c (1,1) 608 (40 %) CSP clauses are encoded (440 SAT variables, 607 SAT clauses)
3.52/1.75	c (1,1) 760 (50 %) CSP clauses are encoded (440 SAT variables, 759 SAT clauses)
3.52/1.75	c (1,1) 912 (60 %) CSP clauses are encoded (440 SAT variables, 911 SAT clauses)
3.52/1.75	c (1,1) 1064 (70 %) CSP clauses are encoded (440 SAT variables, 1063 SAT clauses)
3.52/1.76	c (1,1) 1216 (80 %) CSP clauses are encoded (440 SAT variables, 1215 SAT clauses)
3.52/1.76	c (1,1) 1368 (90 %) CSP clauses are encoded (440 SAT variables, 1367 SAT clauses)
3.52/1.76	c (1,1) 1520 (100 %) CSP clauses are encoded (440 SAT variables, 1519 SAT clauses)
3.52/1.76	c (1,1) Launch Command will be: minisat_release
3.52/1.76	c (1,1) CSPinCNF to SatSolver End
3.52/1.76	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
3.52/1.78	c (1,1) STATISTICS2:HOME/instance-4305361-1534075102.xml,ExtensionSupport:IntVar,440,1520,-1,2,3,1,,2:4000,3:960;2:560,1:4000,
3.52/1.78	c (1,1) 440 bool, 1520 clause
3.52/1.78	c (1,1) Export Begin
3.86/1.87	c (1,1) Export to HOME/scop-8061-serial-file.bin
3.86/1.87	c (1,1) Export End
3.86/1.87	c (1,1) Export File Size: 0.02 MB
3.86/1.87	c (1,1) 0,0,1,1,1,1,1,STOP-AFTER(DIMACS)
3.86/1.88	c END-Prog: Sun Aug 12 13:58:24 CEST 2018
3.86/1.89	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-8061-serial-file.bin
4.54/2.39	c (0,0) Read Serial File Begin
4.54/2.39	c (0,0) HOME/scop-8061-serial-file.bin
4.83/2.56	c (0,0) Read Serial File End
4.83/2.58	
4.83/2.58	scop order+minisat_release (2018-07-31)
4.83/2.58	(Solving Process)
4.83/2.58	
4.97/2.60	c BEGIN-Prog: Sun Aug 12 13:58:25 CEST 2018
4.97/2.60	c PID: 8079
4.97/2.60	c IP: 172.20.3.151
4.97/2.60	c HOST: node151.alineos.net
4.97/2.60	c (0,0) SatSolver.solve Begin
4.97/2.60	c (0,0) 0 bool, 0 clause
4.97/2.60	c (0,0) minisat_release HOME/instance-4305361-1534075102.xml-scop-8064.cnf
4.97/2.63	c (0,0) c This is COMiniSatPS.
4.97/2.63	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.97/2.63	c (0,0) c ============================[ Problem Statistics ]=============================
4.97/2.63	c (0,0) c |                                                                             |
4.97/2.63	c (0,0) c |  Number of variables:           440                                         |
4.97/2.63	c (0,0) c |  Number of clauses:            1520                                         |
4.97/2.63	c (0,0) c |  Parse time:                   0.00 s                                       |
4.97/2.63	c (0,0) c |  Eliminated clauses:           0.02 Mb                                      |
4.97/2.63	c (0,0) c |  Simplification time:          0.00 s                                       |
4.97/2.63	c (0,0) c |                                                                             |
4.97/2.63	c (0,0) c ===============================================================================
4.97/2.63	c (0,0) c Solved by simplification
4.97/2.63	c (0,0) c restarts              : 0
4.97/2.63	c (0,0) c conflicts             : 0              (0 /sec)
4.97/2.63	c (0,0) c decisions             : 0              (-nan % random) (0 /sec)
4.97/2.63	c (0,0) c propagations          : 0              (0 /sec)
4.97/2.63	c (0,0) c conflict literals     : 0              (-nan % deleted)
4.97/2.63	c (0,0) c CPU time              : 0.005137 s
4.97/2.63	c (0,0) 
4.97/2.63	c (0,0) s UNSATISFIABLE
4.97/2.67	c (0,0) SatSolver.solve End
4.97/2.67	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
4.97/2.67	c (0,0) Show results Begin
4.97/2.67	s UNSATISFIABLE
4.97/2.67	c (0,0) Show results End
4.97/2.67	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
4.97/2.68	c (0,0) 0,0,STOP-AFTER(ALL)
4.97/2.68	c END-Prog: Sun Aug 12 13:58:25 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 (3042 MiB free)
  memory of node 1: 16384 MiB (5517 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305361-1534075102/watcher-4305361-1534075102 -o /tmp/evaluation-result-4305361-1534075102/solver-4305361-1534075102 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3793 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305361-1534075102.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100088 s]*
/proc/loadavg: 2.33 2.15 2.08 3/222 8078
/proc/meminfo: memFree=8705404/32770624 swapFree=67108860/67108860
[pid=8061] ppid=8058 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/8061/stat : 8061 (scop.sh) S 8058 8061 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225073428 115843072 349 33554432000 4194304 5098028 140727881347088 140727881344344 139841234375292 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29859840 140727881352256 140727881352455 140727881352455 140727881355213 0
/proc/8061/statm: 28282 349 296 221 0 87 0
[pid=8064] ppid=8061 vsize=15012476 memory=72076 CPUtime=0.11 cores=0,2,4,6
/proc/8064/stat : 8064 (java) S 8061 8061 3762 0 -1 1077944320 6648 0 0 0 9 2 0 0 20 0 15 0 225073428 15372775424 18019 33554432000 4194304 4196468 140735200954368 140735200936912 139731911786231 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
/proc/8064/statm: 3753119 18019 2771 1 0 3715579 0
[pid=8064/tid=8065] ppid=8061 vsize=15012476 memory=-6526411401870300574 CPUtime=0.08 cores=0,2,4,6
/proc/8064/task/8065/stat : 8065 (java) R 8061 8061 3762 0 -1 4202560 4722 0 0 0 7 1 0 0 20 0 15 0 225073428 15372775424 18019 33554432000 4194304 4196468 140735200954368 139731883612560 139731896951788 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8066] ppid=8061 vsize=15012476 memory=3472468287939892912 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8066/stat : 8066 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15372775424 18019 33554432000 4194304 4196468 140735200954368 139731916029072 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8067] ppid=8061 vsize=15012476 memory=139991712212608 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8067/stat : 8067 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15372775424 18019 33554432000 4194304 4196468 140735200954368 139731730185232 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8068] ppid=8061 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8068/stat : 8068 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15372775424 18019 33554432000 4194304 4196468 140735200954368 139731729132432 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8069] ppid=8061 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8069/stat : 8069 (java) S 8061 8061 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073430 15372775424 18019 33554432000 4194304 4196468 140735200954368 139731370584848 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8070] ppid=8061 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8070/stat : 8070 (java) S 8061 8061 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073431 15372775424 18019 33554432000 4194304 4196468 140735200954368 139731250674032 139731911797378 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8071] ppid=8061 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8071/stat : 8071 (java) S 8061 8061 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073432 15372775424 18019 33554432000 4194304 4196468 140735200954368 139730486289440 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8072] ppid=8061 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8072/stat : 8072 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073432 15372775424 18019 33554432000 4194304 4196468 140735200954368 139730251408240 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8073] ppid=8061 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8073/stat : 8073 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15372775424 18019 33554432000 4194304 4196468 140735200954368 139729876899664 139731911804827 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8074] ppid=8061 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8074/stat : 8074 (java) S 8061 8061 3762 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 225073435 15372775424 18019 33554432000 4194304 4196468 140735200954368 139731249621872 139731911797378 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8075] ppid=8061 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8075/stat : 8075 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15372775424 18019 33554432000 4194304 4196468 140735200954368 139731248569072 139731911797378 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8076] ppid=8061 vsize=15012476 memory=139991712212608 CPUtime=0.01 cores=0,2,4,6
/proc/8064/task/8076/stat : 8076 (java) S 8061 8061 3762 0 -1 1077944384 290 0 0 0 1 0 0 0 20 0 15 0 225073435 15372775424 18019 33554432000 4194304 4196468 140735200954368 139731247516272 139731911797378 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8077] ppid=8061 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8077/stat : 8077 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15372775424 18019 33554432000 4194304 4196468 140735200954368 139729378994912 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8078] ppid=8061 vsize=15012476 memory=139991712212608 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8078/stat : 8078 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073435 15372775424 18019 33554432000 4194304 4196468 140735200954368 139731246463664 139731911797378 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 73472 KiB

[startup+0.210604 s]*
/proc/loadavg: 2.33 2.15 2.08 3/222 8078
/proc/meminfo: memFree=8691092/32770624 swapFree=67108860/67108860
[pid=8061] ppid=8058 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/8061/stat : 8061 (scop.sh) S 8058 8061 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225073428 115843072 349 33554432000 4194304 5098028 140727881347088 140727881344344 139841234375292 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29859840 140727881352256 140727881352455 140727881352455 140727881355213 0
/proc/8061/statm: 28282 349 296 221 0 87 0
[pid=8064] ppid=8061 vsize=15012476 memory=85352 CPUtime=0.25 cores=0,2,4,6
/proc/8064/stat : 8064 (java) S 8061 8061 3762 0 -1 1077944320 10257 0 0 0 22 3 0 0 20 0 15 0 225073428 15372775424 21338 33554432000 4194304 4196468 140735200954368 140735200936912 139731911786231 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
/proc/8064/statm: 3753119 21338 2873 1 0 3715579 0
[pid=8064/tid=8065] ppid=8061 vsize=15012476 memory=-8976644418600983157 CPUtime=0.19 cores=0,2,4,6
/proc/8064/task/8065/stat : 8065 (java) R 8061 8061 3762 0 -1 4202560 8139 0 0 0 17 2 0 0 20 0 15 0 225073428 15372775424 21338 33554432000 4194304 4196468 140735200954368 139731883612624 139731409074836 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8066] ppid=8061 vsize=15012476 memory=3472468287939892912 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8066/stat : 8066 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15372775424 21338 33554432000 4194304 4196468 140735200954368 139731916029072 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8067] ppid=8061 vsize=15012476 memory=139991712212608 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8067/stat : 8067 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15372775424 21338 33554432000 4194304 4196468 140735200954368 139731730185232 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8068] ppid=8061 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8068/stat : 8068 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15372775424 21338 33554432000 4194304 4196468 140735200954368 139731729132432 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8069] ppid=8061 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8069/stat : 8069 (java) S 8061 8061 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073430 15372775424 21338 33554432000 4194304 4196468 140735200954368 139731370584848 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8070] ppid=8061 vsize=15012476 memory=139991712212608 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8070/stat : 8070 (java) S 8061 8061 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073431 15372775424 21338 33554432000 4194304 4196468 140735200954368 139731250674032 139731911797378 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8071] ppid=8061 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8071/stat : 8071 (java) S 8061 8061 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073432 15372775424 21338 33554432000 4194304 4196468 140735200954368 139730486289440 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8072] ppid=8061 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8072/stat : 8072 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073432 15372775424 21338 33554432000 4194304 4196468 140735200954368 139730251408240 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8073] ppid=8061 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8073/stat : 8073 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15372775424 21338 33554432000 4194304 4196468 140735200954368 139729876899664 139731911804827 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8074] ppid=8061 vsize=15012476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8064/task/8074/stat : 8074 (java) S 8061 8061 3762 0 -1 1077944384 430 0 0 0 1 0 0 0 20 0 15 0 225073435 15372775424 21338 33554432000 4194304 4196468 140735200954368 139731249621872 139731911797378 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8075] ppid=8061 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8075/stat : 8075 (java) S 8061 8061 3762 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 225073435 15372775424 21338 33554432000 4194304 4196468 140735200954368 139731248569072 139731911797378 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8076] ppid=8061 vsize=15012476 memory=139991712212608 CPUtime=0.03 cores=0,2,4,6
/proc/8064/task/8076/stat : 8076 (java) R 8061 8061 3762 0 -1 4202560 321 0 0 0 3 0 0 0 20 0 15 0 225073435 15372775424 21338 33554432000 4194304 4196468 140735200954368 139731247516272 139731896337264 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8077] ppid=8061 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8077/stat : 8077 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15372775424 21338 33554432000 4194304 4196468 140735200954368 139729378994912 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8078] ppid=8061 vsize=15012476 memory=139991712212608 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8078/stat : 8078 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073435 15372775424 21338 33554432000 4194304 4196468 140735200954368 139731246463664 139731911797378 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 86748 KiB

[startup+0.31037 s]*
/proc/loadavg: 2.33 2.15 2.08 3/222 8078
/proc/meminfo: memFree=8687556/32770624 swapFree=67108860/67108860
[pid=8061] ppid=8058 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/8061/stat : 8061 (scop.sh) S 8058 8061 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225073428 115843072 349 33554432000 4194304 5098028 140727881347088 140727881344344 139841234375292 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29859840 140727881352256 140727881352455 140727881352455 140727881355213 0
/proc/8061/statm: 28282 349 296 221 0 87 0
[pid=8064] ppid=8061 vsize=15012476 memory=89816 CPUtime=0.42 cores=0,2,4,6
/proc/8064/stat : 8064 (java) S 8061 8061 3762 0 -1 1077944320 10885 0 0 0 39 3 0 0 20 0 15 0 225073428 15372775424 22454 33554432000 4194304 4196468 140735200954368 140735200936912 139731911786231 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
/proc/8064/statm: 3753119 22454 3014 1 0 3715579 0
[pid=8064/tid=8065] ppid=8061 vsize=15012476 memory=-8976644418600983157 CPUtime=0.3 cores=0,2,4,6
/proc/8064/task/8065/stat : 8065 (java) R 8061 8061 3762 0 -1 4202560 8576 0 0 0 27 3 0 0 20 0 15 0 225073428 15372775424 22454 33554432000 4194304 4196468 140735200954368 139731883581232 139731895866718 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8066] ppid=8061 vsize=15012476 memory=3472468287939892912 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8066/stat : 8066 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15372775424 22454 33554432000 4194304 4196468 140735200954368 139731916029072 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8067] ppid=8061 vsize=15012476 memory=279983285660544 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8067/stat : 8067 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15372775424 22454 33554432000 4194304 4196468 140735200954368 139731730185232 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8068] ppid=8061 vsize=15012476 memory=279983146928160 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8068/stat : 8068 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15372775424 22454 33554432000 4194304 4196468 140735200954368 139731729132432 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8069] ppid=8061 vsize=15012476 memory=139991573447951 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8069/stat : 8069 (java) S 8061 8061 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073430 15372775424 22454 33554432000 4194304 4196468 140735200954368 139731370584848 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8070] ppid=8061 vsize=15012476 memory=279983285667456 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8070/stat : 8070 (java) S 8061 8061 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073431 15372775424 22454 33554432000 4194304 4196468 140735200954368 139731250674032 139731911797378 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8071] ppid=8061 vsize=15012476 memory=139991573452559 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8071/stat : 8071 (java) S 8061 8061 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073432 15372775424 22454 33554432000 4194304 4196468 140735200954368 139730486289440 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8072] ppid=8061 vsize=15012476 memory=139991573462320 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8072/stat : 8072 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073432 15372775424 22454 33554432000 4194304 4196468 140735200954368 139730251408240 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8073] ppid=8061 vsize=15012476 memory=279983146937376 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8073/stat : 8073 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15372775424 22454 33554432000 4194304 4196468 140735200954368 139729876899664 139731911804827 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8074] ppid=8061 vsize=15012476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8064/task/8074/stat : 8074 (java) S 8061 8061 3762 0 -1 1077944384 483 0 0 0 1 0 0 0 20 0 15 0 225073435 15372775424 22454 33554432000 4194304 4196468 140735200954368 139731249621872 139731911797378 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8075] ppid=8061 vsize=15012476 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/8064/task/8075/stat : 8075 (java) S 8061 8061 3762 0 -1 1077944384 133 0 0 0 2 0 0 0 20 0 15 0 225073435 15372775424 22454 33554432000 4194304 4196468 140735200954368 139731248569072 139731911797378 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8076] ppid=8061 vsize=15012476 memory=139991712212608 CPUtime=0.07 cores=0,2,4,6
/proc/8064/task/8076/stat : 8076 (java) S 8061 8061 3762 0 -1 1077944384 366 0 0 0 7 0 0 0 20 0 15 0 225073435 15372775424 22454 33554432000 4194304 4196468 140735200954368 139731247516272 139731911797378 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8077] ppid=8061 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8077/stat : 8077 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15372775424 22454 33554432000 4194304 4196468 140735200954368 139729378994912 139731911796437 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8078] ppid=8061 vsize=15012476 memory=139991712214004 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8078/stat : 8078 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073435 15372775424 22454 33554432000 4194304 4196468 140735200954368 139731246463664 139731911797378 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91212 KiB

[startup+0.701245 s]
/proc/loadavg: 2.33 2.15 2.08 3/222 8078
/proc/meminfo: memFree=8662896/32770624 swapFree=67108860/67108860
[pid=8061] ppid=8058 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/8061/stat : 8061 (scop.sh) S 8058 8061 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225073428 115843072 349 33554432000 4194304 5098028 140727881347088 140727881344344 139841234375292 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29859840 140727881352256 140727881352455 140727881352455 140727881355213 0
/proc/8061/statm: 28282 349 296 221 0 87 0
[pid=8064] ppid=8061 vsize=15020872 memory=129632 CPUtime=1 cores=0,2,4,6
/proc/8064/stat : 8064 (java) S 8061 8061 3762 0 -1 1077944320 18089 0 0 0 94 6 0 0 20 0 15 0 225073428 15381372928 32408 33554432000 4194304 4196468 140735200954368 140735200936912 139731911786231 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
/proc/8064/statm: 3755218 32408 3155 1 0 3716603 0
[pid=8064/tid=8065] ppid=8061 vsize=15020872 memory=54 CPUtime=0.67 cores=0,2,4,6
/proc/8064/task/8065/stat : 8065 (java) R 8061 8061 3762 0 -1 4202560 15322 0 0 0 62 5 0 0 20 0 15 0 225073428 15381372928 32408 33554432000 4194304 4196468 140735200954368 139731883622144 139731895866718 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8066] ppid=8061 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8066/stat : 8066 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15381372928 32408 33554432000 4194304 4196468 140735200954368 139731916029072 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8067] ppid=8061 vsize=15020872 memory=8751464017575360309 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8067/stat : 8067 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15381372928 32408 33554432000 4194304 4196468 140735200954368 139731730185232 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8068] ppid=8061 vsize=15020872 memory=5788902676991533888 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8068/stat : 8068 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15381372928 32408 33554432000 4194304 4196468 140735200954368 139731729132432 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8069] ppid=8061 vsize=15020872 memory=6440526044186890340 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8069/stat : 8069 (java) S 8061 8061 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073430 15381372928 32408 33554432000 4194304 4196468 140735200954368 139731370584848 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8070] ppid=8061 vsize=15020872 memory=170926128 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8070/stat : 8070 (java) S 8061 8061 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225073431 15381372928 32408 33554432000 4194304 4196468 140735200954368 139731250674032 139731911797378 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8071] ppid=8061 vsize=15020872 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8071/stat : 8071 (java) S 8061 8061 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073432 15381372928 32408 33554432000 4194304 4196468 140735200954368 139730486289440 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8072] ppid=8061 vsize=15020872 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8072/stat : 8072 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073432 15381372928 32408 33554432000 4194304 4196468 140735200954368 139730251408240 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8073] ppid=8061 vsize=15020872 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8073/stat : 8073 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15381372928 32408 33554432000 4194304 4196468 140735200954368 139729876899664 139731911804827 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8074] ppid=8061 vsize=15020872 memory=4536 CPUtime=0.09 cores=0,2,4,6
/proc/8064/task/8074/stat : 8074 (java) R 8061 8061 3762 0 -1 4202560 735 0 0 0 9 0 0 0 20 0 15 0 225073435 15381372928 32408 33554432000 4194304 4196468 140735200954368 139731249612240 139731893330431 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8075] ppid=8061 vsize=15020872 memory=8448 CPUtime=0.06 cores=0,2,4,6
/proc/8064/task/8075/stat : 8075 (java) R 8061 8061 3762 0 -1 4202560 193 0 0 0 6 0 0 0 20 0 15 0 225073435 15381372928 32408 33554432000 4194304 4196468 140735200954368 139731248559456 139731889674752 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8076] ppid=8061 vsize=15020872 memory=1628 CPUtime=0.16 cores=0,2,4,6
/proc/8064/task/8076/stat : 8076 (java) S 8061 8061 3762 0 -1 1077944384 506 0 0 0 16 0 0 0 20 0 15 0 225073435 15381372928 32408 33554432000 4194304 4196468 140735200954368 139731247516272 139731911797378 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8077] ppid=8061 vsize=15020872 memory=1144 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8077/stat : 8077 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15381372928 32408 33554432000 4194304 4196468 140735200954368 139729378994912 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8078] ppid=8061 vsize=15020872 memory=15244 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8078/stat : 8078 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073435 15381372928 32408 33554432000 4194304 4196468 140735200954368 139731246463664 139731911797378 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 131028 KiB

[startup+1.50075 s]
/proc/loadavg: 2.38 2.16 2.09 3/222 8078
/proc/meminfo: memFree=8634236/32770624 swapFree=67108860/67108860
[pid=8061] ppid=8058 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/8061/stat : 8061 (scop.sh) S 8058 8061 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225073428 115843072 349 33554432000 4194304 5098028 140727881347088 140727881344344 139841234375292 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29859840 140727881352256 140727881352455 140727881352455 140727881355213 0
/proc/8061/statm: 28282 349 296 221 0 87 0

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

/proc/8064/task/8066/stat : 8066 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15385567232 44299 33554432000 4194304 4196468 140735200954368 139731916029072 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8067] ppid=8061 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8067/stat : 8067 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15385567232 44299 33554432000 4194304 4196468 140735200954368 139731730185232 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8068] ppid=8061 vsize=15024968 memory=279983146746528 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8068/stat : 8068 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15385567232 44299 33554432000 4194304 4196468 140735200954368 139731729132432 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8069] ppid=8061 vsize=15024968 memory=54 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8069/stat : 8069 (java) S 8061 8061 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073430 15385567232 44299 33554432000 4194304 4196468 140735200954368 139731370584848 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8070] ppid=8061 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8070/stat : 8070 (java) S 8061 8061 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225073431 15385567232 44299 33554432000 4194304 4196468 140735200954368 139731250674032 139731911797378 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8071] ppid=8061 vsize=15024968 memory=279983146955328 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8071/stat : 8071 (java) S 8061 8061 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073432 15385567232 44299 33554432000 4194304 4196468 140735200954368 139730486289440 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8072] ppid=8061 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8072/stat : 8072 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073432 15385567232 44299 33554432000 4194304 4196468 140735200954368 139730251408240 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8073] ppid=8061 vsize=15024968 memory=279983146974496 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8073/stat : 8073 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15385567232 44299 33554432000 4194304 4196468 140735200954368 139729876899664 139731911804827 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8074] ppid=8061 vsize=15024968 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/8064/task/8074/stat : 8074 (java) R 8061 8061 3762 0 -1 4202560 1105 0 0 0 34 0 0 0 20 0 15 0 225073435 15385567232 44299 33554432000 4194304 4196468 140735200954368 139731249609104 139731889381008 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8075] ppid=8061 vsize=15024968 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/8064/task/8075/stat : 8075 (java) S 8061 8061 3762 0 -1 1077944384 598 0 0 0 34 0 0 0 20 0 15 0 225073435 15385567232 44299 33554432000 4194304 4196468 140735200954368 139731248569072 139731911797378 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8076] ppid=8061 vsize=15024968 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/8064/task/8076/stat : 8076 (java) R 8061 8061 3762 0 -1 4202560 2640 0 0 0 68 1 0 0 20 0 15 0 225073435 15385567232 44299 33554432000 4194304 4196468 140735200954368 139731247516272 139731890306672 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8077] ppid=8061 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8077/stat : 8077 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15385567232 44299 33554432000 4194304 4196468 140735200954368 139729378994912 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8078] ppid=8061 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8078/stat : 8078 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073435 15385567232 44299 33554432000 4194304 4196468 140735200954368 139731246463664 139731911797378 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 15138096 KiB
Current children cumulated memory: 178592 KiB

[startup+2.68707 s]
# the end of solver process 8061 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.98766 s, system=0.193851 s

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

[startup+1.60136 s]
/proc/loadavg: 2.38 2.16 2.09 3/222 8078
/proc/meminfo: memFree=8634236/32770624 swapFree=67108860/67108860
[pid=8061] ppid=8058 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/8061/stat : 8061 (scop.sh) S 8058 8061 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225073428 115843072 349 33554432000 4194304 5098028 140727881347088 140727881344344 139841234375292 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29859840 140727881352256 140727881352455 140727881352455 140727881355213 0
/proc/8061/statm: 28282 349 296 221 0 87 0
[pid=8064] ppid=8061 vsize=15024968 memory=190420 CPUtime=3.19 cores=0,2,4,6
/proc/8064/stat : 8064 (java) S 8061 8061 3762 0 -1 1077944320 22493 0 0 0 310 9 0 0 20 0 15 0 225073428 15385567232 47605 33554432000 4194304 4196468 140735200954368 140735200936912 139731911786231 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
/proc/8064/statm: 3756242 47605 3193 1 0 3717627 0
[pid=8064/tid=8065] ppid=8061 vsize=15024968 memory=0 CPUtime=1.56 cores=0,2,4,6
/proc/8064/task/8065/stat : 8065 (java) R 8061 8061 3762 0 -1 4202560 16626 0 0 0 150 6 0 0 20 0 15 0 225073428 15385567232 47605 33554432000 4194304 4196468 140735200954368 139731883616480 139731415492636 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8066] ppid=8061 vsize=15024968 memory=7235103601363281778 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8066/stat : 8066 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15385567232 47605 33554432000 4194304 4196468 140735200954368 139731916029072 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8067] ppid=8061 vsize=15024968 memory=7230921007607278949 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8067/stat : 8067 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15385567232 47605 33554432000 4194304 4196468 140735200954368 139731730185232 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8068] ppid=8061 vsize=15024968 memory=7445408212677323368 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8068/stat : 8068 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073430 15385567232 47605 33554432000 4194304 4196468 140735200954368 139731729132432 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8069] ppid=8061 vsize=15024968 memory=7378958217699420266 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8069/stat : 8069 (java) S 8061 8061 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073430 15385567232 47605 33554432000 4194304 4196468 140735200954368 139731370584848 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8070] ppid=8061 vsize=15024968 memory=7157735280196867940 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8070/stat : 8070 (java) S 8061 8061 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225073431 15385567232 47605 33554432000 4194304 4196468 140735200954368 139731250674032 139731911797378 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8071] ppid=8061 vsize=15024968 memory=7014751519617013604 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8071/stat : 8071 (java) S 8061 8061 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073432 15385567232 47605 33554432000 4194304 4196468 140735200954368 139730486289440 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8072] ppid=8061 vsize=15024968 memory=139991712212608 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8072/stat : 8072 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073432 15385567232 47605 33554432000 4194304 4196468 140735200954368 139730251408240 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8073] ppid=8061 vsize=15024968 memory=139990164045825 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8073/stat : 8073 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15385567232 47605 33554432000 4194304 4196468 140735200954368 139729876899664 139731911804827 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8074] ppid=8061 vsize=15024968 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/8064/task/8074/stat : 8074 (java) R 8061 8061 3762 0 -1 4202560 1145 0 0 0 43 0 0 0 20 0 15 0 225073435 15385567232 47605 33554432000 4194304 4196468 140735200954368 139731249611664 139731890961661 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8075] ppid=8061 vsize=15024968 memory=7157735280196867940 CPUtime=0.43 cores=0,2,4,6
/proc/8064/task/8075/stat : 8075 (java) R 8061 8061 3762 0 -1 4202560 666 0 0 0 43 0 0 0 20 0 15 0 225073435 15385567232 47605 33554432000 4194304 4196468 140735200954368 139731248555520 139731890975681 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8076] ppid=8061 vsize=15024968 memory=7378419371419592041 CPUtime=0.73 cores=0,2,4,6
/proc/8064/task/8076/stat : 8076 (java) S 8061 8061 3762 0 -1 1077944384 2722 0 0 0 72 1 0 0 20 0 15 0 225073435 15385567232 47605 33554432000 4194304 4196468 140735200954368 139731247516272 139731911797378 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8077] ppid=8061 vsize=15024968 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8077/stat : 8077 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073435 15385567232 47605 33554432000 4194304 4196468 140735200954368 139729378994912 139731911796437 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
[pid=8064/tid=8078] ppid=8061 vsize=15024968 memory=160892 CPUtime=0 cores=0,2,4,6
/proc/8064/task/8078/stat : 8078 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073435 15385567232 47605 33554432000 4194304 4196468 140735200954368 139731246463664 139731911797378 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22568960 140735200961543 140735200961841 140735200961841 140735200964559 0
Current children cumulated CPU time: 3.19 s
Current children cumulated vsize: 15138096 KiB
Current children cumulated memory: 191816 KiB

[startup+2.40075 s]
/proc/loadavg: 2.38 2.16 2.09 3/222 8093
/proc/meminfo: memFree=8727172/32770624 swapFree=67108860/67108860
[pid=8061] ppid=8058 vsize=113128 memory=1472 CPUtime=4.01 cores=0,2,4,6
/proc/8061/stat : 8061 (scop.sh) S 8058 8061 3762 0 -1 4202496 590 24412 0 0 0 0 389 12 20 0 1 0 225073428 115843072 368 33554432000 4194304 5098028 140727881347088 140727881343832 139841234375292 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29859840 140727881352256 140727881352455 140727881352455 140727881355213 0
/proc/8061/statm: 28282 368 311 221 0 87 0
[pid=8079] ppid=8061 vsize=7406364 memory=90324 CPUtime=0.65 cores=0,2,4,6
/proc/8079/stat : 8079 (java) S 8061 8061 3762 0 -1 1077944320 15752 0 0 0 61 4 0 0 20 0 15 0 225073618 7584116736 22581 33554432000 4194304 4196468 140735579804480 140735579787024 140580729577207 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
/proc/8079/statm: 1851591 22581 2982 1 0 1813530 0
[pid=8079/tid=8080] ppid=8061 vsize=7406364 memory=8112282956445269571 CPUtime=0.47 cores=0,2,4,6
/proc/8079/task/8080/stat : 8080 (java) R 8061 8061 3762 0 -1 4202560 13459 0 0 0 44 3 0 0 20 0 15 0 225073618 7584116736 22581 33554432000 4194304 4196468 140735579804480 140580701390032 140580729599133 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8081] ppid=8061 vsize=7406364 memory=7012213924240582253 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8081/stat : 8081 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073619 7584116736 22581 33554432000 4194304 4196468 140735579804480 140580733819152 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8082] ppid=8061 vsize=7406364 memory=385 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8082/stat : 8082 (java) S 8061 8061 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073619 7584116736 22581 33554432000 4194304 4196468 140735579804480 140580533987728 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8083] ppid=8061 vsize=7406364 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8083/stat : 8083 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073619 7584116736 22581 33554432000 4194304 4196468 140735579804480 140580532935184 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8084] ppid=8061 vsize=7406364 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8084/stat : 8084 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073619 7584116736 22581 33554432000 4194304 4196468 140735579804480 140580531882640 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8085] ppid=8061 vsize=7406364 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8085/stat : 8085 (java) S 8061 8061 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073621 7584116736 22581 33554432000 4194304 4196468 140735579804480 140579974371824 140580729588354 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8086] ppid=8061 vsize=7406364 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8086/stat : 8086 (java) S 8061 8061 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073621 7584116736 22581 33554432000 4194304 4196468 140735579804480 140579581191584 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8087] ppid=8061 vsize=7406364 memory=279983146993712 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8087/stat : 8087 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073621 7584116736 22581 33554432000 4194304 4196468 140735579804480 140579312756208 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8088] ppid=8061 vsize=7406364 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8088/stat : 8088 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073624 7584116736 22581 33554432000 4194304 4196468 140735579804480 140578938247888 140580729595803 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8089] ppid=8061 vsize=7406364 memory=6656426216303648864 CPUtime=0.02 cores=0,2,4,6
/proc/8079/task/8089/stat : 8089 (java) S 8061 8061 3762 0 -1 1077944384 525 0 0 0 2 0 0 0 20 0 15 0 225073624 7584116736 22581 33554432000 4194304 4196468 140735579804480 140579973318640 140580729588354 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8090] ppid=8061 vsize=7406364 memory=6655300316396806240 CPUtime=0.02 cores=0,2,4,6
/proc/8079/task/8090/stat : 8090 (java) S 8061 8061 3762 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 15 0 225073624 7584116736 22581 33554432000 4194304 4196468 140735579804480 140579972266096 140580729588354 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8091] ppid=8061 vsize=7406364 memory=6944656575208382560 CPUtime=0.1 cores=0,2,4,6
/proc/8079/task/8091/stat : 8091 (java) S 8061 8061 3762 0 -1 1077944384 320 0 0 0 10 0 0 0 20 0 15 0 225073624 7584116736 22581 33554432000 4194304 4196468 140735579804480 140579971213552 140580729588354 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8092] ppid=8061 vsize=7406364 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8092/stat : 8092 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073624 7584116736 22581 33554432000 4194304 4196468 140735579804480 140578440342112 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8093] ppid=8061 vsize=7406364 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8093/stat : 8093 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073624 7584116736 22581 33554432000 4194304 4196468 140735579804480 140579970161456 140580729588354 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 7519492 KiB
Current children cumulated memory: 91796 KiB

[startup+2.60074 s]
/proc/loadavg: 2.38 2.16 2.09 3/222 8093
/proc/meminfo: memFree=8727172/32770624 swapFree=67108860/67108860
[pid=8061] ppid=8058 vsize=113128 memory=1472 CPUtime=4.01 cores=0,2,4,6
/proc/8061/stat : 8061 (scop.sh) S 8058 8061 3762 0 -1 4202496 590 24412 0 0 0 0 389 12 20 0 1 0 225073428 115843072 368 33554432000 4194304 5098028 140727881347088 140727881343832 139841234375292 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29859840 140727881352256 140727881352455 140727881352455 140727881355213 0
/proc/8061/statm: 28282 368 311 221 0 87 0
[pid=8079] ppid=8061 vsize=7410572 memory=101700 CPUtime=0.96 cores=0,2,4,6
/proc/8079/stat : 8079 (java) S 8061 8061 3762 0 -1 1077944320 17100 0 0 0 91 5 0 0 20 0 15 0 225073618 7588425728 25425 33554432000 4194304 4196468 140735579804480 140735579787024 140580729577207 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
/proc/8079/statm: 1852643 25425 3110 1 0 1814042 0
[pid=8079/tid=8080] ppid=8061 vsize=7410572 memory=6656426216303648864 CPUtime=0.67 cores=0,2,4,6
/proc/8079/task/8080/stat : 8080 (java) R 8061 8061 3762 0 -1 4202560 14601 0 0 0 63 4 0 0 20 0 15 0 225073618 7588425728 25425 33554432000 4194304 4196468 140735579804480 140580701407816 140580722082119 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8081] ppid=8061 vsize=7410572 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8081/stat : 8081 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073619 7588425728 25425 33554432000 4194304 4196468 140735579804480 140580733819152 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8082] ppid=8061 vsize=7410572 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8082/stat : 8082 (java) S 8061 8061 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073619 7588425728 25425 33554432000 4194304 4196468 140735579804480 140580533987728 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8083] ppid=8061 vsize=7410572 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8083/stat : 8083 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073619 7588425728 25425 33554432000 4194304 4196468 140735579804480 140580532935184 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8084] ppid=8061 vsize=7410572 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8084/stat : 8084 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073619 7588425728 25425 33554432000 4194304 4196468 140735579804480 140580531882640 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8085] ppid=8061 vsize=7410572 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8085/stat : 8085 (java) S 8061 8061 3762 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225073621 7588425728 25425 33554432000 4194304 4196468 140735579804480 140579974371824 140580729588354 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8086] ppid=8061 vsize=7410572 memory=139991573686816 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8086/stat : 8086 (java) S 8061 8061 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073621 7588425728 25425 33554432000 4194304 4196468 140735579804480 140579581191584 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8087] ppid=8061 vsize=7410572 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8087/stat : 8087 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073621 7588425728 25425 33554432000 4194304 4196468 140735579804480 140579312756208 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8088] ppid=8061 vsize=7410572 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8088/stat : 8088 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073624 7588425728 25425 33554432000 4194304 4196468 140735579804480 140578938247888 140580729595803 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8089] ppid=8061 vsize=7410572 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/8079/task/8089/stat : 8089 (java) S 8061 8061 3762 0 -1 1077944384 536 0 0 0 4 0 0 0 20 0 15 0 225073624 7588425728 25425 33554432000 4194304 4196468 140735579804480 140579973318640 140580729588354 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8090] ppid=8061 vsize=7410572 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/8079/task/8090/stat : 8090 (java) S 8061 8061 3762 0 -1 1077944384 139 0 0 0 5 0 0 0 20 0 15 0 225073624 7588425728 25425 33554432000 4194304 4196468 140735579804480 140579972266096 140580729588354 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8091] ppid=8061 vsize=7410572 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/8079/task/8091/stat : 8091 (java) S 8061 8061 3762 0 -1 1077944384 489 0 0 0 17 0 0 0 20 0 15 0 225073624 7588425728 25425 33554432000 4194304 4196468 140735579804480 140579971213552 140580729588354 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8092] ppid=8061 vsize=7410572 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8092/stat : 8092 (java) S 8061 8061 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073624 7588425728 25425 33554432000 4194304 4196468 140735579804480 140578440342112 140580729587413 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
[pid=8079/tid=8093] ppid=8061 vsize=7410572 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8079/task/8093/stat : 8093 (java) S 8061 8061 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073624 7588425728 25425 33554432000 4194304 4196468 140735579804480 140579970161456 140580729588354 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17387520 140735579808950 140735579809073 140735579809073 140735579811791 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 7523700 KiB
Current children cumulated memory: 103172 KiB

Child status: 0
Real time (s): 2.68711
CPU time (s): 5.18151
CPU user time (s): 4.98766
CPU system time (s): 0.193851
CPU usage (%): 192.828
Max. virtual memory (cumulated for all children) (KiB): 15140212
Max. memory (cumulated for all children) (KiB): 220988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.98766
system time used= 0.193851
maximum resident set size= 225676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43567
page faults= 0
swaps= 0
block input operations= 0
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5313
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 8061
#   total CPU time (s): 5.18151
#   total CPU user time (s): 4.98766
#   total CPU system time (s): 0.193851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038282 second user time and 0.071392 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 13:58:22
IDJOB=4305361
IDBENCH=141404
IDSOLVER=2782
FILE ID=node151/4305361-1534075102
RUNJOBID= node151-1534062410-3793
PBS_JOBID= 21036982
Free space on /tmp= 41244 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Dubois/Dubois-040_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -order minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305361-1534075102/watcher-4305361-1534075102 -o /tmp/evaluation-result-4305361-1534075102/solver-4305361-1534075102 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3793 --watchdog 2580  scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305361-1534075102.xml

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

MD5SUM BENCH= 45809745b970e21e8f924050121658bf
RANDOM SEED=54104955

node151.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.87
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.87
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.87
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.87
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:         8765772 kB
MemAvailable:   31748264 kB
Buffers:          263084 kB
Cached:         22675592 kB
SwapCached:            0 kB
Active:         10454000 kB
Inactive:       12694636 kB
Active(anon):     159684 kB
Inactive(anon):   103292 kB
Active(file):   10294316 kB
Inactive(file): 12591344 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8244 kB
Writeback:             0 kB
AnonPages:        258892 kB
Mapped:            71876 kB
Shmem:             49800 kB
Slab:             554204 kB
SReclaimable:     525292 kB
SUnreclaim:        28912 kB
KernelStack:        3920 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5869152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41236 MiB
End job on node151 at 2018-08-12 13:58:25