Trace number 4305592

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

General information on the benchmark

NameDubois/
Dubois-022_c18.xml
MD5SUM6cb564a1b449df83d852ba5f609dcac6
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.008119
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints44
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":66}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":66}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":44}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-23264-serial-file.bin HOME/instance-4305592-1534075278.xml
0.66/0.52	
0.66/0.52	scop both+minisat_release (2018-07-31)
0.66/0.52	(Encoding Process)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Sun Aug 12 14:01:19 CEST 2018
0.66/0.54	c PID: 23267
0.66/0.54	c IP: 172.20.3.135
0.66/0.55	c HOST: node135.alineos.net
0.66/0.55	c (0,0) Parsing Begin
1.19/0.86	c (0,0) Parsing End
1.19/0.86	c (0,0) CSP: 0 int (0 aux), 66 bool (0 aux), 44 ctr, max domain size 2
1.19/0.86	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.19/0.86	c (0,0) Constraint Name Generate Begin
1.19/0.87	c (0,0) Ctr:HOME/instance-4305592-1534075278.xml,ExtensionSupport:IntVar
1.19/0.87	c (0,0) Constraint Name Generate End
1.19/0.87	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.19/0.87	c (0,0) CSP to CSPinCNF Begin
1.72/1.11	c (0,0) translated 5 (10%) constraints
1.72/1.16	c (0,0) translated 9 (20%) constraints
1.98/1.20	c (0,0) translated 14 (30%) constraints
1.98/1.24	c (0,0) translated 18 (40%) constraints
1.98/1.26	c (0,0) translated 22 (50%) constraints
1.98/1.30	c (0,0) translated 27 (60%) constraints
2.26/1.31	c (0,0) translated 31 (70%) constraints
2.26/1.33	c (0,0) translated 36 (80%) constraints
2.26/1.35	c (0,0) translated 40 (90%) constraints
2.26/1.36	c (0,0) translated 44 (100%) constraints
2.56/1.40	c (0,0) STATISTICS1:HOME/instance-4305592-1534075278.xml,ExtensionSupport:IntVar,242,836,-1,2,3,1,,2:2200,3:572;2:264,1:2200;0:44,
2.56/1.40	c (0,0) ==========================================
2.56/1.40	c (0,0) Both Encoding selects:
2.56/1.40	c (0,0) Order
2.56/1.40	c (0,0) ==========================================
2.56/1.41	c (0,0) translated 84 (10%) constraints
2.56/1.42	c (0,0) translated 168 (20%) constraints
2.56/1.43	c (0,0) translated 251 (30%) constraints
2.56/1.43	c (0,0) translated 335 (40%) constraints
2.56/1.44	c (0,0) translated 418 (50%) constraints
2.56/1.44	c (0,0) translated 502 (60%) constraints
2.56/1.45	c (0,0) translated 586 (70%) constraints
2.56/1.45	c (0,0) translated 669 (80%) constraints
2.56/1.46	c (0,0) translated 753 (90%) constraints
2.56/1.46	c (0,0) translated 836 (100%) constraints
2.56/1.46	c (0,0) CSP to CSPinCNF End
2.56/1.46	c (0,0) CSP: 0 int (0 aux), 242 bool (176 aux), 836 ctr, max domain size 2
2.56/1.46	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.56/1.46	c (0,0) CSPinCNF Propagation Begin
2.88/1.50	c (0,0) 0 values, 44 unsatisfiable literals, and 0 valid clauses are removed
2.88/1.50	c (0,0) CSPinCNF Propagation End
2.88/1.50	c (0,0) CSP: 0 int (0 aux), 242 bool (176 aux), 836 ctr, max domain size 2
2.88/1.50	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.88/1.50	c (0,0) Simplify CSPinCNF Begin
2.88/1.51	c (0,0) Simplify CSPinCNF End
2.88/1.51	c (0,0) CSP: 0 int (0 aux), 242 bool (176 aux), 836 ctr, max domain size 2
2.88/1.51	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.88/1.51	c (0,0) Calculate Precise Domain Begin
2.88/1.51	c (0,0) 0 values are removed by re-calculation
2.88/1.51	c (0,0) Calculate Precise Domain End
2.88/1.52	c (0,0) CSP: 0 int (0 aux), 242 bool (176 aux), 836 ctr, max domain size 2
2.88/1.52	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.88/1.52	c (0,0) CSPinCNF to SatSolver Begin
2.88/1.55	c (1,1) 84 (10 %) CSP clauses are encoded (242 SAT variables, 83 SAT clauses)
2.88/1.55	c (1,1) 168 (20 %) CSP clauses are encoded (242 SAT variables, 167 SAT clauses)
2.88/1.56	c (1,1) 251 (30 %) CSP clauses are encoded (242 SAT variables, 250 SAT clauses)
2.88/1.57	c (1,1) 335 (40 %) CSP clauses are encoded (242 SAT variables, 334 SAT clauses)
2.88/1.57	c (1,1) 418 (50 %) CSP clauses are encoded (242 SAT variables, 417 SAT clauses)
2.88/1.57	c (1,1) 502 (60 %) CSP clauses are encoded (242 SAT variables, 501 SAT clauses)
2.88/1.58	c (1,1) 586 (70 %) CSP clauses are encoded (242 SAT variables, 585 SAT clauses)
2.88/1.58	c (1,1) 669 (80 %) CSP clauses are encoded (242 SAT variables, 668 SAT clauses)
2.88/1.58	c (1,1) 753 (90 %) CSP clauses are encoded (242 SAT variables, 752 SAT clauses)
2.88/1.59	c (1,1) 836 (100 %) CSP clauses are encoded (242 SAT variables, 835 SAT clauses)
2.88/1.59	c (1,1) Launch Command will be: minisat_release
2.88/1.59	c (1,1) CSPinCNF to SatSolver End
2.88/1.59	c (1,1) Heap : 168 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.24/1.60	c (1,1) STATISTICS2:HOME/instance-4305592-1534075278.xml,ExtensionSupport:IntVar,242,836,-1,2,3,1,,2:2200,3:528;2:308,1:2200,
3.24/1.60	c (1,1) 242 bool, 836 clause
3.24/1.60	c (1,1) Export Begin
3.24/1.69	c (1,1) Export to HOME/scop-23264-serial-file.bin
3.24/1.69	c (1,1) Export End
3.24/1.69	c (1,1) Export File Size: 0.01 MB
3.24/1.69	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
3.24/1.69	c END-Prog: Sun Aug 12 14:01:20 CEST 2018
3.50/1.70	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-23264-serial-file.bin
4.04/2.19	c (0,0) Read Serial File Begin
4.04/2.19	c (0,0) HOME/scop-23264-serial-file.bin
4.31/2.37	c (0,0) Read Serial File End
4.31/2.38	
4.31/2.38	scop order+minisat_release (2018-07-31)
4.31/2.39	(Solving Process)
4.31/2.39	
4.46/2.41	c BEGIN-Prog: Sun Aug 12 14:01:20 CEST 2018
4.46/2.41	c PID: 23282
4.46/2.41	c IP: 172.20.3.135
4.46/2.41	c HOST: node135.alineos.net
4.46/2.41	c (0,0) SatSolver.solve Begin
4.46/2.41	c (0,0) 0 bool, 0 clause
4.46/2.41	c (0,0) minisat_release HOME/instance-4305592-1534075278.xml-scop-23267.cnf
4.46/2.45	c (0,0) c This is COMiniSatPS.
4.46/2.45	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.46/2.45	c (0,0) c ============================[ Problem Statistics ]=============================
4.46/2.45	c (0,0) c |                                                                             |
4.46/2.45	c (0,0) c |  Number of variables:           242                                         |
4.46/2.45	c (0,0) c |  Number of clauses:             836                                         |
4.46/2.45	c (0,0) c |  Parse time:                   0.00 s                                       |
4.46/2.45	c (0,0) c |  Eliminated clauses:           0.01 Mb                                      |
4.46/2.45	c (0,0) c |  Simplification time:          0.00 s                                       |
4.46/2.45	c (0,0) c |                                                                             |
4.46/2.45	c (0,0) c ===============================================================================
4.46/2.45	c (0,0) c Solved by simplification
4.46/2.45	c (0,0) c restarts              : 0
4.46/2.45	c (0,0) c conflicts             : 0              (0 /sec)
4.46/2.45	c (0,0) c decisions             : 0              (-nan % random) (0 /sec)
4.46/2.45	c (0,0) c propagations          : 1              (263 /sec)
4.46/2.45	c (0,0) c conflict literals     : 0              (-nan % deleted)
4.46/2.45	c (0,0) c CPU time              : 0.003803 s
4.46/2.45	c (0,0) 
4.46/2.45	c (0,0) s UNSATISFIABLE
4.46/2.49	c (0,0) SatSolver.solve End
4.46/2.49	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
4.46/2.49	c (0,0) Show results Begin
4.46/2.49	s UNSATISFIABLE
4.46/2.49	c (0,0) Show results End
4.46/2.49	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
4.46/2.49	c (0,0) 0,0,STOP-AFTER(ALL)
4.46/2.49	c END-Prog: Sun Aug 12 14:01:21 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 (6946 MiB free)
  memory of node 1: 16384 MiB (4572 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305592-1534075278/watcher-4305592-1534075278 -o /tmp/evaluation-result-4305592-1534075278/solver-4305592-1534075278 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534062530-19414 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305592-1534075278.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
Current StackSize limit: 8192 KiB

solver pid=23264, runsolver pid=23261

[startup+0.100146 s]*
/proc/loadavg: 2.26 2.19 2.11 3/227 23281
/proc/meminfo: memFree=11736576/32770624 swapFree=67108860/67108860
[pid=23264] ppid=23261 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/23264/stat : 23264 (scop.sh) S 23261 23264 19383 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 225090972 115843072 349 33554432000 4194304 5098028 140733040210704 140733040207960 139640767111804 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23511040 140733040215105 140733040215303 140733040215303 140733040218061 0
/proc/23264/statm: 28282 349 296 221 0 87 0
[pid=23267] ppid=23264 vsize=15012476 memory=72528 CPUtime=0.11 cores=0,2,4,6
/proc/23267/stat : 23267 (java) S 23264 23264 19383 0 -1 1077944320 6222 0 0 0 9 2 0 0 20 0 15 0 225090973 15372775424 18132 33554432000 4194304 4196468 140724808320240 140724808302784 140623822802679 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
/proc/23267/statm: 3753119 18132 2770 1 0 3715579 0
[pid=23267/tid=23268] ppid=23264 vsize=15012476 memory=7533807676074704953 CPUtime=0.08 cores=0,2,4,6
/proc/23267/task/23268/stat : 23268 (java) R 23264 23264 19383 0 -1 4202560 4319 0 0 0 7 1 0 0 20 0 15 0 225090973 15372775424 18132 33554432000 4194304 4196468 140724808320240 140623794608152 140623804366183 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23269] ppid=23264 vsize=15012476 memory=3472468905550263984 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23269/stat : 23269 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15372775424 18132 33554432000 4194304 4196468 140724808320240 140623827045136 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23270] ppid=23264 vsize=15012476 memory=140609322583680 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23270/stat : 23270 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15372775424 18132 33554432000 4194304 4196468 140724808320240 140623618128784 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23271] ppid=23264 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23271/stat : 23271 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15372775424 18132 33554432000 4194304 4196468 140724808320240 140623617076240 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23272] ppid=23264 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23272/stat : 23272 (java) S 23264 23264 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225090975 15372775424 18132 33554432000 4194304 4196468 140724808320240 140623616023696 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23273] ppid=23264 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23273/stat : 23273 (java) S 23264 23264 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225090976 15372775424 18132 33554432000 4194304 4196468 140724808320240 140623162210288 140623822813826 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23274] ppid=23264 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23274/stat : 23274 (java) S 23264 23264 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225090977 15372775424 18132 33554432000 4194304 4196468 140724808320240 140622430200736 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23275] ppid=23264 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23275/stat : 23275 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090977 15372775424 18132 33554432000 4194304 4196468 140724808320240 140622195319792 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23276] ppid=23264 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23276/stat : 23276 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090979 15372775424 18132 33554432000 4194304 4196468 140724808320240 140621820811472 140623822821275 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23277] ppid=23264 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23277/stat : 23277 (java) S 23264 23264 19383 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 225090979 15372775424 18132 33554432000 4194304 4196468 140724808320240 140623161158128 140623822813826 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23278] ppid=23264 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23278/stat : 23278 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090979 15372775424 18132 33554432000 4194304 4196468 140724808320240 140623160105584 140623822813826 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23279] ppid=23264 vsize=15012476 memory=140609322583680 CPUtime=0.01 cores=0,2,4,6
/proc/23267/task/23279/stat : 23279 (java) S 23264 23264 19383 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 225090979 15372775424 18132 33554432000 4194304 4196468 140724808320240 140623159053040 140623822813826 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23280] ppid=23264 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23280/stat : 23280 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090980 15372775424 18132 33554432000 4194304 4196468 140724808320240 140621322906720 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23281] ppid=23264 vsize=15012476 memory=140609322583680 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23281/stat : 23281 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090980 15372775424 18132 33554432000 4194304 4196468 140724808320240 140623157999920 140623822813826 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 73924 KiB

[startup+0.210787 s]*
/proc/loadavg: 2.26 2.19 2.11 4/227 23281
/proc/meminfo: memFree=11721896/32770624 swapFree=67108860/67108860
[pid=23264] ppid=23261 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/23264/stat : 23264 (scop.sh) S 23261 23264 19383 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 225090972 115843072 349 33554432000 4194304 5098028 140733040210704 140733040207960 139640767111804 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23511040 140733040215105 140733040215303 140733040215303 140733040218061 0
/proc/23264/statm: 28282 349 296 221 0 87 0
[pid=23267] ppid=23264 vsize=15012476 memory=85608 CPUtime=0.25 cores=0,2,4,6
/proc/23267/stat : 23267 (java) S 23264 23264 19383 0 -1 1077944320 9758 0 0 0 22 3 0 0 20 0 15 0 225090973 15372775424 21402 33554432000 4194304 4196468 140724808320240 140724808302784 140623822802679 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
/proc/23267/statm: 3753119 21402 2903 1 0 3715579 0
[pid=23267/tid=23268] ppid=23264 vsize=15012476 memory=8514701219881124769 CPUtime=0.19 cores=0,2,4,6
/proc/23267/task/23268/stat : 23268 (java) R 23264 23264 19383 0 -1 4202560 7673 0 0 0 17 2 0 0 20 0 15 0 225090973 15372775424 21402 33554432000 4194304 4196468 140724808320240 140623794627488 140623822814614 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23269] ppid=23264 vsize=15012476 memory=3472468905550263984 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23269/stat : 23269 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15372775424 21402 33554432000 4194304 4196468 140724808320240 140623827045136 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23270] ppid=23264 vsize=15012476 memory=140609322583680 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23270/stat : 23270 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15372775424 21402 33554432000 4194304 4196468 140724808320240 140623618128784 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23271] ppid=23264 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23271/stat : 23271 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15372775424 21402 33554432000 4194304 4196468 140724808320240 140623617076240 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23272] ppid=23264 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23272/stat : 23272 (java) S 23264 23264 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225090975 15372775424 21402 33554432000 4194304 4196468 140724808320240 140623616023696 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23273] ppid=23264 vsize=15012476 memory=140609322583680 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23273/stat : 23273 (java) S 23264 23264 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225090976 15372775424 21402 33554432000 4194304 4196468 140724808320240 140623162210288 140623822813826 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23274] ppid=23264 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23274/stat : 23274 (java) S 23264 23264 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225090977 15372775424 21402 33554432000 4194304 4196468 140724808320240 140622430200736 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23275] ppid=23264 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23275/stat : 23275 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090977 15372775424 21402 33554432000 4194304 4196468 140724808320240 140622195319792 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23276] ppid=23264 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23276/stat : 23276 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090979 15372775424 21402 33554432000 4194304 4196468 140724808320240 140621820811472 140623822821275 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23277] ppid=23264 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23277/stat : 23277 (java) S 23264 23264 19383 0 -1 1077944384 324 0 0 0 0 0 0 0 20 0 15 0 225090979 15372775424 21402 33554432000 4194304 4196468 140724808320240 140623161158128 140623822813826 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23278] ppid=23264 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23278/stat : 23278 (java) S 23264 23264 19383 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 225090979 15372775424 21402 33554432000 4194304 4196468 140724808320240 140623160105584 140623822813826 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23279] ppid=23264 vsize=15012476 memory=140609322583680 CPUtime=0.03 cores=0,2,4,6
/proc/23267/task/23279/stat : 23279 (java) R 23264 23264 19383 0 -1 4202560 299 0 0 0 3 0 0 0 20 0 15 0 225090979 15372775424 21402 33554432000 4194304 4196468 140724808320240 140623159053040 140623802235765 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23280] ppid=23264 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23280/stat : 23280 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090980 15372775424 21402 33554432000 4194304 4196468 140724808320240 140621322906720 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23281] ppid=23264 vsize=15012476 memory=140609322583680 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23281/stat : 23281 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090980 15372775424 21402 33554432000 4194304 4196468 140724808320240 140623157999920 140623822813826 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 87004 KiB

[startup+0.310855 s]*
/proc/loadavg: 2.26 2.19 2.11 3/227 23281
/proc/meminfo: memFree=11718360/32770624 swapFree=67108860/67108860
[pid=23264] ppid=23261 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/23264/stat : 23264 (scop.sh) S 23261 23264 19383 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 225090972 115843072 349 33554432000 4194304 5098028 140733040210704 140733040207960 139640767111804 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23511040 140733040215105 140733040215303 140733040215303 140733040218061 0
/proc/23264/statm: 28282 349 296 221 0 87 0
[pid=23267] ppid=23264 vsize=15012476 memory=89688 CPUtime=0.42 cores=0,2,4,6
/proc/23267/stat : 23267 (java) S 23264 23264 19383 0 -1 1077944320 10380 0 0 0 39 3 0 0 20 0 15 0 225090973 15372775424 22422 33554432000 4194304 4196468 140724808320240 140724808302784 140623822802679 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
/proc/23267/statm: 3753119 22422 2985 1 0 3715579 0
[pid=23267/tid=23268] ppid=23264 vsize=15012476 memory=8514701219881124769 CPUtime=0.3 cores=0,2,4,6
/proc/23267/task/23268/stat : 23268 (java) R 23264 23264 19383 0 -1 4202560 8104 0 0 0 27 3 0 0 20 0 15 0 225090973 15372775424 22422 33554432000 4194304 4196468 140724808320240 140623794597680 140623822824605 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23269] ppid=23264 vsize=15012476 memory=3472468905550263984 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23269/stat : 23269 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15372775424 22422 33554432000 4194304 4196468 140724808320240 140623827045136 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23270] ppid=23264 vsize=15012476 memory=281218498907008 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23270/stat : 23270 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15372775424 22422 33554432000 4194304 4196468 140724808320240 140623618128784 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23271] ppid=23264 vsize=15012476 memory=281218352678944 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23271/stat : 23271 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15372775424 22422 33554432000 4194304 4196468 140724808320240 140623617076240 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23272] ppid=23264 vsize=15012476 memory=140609176323343 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23272/stat : 23272 (java) S 23264 23264 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225090975 15372775424 22422 33554432000 4194304 4196468 140724808320240 140623616023696 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23273] ppid=23264 vsize=15012476 memory=281218498913920 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23273/stat : 23273 (java) S 23264 23264 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225090976 15372775424 22422 33554432000 4194304 4196468 140724808320240 140623162210288 140623822813826 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23274] ppid=23264 vsize=15012476 memory=140609176327951 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23274/stat : 23274 (java) S 23264 23264 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225090977 15372775424 22422 33554432000 4194304 4196468 140724808320240 140622430200736 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23275] ppid=23264 vsize=15012476 memory=140609176352678 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23275/stat : 23275 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090977 15372775424 22422 33554432000 4194304 4196468 140724808320240 140622195319792 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23276] ppid=23264 vsize=15012476 memory=281218352688160 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23276/stat : 23276 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090979 15372775424 22422 33554432000 4194304 4196468 140724808320240 140621820811472 140623822821275 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23277] ppid=23264 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23267/task/23277/stat : 23277 (java) R 23264 23264 19383 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 15 0 225090979 15372775424 22422 33554432000 4194304 4196468 140724808320240 140623161158128 140623822813826 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23278] ppid=23264 vsize=15012476 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23267/task/23278/stat : 23278 (java) R 23264 23264 19383 0 -1 4202560 222 0 0 0 2 0 0 0 20 0 15 0 225090979 15372775424 22422 33554432000 4194304 4196468 140724808320240 140623160105584 140623807199828 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23279] ppid=23264 vsize=15012476 memory=140609322583680 CPUtime=0.07 cores=0,2,4,6
/proc/23267/task/23279/stat : 23279 (java) R 23264 23264 19383 0 -1 4202560 345 0 0 0 7 0 0 0 20 0 15 0 225090979 15372775424 22422 33554432000 4194304 4196468 140724808320240 140623159053040 140623801937175 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23280] ppid=23264 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23280/stat : 23280 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090980 15372775424 22422 33554432000 4194304 4196468 140724808320240 140621322906720 140623822812885 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23281] ppid=23264 vsize=15012476 memory=140609322585076 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23281/stat : 23281 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090980 15372775424 22422 33554432000 4194304 4196468 140724808320240 140623157999920 140623822813826 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91084 KiB

[startup+0.700855 s]
/proc/loadavg: 2.24 2.18 2.11 3/227 23281
/proc/meminfo: memFree=11694672/32770624 swapFree=67108860/67108860
[pid=23264] ppid=23261 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/23264/stat : 23264 (scop.sh) S 23261 23264 19383 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 225090972 115843072 349 33554432000 4194304 5098028 140733040210704 140733040207960 139640767111804 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23511040 140733040215105 140733040215303 140733040215303 140733040218061 0
/proc/23264/statm: 28282 349 296 221 0 87 0
[pid=23267] ppid=23264 vsize=15020872 memory=129608 CPUtime=1.01 cores=0,2,4,6
/proc/23267/stat : 23267 (java) S 23264 23264 19383 0 -1 1077944320 17582 0 0 0 95 6 0 0 20 0 15 0 225090973 15381372928 32402 33554432000 4194304 4196468 140724808320240 140724808302784 140623822802679 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
/proc/23267/statm: 3755218 32402 3152 1 0 3716603 0
[pid=23267/tid=23268] ppid=23264 vsize=15020872 memory=57 CPUtime=0.67 cores=0,2,4,6
/proc/23267/task/23268/stat : 23268 (java) R 23264 23264 19383 0 -1 4202560 14871 0 0 0 63 4 0 0 20 0 15 0 225090973 15381372928 32402 33554432000 4194304 4196468 140724808320240 140623794637200 140623822824605 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23269] ppid=23264 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23269/stat : 23269 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15381372928 32402 33554432000 4194304 4196468 140724808320240 140623827045136 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23270] ppid=23264 vsize=15020872 memory=7886766292050393141 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23270/stat : 23270 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15381372928 32402 33554432000 4194304 4196468 140724808320240 140623618128784 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23271] ppid=23264 vsize=15020872 memory=7518566443438921826 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23271/stat : 23271 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15381372928 32402 33554432000 4194304 4196468 140724808320240 140623617076240 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23272] ppid=23264 vsize=15020872 memory=7372762397046498368 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23272/stat : 23272 (java) S 23264 23264 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225090975 15381372928 32402 33554432000 4194304 4196468 140724808320240 140623616023696 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23273] ppid=23264 vsize=15020872 memory=2319389199337275488 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23273/stat : 23273 (java) S 23264 23264 19383 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 225090976 15381372928 32402 33554432000 4194304 4196468 140724808320240 140623162210288 140623822813826 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23274] ppid=23264 vsize=15020872 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23274/stat : 23274 (java) S 23264 23264 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225090977 15381372928 32402 33554432000 4194304 4196468 140724808320240 140622430200736 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23275] ppid=23264 vsize=15020872 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23275/stat : 23275 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090977 15381372928 32402 33554432000 4194304 4196468 140724808320240 140622195319792 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23276] ppid=23264 vsize=15020872 memory=968 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23276/stat : 23276 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090979 15381372928 32402 33554432000 4194304 4196468 140724808320240 140621820811472 140623822821275 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23277] ppid=23264 vsize=15020872 memory=12144 CPUtime=0.08 cores=0,2,4,6
/proc/23267/task/23277/stat : 23277 (java) S 23264 23264 19383 0 -1 1077944384 628 0 0 0 8 0 0 0 20 0 15 0 225090979 15381372928 32402 33554432000 4194304 4196468 140724808320240 140623161158128 140623822813826 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23278] ppid=23264 vsize=15020872 memory=1712 CPUtime=0.07 cores=0,2,4,6
/proc/23267/task/23278/stat : 23278 (java) S 23264 23264 19383 0 -1 1077944384 297 0 0 0 7 0 0 0 20 0 15 0 225090979 15381372928 32402 33554432000 4194304 4196468 140724808320240 140623160105584 140623822813826 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23279] ppid=23264 vsize=15020872 memory=8812 CPUtime=0.15 cores=0,2,4,6
/proc/23267/task/23279/stat : 23279 (java) S 23264 23264 19383 0 -1 1077944384 452 0 0 0 15 0 0 0 20 0 15 0 225090979 15381372928 32402 33554432000 4194304 4196468 140724808320240 140623159053040 140623822813826 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23280] ppid=23264 vsize=15020872 memory=4576 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23280/stat : 23280 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090980 15381372928 32402 33554432000 4194304 4196468 140724808320240 140621322906720 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23281] ppid=23264 vsize=15020872 memory=15868 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23281/stat : 23281 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090980 15381372928 32402 33554432000 4194304 4196468 140724808320240 140623157999920 140623822813826 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 131004 KiB

[startup+1.50509 s]
/proc/loadavg: 2.24 2.18 2.11 3/227 23281
/proc/meminfo: memFree=11664912/32770624 swapFree=67108860/67108860
[pid=23264] ppid=23261 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/23264/stat : 23264 (scop.sh) S 23261 23264 19383 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 225090972 115843072 349 33554432000 4194304 5098028 140733040210704 140733040207960 139640767111804 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23511040 140733040215105 140733040215303 140733040215303 140733040218061 0
/proc/23264/statm: 28282 349 296 221 0 87 0

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

/proc/23267/task/23274/stat : 23274 (java) S 23264 23264 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225090977 15385567232 45352 33554432000 4194304 4196468 140724808320240 140622430200736 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23275] ppid=23264 vsize=15024968 memory=11089 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23275/stat : 23275 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090977 15385567232 45352 33554432000 4194304 4196468 140724808320240 140622195319792 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23276] ppid=23264 vsize=15024968 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23276/stat : 23276 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090979 15385567232 45352 33554432000 4194304 4196468 140724808320240 140621820811472 140623822821275 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23277] ppid=23264 vsize=15024968 memory=6628 CPUtime=0.36 cores=0,2,4,6
/proc/23267/task/23277/stat : 23277 (java) R 23264 23264 19383 0 -1 4202560 1003 0 0 0 36 0 0 0 20 0 15 0 225090979 15385567232 45352 33554432000 4194304 4196468 140724808320240 140623161136544 140623807091376 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23278] ppid=23264 vsize=15024968 memory=8836 CPUtime=0.36 cores=0,2,4,6
/proc/23267/task/23278/stat : 23278 (java) R 23264 23264 19383 0 -1 4202560 758 0 0 0 36 0 0 0 20 0 15 0 225090979 15385567232 45352 33554432000 4194304 4196468 140724808320240 140623160075360 140623806288747 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23279] ppid=23264 vsize=15024968 memory=11044 CPUtime=0.66 cores=0,2,4,6
/proc/23267/task/23279/stat : 23279 (java) R 23264 23264 19383 0 -1 4202560 2560 0 0 0 66 0 0 0 20 0 15 0 225090979 15385567232 45352 33554432000 4194304 4196468 140724808320240 140623159053040 140623800791035 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23280] ppid=23264 vsize=15024968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23280/stat : 23280 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090980 15385567232 45352 33554432000 4194304 4196468 140724808320240 140621322906720 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23281] ppid=23264 vsize=15024968 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23281/stat : 23281 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090980 15385567232 45352 33554432000 4194304 4196468 140724808320240 140623157999920 140623822813826 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 15138096 KiB
Current children cumulated memory: 182804 KiB

[startup+2.50222 s]
# the end of solver process 23264 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.53422 s, system=0.17059 s

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

[startup+1.60109 s]
/proc/loadavg: 2.24 2.18 2.11 3/227 23281
/proc/meminfo: memFree=11664912/32770624 swapFree=67108860/67108860
[pid=23264] ppid=23261 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/23264/stat : 23264 (scop.sh) S 23261 23264 19383 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 225090972 115843072 349 33554432000 4194304 5098028 140733040210704 140733040207960 139640767111804 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 23511040 140733040215105 140733040215303 140733040215303 140733040218061 0
/proc/23264/statm: 28282 349 296 221 0 87 0
[pid=23267] ppid=23264 vsize=15027084 memory=192772 CPUtime=3.24 cores=0,2,4,6
/proc/23267/stat : 23267 (java) S 23264 23264 19383 0 -1 1077944320 23105 0 0 0 315 9 0 0 20 0 15 0 225090973 15387734016 48193 33554432000 4194304 4196468 140724808320240 140724808302784 140623822802679 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
/proc/23267/statm: 3756771 48193 3201 1 0 3717627 0
[pid=23267/tid=23268] ppid=23264 vsize=15027084 memory=140609176497728 CPUtime=1.56 cores=0,2,4,6
/proc/23267/task/23268/stat : 23268 (java) R 23264 23264 19383 0 -1 4202560 16377 0 0 0 150 6 0 0 20 0 15 0 225090973 15387734016 48193 33554432000 4194304 4196468 140724808320240 140623794637672 140623803641377 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23269] ppid=23264 vsize=15027084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23269/stat : 23269 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15387734016 48193 33554432000 4194304 4196468 140724808320240 140623827045136 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23270] ppid=23264 vsize=15027084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23270/stat : 23270 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15387734016 48193 33554432000 4194304 4196468 140724808320240 140623618128784 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23271] ppid=23264 vsize=15027084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23271/stat : 23271 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090975 15387734016 48193 33554432000 4194304 4196468 140724808320240 140623617076240 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23272] ppid=23264 vsize=15027084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23272/stat : 23272 (java) S 23264 23264 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225090975 15387734016 48193 33554432000 4194304 4196468 140724808320240 140623616023696 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23273] ppid=23264 vsize=15027084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23273/stat : 23273 (java) S 23264 23264 19383 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 225090976 15387734016 48193 33554432000 4194304 4196468 140724808320240 140623162210288 140623822813826 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23274] ppid=23264 vsize=15027084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23274/stat : 23274 (java) S 23264 23264 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225090977 15387734016 48193 33554432000 4194304 4196468 140724808320240 140622430200736 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23275] ppid=23264 vsize=15027084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23275/stat : 23275 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225090977 15387734016 48193 33554432000 4194304 4196468 140724808320240 140622195319792 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23276] ppid=23264 vsize=15027084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23276/stat : 23276 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090979 15387734016 48193 33554432000 4194304 4196468 140724808320240 140621820811472 140623822821275 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23277] ppid=23264 vsize=15027084 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/23267/task/23277/stat : 23277 (java) R 23264 23264 19383 0 -1 4202560 1387 0 0 0 45 0 0 0 20 0 15 0 225090979 15387734016 48193 33554432000 4194304 4196468 140724808320240 140623161144152 140623804347241 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23278] ppid=23264 vsize=15027084 memory=170926128 CPUtime=0.46 cores=0,2,4,6
/proc/23267/task/23278/stat : 23278 (java) R 23264 23264 19383 0 -1 4202560 1292 0 0 0 46 0 0 0 20 0 15 0 225090979 15387734016 48193 33554432000 4194304 4196468 140724808320240 140623160091608 140623800147926 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23279] ppid=23264 vsize=15027084 memory=1396 CPUtime=0.72 cores=0,2,4,6
/proc/23267/task/23279/stat : 23279 (java) S 23264 23264 19383 0 -1 1077944384 2713 0 0 0 72 0 0 0 20 0 15 0 225090979 15387734016 48193 33554432000 4194304 4196468 140724808320240 140623159053040 140623822813826 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23280] ppid=23264 vsize=15027084 memory=159652 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23280/stat : 23280 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090980 15387734016 48193 33554432000 4194304 4196468 140724808320240 140621322906720 140623822812885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
[pid=23267/tid=23281] ppid=23264 vsize=15027084 memory=56 CPUtime=0 cores=0,2,4,6
/proc/23267/task/23281/stat : 23281 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225090980 15387734016 48193 33554432000 4194304 4196468 140724808320240 140623157999920 140623822813826 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19169280 140724808324103 140724808324401 140724808324401 140724808327119 0
Current children cumulated CPU time: 3.24 s
Current children cumulated vsize: 15140212 KiB
Current children cumulated memory: 194168 KiB

[startup+2.00037 s]*
/proc/loadavg: 2.24 2.18 2.11 3/227 23296
/proc/meminfo: memFree=11741552/32770624 swapFree=67108860/67108860
[pid=23264] ppid=23261 vsize=113128 memory=1472 CPUtime=3.5 cores=0,2,4,6
/proc/23264/stat : 23264 (scop.sh) S 23261 23264 19383 0 -1 4202496 592 24360 0 0 0 0 340 10 20 0 1 0 225090972 115843072 368 33554432000 4194304 5098028 140733040210704 140733040207448 139640767111804 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23511040 140733040215105 140733040215303 140733040215303 140733040218061 0
/proc/23264/statm: 28282 368 311 221 0 87 0
[pid=23282] ppid=23264 vsize=7404280 memory=66672 CPUtime=0.42 cores=0,2,4,6
/proc/23282/stat : 23282 (java) S 23264 23264 19383 0 -1 1077944320 11191 0 0 0 40 2 0 0 20 0 15 0 225091143 7581982720 16668 33554432000 4194304 4196468 140722677909936 140722677892480 139779204136695 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
/proc/23282/statm: 1851070 16668 2970 1 0 1813530 0
[pid=23282/tid=23283] ppid=23264 vsize=7404280 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/23282/task/23283/stat : 23283 (java) R 23264 23264 19383 0 -1 4202560 8744 0 0 0 27 1 0 0 20 0 15 0 225091143 7581982720 16668 33554432000 4194304 4196468 140722677909936 139779175965936 139779185700255 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23284] ppid=23264 vsize=7404280 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23284/stat : 23284 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091144 7581982720 16668 33554432000 4194304 4196468 140722677909936 139779208379280 139779204146901 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23285] ppid=23264 vsize=7404280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23285/stat : 23285 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091144 7581982720 16668 33554432000 4194304 4196468 140722677909936 139778689706768 139779204146901 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23286] ppid=23264 vsize=7404280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23286/stat : 23286 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091144 7581982720 16668 33554432000 4194304 4196468 140722677909936 139778688654480 139779204146901 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23287] ppid=23264 vsize=7404280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23287/stat : 23287 (java) S 23264 23264 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091144 7581982720 16668 33554432000 4194304 4196468 140722677909936 139778687601680 139779204146901 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23288] ppid=23264 vsize=7404280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23288/stat : 23288 (java) S 23264 23264 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091146 7581982720 16668 33554432000 4194304 4196468 140722677909936 139778650560624 139779204147842 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23289] ppid=23264 vsize=7404280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23289/stat : 23289 (java) S 23264 23264 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225091146 7581982720 16668 33554432000 4194304 4196468 140722677909936 139778032919328 139779204146901 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23290] ppid=23264 vsize=7404280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23290/stat : 23290 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091146 7581982720 16668 33554432000 4194304 4196468 140722677909936 139777764484208 139779204146901 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23291] ppid=23264 vsize=7404280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23291/stat : 23291 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091149 7581982720 16668 33554432000 4194304 4196468 140722677909936 139777389975632 139779204155291 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23292] ppid=23264 vsize=7404280 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23282/task/23292/stat : 23292 (java) S 23264 23264 19383 0 -1 1077944384 395 0 0 0 2 0 0 0 20 0 15 0 225091149 7581982720 16668 33554432000 4194304 4196468 140722677909936 139778649508464 139779204147842 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23293] ppid=23264 vsize=7404280 memory=320141666 CPUtime=0.02 cores=0,2,4,6
/proc/23282/task/23293/stat : 23293 (java) R 23264 23264 19383 0 -1 4202560 247 0 0 0 2 0 0 0 20 0 15 0 225091149 7581982720 16668 33554432000 4194304 4196468 140722677909936 139778648455664 139779204158042 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23294] ppid=23264 vsize=7404280 memory=4640484857559275876 CPUtime=0.07 cores=0,2,4,6
/proc/23282/task/23294/stat : 23294 (java) S 23264 23264 19383 0 -1 1077944384 473 0 0 0 7 0 0 0 20 0 15 0 225091149 7581982720 16668 33554432000 4194304 4196468 140722677909936 139778647403376 139779204147842 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23295] ppid=23264 vsize=7404280 memory=7739547475918547025 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23295/stat : 23295 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091149 7581982720 16668 33554432000 4194304 4196468 140722677909936 139776892070880 139779204146901 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23296] ppid=23264 vsize=7404280 memory=7013909268021665856 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23296/stat : 23296 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091149 7581982720 16668 33554432000 4194304 4196468 140722677909936 139778646350256 139779204147842 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
Current children cumulated CPU time: 3.92 s
Current children cumulated vsize: 7517408 KiB
Current children cumulated memory: 68144 KiB

[startup+2.4008 s]
/proc/loadavg: 2.24 2.18 2.11 3/227 23296
/proc/meminfo: memFree=11741552/32770624 swapFree=67108860/67108860
[pid=23264] ppid=23261 vsize=113128 memory=1472 CPUtime=3.5 cores=0,2,4,6
/proc/23264/stat : 23264 (scop.sh) S 23261 23264 19383 0 -1 4202496 592 24360 0 0 0 0 340 10 20 0 1 0 225090972 115843072 368 33554432000 4194304 5098028 140733040210704 140733040207448 139640767111804 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23511040 140733040215105 140733040215303 140733040215303 140733040218061 0
/proc/23264/statm: 28282 368 311 221 0 87 0
[pid=23282] ppid=23264 vsize=7408432 memory=101960 CPUtime=0.96 cores=0,2,4,6
/proc/23282/stat : 23282 (java) S 23264 23264 19383 0 -1 1077944320 17762 0 0 0 92 4 0 0 20 0 15 0 225091143 7586234368 25490 33554432000 4194304 4196468 140722677909936 140722677892480 139779204136695 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
/proc/23282/statm: 1852108 25490 3080 1 0 1814042 0
[pid=23282/tid=23283] ppid=23264 vsize=7408432 memory=7163927828550937444 CPUtime=0.67 cores=0,2,4,6
/proc/23282/task/23283/stat : 23283 (java) R 23264 23264 19383 0 -1 4202560 15006 0 0 0 63 4 0 0 20 0 15 0 225091143 7586234368 25490 33554432000 4194304 4196468 140722677909936 139779175973392 139779204158621 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23284] ppid=23264 vsize=7408432 memory=7590655979367786604 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23284/stat : 23284 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091144 7586234368 25490 33554432000 4194304 4196468 140722677909936 139779208379280 139779204146901 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23285] ppid=23264 vsize=7408432 memory=6299802978650451056 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23285/stat : 23285 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091144 7586234368 25490 33554432000 4194304 4196468 140722677909936 139778689706768 139779204146901 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23286] ppid=23264 vsize=7408432 memory=7590655979367786604 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23286/stat : 23286 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091144 7586234368 25490 33554432000 4194304 4196468 140722677909936 139778688654480 139779204146901 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23287] ppid=23264 vsize=7408432 memory=7590655979367786604 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23287/stat : 23287 (java) S 23264 23264 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225091144 7586234368 25490 33554432000 4194304 4196468 140722677909936 139778687601680 139779204146901 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23288] ppid=23264 vsize=7408432 memory=7308895142485716329 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23288/stat : 23288 (java) S 23264 23264 19383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225091146 7586234368 25490 33554432000 4194304 4196468 140722677909936 139778650560624 139779204147842 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23289] ppid=23264 vsize=7408432 memory=7308895142485716329 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23289/stat : 23289 (java) S 23264 23264 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225091146 7586234368 25490 33554432000 4194304 4196468 140722677909936 139778032919328 139779204146901 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23290] ppid=23264 vsize=7408432 memory=4638778424102571344 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23290/stat : 23290 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091146 7586234368 25490 33554432000 4194304 4196468 140722677909936 139777764484208 139779204146901 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23291] ppid=23264 vsize=7408432 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23291/stat : 23291 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091149 7586234368 25490 33554432000 4194304 4196468 140722677909936 139777389975632 139779204155291 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23292] ppid=23264 vsize=7408432 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23282/task/23292/stat : 23292 (java) S 23264 23264 19383 0 -1 1077944384 445 0 0 0 5 0 0 0 20 0 15 0 225091149 7586234368 25490 33554432000 4194304 4196468 140722677909936 139778649508464 139779204147842 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23293] ppid=23264 vsize=7408432 memory=72388 CPUtime=0.05 cores=0,2,4,6
/proc/23282/task/23293/stat : 23293 (java) S 23264 23264 19383 0 -1 1077944384 273 0 0 0 5 0 0 0 20 0 15 0 225091149 7586234368 25490 33554432000 4194304 4196468 140722677909936 139778648455664 139779204147842 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23294] ppid=23264 vsize=7408432 memory=281218352871520 CPUtime=0.17 cores=0,2,4,6
/proc/23282/task/23294/stat : 23294 (java) S 23264 23264 19383 0 -1 1077944384 703 0 0 0 17 0 0 0 20 0 15 0 225091149 7586234368 25490 33554432000 4194304 4196468 140722677909936 139778647403376 139779204147842 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23295] ppid=23264 vsize=7408432 memory=281218352831936 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23295/stat : 23295 (java) S 23264 23264 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225091149 7586234368 25490 33554432000 4194304 4196468 140722677909936 139776892070880 139779204146901 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
[pid=23282/tid=23296] ppid=23264 vsize=7408432 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/23282/task/23296/stat : 23296 (java) S 23264 23264 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225091149 7586234368 25490 33554432000 4194304 4196468 140722677909936 139778646350256 139779204147842 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140722677912757 140722677912881 140722677912881 140722677915599 0
Current children cumulated CPU time: 4.46 s
Current children cumulated vsize: 7521560 KiB
Current children cumulated memory: 103432 KiB

[startup+2.50069 s]
/proc/loadavg: 2.24 2.18 2.11 3/227 23296
/proc/meminfo: memFree=11741552/32770624 swapFree=67108860/67108860
[pid=23264] ppid=23261 vsize=113128 memory=1472 CPUtime=3.5 cores=0,2,4,6
/proc/23264/stat : 23264 (scop.sh) S 23261 23264 19383 0 -1 4202496 592 24360 0 0 0 0 340 10 20 0 1 0 225090972 115843072 368 33554432000 4194304 5098028 140733040210704 140733040207448 139640767111804 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 23511040 140733040215105 140733040215303 140733040215303 140733040218061 0
/proc/23264/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 3.5 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

Child status: 0
Real time (s): 2.50225
CPU time (s): 4.70481
CPU user time (s): 4.53422
CPU system time (s): 0.17059
CPU usage (%): 188.023
Max. virtual memory (cumulated for all children) (KiB): 15140212
Max. memory (cumulated for all children) (KiB): 194168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.53422
system time used= 0.17059
maximum resident set size= 202960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44279
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= 4736
involuntary context switches= 67


# summary of solver processes directly reported to runsolver:
#   pid: 23264
#   total CPU time (s): 4.70481
#   total CPU user time (s): 4.53422
#   total CPU system time (s): 0.17059

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040265 second user time and 0.07115 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-12 14:01:18
IDJOB=4305592
IDBENCH=141406
IDSOLVER=2783
FILE ID=node135/4305592-1534075278
RUNJOBID= node135-1534062530-19414
PBS_JOBID= 21036983
Free space on /tmp= 42764 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Dubois/Dubois-022_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -both minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305592-1534075278/watcher-4305592-1534075278 -o /tmp/evaluation-result-4305592-1534075278/solver-4305592-1534075278 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534062530-19414 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305592-1534075278.xml

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

MD5SUM BENCH= 6cb564a1b449df83d852ba5f609dcac6
RANDOM SEED=567981497

node135.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.50
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.50
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.50
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.50
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:        11796264 kB
MemAvailable:   31754328 kB
Buffers:          246348 kB
Cached:         19718116 kB
SwapCached:            0 kB
Active:          9117832 kB
Inactive:       11050332 kB
Active(anon):     153016 kB
Inactive(anon):   103204 kB
Active(file):    8964816 kB
Inactive(file): 10947128 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8196 kB
Writeback:           112 kB
AnonPages:        186196 kB
Mapped:            73564 kB
Shmem:             49824 kB
Slab:             503644 kB
SReclaimable:     474580 kB
SUnreclaim:        29064 kB
KernelStack:        3664 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5870896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42756 MiB
End job on node135 at 2018-08-12 14:01:21