Trace number 4305541

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.05 2498.62

General information on the benchmark

NameBibd/
Bibd-sc-22-033-12-08-04_c18.xml
MD5SUM6ea47cf9d60ca9eef307247e67b78630
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 variables16698
Number of constraints7910
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":8349}]
Minimum variable degree0
Maximum variable degree24
Distribution of variable degrees[{"degree":0,"count":8349},{"degree":2,"count":7623},{"degree":24,"count":726}]
Minimum constraint arity3
Maximum constraint arity726
Distribution of constraint arities[{"arity":3,"count":7623},{"arity":22,"count":33},{"arity":33,"count":253},{"arity":726,"count":1}]
Number of extensional constraints0
Number of intensional constraints7623
Distribution of constraint types[{"type":"intension","count":7623},{"type":"lex","count":1},{"type":"sum","count":286}]
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-21976-serial-file.bin HOME/instance-4305541-1534072519.xml
0.55/0.51	
0.55/0.51	scop both+minisat_release (2018-07-31)
0.55/0.52	(Encoding Process)
0.55/0.52	
0.66/0.54	c BEGIN-Prog: Sun Aug 12 13:15:19 CEST 2018
0.66/0.54	c PID: 21979
0.66/0.54	c IP: 172.20.3.103
0.66/0.54	c HOST: node103.alineos.net
0.66/0.55	c (0,0) Parsing Begin
6.51/2.56	c (2,2) Parsing End
6.51/2.58	c (2,2) CSP: 0 int (0 aux), 8349 bool (0 aux), 7910 ctr, max domain size 2
6.51/2.58	c (2,2) Heap : 450 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
6.51/2.58	c (2,2) Constraint Name Generate Begin
6.83/2.62	c (2,2) Ctr:HOME/instance-4305541-1534072519.xml,Eq:IntVar:LexMatrix:Mul:Num:WeightedSum
6.83/2.62	c (2,2) Constraint Name Generate End
6.83/2.62	c (2,2) Heap : 450 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
6.83/2.62	c (2,2) CSP to CSPinCNF Begin
9.25/3.38	c (2,2) translated 791 (10%) constraints
10.55/3.77	c (3,3) translated 1582 (20%) constraints
11.49/4.07	c (3,3) translated 2373 (30%) constraints
12.36/4.35	c (3,3) translated 3164 (40%) constraints
12.92/4.68	c (4,4) translated 3955 (50%) constraints
13.51/4.88	c (4,4) translated 4746 (60%) constraints
14.02/5.07	c (4,4) translated 5537 (70%) constraints
14.58/5.27	c (4,4) translated 6328 (80%) constraints
15.18/5.45	c (4,4) translated 7119 (90%) constraints
16.41/5.85	c (5,5) translated 7910 (100%) constraints
20.35/7.78	c (7,7) STATISTICS1:HOME/instance-4305541-1534072519.xml,Eq:IntVar:LexMatrix:Mul:Num:WeightedSum,24886,41089,4294967296,2,4,33,4294967296:506;2097152:66;2:17987,2:102283,4:1291;3:15299;2:16537;1:7962,33:506;22:66;2:17987;1:80103,
20.35/7.78	c (7,7) ==========================================
20.35/7.78	c (7,7) Both Encoding selects:
20.35/7.78	c (7,7) Order
20.35/7.78	c (7,7) ==========================================
21.79/8.15	c (7,7) translated 4109 (10%) constraints
22.35/8.33	c (7,7) translated 8218 (20%) constraints
22.65/8.49	c (7,7) translated 12327 (30%) constraints
23.25/8.63	c (8,7) translated 16436 (40%) constraints
23.45/8.75	c (8,8) translated 20545 (50%) constraints
23.77/9.00	c (8,8) translated 24654 (60%) constraints
24.25/9.11	c (8,8) translated 28763 (70%) constraints
24.34/9.23	c (8,8) translated 32872 (80%) constraints
24.44/9.35	c (8,8) translated 36981 (90%) constraints
25.92/10.09	c (9,9) translated 41089 (100%) constraints
25.92/10.09	c (9,9) CSP to CSPinCNF End
26.22/10.11	c (9,9) CSP: 3135 int (3135 aux), 32509 bool (24160 aux), 70514 ctr, max domain size 12
26.22/10.11	c (9,9) Heap : 563 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
26.22/10.11	c (9,9) CSPinCNF Propagation Begin
27.06/10.49	c (9,9) 0 values, 7623 unsatisfiable literals, and 7623 valid clauses are removed
27.06/10.49	c (9,9) CSPinCNF Propagation End
27.25/10.51	c (9,9) CSP: 3135 int (3135 aux), 32509 bool (24160 aux), 62891 ctr, max domain size 12
27.25/10.51	c (9,9) Heap : 784 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
27.25/10.51	c (9,9) Simplify CSPinCNF Begin
27.48/10.69	c (10,9) Simplify CSPinCNF End
27.66/10.70	c (10,9) CSP: 3135 int (3135 aux), 35250 bool (26901 aux), 65632 ctr, max domain size 12
27.66/10.70	c (10,9) Heap : 839 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
27.66/10.70	c (10,9) Calculate Precise Domain Begin
27.66/10.79	c (10,10) 0 values are removed by re-calculation
27.66/10.79	c (10,10) Calculate Precise Domain End
27.92/10.80	c (10,10) CSP: 3135 int (3135 aux), 35250 bool (26901 aux), 65632 ctr, max domain size 12
27.92/10.80	c (10,10) Heap : 894 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
27.92/10.80	c (10,10) CSPinCNF to SatSolver Begin
29.44/11.33	c (10,10) 6564 (10 %) CSP clauses are encoded (48846 SAT variables, 72882 SAT clauses)
29.74/11.41	c (10,10) 13127 (20 %) CSP clauses are encoded (48846 SAT variables, 79445 SAT clauses)
29.74/11.49	c (10,10) 19690 (30 %) CSP clauses are encoded (48846 SAT variables, 86008 SAT clauses)
30.02/11.53	c (11,10) 26253 (40 %) CSP clauses are encoded (48846 SAT variables, 92571 SAT clauses)
30.02/11.56	c (11,10) 32816 (50 %) CSP clauses are encoded (48846 SAT variables, 99134 SAT clauses)
30.13/11.60	c (11,10) 39380 (60 %) CSP clauses are encoded (48846 SAT variables, 105698 SAT clauses)
30.13/11.63	c (11,10) 45943 (70 %) CSP clauses are encoded (48846 SAT variables, 112261 SAT clauses)
30.13/11.67	c (11,10) 52506 (80 %) CSP clauses are encoded (48846 SAT variables, 118824 SAT clauses)
30.46/11.94	c (11,11) 59069 (90 %) CSP clauses are encoded (48846 SAT variables, 205541 SAT clauses)
30.80/12.11	c (11,11) 65632 (100 %) CSP clauses are encoded (48846 SAT variables, 233506 SAT clauses)
30.80/12.11	c (11,11) Launch Command will be: minisat_release
30.80/12.11	c (11,11) CSPinCNF to SatSolver End
30.80/12.11	c (11,11) Heap : 1612 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
31.68/12.41	c (11,11) STATISTICS2:HOME/instance-4305541-1534072519.xml,Eq:IntVar:LexMatrix:Mul:Num:WeightedSum,38385,65632,256,12,4,9,256:66;144:44;128:132;72:132;64:66;40:1386;25:1980;16:3036;2:19331,12:264;9:396;8:264;5:11616;2:150020,4:1291;3:7676;2:34524;1:22141,9:66;8:132;5:4554;3:2090;2:19331;1:93208,
31.68/12.41	c (11,11) 48846 bool, 233507 clause
31.68/12.41	c (11,11) Export Begin
32.34/12.79	c (12,12) Export to HOME/scop-21976-serial-file.bin
32.34/12.79	c (12,12) Export End
32.34/12.79	c (12,12) Export File Size: 1.38 MB
32.34/12.79	c (12,12) 2,2,9,9,10,10,11,STOP-AFTER(DIMACS)
32.34/12.80	c END-Prog: Sun Aug 12 13:15:32 CEST 2018
32.47/12.83	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-21976-serial-file.bin
33.11/13.32	c (0,0) Read Serial File Begin
33.11/13.32	c (0,0) HOME/scop-21976-serial-file.bin
33.93/13.79	c (0,0) Read Serial File End
34.09/13.81	
34.09/13.81	scop order+minisat_release (2018-07-31)
34.09/13.81	(Solving Process)
34.09/13.81	
34.09/13.83	c BEGIN-Prog: Sun Aug 12 13:15:33 CEST 2018
34.09/13.83	c PID: 22073
34.09/13.83	c IP: 172.20.3.103
34.09/13.83	c HOST: node103.alineos.net
34.09/13.83	c (0,0) SatSolver.solve Begin
34.09/13.83	c (0,0) 0 bool, 0 clause
34.09/13.83	c (0,0) minisat_release HOME/instance-4305541-1534072519.xml-scop-21979.cnf
2520.00/2498.60	c (2485,0) receiving signal SIGTERM
2520.00/2498.60	s UNKNOWN
2520.00/2498.60	c (2485,0) SatSolver is killed by some reasons.
2520.00/2498.61	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.00/2498.61	c (scop.sh) Killing background jobs.
2520.00/2498.61	HOME/scop.sh: line 50: kill: (22073) - 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 (7692 MiB free)
  memory of node 1: 16384 MiB (8750 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305541-1534072519/watcher-4305541-1534072519 -o /tmp/evaluation-result-4305541-1534072519/solver-4305541-1534072519 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534064938-20638 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305541-1534072519.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=21976, runsolver pid=21973
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 2.00 2.01 2.05 4/222 21993
/proc/meminfo: memFree=16779796/32770624 swapFree=67058736/67108860
[pid=21976] ppid=21973 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/21976/stat : 21976 (scop.sh) S 21973 21976 20606 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224815059 115843072 349 33554432000 4194304 5098028 140722021800416 140722021797672 139880669487740 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16113664 140722021803073 140722021803271 140722021803271 140722021806029 0
/proc/21976/statm: 28282 349 296 221 0 87 0
[pid=21979] ppid=21976 vsize=15012476 memory=71500 CPUtime=0.11 cores=1,3,5,7
/proc/21979/stat : 21979 (java) S 21976 21976 20606 0 -1 1077944320 7010 0 0 0 9 2 0 0 20 0 15 0 224815059 15372775424 17875 33554432000 4194304 4196468 140735061364096 140735061346640 140144032431863 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
/proc/21979/statm: 3753119 17875 2766 1 0 3715579 0
[pid=21979/tid=21980] ppid=21976 vsize=15012476 memory=-6222985969016291267 CPUtime=0.09 cores=1,3,5,7
/proc/21979/task/21980/stat : 21980 (java) R 21976 21976 20606 0 -1 4202560 5123 0 0 0 7 2 0 0 20 0 15 0 224815059 15372775424 17875 33554432000 4194304 4196468 140735061364096 140144004243848 140144024668990 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21981] ppid=21976 vsize=15012476 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21981/stat : 21981 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815061 15372775424 17875 33554432000 4194304 4196468 140735061364096 140144036674320 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21982] ppid=21976 vsize=15012476 memory=139744445310592 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21982/stat : 21982 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815061 15372775424 17941 33554432000 4194304 4196468 140735061364096 140143850830736 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21983] ppid=21976 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21983/stat : 21983 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815061 15372775424 17941 33554432000 4194304 4196468 140735061364096 140143849778192 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21984] ppid=21976 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21984/stat : 21984 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224815061 15372775424 17941 33554432000 4194304 4196468 140735061364096 140143848725648 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21985] ppid=21976 vsize=15012476 memory=139744445310592 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21985/stat : 21985 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224815062 15372775424 17941 33554432000 4194304 4196468 140735061364096 140142868154352 140144032443010 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21986] ppid=21976 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21986/stat : 21986 (java) S 21976 21976 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224815063 15372775424 17941 33554432000 4194304 4196468 140735061364096 140142635377568 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21987] ppid=21976 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21987/stat : 21987 (java) S 21976 21976 20606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224815063 15372775424 17941 33554432000 4194304 4196468 140735061364096 140142501155824 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21988] ppid=21976 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21988/stat : 21988 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224815065 15372775424 17941 33554432000 4194304 4196468 140735061364096 140142126651600 140144032450459 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21989] ppid=21976 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21989/stat : 21989 (java) S 21976 21976 20606 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 224815065 15372775424 17941 33554432000 4194304 4196468 140735061364096 140142867102192 140144032443010 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21990] ppid=21976 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21990/stat : 21990 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224815065 15372775424 17941 33554432000 4194304 4196468 140735061364096 140142866049648 140144032443010 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21991] ppid=21976 vsize=15012476 memory=139744445310592 CPUtime=0.01 cores=1,3,5,7
/proc/21979/task/21991/stat : 21991 (java) S 21976 21976 20606 0 -1 1077944384 295 0 0 0 1 0 0 0 20 0 15 0 224815065 15372775424 17941 33554432000 4194304 4196468 140735061364096 140142864997104 140144032443010 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21992] ppid=21976 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21992/stat : 21992 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224815065 15372775424 17941 33554432000 4194304 4196468 140735061364096 140141628746848 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21993] ppid=21976 vsize=15012476 memory=139744445310592 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21993/stat : 21993 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815066 15372775424 18007 33554432000 4194304 4196468 140735061364096 140142863943984 140144032443010 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 72896 KiB

[startup+0.2106 s]*
/proc/loadavg: 2.00 2.01 2.05 5/222 21993
/proc/meminfo: memFree=16765572/32770624 swapFree=67058736/67108860
[pid=21976] ppid=21973 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/21976/stat : 21976 (scop.sh) S 21973 21976 20606 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224815059 115843072 349 33554432000 4194304 5098028 140722021800416 140722021797672 139880669487740 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16113664 140722021803073 140722021803271 140722021803271 140722021806029 0
/proc/21976/statm: 28282 349 296 221 0 87 0
[pid=21979] ppid=21976 vsize=15012476 memory=83456 CPUtime=0.26 cores=1,3,5,7
/proc/21979/stat : 21979 (java) S 21976 21976 20606 0 -1 1077944320 10300 0 0 0 23 3 0 0 20 0 15 0 224815059 15372775424 20864 33554432000 4194304 4196468 140735061364096 140735061346640 140144032431863 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
/proc/21979/statm: 3753119 20864 2879 1 0 3715579 0
[pid=21979/tid=21980] ppid=21976 vsize=15012476 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/21979/task/21980/stat : 21980 (java) R 21976 21976 20606 0 -1 4202560 8175 0 0 0 17 2 0 0 20 0 15 0 224815059 15372775424 20864 33554432000 4194304 4196468 140735061364096 140144004257232 140144024668990 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21981] ppid=21976 vsize=15012476 memory=545 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21981/stat : 21981 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815061 15372775424 20864 33554432000 4194304 4196468 140735061364096 140144036674320 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21982] ppid=21976 vsize=15012476 memory=139744446497050 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21982/stat : 21982 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815061 15372775424 20864 33554432000 4194304 4196468 140735061364096 140143850830736 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21983] ppid=21976 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21983/stat : 21983 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815061 15372775424 20864 33554432000 4194304 4196468 140735061364096 140143849778192 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21984] ppid=21976 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21984/stat : 21984 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224815061 15372775424 20864 33554432000 4194304 4196468 140735061364096 140143848725648 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21985] ppid=21976 vsize=15012476 memory=139744445310592 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21985/stat : 21985 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224815062 15372775424 20864 33554432000 4194304 4196468 140735061364096 140142868154352 140144032443010 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21986] ppid=21976 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21986/stat : 21986 (java) S 21976 21976 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224815063 15372775424 20864 33554432000 4194304 4196468 140735061364096 140142635377568 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21987] ppid=21976 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21987/stat : 21987 (java) S 21976 21976 20606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224815063 15372775424 20864 33554432000 4194304 4196468 140735061364096 140142501155824 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21988] ppid=21976 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21988/stat : 21988 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224815065 15372775424 20864 33554432000 4194304 4196468 140735061364096 140142126651600 140144032450459 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21989] ppid=21976 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21979/task/21989/stat : 21989 (java) R 21976 21976 20606 0 -1 4202560 445 0 0 0 1 0 0 0 20 0 15 0 224815065 15372775424 20864 33554432000 4194304 4196468 140735061364096 140142867102192 140144017557874 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21990] ppid=21976 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21990/stat : 21990 (java) R 21976 21976 20606 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 15 0 224815065 15372775424 20864 33554432000 4194304 4196468 140735061364096 140142866049648 140144011595024 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21991] ppid=21976 vsize=15012476 memory=139744445310592 CPUtime=0.03 cores=1,3,5,7
/proc/21979/task/21991/stat : 21991 (java) R 21976 21976 20606 0 -1 1077944384 315 0 0 0 3 0 0 0 20 0 15 0 224815065 15372775424 20864 33554432000 4194304 4196468 140735061364096 140142864997104 140144032443010 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21992] ppid=21976 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21992/stat : 21992 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224815065 15372775424 20864 33554432000 4194304 4196468 140735061364096 140141628746848 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21993] ppid=21976 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21993/stat : 21993 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815066 15372775424 20864 33554432000 4194304 4196468 140735061364096 140142863943984 140144032443010 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 84852 KiB

[startup+0.310684 s]*
/proc/loadavg: 2.00 2.01 2.05 4/222 21993
/proc/meminfo: memFree=16761912/32770624 swapFree=67058736/67108860
[pid=21976] ppid=21973 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/21976/stat : 21976 (scop.sh) S 21973 21976 20606 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224815059 115843072 349 33554432000 4194304 5098028 140722021800416 140722021797672 139880669487740 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16113664 140722021803073 140722021803271 140722021803271 140722021806029 0
/proc/21976/statm: 28282 349 296 221 0 87 0
[pid=21979] ppid=21976 vsize=15012476 memory=87588 CPUtime=0.42 cores=1,3,5,7
/proc/21979/stat : 21979 (java) S 21976 21976 20606 0 -1 1077944320 10915 0 0 0 39 3 0 0 20 0 15 0 224815059 15372775424 21897 33554432000 4194304 4196468 140735061364096 140735061346640 140144032431863 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
/proc/21979/statm: 3753119 21897 2990 1 0 3715579 0
[pid=21979/tid=21980] ppid=21976 vsize=15012476 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/21979/task/21980/stat : 21980 (java) R 21976 21976 20606 0 -1 4202560 8610 0 0 0 27 3 0 0 20 0 15 0 224815059 15372775424 21897 33554432000 4194304 4196468 140735061364096 140144004262192 140144012707650 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21981] ppid=21976 vsize=15012476 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21981/stat : 21981 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815061 15372775424 21897 33554432000 4194304 4196468 140735061364096 140144036674320 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21982] ppid=21976 vsize=15012476 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21982/stat : 21982 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815061 15372775424 21897 33554432000 4194304 4196468 140735061364096 140143850830736 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21983] ppid=21976 vsize=15012476 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21983/stat : 21983 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815061 15372775424 21897 33554432000 4194304 4196468 140735061364096 140143849778192 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21984] ppid=21976 vsize=15012476 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21984/stat : 21984 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224815061 15372775424 21897 33554432000 4194304 4196468 140735061364096 140143848725648 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21985] ppid=21976 vsize=15012476 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21985/stat : 21985 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224815062 15372775424 21897 33554432000 4194304 4196468 140735061364096 140142868154352 140144032443010 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21986] ppid=21976 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21986/stat : 21986 (java) S 21976 21976 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224815063 15372775424 21897 33554432000 4194304 4196468 140735061364096 140142635377568 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21987] ppid=21976 vsize=15012476 memory=7827413994055111515 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21987/stat : 21987 (java) S 21976 21976 20606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224815063 15372775424 21897 33554432000 4194304 4196468 140735061364096 140142501155824 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21988] ppid=21976 vsize=15012476 memory=8508281356422055839 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21988/stat : 21988 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224815065 15372775424 21897 33554432000 4194304 4196468 140735061364096 140142126651600 140144032450459 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21989] ppid=21976 vsize=15012476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21979/task/21989/stat : 21989 (java) R 21976 21976 20606 0 -1 4202560 478 0 0 0 2 0 0 0 20 0 15 0 224815065 15372775424 21897 33554432000 4194304 4196468 140735061364096 140142867102192 140144013975230 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21990] ppid=21976 vsize=15012476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21979/task/21990/stat : 21990 (java) R 21976 21976 20606 0 -1 1077944384 127 0 0 0 2 0 0 0 20 0 15 0 224815065 15372775424 21897 33554432000 4194304 4196468 140735061364096 140142866049648 140144032443010 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21991] ppid=21976 vsize=15012476 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21979/task/21991/stat : 21991 (java) R 21976 21976 20606 0 -1 4202560 355 0 0 0 7 0 0 0 20 0 15 0 224815065 15372775424 21897 33554432000 4194304 4196468 140735061364096 140142864997104 140144011111776 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21992] ppid=21976 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21992/stat : 21992 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224815065 15372775424 21897 33554432000 4194304 4196468 140735061364096 140141628746848 140144032442069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21993] ppid=21976 vsize=15012476 memory=3473180417806377009 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21993/stat : 21993 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815066 15372775424 21897 33554432000 4194304 4196468 140735061364096 140142863943984 140144032443010 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 88984 KiB

[startup+0.707196 s]
/proc/loadavg: 2.00 2.01 2.05 3/222 21993
/proc/meminfo: memFree=16737480/32770624 swapFree=67058736/67108860
[pid=21976] ppid=21973 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/21976/stat : 21976 (scop.sh) S 21973 21976 20606 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224815059 115843072 349 33554432000 4194304 5098028 140722021800416 140722021797672 139880669487740 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16113664 140722021803073 140722021803271 140722021803271 140722021806029 0
/proc/21976/statm: 28282 349 296 221 0 87 0
[pid=21979] ppid=21976 vsize=15018748 memory=129484 CPUtime=1.09 cores=1,3,5,7
/proc/21979/stat : 21979 (java) S 21976 21976 20606 0 -1 1077944320 18035 0 0 0 104 5 0 0 20 0 15 0 224815059 15379197952 32371 33554432000 4194304 4196468 140735061364096 140735061346640 140144032431863 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
/proc/21979/statm: 3754687 32371 3144 1 0 3716091 0
[pid=21979/tid=21980] ppid=21976 vsize=15018748 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/21979/task/21980/stat : 21980 (java) R 21976 21976 20606 0 -1 4202560 15068 0 0 0 63 4 0 0 20 0 15 0 224815059 15379197952 32371 33554432000 4194304 4196468 140735061364096 140144004269280 140144032443798 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21981] ppid=21976 vsize=15018748 memory=288230377057956186 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21981/stat : 21981 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815061 15379197952 32371 33554432000 4194304 4196468 140735061364096 140144036674320 140144032442069 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21982] ppid=21976 vsize=15018748 memory=14408211646139281 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21982/stat : 21982 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815061 15379197952 32371 33554432000 4194304 4196468 140735061364096 140143850830736 140144032442069 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21983] ppid=21976 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21983/stat : 21983 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815061 15379197952 32371 33554432000 4194304 4196468 140735061364096 140143849778192 140144032442069 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21984] ppid=21976 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21984/stat : 21984 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224815061 15379197952 32371 33554432000 4194304 4196468 140735061364096 140143848725648 140144032442069 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21985] ppid=21976 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21985/stat : 21985 (java) S 21976 21976 20606 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 224815062 15379197952 32371 33554432000 4194304 4196468 140735061364096 140142868154352 140144032443010 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21986] ppid=21976 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21986/stat : 21986 (java) S 21976 21976 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 224815063 15379197952 32371 33554432000 4194304 4196468 140735061364096 140142635377568 140144032442069 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21987] ppid=21976 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21987/stat : 21987 (java) S 21976 21976 20606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224815063 15379197952 32371 33554432000 4194304 4196468 140735061364096 140142501155824 140144032442069 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21988] ppid=21976 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21988/stat : 21988 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224815065 15379197952 32371 33554432000 4194304 4196468 140735061364096 140142126651600 140144032450459 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21989] ppid=21976 vsize=15018748 memory=279488688554224 CPUtime=0.11 cores=1,3,5,7
/proc/21979/task/21989/stat : 21989 (java) R 21976 21976 20606 0 -1 4202560 859 0 0 0 11 0 0 0 20 0 15 0 224815065 15379197952 32371 33554432000 4194304 4196468 140735061364096 140142867094144 140144015931979 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21990] ppid=21976 vsize=15018748 memory=6942133144549615185 CPUtime=0.1 cores=1,3,5,7
/proc/21979/task/21990/stat : 21990 (java) R 21976 21976 20606 0 -1 4202560 197 0 0 0 10 0 0 0 20 0 15 0 224815065 15379197952 32371 33554432000 4194304 4196468 140735061364096 140142866048832 140144013959673 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21991] ppid=21976 vsize=15018748 memory=7524221322069894464 CPUtime=0.18 cores=1,3,5,7
/proc/21979/task/21991/stat : 21991 (java) R 21976 21976 20606 0 -1 1077944384 555 0 0 0 18 0 0 0 20 0 15 0 224815065 15379197952 32371 33554432000 4194304 4196468 140735061364096 140142864997104 140144032443010 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21992] ppid=21976 vsize=15018748 memory=7649399362874323250 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21992/stat : 21992 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224815065 15379197952 32371 33554432000 4194304 4196468 140735061364096 140141628746848 140144032442069 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
[pid=21979/tid=21993] ppid=21976 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21979/task/21993/stat : 21993 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224815066 15379197952 32371 33554432000 4194304 4196468 140735061364096 140142863943984 140144032443010 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24416256 140735061369863 140735061370161 140735061370161 140735061372879 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 15131876 KiB
Current children cumulated memory: 130880 KiB

[startup+1.50085 s]
/proc/loadavg: 2.00 2.01 2.05 5/222 21993
/proc/meminfo: memFree=16660228/32770624 swapFree=67058736/67108860
[pid=21976] ppid=21973 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/21976/stat : 21976 (scop.sh) S 21973 21976 20606 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 224815059 115843072 349 33554432000 4194304 5098028 140722021800416 140722021797672 139880669487740 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16113664 140722021803073 140722021803271 140722021803271 140722021806029 0
/proc/21976/statm: 28282 349 296 221 0 87 0

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

/proc/22088/statm: 39141 34651 340 28 0 35381 0
[pid=22073/tid=22074] ppid=21976 vsize=8068220 memory=144076 CPUtime=1.05 cores=1,3,5,7
/proc/22073/task/22074/stat : 22074 (java) S 21976 21976 20606 0 -1 1077944384 15008 0 0 0 87 18 0 0 20 0 19 0 224816342 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539375669136 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22075] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22075/stat : 22075 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224816343 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539408071696 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22076] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22076/stat : 22076 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224816343 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539208240272 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22077] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22077/stat : 22077 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224816343 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539207187216 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22078] ppid=21976 vsize=8068220 memory=138604 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22078/stat : 22078 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224816343 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539206134672 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22079] ppid=21976 vsize=8068220 memory=1472 CPUtime=0.03 cores=1,3,5,7
/proc/22073/task/22079/stat : 22079 (java) S 21976 21976 20606 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 224816345 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538716039408 140539403840130 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22080] ppid=21976 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22080/stat : 22080 (java) S 21976 21976 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 224816345 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538242131104 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22081] ppid=21976 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22081/stat : 22081 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224816345 8261857280 36019 33554432000 4194304 4196468 140722292304000 140537973695216 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22082] ppid=21976 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22082/stat : 22082 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140537599186896 140539403847579 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22083] ppid=21976 vsize=8068220 memory=144076 CPUtime=0.26 cores=1,3,5,7
/proc/22073/task/22083/stat : 22083 (java) S 21976 21976 20606 0 -1 1077944384 1142 0 0 0 26 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538714987248 140539403840130 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22084] ppid=21976 vsize=8068220 memory=144076 CPUtime=0.25 cores=1,3,5,7
/proc/22073/task/22084/stat : 22084 (java) S 21976 21976 20606 0 -1 1077944384 474 0 0 0 25 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538713934704 140539403840130 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22085] ppid=21976 vsize=8068220 memory=1472 CPUtime=0.22 cores=1,3,5,7
/proc/22073/task/22085/stat : 22085 (java) S 21976 21976 20606 0 -1 1077944384 573 0 0 0 22 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538644785648 140539403840130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22086] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22086/stat : 22086 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140537101282144 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22087] ppid=21976 vsize=8068220 memory=1472 CPUtime=0.81 cores=1,3,5,7
/proc/22073/task/22087/stat : 22087 (java) S 21976 21976 20606 0 -1 1077944384 159 0 0 0 34 47 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538643733040 140539403840130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22089] ppid=21976 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22089/stat : 22089 (java) S 21976 21976 20606 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 224816444 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538712548672 140539403853593 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22091] ppid=21976 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22091/stat : 22091 (java) S 21976 21976 20606 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 224816445 8261857280 36019 33554432000 4194304 4196468 140722292304000 140536564395440 140539403850909 0 4 2 25189581 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22092] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22092/stat : 22092 (java) S 21976 21976 20606 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 224816445 8261857280 36019 33554432000 4194304 4196468 140722292304000 140536430174256 140539403850909 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22093] ppid=21976 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22093/stat : 22093 (java) S 21976 21976 20606 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 224816447 8261857280 36019 33554432000 4194304 4196468 140722292304000 140536698625824 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
Current children cumulated CPU time: 2403.67 s
Current children cumulated vsize: 8337912 KiB
Current children cumulated memory: 284152 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/227 22682
/proc/meminfo: memFree=16739268/32770624 swapFree=67058740/67108860
[pid=21976] ppid=21973 vsize=113128 memory=1472 CPUtime=32.5 cores=1,3,5,7
/proc/21976/stat : 21976 (scop.sh) S 21973 21976 20606 0 -1 4202496 591 41341 0 0 0 0 3162 88 20 0 1 0 224815059 115843072 368 33554432000 4194304 5098028 140722021800416 140722021797160 139880669487740 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16113664 140722021803073 140722021803271 140722021803271 140722021806029 0
/proc/21976/statm: 28282 368 311 221 0 87 0
[pid=22073] ppid=21976 vsize=8068220 memory=144076 CPUtime=2.69 cores=1,3,5,7
/proc/22073/stat : 22073 (java) S 21976 21976 20606 0 -1 1077944320 18760 0 0 0 201 68 0 0 20 0 19 0 224816342 8261857280 36019 33554432000 4194304 4196468 140722292304000 140722292286544 140539403828983 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
/proc/22073/statm: 2017055 36019 3159 1 0 1978454 0
[pid=22088] ppid=22073 vsize=156564 memory=138604 CPUtime=2428.48 cores=1,3,5,7
/proc/22088/stat : 22088 (minisat_release) R 22073 21976 20606 0 -1 4202496 371794 0 0 0 242824 24 0 0 20 0 1 0 224816444 160321536 34651 33554432000 4194304 4308513 140727897423616 140727897420520 4263981 0 4 0 8396802 0 0 0 17 3 0 0 0 0 0 6409496 6410680 37621760 140727897429108 140727897429206 140727897429206 140727897432005 0
/proc/22088/statm: 39141 34651 340 28 0 35381 0
[pid=22073/tid=22074] ppid=21976 vsize=8068220 memory=138604 CPUtime=1.05 cores=1,3,5,7
/proc/22073/task/22074/stat : 22074 (java) S 21976 21976 20606 0 -1 1077944384 15008 0 0 0 87 18 0 0 20 0 19 0 224816342 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539375669136 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22075] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22075/stat : 22075 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224816343 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539408071696 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22076] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22076/stat : 22076 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224816343 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539208240272 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22077] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22077/stat : 22077 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224816343 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539207187216 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22078] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22078/stat : 22078 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224816343 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539206134672 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22079] ppid=21976 vsize=8068220 memory=144076 CPUtime=0.03 cores=1,3,5,7
/proc/22073/task/22079/stat : 22079 (java) S 21976 21976 20606 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 224816345 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538716039408 140539403840130 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22080] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22080/stat : 22080 (java) S 21976 21976 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 224816345 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538242131104 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22081] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22081/stat : 22081 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224816345 8261857280 36019 33554432000 4194304 4196468 140722292304000 140537973695216 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22082] ppid=21976 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22082/stat : 22082 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140537599186896 140539403847579 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22083] ppid=21976 vsize=8068220 memory=-8634980985311628903 CPUtime=0.26 cores=1,3,5,7
/proc/22073/task/22083/stat : 22083 (java) S 21976 21976 20606 0 -1 1077944384 1142 0 0 0 26 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538714987248 140539403840130 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22084] ppid=21976 vsize=8068220 memory=1472 CPUtime=0.25 cores=1,3,5,7
/proc/22073/task/22084/stat : 22084 (java) S 21976 21976 20606 0 -1 1077944384 474 0 0 0 25 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538713934704 140539403840130 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22085] ppid=21976 vsize=8068220 memory=1472 CPUtime=0.22 cores=1,3,5,7
/proc/22073/task/22085/stat : 22085 (java) S 21976 21976 20606 0 -1 1077944384 573 0 0 0 22 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538644785648 140539403840130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22086] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22086/stat : 22086 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140537101282144 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22087] ppid=21976 vsize=8068220 memory=138604 CPUtime=0.83 cores=1,3,5,7
/proc/22073/task/22087/stat : 22087 (java) S 21976 21976 20606 0 -1 1077944384 163 0 0 0 35 48 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538643733040 140539403840130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22089] ppid=21976 vsize=8068220 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22089/stat : 22089 (java) S 21976 21976 20606 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 224816444 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538712548672 140539403853593 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22091] ppid=21976 vsize=8068220 memory=59980 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22091/stat : 22091 (java) S 21976 21976 20606 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 224816445 8261857280 36019 33554432000 4194304 4196468 140722292304000 140536564395440 140539403850909 0 4 2 25189581 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22092] ppid=21976 vsize=8068220 memory=144076 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22092/stat : 22092 (java) S 21976 21976 20606 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 224816445 8261857280 36019 33554432000 4194304 4196468 140722292304000 140536430174256 140539403850909 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22093] ppid=21976 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22093/stat : 22093 (java) S 21976 21976 20606 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 224816447 8261857280 36019 33554432000 4194304 4196468 140722292304000 140536698625824 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
Current children cumulated CPU time: 2463.67 s
Current children cumulated vsize: 8337912 KiB
Current children cumulated memory: 284152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.6 s]
/proc/loadavg: 2.00 2.06 2.06 3/227 22683
/proc/meminfo: memFree=16734928/32770624 swapFree=67058740/67108860
[pid=21976] ppid=21973 vsize=113128 memory=1472 CPUtime=32.5 cores=1,3,5,7
/proc/21976/stat : 21976 (scop.sh) S 21973 21976 20606 0 -1 4202496 591 41341 0 0 0 0 3162 88 20 0 1 0 224815059 115843072 368 33554432000 4194304 5098028 140722021800416 140722021797160 139880669487740 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16113664 140722021803073 140722021803271 140722021803271 140722021806029 0
/proc/21976/statm: 28282 368 311 221 0 87 0
[pid=22073] ppid=21976 vsize=8068220 memory=144076 CPUtime=2.71 cores=1,3,5,7
/proc/22073/stat : 22073 (java) S 21976 21976 20606 0 -1 1077944320 18764 0 0 0 202 69 0 0 20 0 19 0 224816342 8261857280 36019 33554432000 4194304 4196468 140722292304000 140722292286544 140539403828983 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
/proc/22073/statm: 2017055 36019 3159 1 0 1978454 0
[pid=22088] ppid=22073 vsize=163652 memory=142244 CPUtime=2484.79 cores=1,3,5,7
/proc/22088/stat : 22088 (minisat_release) R 22073 21976 20606 0 -1 4202496 379892 0 0 0 248454 25 0 0 20 0 1 0 224816444 167579648 35561 33554432000 4194304 4308513 140727897423616 140727897420616 4275742 0 4 0 8396802 0 0 0 17 3 0 0 0 0 0 6409496 6410680 37621760 140727897429108 140727897429206 140727897429206 140727897432005 0
/proc/22088/statm: 40913 35561 340 28 0 37153 0
[pid=22073/tid=22074] ppid=21976 vsize=8068220 memory=768 CPUtime=1.05 cores=1,3,5,7
/proc/22073/task/22074/stat : 22074 (java) S 21976 21976 20606 0 -1 1077944384 15008 0 0 0 87 18 0 0 20 0 19 0 224816342 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539375669136 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22075] ppid=21976 vsize=8068220 memory=736 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22075/stat : 22075 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224816343 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539408071696 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22076] ppid=21976 vsize=8068220 memory=1520 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22076/stat : 22076 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224816343 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539208240272 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22077] ppid=21976 vsize=8068220 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22077/stat : 22077 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224816343 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539207187216 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22078] ppid=21976 vsize=8068220 memory=5116 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22078/stat : 22078 (java) S 21976 21976 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 224816343 8261857280 36019 33554432000 4194304 4196468 140722292304000 140539206134672 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22079] ppid=21976 vsize=8068220 memory=1472 CPUtime=0.03 cores=1,3,5,7
/proc/22073/task/22079/stat : 22079 (java) S 21976 21976 20606 0 -1 1077944384 7 0 0 0 1 2 0 0 20 0 19 0 224816345 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538716039408 140539403840130 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22080] ppid=21976 vsize=8068220 memory=13608 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22080/stat : 22080 (java) S 21976 21976 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 224816345 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538242131104 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22081] ppid=21976 vsize=8068220 memory=1860 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22081/stat : 22081 (java) S 21976 21976 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 224816345 8261857280 36019 33554432000 4194304 4196468 140722292304000 140537973695216 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22082] ppid=21976 vsize=8068220 memory=32232 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22082/stat : 22082 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140537599186896 140539403847579 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22083] ppid=21976 vsize=8068220 memory=13808 CPUtime=0.26 cores=1,3,5,7
/proc/22073/task/22083/stat : 22083 (java) S 21976 21976 20606 0 -1 1077944384 1142 0 0 0 26 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538714987248 140539403840130 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22084] ppid=21976 vsize=8068220 memory=524 CPUtime=0.25 cores=1,3,5,7
/proc/22073/task/22084/stat : 22084 (java) S 21976 21976 20606 0 -1 1077944384 474 0 0 0 25 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538713934704 140539403840130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22085] ppid=21976 vsize=8068220 memory=1528 CPUtime=0.22 cores=1,3,5,7
/proc/22073/task/22085/stat : 22085 (java) S 21976 21976 20606 0 -1 1077944384 573 0 0 0 22 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538644785648 140539403840130 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22086] ppid=21976 vsize=8068220 memory=924 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22086/stat : 22086 (java) S 21976 21976 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140537101282144 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22087] ppid=21976 vsize=8068220 memory=1140 CPUtime=0.84 cores=1,3,5,7
/proc/22073/task/22087/stat : 22087 (java) S 21976 21976 20606 0 -1 1077944384 167 0 0 0 35 49 0 0 20 0 19 0 224816348 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538643733040 140539403840130 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22089] ppid=21976 vsize=8068220 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22089/stat : 22089 (java) S 21976 21976 20606 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 224816444 8261857280 36019 33554432000 4194304 4196468 140722292304000 140538712548672 140539403853593 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22091] ppid=21976 vsize=8068220 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22091/stat : 22091 (java) S 21976 21976 20606 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 224816445 8261857280 36019 33554432000 4194304 4196468 140722292304000 140536564395440 140539403850909 0 4 2 25189581 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22092] ppid=21976 vsize=8068220 memory=812 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22092/stat : 22092 (java) S 21976 21976 20606 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 224816445 8261857280 36019 33554432000 4194304 4196468 140722292304000 140536430174256 140539403850909 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
[pid=22073/tid=22093] ppid=21976 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/22073/task/22093/stat : 22093 (java) S 21976 21976 20606 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 19 0 224816447 8261857280 36019 33554432000 4194304 4196468 140722292304000 140536698625824 140539403839189 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22138880 140722292307125 140722292307249 140722292307249 140722292309967 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 8345000 KiB
Current children cumulated memory: 287792 KiB

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

[startup+2498.62 s]
# the end of solver process 21976 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.21 s, system=1.84135 s

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

Child status: 0
Real time (s): 2498.62
CPU time (s): 2520.05
CPU user time (s): 2518.21
CPU system time (s): 1.84135
CPU usage (%): 100.858
Max. virtual memory (cumulated for all children) (KiB): 15142280
Max. memory (cumulated for all children) (KiB): 3128000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.21
system time used= 1.84135
maximum resident set size= 3126824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 440880
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60720
involuntary context switches= 727


# summary of solver processes directly reported to runsolver:
#   pid: 21976
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.21
#   total CPU system time (s): 1.84135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.183 second user time and 23.6869 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-12 13:15:19
IDJOB=4305541
IDBENCH=141334
IDSOLVER=2783
FILE ID=node103/4305541-1534072519
RUNJOBID= node103-1534064938-20638
PBS_JOBID= 21036991
Free space on /tmp= 34404 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Bibd/Bibd-sc-22-033-12-08-04_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-4305541-1534072519/watcher-4305541-1534072519 -o /tmp/evaluation-result-4305541-1534072519/solver-4305541-1534072519 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534064938-20638 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305541-1534072519.xml

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

MD5SUM BENCH= 6ea47cf9d60ca9eef307247e67b78630
RANDOM SEED=1971243878

node103.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.48
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.48
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.48
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.48
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:        16838376 kB
MemAvailable:   31618704 kB
Buffers:          118388 kB
Cached:         14802844 kB
SwapCached:         5832 kB
Active:          7834108 kB
Inactive:        7428512 kB
Active(anon):     332016 kB
Inactive(anon):    60156 kB
Active(file):    7502092 kB
Inactive(file):  7368356 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67058736 kB
Dirty:              8176 kB
Writeback:             0 kB
AnonPages:        300160 kB
Mapped:            62000 kB
Shmem:             48604 kB
Slab:             367016 kB
SReclaimable:     338340 kB
SUnreclaim:        28676 kB
KernelStack:        4000 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6050488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34672 MiB
End job on node103 at 2018-08-12 13:56:58