Trace number 4305665

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)? (TO) 2520.13 2503.02

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-9-cp_c18.xml
MD5SUM438a4422dc9540b34dd70f26f18dc3ca
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables324
Number of constraints22691
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":324}]
Minimum variable degree282
Maximum variable degree283
Distribution of variable degrees[{"degree":282,"count":288},{"degree":283,"count":36}]
Minimum constraint arity4
Maximum constraint arity324
Distribution of constraint arities[{"arity":4,"count":22680},{"arity":36,"count":10},{"arity":324,"count":1}]
Number of extensional constraints0
Number of intensional constraints22680
Distribution of constraint types[{"type":"intension","count":22680},{"type":"lex","count":1},{"type":"cardinality","count":9},{"type":"instantiation","count":1}]
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-27939-serial-file.bin HOME/instance-4305665-1534074608.xml
0.55/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 13:50:08 CEST 2018
0.66/0.54	c PID: 27942
0.66/0.54	c IP: 172.20.3.106
0.66/0.54	c HOST: node106.alineos.net
0.66/0.55	c (0,0) Parsing Begin
7.82/3.14	c (2,2) Parsing End
7.82/3.15	c (2,2) CSP: 324 int (0 aux), 0 bool (0 aux), 22691 ctr, max domain size 6
7.82/3.15	c (2,2) Heap : 1013 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
7.82/3.15	c (2,2) Constraint Name Generate Begin
8.08/3.24	c (2,2) Ctr:HOME/instance-4305665-1534074608.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or
8.08/3.24	c (2,2) Constraint Name Generate End
8.08/3.24	c (2,2) Heap : 1013 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
8.08/3.24	c (2,2) CSP to CSPinCNF Begin
9.06/3.61	c (3,3) translated 2270 (10%) constraints
9.35/3.73	c (3,3) translated 4539 (20%) constraints
9.65/3.85	c (3,3) translated 6808 (30%) constraints
9.94/3.92	c (3,3) translated 9077 (40%) constraints
9.94/3.98	c (3,3) translated 11346 (50%) constraints
10.22/4.03	c (3,3) translated 13615 (60%) constraints
10.22/4.08	c (3,3) translated 15884 (70%) constraints
10.32/4.13	c (3,3) translated 18153 (80%) constraints
10.32/4.18	c (3,3) translated 20422 (90%) constraints
12.03/4.76	c (4,4) translated 22691 (100%) constraints
15.17/5.81	c (5,5) STATISTICS1:HOME/instance-4305665-1534074608.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,2785,27778,34359738368,6,4,36,34359738368:108;6:41342;1:5181,6:86211;2:7383;1:10759,4:23197;3:1987;2:2461;1:133,36:108;2:46523;1:11343,
15.17/5.81	c (5,5) ==========================================
15.17/5.81	c (5,5) Both Encoding selects:
15.17/5.81	c (5,5) Order
15.17/5.81	c (5,5) ==========================================
15.82/6.01	c (5,5) translated 2778 (10%) constraints
16.11/6.18	c (5,5) translated 5556 (20%) constraints
16.69/6.33	c (5,5) translated 8334 (30%) constraints
16.84/6.46	c (5,5) translated 11112 (40%) constraints
16.93/6.59	c (6,6) translated 13889 (50%) constraints
17.27/6.72	c (6,6) translated 16667 (60%) constraints
17.37/6.84	c (6,6) translated 19445 (70%) constraints
17.47/6.95	c (6,6) translated 22223 (80%) constraints
18.27/7.29	c (6,6) translated 25001 (90%) constraints
19.18/7.50	c (6,6) translated 27778 (100%) constraints
19.18/7.51	c (6,6) CSP to CSPinCNF End
19.18/7.51	c (6,6) CSP: 810 int (486 aux), 4405 bool (4405 aux), 32728 ctr, max domain size 7
19.18/7.51	c (6,6) Heap : 2365 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
19.18/7.51	c (6,6) CSPinCNF Propagation Begin
20.44/7.94	c (7,7) 786 values, 7372 unsatisfiable literals, and 6028 valid clauses are removed
20.44/7.94	c (7,7) CSPinCNF Propagation End
20.44/7.94	c (7,7) CSP: 1272 int (948 aux), 3943 bool (3943 aux), 26700 ctr, max domain size 7
20.44/7.94	c (7,7) Heap : 2591 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
20.44/7.94	c (7,7) Simplify CSPinCNF Begin
21.84/8.50	c (7,7) Simplify CSPinCNF End
21.84/8.51	c (7,7) CSP: 1272 int (948 aux), 14605 bool (14605 aux), 37362 ctr, max domain size 7
21.84/8.51	c (7,7) Heap : 2816 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
21.84/8.51	c (7,7) Calculate Precise Domain Begin
21.84/8.57	c (8,8) 0 values are removed by re-calculation
21.84/8.57	c (8,8) Calculate Precise Domain End
21.84/8.57	c (8,8) CSP: 1272 int (948 aux), 14605 bool (14605 aux), 37362 ctr, max domain size 7
21.84/8.57	c (8,8) Heap : 2816 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
21.84/8.57	c (8,8) CSPinCNF to SatSolver Begin
22.80/8.88	c (8,8) 3737 (10 %) CSP clauses are encoded (18637 SAT variables, 20428 SAT clauses)
23.41/9.01	c (8,8) 7473 (20 %) CSP clauses are encoded (18637 SAT variables, 36794 SAT clauses)
23.71/9.11	c (8,8) 11209 (30 %) CSP clauses are encoded (18637 SAT variables, 52340 SAT clauses)
23.71/9.18	c (8,8) 14945 (40 %) CSP clauses are encoded (18637 SAT variables, 67876 SAT clauses)
23.89/9.20	c (8,8) 18681 (50 %) CSP clauses are encoded (18637 SAT variables, 72392 SAT clauses)
23.89/9.23	c (8,8) 22418 (60 %) CSP clauses are encoded (18637 SAT variables, 76129 SAT clauses)
23.89/9.26	c (8,8) 26154 (70 %) CSP clauses are encoded (18637 SAT variables, 79865 SAT clauses)
24.05/9.37	c (8,8) 29890 (80 %) CSP clauses are encoded (18637 SAT variables, 95025 SAT clauses)
24.35/9.50	c (8,8) 33626 (90 %) CSP clauses are encoded (18637 SAT variables, 121609 SAT clauses)
24.58/9.59	c (9,8) 37362 (100 %) CSP clauses are encoded (18637 SAT variables, 141343 SAT clauses)
24.58/9.59	c (9,8) Launch Command will be: minisat_release
24.58/9.59	c (9,8) CSPinCNF to SatSolver End
24.58/9.59	c (9,8) Heap : 582 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
25.09/9.79	c (9,9) STATISTICS2:HOME/instance-4305665-1534074608.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,15877,37362,64,7,4,7,64:576;49:384;6:11102;1:89,7:1728;6:28053;2:96705;1:89,4:18117;3:1199;2:17049;1:997,7:576;3:384;2:11191;1:99009,
25.09/9.79	c (9,9) 18637 bool, 141348 clause
25.09/9.79	c (9,9) Export Begin
25.40/9.89	c (9,9) Export to HOME/scop-27939-serial-file.bin
25.40/9.89	c (9,9) Export End
25.40/9.89	c (9,9) Export File Size: 0.05 MB
25.40/9.89	c (9,9) 2,2,6,7,7,8,9,STOP-AFTER(DIMACS)
25.40/9.89	c END-Prog: Sun Aug 12 13:50:18 CEST 2018
25.73/9.92	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-27939-serial-file.bin
26.37/10.41	c (0,0) Read Serial File Begin
26.37/10.41	c (0,0) HOME/scop-27939-serial-file.bin
26.73/10.60	c (0,0) Read Serial File End
26.73/10.61	
26.73/10.61	scop order+minisat_release (2018-07-31)
26.73/10.61	(Solving Process)
26.73/10.61	
26.73/10.63	c BEGIN-Prog: Sun Aug 12 13:50:18 CEST 2018
26.73/10.63	c PID: 27957
26.73/10.63	c IP: 172.20.3.106
26.73/10.63	c HOST: node106.alineos.net
26.73/10.64	c (0,0) SatSolver.solve Begin
26.73/10.64	c (0,0) 0 bool, 0 clause
26.73/10.64	c (0,0) minisat_release HOME/instance-4305665-1534074608.xml-scop-27942.cnf
2520.07/2503.01	c (2492,0) SatSolver is killed by some reasons.
2520.07/2503.01	c (2492,0) receiving signal SIGTERM
2520.07/2503.01	s UNKNOWN
2520.07/2503.02	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.07/2503.02	c (scop.sh) Killing background jobs.
2520.07/2503.02	HOME/scop.sh: line 50: kill: (27957) - No such process

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305665-1534074608/watcher-4305665-1534074608 -o /tmp/evaluation-result-4305665-1534074608/solver-4305665-1534074608 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534060601-23199 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305665-1534074608.xml 

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

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


[startup+0.100138 s]*
/proc/loadavg: 2.04 2.05 2.08 3/223 27956
/proc/meminfo: memFree=20540552/32770624 swapFree=67108688/67108860
[pid=27939] ppid=27936 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/27939/stat : 27939 (scop.sh) S 27936 27939 23167 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225023634 115843072 349 33554432000 4194304 5098028 140723738335920 140723738333176 140420166607484 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9367552 140723738342465 140723738342663 140723738342663 140723738345421 0
/proc/27939/statm: 28282 349 296 221 0 87 0
[pid=27942] ppid=27939 vsize=15012476 memory=73224 CPUtime=0.11 cores=1,3,5,7
/proc/27942/stat : 27942 (java) S 27939 27939 23167 0 -1 1077944320 6391 0 0 0 9 2 0 0 20 0 15 0 225023634 15372775424 18306 33554432000 4194304 4196468 140729790770864 140729790753408 140298033315575 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
/proc/27942/statm: 3753119 18306 2769 1 0 3715579 0
[pid=27942/tid=27943] ppid=27939 vsize=15012476 memory=-6150928374978363329 CPUtime=0.09 cores=1,3,5,7
/proc/27942/task/27943/stat : 27943 (java) R 27939 27939 23167 0 -1 4202560 4491 0 0 0 7 2 0 0 20 0 15 0 225023635 15372775424 18306 33554432000 4194304 4196468 140729790770864 140298005127560 140298014689354 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27944] ppid=27939 vsize=15012476 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27944/stat : 27944 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023636 15372775424 18306 33554432000 4194304 4196468 140729790770864 140298037557648 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27945] ppid=27939 vsize=15012476 memory=140152873309824 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27945/stat : 27945 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023636 15372775424 18306 33554432000 4194304 4196468 140729790770864 140297860053264 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27946] ppid=27939 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27946/stat : 27946 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225023636 15372775424 18306 33554432000 4194304 4196468 140729790770864 140297492621968 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27947] ppid=27939 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27947/stat : 27947 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023636 15372775424 18306 33554432000 4194304 4196468 140729790770864 140297491569168 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27948] ppid=27939 vsize=15012476 memory=140152873309824 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27948/stat : 27948 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023638 15372775424 18306 33554432000 4194304 4196468 140729790770864 140297070926448 140298033326722 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27949] ppid=27939 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27949/stat : 27949 (java) S 27939 27939 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225023638 15372775424 18306 33554432000 4194304 4196468 140729790770864 140296583111968 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27950] ppid=27939 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27950/stat : 27950 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225023639 15372775424 18306 33554432000 4194304 4196468 140729790770864 140296314676848 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27951] ppid=27939 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27951/stat : 27951 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225023641 15372775424 18306 33554432000 4194304 4196468 140729790770864 140295940168272 140298033334171 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27952] ppid=27939 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27952/stat : 27952 (java) S 27939 27939 23167 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 15 0 225023641 15372775424 18306 33554432000 4194304 4196468 140729790770864 140297069873264 140298033326722 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27953] ppid=27939 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27953/stat : 27953 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225023641 15372775424 18306 33554432000 4194304 4196468 140729790770864 140297068820464 140298033326722 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27954] ppid=27939 vsize=15012476 memory=140152873309824 CPUtime=0.01 cores=1,3,5,7
/proc/27942/task/27954/stat : 27954 (java) S 27939 27939 23167 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 225023641 15372775424 18306 33554432000 4194304 4196468 140729790770864 140297067768176 140298033326722 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27955] ppid=27939 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27955/stat : 27955 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225023641 15372775424 18306 33554432000 4194304 4196468 140729790770864 140295442262496 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27956] ppid=27939 vsize=15012476 memory=140152873309824 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27956/stat : 27956 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225023641 15372775424 18372 33554432000 4194304 4196468 140729790770864 140297066716080 140298033326722 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 74620 KiB

[startup+0.210648 s]*
/proc/loadavg: 2.04 2.05 2.08 4/223 27956
/proc/meminfo: memFree=20526740/32770624 swapFree=67108688/67108860
[pid=27939] ppid=27936 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/27939/stat : 27939 (scop.sh) S 27936 27939 23167 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225023634 115843072 349 33554432000 4194304 5098028 140723738335920 140723738333176 140420166607484 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9367552 140723738342465 140723738342663 140723738342663 140723738345421 0
/proc/27939/statm: 28282 349 296 221 0 87 0
[pid=27942] ppid=27939 vsize=15012476 memory=86296 CPUtime=0.25 cores=1,3,5,7
/proc/27942/stat : 27942 (java) S 27939 27939 23167 0 -1 1077944320 9912 0 0 0 23 2 0 0 20 0 15 0 225023634 15372775424 21574 33554432000 4194304 4196468 140729790770864 140729790753408 140298033315575 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
/proc/27942/statm: 3753119 21574 2905 1 0 3715579 0
[pid=27942/tid=27943] ppid=27939 vsize=15012476 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/27942/task/27943/stat : 27943 (java) R 27939 27939 23167 0 -1 4202560 7830 0 0 0 18 2 0 0 20 0 15 0 225023635 15372775424 21574 33554432000 4194304 4196468 140729790770864 140298005137376 140298033327510 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27944] ppid=27939 vsize=15012476 memory=546 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27944/stat : 27944 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023636 15372775424 21574 33554432000 4194304 4196468 140729790770864 140298037557648 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27945] ppid=27939 vsize=15012476 memory=140152874509494 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27945/stat : 27945 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023636 15372775424 21574 33554432000 4194304 4196468 140729790770864 140297860053264 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27946] ppid=27939 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27946/stat : 27946 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225023636 15372775424 21574 33554432000 4194304 4196468 140729790770864 140297492621968 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27947] ppid=27939 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27947/stat : 27947 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023636 15372775424 21574 33554432000 4194304 4196468 140729790770864 140297491569168 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27948] ppid=27939 vsize=15012476 memory=140152873309824 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27948/stat : 27948 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023638 15372775424 21574 33554432000 4194304 4196468 140729790770864 140297070926448 140298033326722 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27949] ppid=27939 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27949/stat : 27949 (java) S 27939 27939 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225023638 15372775424 21574 33554432000 4194304 4196468 140729790770864 140296583111968 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27950] ppid=27939 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27950/stat : 27950 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225023639 15372775424 21574 33554432000 4194304 4196468 140729790770864 140296314676848 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27951] ppid=27939 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27951/stat : 27951 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225023641 15372775424 21574 33554432000 4194304 4196468 140729790770864 140295940168272 140298033334171 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27952] ppid=27939 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27942/task/27952/stat : 27952 (java) S 27939 27939 23167 0 -1 1077944384 300 0 0 0 1 0 0 0 20 0 15 0 225023641 15372775424 21574 33554432000 4194304 4196468 140729790770864 140297069873264 140298033326722 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27953] ppid=27939 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27953/stat : 27953 (java) S 27939 27939 23167 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 15 0 225023641 15372775424 21574 33554432000 4194304 4196468 140729790770864 140297068820464 140298033326722 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27954] ppid=27939 vsize=15012476 memory=140152873309824 CPUtime=0.03 cores=1,3,5,7
/proc/27942/task/27954/stat : 27954 (java) R 27939 27939 23167 0 -1 4202560 294 0 0 0 3 0 0 0 20 0 15 0 225023641 15372775424 21574 33554432000 4194304 4196468 140729790770864 140297067768176 140298012725534 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27955] ppid=27939 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27955/stat : 27955 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225023641 15372775424 21574 33554432000 4194304 4196468 140729790770864 140295442262496 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27956] ppid=27939 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27956/stat : 27956 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225023641 15372775424 21574 33554432000 4194304 4196468 140729790770864 140297066716080 140298033326722 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 87692 KiB

[startup+0.310619 s]*
/proc/loadavg: 2.04 2.05 2.08 3/223 27956
/proc/meminfo: memFree=20520724/32770624 swapFree=67108688/67108860
[pid=27939] ppid=27936 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/27939/stat : 27939 (scop.sh) S 27936 27939 23167 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225023634 115843072 349 33554432000 4194304 5098028 140723738335920 140723738333176 140420166607484 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9367552 140723738342465 140723738342663 140723738342663 140723738345421 0
/proc/27939/statm: 28282 349 296 221 0 87 0
[pid=27942] ppid=27939 vsize=15012476 memory=89664 CPUtime=0.43 cores=1,3,5,7
/proc/27942/stat : 27942 (java) S 27939 27939 23167 0 -1 1077944320 10436 0 0 0 40 3 0 0 20 0 15 0 225023634 15372775424 22416 33554432000 4194304 4196468 140729790770864 140729790753408 140298033315575 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
/proc/27942/statm: 3753119 22416 2961 1 0 3715579 0
[pid=27942/tid=27943] ppid=27939 vsize=15012476 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/27942/task/27943/stat : 27943 (java) R 27939 27939 23167 0 -1 4202560 8206 0 0 0 27 2 0 0 20 0 15 0 225023635 15372775424 22416 33554432000 4194304 4196468 140729790770864 140298005110576 140298025345976 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27944] ppid=27939 vsize=15012476 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27944/stat : 27944 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023636 15372775424 22416 33554432000 4194304 4196468 140729790770864 140298037557648 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27945] ppid=27939 vsize=15012476 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27945/stat : 27945 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023636 15372775424 22416 33554432000 4194304 4196468 140729790770864 140297860053264 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27946] ppid=27939 vsize=15012476 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27946/stat : 27946 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225023636 15372775424 22416 33554432000 4194304 4196468 140729790770864 140297492621968 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27947] ppid=27939 vsize=15012476 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27947/stat : 27947 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023636 15372775424 22416 33554432000 4194304 4196468 140729790770864 140297491569168 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27948] ppid=27939 vsize=15012476 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27948/stat : 27948 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023638 15372775424 22416 33554432000 4194304 4196468 140729790770864 140297070926448 140298033326722 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27949] ppid=27939 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27949/stat : 27949 (java) S 27939 27939 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225023638 15372775424 22416 33554432000 4194304 4196468 140729790770864 140296583111968 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27950] ppid=27939 vsize=15012476 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27950/stat : 27950 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225023639 15372775424 22416 33554432000 4194304 4196468 140729790770864 140296314676848 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27951] ppid=27939 vsize=15012476 memory=4426078206164241782 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27951/stat : 27951 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225023641 15372775424 22416 33554432000 4194304 4196468 140729790770864 140295940168272 140298033334171 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27952] ppid=27939 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27942/task/27952/stat : 27952 (java) R 27939 27939 23167 0 -1 4202560 328 0 0 0 1 0 0 0 20 0 15 0 225023641 15372775424 22416 33554432000 4194304 4196468 140729790770864 140297069873264 140298025552702 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27953] ppid=27939 vsize=15012476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27942/task/27953/stat : 27953 (java) R 27939 27939 23167 0 -1 1077944384 262 0 0 0 3 0 0 0 20 0 15 0 225023641 15372775424 22416 33554432000 4194304 4196468 140729790770864 140297068820464 140298033326722 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27954] ppid=27939 vsize=15012476 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27942/task/27954/stat : 27954 (java) R 27939 27939 23167 0 -1 4202560 315 0 0 0 7 0 0 0 20 0 15 0 225023641 15372775424 22416 33554432000 4194304 4196468 140729790770864 140297067768176 140298016491937 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27955] ppid=27939 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27955/stat : 27955 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225023641 15372775424 22416 33554432000 4194304 4196468 140729790770864 140295442262496 140298033325781 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27956] ppid=27939 vsize=15012476 memory=3905525982033944625 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27956/stat : 27956 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023641 15372775424 22416 33554432000 4194304 4196468 140729790770864 140297066716080 140298033326722 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91060 KiB

[startup+0.702285 s]
/proc/loadavg: 2.04 2.05 2.08 3/223 27956
/proc/meminfo: memFree=20499020/32770624 swapFree=67108688/67108860
[pid=27939] ppid=27936 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/27939/stat : 27939 (scop.sh) S 27936 27939 23167 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225023634 115843072 349 33554432000 4194304 5098028 140723738335920 140723738333176 140420166607484 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9367552 140723738342465 140723738342663 140723738342663 140723738345421 0
/proc/27939/statm: 28282 349 296 221 0 87 0
[pid=27942] ppid=27939 vsize=15018748 memory=131220 CPUtime=1.06 cores=1,3,5,7
/proc/27942/stat : 27942 (java) S 27939 27939 23167 0 -1 1077944320 17385 0 0 0 102 4 0 0 20 0 15 0 225023634 15379197952 32805 33554432000 4194304 4196468 140729790770864 140729790753408 140298033315575 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
/proc/27942/statm: 3754687 32805 3137 1 0 3716091 0
[pid=27942/tid=27943] ppid=27939 vsize=15018748 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/27942/task/27943/stat : 27943 (java) R 27939 27939 23167 0 -1 4202560 14645 0 0 0 63 4 0 0 20 0 15 0 225023635 15379197952 32805 33554432000 4194304 4196468 140729790770864 140298005153808 140297535044868 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27944] ppid=27939 vsize=15018748 memory=116 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27944/stat : 27944 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023636 15379197952 32805 33554432000 4194304 4196468 140729790770864 140298037557648 140298033325781 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27945] ppid=27939 vsize=15018748 memory=12868 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27945/stat : 27945 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023636 15379197952 32805 33554432000 4194304 4196468 140729790770864 140297860053264 140298033325781 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27946] ppid=27939 vsize=15018748 memory=26497 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27946/stat : 27946 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225023636 15379197952 32805 33554432000 4194304 4196468 140729790770864 140297492621968 140298033325781 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27947] ppid=27939 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27947/stat : 27947 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023636 15379197952 32805 33554432000 4194304 4196468 140729790770864 140297491569168 140298033325781 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27948] ppid=27939 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27948/stat : 27948 (java) S 27939 27939 23167 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225023638 15379197952 32805 33554432000 4194304 4196468 140729790770864 140297070926448 140298033326722 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27949] ppid=27939 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27949/stat : 27949 (java) S 27939 27939 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225023638 15379197952 32805 33554432000 4194304 4196468 140729790770864 140296583111968 140298033325781 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27950] ppid=27939 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27950/stat : 27950 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225023639 15379197952 32805 33554432000 4194304 4196468 140729790770864 140296314676848 140298033325781 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27951] ppid=27939 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27951/stat : 27951 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225023641 15379197952 32805 33554432000 4194304 4196468 140729790770864 140295940168272 140298033334171 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27952] ppid=27939 vsize=15018748 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27942/task/27952/stat : 27952 (java) R 27939 27939 23167 0 -1 4202560 469 0 0 0 8 0 0 0 20 0 15 0 225023641 15379197952 32805 33554432000 4194304 4196468 140729790770864 140297069865896 140298012972240 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27953] ppid=27939 vsize=15018748 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/27942/task/27953/stat : 27953 (java) R 27939 27939 23167 0 -1 4202560 480 0 0 0 11 0 0 0 20 0 15 0 225023641 15379197952 32805 33554432000 4194304 4196468 140729790770864 140297068807248 140298014725725 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27954] ppid=27939 vsize=15018748 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/27942/task/27954/stat : 27954 (java) R 27939 27939 23167 0 -1 4202560 455 0 0 0 18 0 0 0 20 0 15 0 225023641 15379197952 32805 33554432000 4194304 4196468 140729790770864 140297067764032 140298011684240 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27955] ppid=27939 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27955/stat : 27955 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225023641 15379197952 32805 33554432000 4194304 4196468 140729790770864 140295442262496 140298033325781 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
[pid=27942/tid=27956] ppid=27939 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27942/task/27956/stat : 27956 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225023641 15379197952 32805 33554432000 4194304 4196468 140729790770864 140297066716080 140298033326722 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13512704 140729790776327 140729790776625 140729790776625 140729790779343 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 15131876 KiB
Current children cumulated memory: 132616 KiB

[startup+1.501 s]
/proc/loadavg: 2.04 2.05 2.08 5/223 27956
/proc/meminfo: memFree=20432504/32770624 swapFree=67108688/67108860
[pid=27939] ppid=27936 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/27939/stat : 27939 (scop.sh) S 27936 27939 23167 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225023634 115843072 349 33554432000 4194304 5098028 140723738335920 140723738333176 140420166607484 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9367552 140723738342465 140723738342663 140723738342663 140723738345421 0
/proc/27939/statm: 28282 349 296 221 0 87 0

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

/proc/27972/statm: 21459 17188 341 28 0 17699 0
[pid=27957/tid=27958] ppid=27939 vsize=8068220 memory=118124 CPUtime=0.76 cores=1,3,5,7
/proc/27957/task/27958/stat : 27958 (java) S 27939 27939 23167 0 -1 1077944384 15458 0 0 0 71 5 0 0 20 0 19 0 225024628 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606625820560 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27959] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27959/stat : 27959 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225024629 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606658222608 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27960] ppid=27939 vsize=8068220 memory=118124 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27960/stat : 27960 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225024629 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606458391184 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27961] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27961/stat : 27961 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225024629 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606457338128 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27962] ppid=27939 vsize=8068220 memory=118124 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27962/stat : 27962 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 225024629 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606456285584 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27963] ppid=27939 vsize=8068220 memory=118124 CPUtime=0.03 cores=1,3,5,7
/proc/27957/task/27963/stat : 27963 (java) S 27939 27939 23167 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 225024630 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606099655408 140606653991554 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27964] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27964/stat : 27964 (java) S 27939 27939 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 225024631 8261857280 29531 33554432000 4194304 4196468 140724904583104 140605485213344 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27965] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27965/stat : 27965 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225024631 8261857280 29531 33554432000 4194304 4196468 140724904583104 140605216777456 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27966] ppid=27939 vsize=8068220 memory=118124 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27966/stat : 27966 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140604842269136 140606653999003 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27967] ppid=27939 vsize=8068220 memory=118124 CPUtime=0.1 cores=1,3,5,7
/proc/27957/task/27967/stat : 27967 (java) S 27939 27939 23167 0 -1 1077944384 740 0 0 0 10 0 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606098602224 140606653991554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27968] ppid=27939 vsize=8068220 memory=68752 CPUtime=0.16 cores=1,3,5,7
/proc/27957/task/27968/stat : 27968 (java) S 27939 27939 23167 0 -1 1077944384 605 0 0 0 15 1 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606097549680 140606653991554 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27969] ppid=27939 vsize=8068220 memory=1472 CPUtime=0.21 cores=1,3,5,7
/proc/27957/task/27969/stat : 27969 (java) S 27939 27939 23167 0 -1 1077944384 589 0 0 0 21 0 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606096496624 140606653991554 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27970] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27970/stat : 27970 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140604344363360 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27971] ppid=27939 vsize=8068220 memory=1472 CPUtime=0.87 cores=1,3,5,7
/proc/27957/task/27971/stat : 27971 (java) S 27939 27939 23167 0 -1 1077944384 163 0 0 0 40 47 0 0 20 0 19 0 225024634 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606095445040 140606653991554 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27973] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27973/stat : 27973 (java) S 27939 27939 23167 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 225024701 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606425229120 140606654005017 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27975] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27975/stat : 27975 (java) S 27939 27939 23167 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 225024701 8261857280 29531 33554432000 4194304 4196468 140724904583104 140603807477680 140606654002333 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27976] ppid=27939 vsize=8068220 memory=118124 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27976/stat : 27976 (java) S 27939 27939 23167 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 225024701 8261857280 29531 33554432000 4194304 4196468 140724904583104 140603941699120 140606654002333 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27977] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27977/stat : 27977 (java) S 27939 27939 23167 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 225024703 8261857280 29531 33554432000 4194304 4196468 140724904583104 140603539053856 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
Current children cumulated CPU time: 2459.34 s
Current children cumulated vsize: 8267184 KiB
Current children cumulated memory: 188348 KiB

[startup+2502.3 s]
/proc/loadavg: 2.47 3.26 3.03 6/223 28333
/proc/meminfo: memFree=9074176/32770624 swapFree=67108688/67108860
[pid=27939] ppid=27936 vsize=113128 memory=1472 CPUtime=25.75 cores=1,3,5,7
/proc/27939/stat : 27939 (scop.sh) S 27936 27939 23167 0 -1 4202496 590 37202 0 0 0 0 2512 63 20 0 1 0 225023634 115843072 368 33554432000 4194304 5098028 140723738335920 140723738332664 140420166607484 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9367552 140723738342465 140723738342663 140723738342663 140723738345421 0
/proc/27939/statm: 28282 368 311 221 0 87 0
[pid=27957] ppid=27939 vsize=8068220 memory=118124 CPUtime=2.2 cores=1,3,5,7
/proc/27957/stat : 27957 (java) S 27939 27939 23167 0 -1 1077944320 18971 0 0 0 166 54 0 0 20 0 19 0 225024627 8261857280 29531 33554432000 4194304 4196468 140724904583104 140724904565648 140606653980407 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
/proc/27957/statm: 2017055 29531 3152 1 0 1978454 0
[pid=27972] ppid=27957 vsize=85836 memory=68752 CPUtime=2491.41 cores=1,3,5,7
/proc/27972/stat : 27972 (minisat_release) R 27957 27939 23167 0 -1 4202496 197277 0 0 0 249129 12 0 0 20 0 1 0 225024700 87896064 17188 33554432000 4194304 4308513 140729323761040 140729323758040 4275941 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 11370496 140729323766900 140729323766998 140729323766998 140729323769797 0
/proc/27972/statm: 21459 17188 341 28 0 17699 0
[pid=27957/tid=27958] ppid=27939 vsize=8068220 memory=118124 CPUtime=0.76 cores=1,3,5,7
/proc/27957/task/27958/stat : 27958 (java) S 27939 27939 23167 0 -1 1077944384 15458 0 0 0 71 5 0 0 20 0 19 0 225024628 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606625820560 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27959] ppid=27939 vsize=8068220 memory=118124 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27959/stat : 27959 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225024629 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606658222608 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27960] ppid=27939 vsize=8068220 memory=118124 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27960/stat : 27960 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225024629 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606458391184 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27961] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27961/stat : 27961 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225024629 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606457338128 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27962] ppid=27939 vsize=8068220 memory=68752 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27962/stat : 27962 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 225024629 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606456285584 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27963] ppid=27939 vsize=8068220 memory=1472 CPUtime=0.03 cores=1,3,5,7
/proc/27957/task/27963/stat : 27963 (java) S 27939 27939 23167 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 225024630 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606099655408 140606653991554 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27964] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27964/stat : 27964 (java) S 27939 27939 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 225024631 8261857280 29531 33554432000 4194304 4196468 140724904583104 140605485213344 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27965] ppid=27939 vsize=8068220 memory=118124 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27965/stat : 27965 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225024631 8261857280 29531 33554432000 4194304 4196468 140724904583104 140605216777456 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27966] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27966/stat : 27966 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140604842269136 140606653999003 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27967] ppid=27939 vsize=8068220 memory=1472 CPUtime=0.1 cores=1,3,5,7
/proc/27957/task/27967/stat : 27967 (java) S 27939 27939 23167 0 -1 1077944384 740 0 0 0 10 0 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606098602224 140606653991554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27968] ppid=27939 vsize=8068220 memory=118124 CPUtime=0.16 cores=1,3,5,7
/proc/27957/task/27968/stat : 27968 (java) S 27939 27939 23167 0 -1 1077944384 605 0 0 0 15 1 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606097549680 140606653991554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27969] ppid=27939 vsize=8068220 memory=68752 CPUtime=0.21 cores=1,3,5,7
/proc/27957/task/27969/stat : 27969 (java) S 27939 27939 23167 0 -1 1077944384 589 0 0 0 21 0 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606096496624 140606653991554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27970] ppid=27939 vsize=8068220 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27970/stat : 27970 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140604344363360 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27971] ppid=27939 vsize=8068220 memory=1224 CPUtime=0.9 cores=1,3,5,7
/proc/27957/task/27971/stat : 27971 (java) S 27939 27939 23167 0 -1 1077944384 167 0 0 0 42 48 0 0 20 0 19 0 225024634 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606095445040 140606653991554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27973] ppid=27939 vsize=8068220 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27973/stat : 27973 (java) S 27939 27939 23167 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 225024701 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606425229120 140606654005017 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27975] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27975/stat : 27975 (java) S 27939 27939 23167 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 225024701 8261857280 29531 33554432000 4194304 4196468 140724904583104 140603807477680 140606654002333 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27976] ppid=27939 vsize=8068220 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27976/stat : 27976 (java) S 27939 27939 23167 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 225024701 8261857280 29531 33554432000 4194304 4196468 140724904583104 140603941699120 140606654002333 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27977] ppid=27939 vsize=8068220 memory=61316 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27977/stat : 27977 (java) S 27939 27939 23167 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 225024703 8261857280 29531 33554432000 4194304 4196468 140724904583104 140603539053856 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
Current children cumulated CPU time: 2519.36 s
Current children cumulated vsize: 8267184 KiB
Current children cumulated memory: 188348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2503 s]*
/proc/loadavg: 2.47 3.26 3.03 6/223 28333
/proc/meminfo: memFree=9074176/32770624 swapFree=67108688/67108860
[pid=27939] ppid=27936 vsize=113128 memory=1472 CPUtime=25.75 cores=1,3,5,7
/proc/27939/stat : 27939 (scop.sh) S 27936 27939 23167 0 -1 4202496 590 37202 0 0 0 0 2512 63 20 0 1 0 225023634 115843072 368 33554432000 4194304 5098028 140723738335920 140723738332664 140420166607484 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9367552 140723738342465 140723738342663 140723738342663 140723738345421 0
/proc/27939/statm: 28282 368 311 221 0 87 0
[pid=27957] ppid=27939 vsize=8068220 memory=118124 CPUtime=2.2 cores=1,3,5,7
/proc/27957/stat : 27957 (java) S 27939 27939 23167 0 -1 1077944320 18971 0 0 0 166 54 0 0 20 0 19 0 225024627 8261857280 29531 33554432000 4194304 4196468 140724904583104 140724904565648 140606653980407 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
/proc/27957/statm: 2017055 29531 3152 1 0 1978454 0
[pid=27972] ppid=27957 vsize=85836 memory=68752 CPUtime=2492.12 cores=1,3,5,7
/proc/27972/stat : 27972 (minisat_release) R 27957 27939 23167 0 -1 4202496 197278 0 0 0 249200 12 0 0 20 0 1 0 225024700 87896064 17188 33554432000 4194304 4308513 140729323761040 140729323758040 4269966 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 11370496 140729323766900 140729323766998 140729323766998 140729323769797 0
/proc/27972/statm: 21459 17188 341 28 0 17699 0
[pid=27957/tid=27958] ppid=27939 vsize=8068220 memory=6791534058613427641 CPUtime=0.76 cores=1,3,5,7
/proc/27957/task/27958/stat : 27958 (java) S 27939 27939 23167 0 -1 1077944384 15458 0 0 0 71 5 0 0 20 0 19 0 225024628 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606625820560 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27959] ppid=27939 vsize=8068220 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27959/stat : 27959 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225024629 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606658222608 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27960] ppid=27939 vsize=8068220 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27960/stat : 27960 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225024629 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606458391184 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27961] ppid=27939 vsize=8068220 memory=924 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27961/stat : 27961 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225024629 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606457338128 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27962] ppid=27939 vsize=8068220 memory=2192 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27962/stat : 27962 (java) S 27939 27939 23167 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 225024629 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606456285584 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27963] ppid=27939 vsize=8068220 memory=3980 CPUtime=0.03 cores=1,3,5,7
/proc/27957/task/27963/stat : 27963 (java) S 27939 27939 23167 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 225024630 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606099655408 140606653991554 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27964] ppid=27939 vsize=8068220 memory=1924 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27964/stat : 27964 (java) S 27939 27939 23167 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 225024631 8261857280 29531 33554432000 4194304 4196468 140724904583104 140605485213344 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27965] ppid=27939 vsize=8068220 memory=7284 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27965/stat : 27965 (java) S 27939 27939 23167 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225024631 8261857280 29531 33554432000 4194304 4196468 140724904583104 140605216777456 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27966] ppid=27939 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27966/stat : 27966 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140604842269136 140606653999003 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27967] ppid=27939 vsize=8068220 memory=118124 CPUtime=0.1 cores=1,3,5,7
/proc/27957/task/27967/stat : 27967 (java) S 27939 27939 23167 0 -1 1077944384 740 0 0 0 10 0 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606098602224 140606653991554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27968] ppid=27939 vsize=8068220 memory=68752 CPUtime=0.16 cores=1,3,5,7
/proc/27957/task/27968/stat : 27968 (java) S 27939 27939 23167 0 -1 1077944384 605 0 0 0 15 1 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606097549680 140606653991554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27969] ppid=27939 vsize=8068220 memory=804 CPUtime=0.21 cores=1,3,5,7
/proc/27957/task/27969/stat : 27969 (java) S 27939 27939 23167 0 -1 1077944384 589 0 0 0 21 0 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606096496624 140606653991554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27970] ppid=27939 vsize=8068220 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27970/stat : 27970 (java) S 27939 27939 23167 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225024633 8261857280 29531 33554432000 4194304 4196468 140724904583104 140604344363360 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27971] ppid=27939 vsize=8068220 memory=912 CPUtime=0.9 cores=1,3,5,7
/proc/27957/task/27971/stat : 27971 (java) S 27939 27939 23167 0 -1 1077944384 167 0 0 0 42 48 0 0 20 0 19 0 225024634 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606095445040 140606653991554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27973] ppid=27939 vsize=8068220 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27973/stat : 27973 (java) S 27939 27939 23167 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 225024701 8261857280 29531 33554432000 4194304 4196468 140724904583104 140606425229120 140606654005017 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27975] ppid=27939 vsize=8068220 memory=3420 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27975/stat : 27975 (java) S 27939 27939 23167 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 225024701 8261857280 29531 33554432000 4194304 4196468 140724904583104 140603807477680 140606654002333 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27976] ppid=27939 vsize=8068220 memory=3420 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27976/stat : 27976 (java) S 27939 27939 23167 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 225024701 8261857280 29531 33554432000 4194304 4196468 140724904583104 140603941699120 140606654002333 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
[pid=27957/tid=27977] ppid=27939 vsize=8068220 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/27957/task/27977/stat : 27977 (java) S 27939 27939 23167 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 225024703 8261857280 29531 33554432000 4194304 4196468 140724904583104 140603539053856 140606653990613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15863808 140724904588469 140724904588593 140724904588593 140724904591311 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 8267184 KiB
Current children cumulated memory: 188348 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2503.02 s]
# the end of solver process 27939 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.81 s, system=1.32355 s

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

Child status: 0
Real time (s): 2503.02
CPU time (s): 2520.13
CPU user time (s): 2518.81
CPU system time (s): 1.32355
CPU usage (%): 100.683
Max. virtual memory (cumulated for all children) (KiB): 15142280
Max. memory (cumulated for all children) (KiB): 3081932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.81
system time used= 1.32355
maximum resident set size= 3080616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60364
involuntary context switches= 814


# summary of solver processes directly reported to runsolver:
#   pid: 27939
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2518.81
#   total CPU system time (s): 1.32355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9665 second user time and 26.4586 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-12 13:50:08
IDJOB=4305665
IDBENCH=141381
IDSOLVER=2783
FILE ID=node106/4305665-1534074608
RUNJOBID= node106-1534060601-23199
PBS_JOBID= 21036975
Free space on /tmp= 39896 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-6-6-9-cp_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-4305665-1534074608/watcher-4305665-1534074608 -o /tmp/evaluation-result-4305665-1534074608/solver-4305665-1534074608 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534060601-23199 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305665-1534074608.xml

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

MD5SUM BENCH= 438a4422dc9540b34dd70f26f18dc3ca
RANDOM SEED=2112636633

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        20602328 kB
MemAvailable:   31711824 kB
Buffers:          129820 kB
Cached:         11130344 kB
SwapCached:            0 kB
Active:          5714288 kB
Inactive:        5793656 kB
Active(anon):     194868 kB
Inactive(anon):   105368 kB
Active(file):    5519420 kB
Inactive(file):  5688288 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              9012 kB
Writeback:             0 kB
AnonPages:        254760 kB
Mapped:            63616 kB
Shmem:             49632 kB
Slab:             358688 kB
SReclaimable:     330248 kB
SUnreclaim:        28440 kB
KernelStack:        3840 kB
PageTables:         6132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5905532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39888 MiB
End job on node106 at 2018-08-12 14:31:51