Trace number 4305417

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+MapleCOMSPS (2018-07-31)? (TO) 2520.09 2506.92

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-20_c18.xml
MD5SUM5f66fd9d375fc47cd589a0d8fc089b8f
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 variables800
Number of constraints762
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":780}]
Minimum variable degree0
Maximum variable degree41
Distribution of variable degrees[{"degree":0,"count":20},{"degree":2,"count":380},{"degree":40,"count":20},{"degree":41,"count":380}]
Minimum constraint arity20
Maximum constraint arity400
Distribution of constraint arities[{"arity":20,"count":1},{"arity":22,"count":760},{"arity":400,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":760}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-12952-serial-file.bin HOME/instance-4305417-1534094455.xml
0.54/0.51	
0.66/0.52	scop order+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 19:20:56 CEST 2018
0.66/0.54	c PID: 12955
0.66/0.54	c IP: 172.20.3.151
0.66/0.54	c HOST: node151.alineos.net
0.66/0.55	c (0,0) Parsing Begin
2.48/1.24	c (0,0) Parsing End
2.48/1.25	c (0,0) CSP: 780 int (0 aux), 0 bool (0 aux), 762 ctr, max domain size 20
2.48/1.25	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.48/1.25	c (0,0) Constraint Name Generate Begin
2.48/1.27	c (0,0) Ctr:HOME/instance-4305417-1534094455.xml,AllDifferentMatrix:Element:Instantiation:IntVar
2.48/1.27	c (0,0) Constraint Name Generate End
2.48/1.27	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.48/1.27	c (0,0) CSP to CSPinCNF Begin
4.81/2.08	c (1,1) translated 77 (10%) constraints
5.11/2.19	c (1,1) translated 153 (20%) constraints
5.39/2.28	c (1,1) translated 229 (30%) constraints
5.69/2.37	c (1,1) translated 305 (40%) constraints
6.00/2.44	c (1,1) translated 381 (50%) constraints
6.30/2.50	c (1,1) translated 458 (60%) constraints
6.30/2.56	c (2,2) translated 534 (70%) constraints
6.61/2.62	c (2,2) translated 610 (80%) constraints
6.61/2.67	c (2,2) translated 686 (90%) constraints
6.81/2.72	c (2,2) translated 762 (100%) constraints
7.41/2.96	c (2,2) STATISTICS1:HOME/instance-4305417-1534094455.xml,AllDifferentMatrix:Element:Instantiation:IntVar,780,22900,20,20,20,2,20:35720;1:2280,20:60800;1:1620,20:80;3:15200;2:7600;1:20,2:38000;1:16840,
7.41/2.96	c (2,2) ==========================================
7.41/2.96	c (2,2) Order
7.41/2.96	c (2,2) ==========================================
7.77/3.08	c (2,2) translated 2290 (10%) constraints
8.12/3.16	c (2,2) translated 4580 (20%) constraints
8.44/3.24	c (2,2) translated 6870 (30%) constraints
9.35/3.51	c (2,2) translated 9160 (40%) constraints
9.95/3.77	c (3,3) translated 11450 (50%) constraints
10.47/3.98	c (3,3) translated 13740 (60%) constraints
11.03/4.18	c (3,3) translated 16030 (70%) constraints
11.39/4.36	c (3,3) translated 18320 (80%) constraints
11.60/4.55	c (4,4) translated 20610 (90%) constraints
11.85/4.72	c (4,4) translated 22900 (100%) constraints
11.85/4.73	c (4,4) CSP to CSPinCNF End
11.85/4.73	c (4,4) CSP: 780 int (0 aux), 14820 bool (14820 aux), 53320 ctr, max domain size 20
11.85/4.73	c (4,4) Heap : 1182 MiB used (max 10795 MiB), NonHeap : 33 MiB used (max 0 MiB)
11.85/4.73	c (4,4) CSPinCNF Propagation Begin
13.02/5.12	c (4,4) 2 values, 1988 unsatisfiable literals, and 360 valid clauses are removed
13.02/5.12	c (4,4) CSPinCNF Propagation End
13.02/5.12	c (4,4) CSP: 780 int (0 aux), 14820 bool (14820 aux), 52960 ctr, max domain size 20
13.02/5.12	c (4,4) Heap : 1408 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
13.02/5.12	c (4,4) Simplify CSPinCNF Begin
14.12/5.53	c (5,4) Simplify CSPinCNF End
14.12/5.53	c (5,4) CSP: 780 int (0 aux), 29860 bool (29860 aux), 68000 ctr, max domain size 20
14.12/5.53	c (5,4) Heap : 1577 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
14.12/5.53	c (5,4) Calculate Precise Domain Begin
14.12/5.53	c (5,5) 0 values are removed by re-calculation
14.12/5.53	c (5,5) Calculate Precise Domain End
14.12/5.54	c (5,5) CSP: 780 int (0 aux), 29860 bool (29860 aux), 68000 ctr, max domain size 20
14.12/5.54	c (5,5) Heap : 1577 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
14.12/5.54	c (5,5) CSPinCNF to SatSolver Begin
15.72/6.06	c (5,5) 6800 (10 %) CSP clauses are encoded (44220 SAT variables, 97097 SAT clauses)
16.34/6.31	c (5,5) 13600 (20 %) CSP clauses are encoded (44220 SAT variables, 180901 SAT clauses)
16.57/6.54	c (6,6) 20400 (30 %) CSP clauses are encoded (44220 SAT variables, 264091 SAT clauses)
16.78/6.77	c (6,6) 27200 (40 %) CSP clauses are encoded (44220 SAT variables, 348423 SAT clauses)
16.98/7.00	c (6,6) 34000 (50 %) CSP clauses are encoded (44220 SAT variables, 432532 SAT clauses)
17.66/7.33	c (6,6) 40800 (60 %) CSP clauses are encoded (44220 SAT variables, 516623 SAT clauses)
17.87/7.54	c (7,6) 47600 (70 %) CSP clauses are encoded (44220 SAT variables, 601052 SAT clauses)
18.07/7.74	c (7,7) 54400 (80 %) CSP clauses are encoded (44220 SAT variables, 685294 SAT clauses)
18.28/7.94	c (7,7) 61200 (90 %) CSP clauses are encoded (44220 SAT variables, 769484 SAT clauses)
18.48/8.13	c (7,7) 68000 (100 %) CSP clauses are encoded (44220 SAT variables, 853775 SAT clauses)
18.48/8.13	c (7,7) Launch Command will be: minisat_release
18.48/8.13	c (7,7) CSPinCNF to SatSolver End
18.48/8.13	c (7,7) Heap : 971 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
19.01/8.38	c (7,7) STATISTICS2:HOME/instance-4305417-1534094455.xml,AllDifferentMatrix:Element:Instantiation:IntVar,30640,68000,20,20,18,2,20:33048;19:8632;18:880;1:2804,20:101316;19:15232;18:1304;2:75444;1:2804,18:76;3:13520;2:54404,2:45364;1:105372,
19.01/8.38	c (7,7) 44220 bool, 853776 clause
19.01/8.38	c (7,7) Export Begin
19.21/8.50	c (7,7) Export to HOME/scop-12952-serial-file.bin
19.21/8.50	c (7,7) Export End
19.21/8.50	c (7,7) Export File Size: 0.13 MB
19.21/8.50	c (7,7) 0,0,4,4,5,5,7,STOP-AFTER(DIMACS)
19.21/8.50	c END-Prog: Sun Aug 12 19:21:03 CEST 2018
19.45/8.54	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-12952-serial-file.bin
20.09/9.03	c (0,0) Read Serial File Begin
20.09/9.03	c (0,0) HOME/scop-12952-serial-file.bin
20.44/9.24	c (0,0) Read Serial File End
20.44/9.25	
20.44/9.25	scop order+minisat_release (2018-07-31)
20.44/9.25	(Solving Process)
20.44/9.25	
20.44/9.28	c BEGIN-Prog: Sun Aug 12 19:21:04 CEST 2018
20.44/9.28	c PID: 12970
20.44/9.28	c IP: 172.20.3.151
20.44/9.28	c HOST: node151.alineos.net
20.44/9.28	c (0,0) SatSolver.solve Begin
20.44/9.28	c (0,0) 0 bool, 0 clause
20.44/9.28	c (0,0) minisat_release HOME/instance-4305417-1534094455.xml-scop-12955.cnf
2520.03/2506.90	c (2497,0) receiving signal SIGTERM
2520.03/2506.90	s UNKNOWN
2520.03/2506.91	c (2497,0) SatSolver is killed by some reasons.
2520.03/2506.91	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.03/2506.91	c (scop.sh) Killing background jobs.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305417-1534094455/watcher-4305417-1534094455 -o /tmp/evaluation-result-4305417-1534094455/solver-4305417-1534094455 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534062410-3794 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305417-1534094455.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=12952, runsolver pid=12949
Current StackSize limit: 8192 KiB


[startup+0.100486 s]*
/proc/loadavg: 1.08 1.03 1.05 2/195 12969
/proc/meminfo: memFree=18705932/32770624 swapFree=67108196/67108860
[pid=12952] ppid=12949 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/12952/stat : 12952 (scop.sh) S 12949 12952 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 227008687 115843072 349 33554432000 4194304 5098028 140730860554928 140730860552184 139983114822268 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 35950592 140730860557376 140730860557575 140730860557575 140730860560333 0
/proc/12952/statm: 28282 349 296 221 0 87 0
[pid=12955] ppid=12952 vsize=15012476 memory=71520 CPUtime=0.1 cores=1,3,5,7
/proc/12955/stat : 12955 (java) S 12952 12952 3762 0 -1 1077944320 6003 0 0 0 9 1 0 0 20 0 15 0 227008687 15372775424 17880 33554432000 4194304 4196468 140728084576800 140728084559344 139894646550263 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
/proc/12955/statm: 3753119 17880 2771 1 0 3715579 0
[pid=12955/tid=12956] ppid=12952 vsize=15012476 memory=-6368488366684606821 CPUtime=0.08 cores=1,3,5,7
/proc/12955/task/12956/stat : 12956 (java) R 12952 12952 3762 0 -1 4202560 4073 0 0 0 7 1 0 0 20 0 15 0 227008687 15372775424 17880 33554432000 4194304 4196468 140728084576800 139894618362248 139894628113823 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12957] ppid=12952 vsize=15012476 memory=5767624368765188489 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12957/stat : 12957 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 227008689 15372775424 17880 33554432000 4194304 4196468 140728084576800 139894650792720 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12958] ppid=12952 vsize=15012476 memory=140290424997504 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12958/stat : 12958 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 227008689 15372775424 17880 33554432000 4194304 4196468 140728084576800 139894468881296 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12959] ppid=12952 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12959/stat : 12959 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 227008689 15372775424 17880 33554432000 4194304 4196468 140728084576800 139894105648144 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12960] ppid=12952 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12960/stat : 12960 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 227008689 15372775424 17880 33554432000 4194304 4196468 140728084576800 139894104595600 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12961] ppid=12952 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12961/stat : 12961 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 227008690 15372775424 17880 33554432000 4194304 4196468 140728084576800 139893616863216 139894646561410 0 0 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12962] ppid=12952 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12962/stat : 12962 (java) S 12952 12952 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 227008691 15372775424 17880 33554432000 4194304 4196468 140728084576800 139893258838944 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12963] ppid=12952 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12963/stat : 12963 (java) S 12952 12952 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 227008691 15372775424 17880 33554432000 4194304 4196468 140728084576800 139893124617200 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12964] ppid=12952 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12964/stat : 12964 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 17880 33554432000 4194304 4196468 140728084576800 139892750112976 139894646568859 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12965] ppid=12952 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12965/stat : 12965 (java) S 12952 12952 3762 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 17880 33554432000 4194304 4196468 140728084576800 139893615811056 139894646561410 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12966] ppid=12952 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12966/stat : 12966 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 17946 33554432000 4194304 4196468 140728084576800 139893614758512 139894646561410 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12967] ppid=12952 vsize=15012476 memory=140290424997504 CPUtime=0.01 cores=1,3,5,7
/proc/12955/task/12967/stat : 12967 (java) S 12952 12952 3762 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 227008694 15372775424 17946 33554432000 4194304 4196468 140728084576800 139893613705968 139894646561410 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12968] ppid=12952 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12968/stat : 12968 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 17946 33554432000 4194304 4196468 140728084576800 139892252208224 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12969] ppid=12952 vsize=15012476 memory=140290424997504 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12969/stat : 12969 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 17946 33554432000 4194304 4196468 140728084576800 139893612652848 139894646561410 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 72916 KiB

[startup+0.210486 s]*
/proc/loadavg: 1.08 1.03 1.05 3/195 12969
/proc/meminfo: memFree=18692636/32770624 swapFree=67108196/67108860
[pid=12952] ppid=12949 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/12952/stat : 12952 (scop.sh) S 12949 12952 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 227008687 115843072 349 33554432000 4194304 5098028 140730860554928 140730860552184 139983114822268 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 35950592 140730860557376 140730860557575 140730860557575 140730860560333 0
/proc/12952/statm: 28282 349 296 221 0 87 0
[pid=12955] ppid=12952 vsize=15012476 memory=84580 CPUtime=0.25 cores=1,3,5,7
/proc/12955/stat : 12955 (java) S 12952 12952 3762 0 -1 1077944320 9510 0 0 0 22 3 0 0 20 0 15 0 227008687 15372775424 21145 33554432000 4194304 4196468 140728084576800 140728084559344 139894646550263 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
/proc/12955/statm: 3753119 21145 2879 1 0 3715579 0
[pid=12955/tid=12956] ppid=12952 vsize=15012476 memory=8329014368984276636 CPUtime=0.19 cores=1,3,5,7
/proc/12955/task/12956/stat : 12956 (java) R 12952 12952 3762 0 -1 4202560 7400 0 0 0 17 2 0 0 20 0 15 0 227008687 15372775424 21145 33554432000 4194304 4196468 140728084576800 139894618363808 139894630630750 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12957] ppid=12952 vsize=15012476 memory=5767624368765188489 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12957/stat : 12957 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 227008689 15372775424 21145 33554432000 4194304 4196468 140728084576800 139894650792720 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12958] ppid=12952 vsize=15012476 memory=140290424997504 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12958/stat : 12958 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 227008689 15372775424 21145 33554432000 4194304 4196468 140728084576800 139894468881296 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12959] ppid=12952 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12959/stat : 12959 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 227008689 15372775424 21145 33554432000 4194304 4196468 140728084576800 139894105648144 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12960] ppid=12952 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12960/stat : 12960 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 227008689 15372775424 21145 33554432000 4194304 4196468 140728084576800 139894104595600 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12961] ppid=12952 vsize=15012476 memory=140290424997504 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12961/stat : 12961 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 227008690 15372775424 21145 33554432000 4194304 4196468 140728084576800 139893616863216 139894646561410 0 0 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12962] ppid=12952 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12962/stat : 12962 (java) S 12952 12952 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 227008691 15372775424 21145 33554432000 4194304 4196468 140728084576800 139893258838944 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12963] ppid=12952 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12963/stat : 12963 (java) S 12952 12952 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 227008691 15372775424 21145 33554432000 4194304 4196468 140728084576800 139893124617200 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12964] ppid=12952 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12964/stat : 12964 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 21145 33554432000 4194304 4196468 140728084576800 139892750112976 139894646568859 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12965] ppid=12952 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12965/stat : 12965 (java) S 12952 12952 3762 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 21145 33554432000 4194304 4196468 140728084576800 139893615811056 139894646561410 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12966] ppid=12952 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12966/stat : 12966 (java) S 12952 12952 3762 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 21145 33554432000 4194304 4196468 140728084576800 139893614758512 139894646561410 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12967] ppid=12952 vsize=15012476 memory=140290424997504 CPUtime=0.03 cores=1,3,5,7
/proc/12955/task/12967/stat : 12967 (java) S 12952 12952 3762 0 -1 1077944384 298 0 0 0 3 0 0 0 20 0 15 0 227008694 15372775424 21145 33554432000 4194304 4196468 140728084576800 139893613705968 139894646561410 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12968] ppid=12952 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12968/stat : 12968 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 21145 33554432000 4194304 4196468 140728084576800 139892252208224 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12969] ppid=12952 vsize=15012476 memory=140290424997504 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12969/stat : 12969 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 21145 33554432000 4194304 4196468 140728084576800 139893612652848 139894646561410 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 85976 KiB

[startup+0.310165 s]*
/proc/loadavg: 1.08 1.03 1.05 2/195 12969
/proc/meminfo: memFree=18688976/32770624 swapFree=67108196/67108860
[pid=12952] ppid=12949 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/12952/stat : 12952 (scop.sh) S 12949 12952 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 227008687 115843072 349 33554432000 4194304 5098028 140730860554928 140730860552184 139983114822268 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 35950592 140730860557376 140730860557575 140730860557575 140730860560333 0
/proc/12952/statm: 28282 349 296 221 0 87 0
[pid=12955] ppid=12952 vsize=15012476 memory=88368 CPUtime=0.42 cores=1,3,5,7
/proc/12955/stat : 12955 (java) S 12952 12952 3762 0 -1 1077944320 10052 0 0 0 39 3 0 0 20 0 15 0 227008687 15372775424 22092 33554432000 4194304 4196468 140728084576800 140728084559344 139894646550263 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
/proc/12955/statm: 3753119 22092 3014 1 0 3715579 0
[pid=12955/tid=12956] ppid=12952 vsize=15012476 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/12955/task/12956/stat : 12956 (java) R 12952 12952 3762 0 -1 4202560 7774 0 0 0 27 2 0 0 20 0 15 0 227008687 15372775424 22092 33554432000 4194304 4196468 140728084576800 139894618345264 139894646572189 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12957] ppid=12952 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12957/stat : 12957 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 227008689 15372775424 22092 33554432000 4194304 4196468 140728084576800 139894650792720 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12958] ppid=12952 vsize=15012476 memory=280580550003232 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12958/stat : 12958 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 227008689 15372775424 22092 33554432000 4194304 4196468 140728084576800 139894468881296 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12959] ppid=12952 vsize=15012476 memory=280580550005536 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12959/stat : 12959 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 227008689 15372775424 22092 33554432000 4194304 4196468 140728084576800 139894105648144 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12960] ppid=12952 vsize=15012476 memory=140290274987791 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12960/stat : 12960 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 227008689 15372775424 22092 33554432000 4194304 4196468 140728084576800 139894104595600 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12961] ppid=12952 vsize=15012476 memory=280580699992192 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12961/stat : 12961 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 227008690 15372775424 22092 33554432000 4194304 4196468 140728084576800 139893616863216 139894646561410 0 0 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12962] ppid=12952 vsize=15012476 memory=140290274992399 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12962/stat : 12962 (java) S 12952 12952 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 227008691 15372775424 22092 33554432000 4194304 4196468 140728084576800 139893258838944 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12963] ppid=12952 vsize=15012476 memory=140290274998466 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12963/stat : 12963 (java) S 12952 12952 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 227008691 15372775424 22092 33554432000 4194304 4196468 140728084576800 139893124617200 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12964] ppid=12952 vsize=15012476 memory=140290275000796 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12964/stat : 12964 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 22092 33554432000 4194304 4196468 140728084576800 139892750112976 139894646568859 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12965] ppid=12952 vsize=15012476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12955/task/12965/stat : 12965 (java) R 12952 12952 3762 0 -1 1077944384 532 0 0 0 2 0 0 0 20 0 15 0 227008694 15372775424 22092 33554432000 4194304 4196468 140728084576800 139893615811056 139894646561410 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12966] ppid=12952 vsize=15012476 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12955/task/12966/stat : 12966 (java) R 12952 12952 3762 0 -1 4202560 77 0 0 0 2 0 0 0 20 0 15 0 227008694 15372775424 22092 33554432000 4194304 4196468 140728084576800 139893614758512 139894627251269 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12967] ppid=12952 vsize=15012476 memory=140290424997504 CPUtime=0.07 cores=1,3,5,7
/proc/12955/task/12967/stat : 12967 (java) R 12952 12952 3762 0 -1 4202560 319 0 0 0 7 0 0 0 20 0 15 0 227008694 15372775424 22092 33554432000 4194304 4196468 140728084576800 139893613705968 139894625983369 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12968] ppid=12952 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12968/stat : 12968 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 22092 33554432000 4194304 4196468 140728084576800 139892252208224 139894646560469 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12969] ppid=12952 vsize=15012476 memory=140290424998900 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12969/stat : 12969 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 227008694 15372775424 22092 33554432000 4194304 4196468 140728084576800 139893612652848 139894646561410 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 89764 KiB

[startup+0.701376 s]
/proc/loadavg: 1.08 1.03 1.05 2/195 12969
/proc/meminfo: memFree=18664916/32770624 swapFree=67108196/67108860
[pid=12952] ppid=12949 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/12952/stat : 12952 (scop.sh) S 12949 12952 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 227008687 115843072 349 33554432000 4194304 5098028 140730860554928 140730860552184 139983114822268 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 35950592 140730860557376 140730860557575 140730860557575 140730860560333 0
/proc/12952/statm: 28282 349 296 221 0 87 0
[pid=12955] ppid=12952 vsize=15018748 memory=129580 CPUtime=1.04 cores=1,3,5,7
/proc/12955/stat : 12955 (java) S 12952 12952 3762 0 -1 1077944320 17027 0 0 0 99 5 0 0 20 0 15 0 227008687 15379197952 32395 33554432000 4194304 4196468 140728084576800 140728084559344 139894646550263 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
/proc/12955/statm: 3754687 32395 3147 1 0 3716091 0
[pid=12955/tid=12956] ppid=12952 vsize=15018748 memory=8751464017575360309 CPUtime=0.67 cores=1,3,5,7
/proc/12955/task/12956/stat : 12956 (java) R 12952 12952 3762 0 -1 4202560 14152 0 0 0 62 5 0 0 20 0 15 0 227008687 15379197952 32395 33554432000 4194304 4196468 140728084576800 139894618382160 139894630630750 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12957] ppid=12952 vsize=15018748 memory=7813587196152395573 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12957/stat : 12957 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 227008689 15379197952 32395 33554432000 4194304 4196468 140728084576800 139894650792720 139894646560469 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12958] ppid=12952 vsize=15018748 memory=5789185273153740882 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12958/stat : 12958 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 227008689 15379197952 32395 33554432000 4194304 4196468 140728084576800 139894468881296 139894646560469 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12959] ppid=12952 vsize=15018748 memory=7666631141572832339 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12959/stat : 12959 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 227008689 15379197952 32395 33554432000 4194304 4196468 140728084576800 139894105648144 139894646560469 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12960] ppid=12952 vsize=15018748 memory=1128 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12960/stat : 12960 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 227008689 15379197952 32395 33554432000 4194304 4196468 140728084576800 139894104595600 139894646560469 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12961] ppid=12952 vsize=15018748 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12961/stat : 12961 (java) S 12952 12952 3762 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 227008690 15379197952 32395 33554432000 4194304 4196468 140728084576800 139893616863216 139894646561410 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12962] ppid=12952 vsize=15018748 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12962/stat : 12962 (java) S 12952 12952 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 227008691 15379197952 32395 33554432000 4194304 4196468 140728084576800 139893258838944 139894646560469 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12963] ppid=12952 vsize=15018748 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12963/stat : 12963 (java) S 12952 12952 3762 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 227008691 15379197952 32395 33554432000 4194304 4196468 140728084576800 139893124617200 139894646560469 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12964] ppid=12952 vsize=15018748 memory=7852 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12964/stat : 12964 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 227008694 15379197952 32395 33554432000 4194304 4196468 140728084576800 139892750112976 139894646568859 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12965] ppid=12952 vsize=15018748 memory=1628 CPUtime=0.1 cores=1,3,5,7
/proc/12955/task/12965/stat : 12965 (java) S 12952 12952 3762 0 -1 1077944384 768 0 0 0 10 0 0 0 20 0 15 0 227008694 15379197952 32395 33554432000 4194304 4196468 140728084576800 139893615811056 139894646561410 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12966] ppid=12952 vsize=15018748 memory=1140 CPUtime=0.07 cores=1,3,5,7
/proc/12955/task/12966/stat : 12966 (java) R 12952 12952 3762 0 -1 4202560 264 0 0 0 7 0 0 0 20 0 15 0 227008694 15379197952 32395 33554432000 4194304 4196468 140728084576800 139893614750464 139894638839712 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12967] ppid=12952 vsize=15018748 memory=15244 CPUtime=0.17 cores=1,3,5,7
/proc/12955/task/12967/stat : 12967 (java) S 12952 12952 3762 0 -1 1077944384 488 0 0 0 17 0 0 0 20 0 15 0 227008694 15379197952 32395 33554432000 4194304 4196468 140728084576800 139893613705968 139894646561410 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12968] ppid=12952 vsize=15018748 memory=35140 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12968/stat : 12968 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 227008694 15379197952 32395 33554432000 4194304 4196468 140728084576800 139892252208224 139894646560469 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
[pid=12955/tid=12969] ppid=12952 vsize=15018748 memory=33 CPUtime=0 cores=1,3,5,7
/proc/12955/task/12969/stat : 12969 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 227008694 15379197952 32395 33554432000 4194304 4196468 140728084576800 139893612652848 139894646561410 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18034688 140728084583430 140728084583729 140728084583729 140728084586447 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 15131876 KiB
Current children cumulated memory: 130976 KiB

[startup+1.50082 s]
/proc/loadavg: 1.08 1.03 1.05 2/195 12969
/proc/meminfo: memFree=18630548/32770624 swapFree=67108196/67108860
[pid=12952] ppid=12949 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/12952/stat : 12952 (scop.sh) S 12949 12952 3762 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 227008687 115843072 349 33554432000 4194304 5098028 140730860554928 140730860552184 139983114822268 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 35950592 140730860557376 140730860557575 140730860557575 140730860560333 0
/proc/12952/statm: 28282 349 296 221 0 87 0

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

[pid=12970/tid=12973] ppid=12952 vsize=8068220 memory=119824 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12973/stat : 12973 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 227009543 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744065964816 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12974] ppid=12952 vsize=8068220 memory=119824 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12974/stat : 12974 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 227009543 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744064912528 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12975] ppid=12952 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12975/stat : 12975 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 227009543 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744063859728 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12976] ppid=12952 vsize=8068220 memory=119824 CPUtime=0.06 cores=1,3,5,7
/proc/12970/task/12976/stat : 12976 (java) S 12952 12952 3762 0 -1 1077944384 7 0 0 0 2 4 0 0 20 0 19 0 227009544 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744027437168 139744580987522 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12977] ppid=12952 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12977/stat : 12977 (java) S 12952 12952 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 227009545 8261857280 29956 33554432000 4194304 4196468 140720673296128 139743404745504 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12978] ppid=12952 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12978/stat : 12978 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 227009545 8261857280 29956 33554432000 4194304 4196468 140720673296128 139743136310384 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12979] ppid=12952 vsize=8068220 memory=119824 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12979/stat : 12979 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 227009547 8261857280 29956 33554432000 4194304 4196468 140720673296128 139742761801808 139744580994971 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12980] ppid=12952 vsize=8068220 memory=119824 CPUtime=0.13 cores=1,3,5,7
/proc/12970/task/12980/stat : 12980 (java) S 12952 12952 3762 0 -1 1077944384 536 0 0 0 12 1 0 0 20 0 19 0 227009547 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744026385008 139744580987522 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12981] ppid=12952 vsize=8068220 memory=1472 CPUtime=0.15 cores=1,3,5,7
/proc/12970/task/12981/stat : 12981 (java) S 12952 12952 3762 0 -1 1077944384 711 0 0 0 15 0 0 0 20 0 19 0 227009547 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744025332208 139744580987522 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12982] ppid=12952 vsize=8068220 memory=2612 CPUtime=0.22 cores=1,3,5,7
/proc/12970/task/12982/stat : 12982 (java) S 12952 12952 3762 0 -1 1077944384 595 0 0 0 22 0 0 0 20 0 19 0 227009548 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744024279920 139744580987522 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12983] ppid=12952 vsize=8068220 memory=1046 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12983/stat : 12983 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 227009548 8261857280 29956 33554432000 4194304 4196468 140720673296128 139742263897056 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12984] ppid=12952 vsize=8068220 memory=3472328296227679313 CPUtime=1.66 cores=1,3,5,7
/proc/12970/task/12984/stat : 12984 (java) S 12952 12952 3762 0 -1 1077944384 167 0 0 0 72 94 0 0 20 0 19 0 227009548 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744023226800 139744580987522 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12986] ppid=12952 vsize=8068220 memory=6944656425122700657 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12986/stat : 12986 (java) S 12952 12952 3762 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 227009618 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744015418304 139744581000985 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12988] ppid=12952 vsize=8068220 memory=119824 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12988/stat : 12988 (java) S 12952 12952 3762 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 227009618 8261857280 29956 33554432000 4194304 4196468 140720673296128 139741727010352 139744580998301 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12989] ppid=12952 vsize=8068220 memory=150048 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12989/stat : 12989 (java) S 12952 12952 3762 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 227009618 8261857280 29956 33554432000 4194304 4196468 140720673296128 139741592788912 139744580998301 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12990] ppid=12952 vsize=8068220 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12990/stat : 12990 (java) S 12952 12952 3762 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 227009621 8261857280 29956 33554432000 4194304 4196468 140720673296128 139741861240224 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
Current children cumulated CPU time: 2515.44 s
Current children cumulated vsize: 8351580 KiB
Current children cumulated memory: 271344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.9 s]
/proc/loadavg: 1.00 1.01 1.05 2/202 13089
/proc/meminfo: memFree=18456552/32770624 swapFree=67108196/67108860
[pid=12952] ppid=12949 vsize=113128 memory=1472 CPUtime=19.48 cores=1,3,5,7
/proc/12952/stat : 12952 (scop.sh) S 12949 12952 3762 0 -1 4202496 591 32083 0 0 0 0 1878 70 20 0 1 0 227008687 115843072 368 33554432000 4194304 5098028 140730860554928 140730860551672 139983114822268 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 35950592 140730860557376 140730860557575 140730860557575 140730860560333 0
/proc/12952/statm: 28282 368 311 221 0 87 0
[pid=12970] ppid=12952 vsize=8068220 memory=119824 CPUtime=3.06 cores=1,3,5,7
/proc/12970/stat : 12970 (java) S 12952 12952 3762 0 -1 1077944320 18863 0 0 0 202 104 0 0 20 0 19 0 227009541 8261857280 29956 33554432000 4194304 4196468 140720673296128 140720673278672 139744580976375 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
/proc/12970/statm: 2017055 29956 3141 1 0 1978454 0
[pid=12985] ppid=12970 vsize=219552 memory=182988 CPUtime=2497.49 cores=1,3,5,7
/proc/12985/stat : 12985 (minisat_release) R 12970 12952 3762 0 -1 4202496 716882 0 0 0 249652 97 0 0 20 0 1 0 227009617 224821248 45747 33554432000 4194304 4308513 140727215548992 140727215545896 4276056 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 30076928 140727215551604 140727215551702 140727215551702 140727215554501 0
/proc/12985/statm: 54888 45747 341 28 0 51128 0
[pid=12970/tid=12971] ppid=12952 vsize=8068220 memory=119824 CPUtime=0.78 cores=1,3,5,7
/proc/12970/task/12971/stat : 12971 (java) S 12952 12952 3762 0 -1 1077944384 15457 0 0 0 72 6 0 0 20 0 19 0 227009542 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744552816528 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12972] ppid=12952 vsize=8068220 memory=119824 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12972/stat : 12972 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 227009543 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744585218960 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12973] ppid=12952 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12973/stat : 12973 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 227009543 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744065964816 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12974] ppid=12952 vsize=8068220 memory=-7824251494391043682 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12974/stat : 12974 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 227009543 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744064912528 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12975] ppid=12952 vsize=8068220 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12975/stat : 12975 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 227009543 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744063859728 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12976] ppid=12952 vsize=8068220 memory=119824 CPUtime=0.06 cores=1,3,5,7
/proc/12970/task/12976/stat : 12976 (java) S 12952 12952 3762 0 -1 1077944384 7 0 0 0 2 4 0 0 20 0 19 0 227009544 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744027437168 139744580987522 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12977] ppid=12952 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12977/stat : 12977 (java) S 12952 12952 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 227009545 8261857280 29956 33554432000 4194304 4196468 140720673296128 139743404745504 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12978] ppid=12952 vsize=8068220 memory=3472328296227679313 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12978/stat : 12978 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 227009545 8261857280 29956 33554432000 4194304 4196468 140720673296128 139743136310384 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12979] ppid=12952 vsize=8068220 memory=6944656425122700657 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12979/stat : 12979 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 227009547 8261857280 29956 33554432000 4194304 4196468 140720673296128 139742761801808 139744580994971 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12980] ppid=12952 vsize=8068220 memory=1472 CPUtime=0.13 cores=1,3,5,7
/proc/12970/task/12980/stat : 12980 (java) S 12952 12952 3762 0 -1 1077944384 536 0 0 0 12 1 0 0 20 0 19 0 227009547 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744026385008 139744580987522 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12981] ppid=12952 vsize=8068220 memory=119824 CPUtime=0.15 cores=1,3,5,7
/proc/12970/task/12981/stat : 12981 (java) S 12952 12952 3762 0 -1 1077944384 711 0 0 0 15 0 0 0 20 0 19 0 227009547 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744025332208 139744580987522 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12982] ppid=12952 vsize=8068220 memory=119824 CPUtime=0.22 cores=1,3,5,7
/proc/12970/task/12982/stat : 12982 (java) S 12952 12952 3762 0 -1 1077944384 595 0 0 0 22 0 0 0 20 0 19 0 227009548 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744024279920 139744580987522 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12983] ppid=12952 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12983/stat : 12983 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 227009548 8261857280 29956 33554432000 4194304 4196468 140720673296128 139742263897056 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12984] ppid=12952 vsize=8068220 memory=119824 CPUtime=1.67 cores=1,3,5,7
/proc/12970/task/12984/stat : 12984 (java) S 12952 12952 3762 0 -1 1077944384 167 0 0 0 72 95 0 0 20 0 19 0 227009548 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744023226800 139744580987522 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12986] ppid=12952 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12986/stat : 12986 (java) S 12952 12952 3762 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 227009618 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744015418304 139744581000985 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12988] ppid=12952 vsize=8068220 memory=119824 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12988/stat : 12988 (java) S 12952 12952 3762 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 227009618 8261857280 29956 33554432000 4194304 4196468 140720673296128 139741727010352 139744580998301 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12989] ppid=12952 vsize=8068220 memory=150048 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12989/stat : 12989 (java) S 12952 12952 3762 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 227009618 8261857280 29956 33554432000 4194304 4196468 140720673296128 139741592788912 139744580998301 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12990] ppid=12952 vsize=8068220 memory=-7824251494391043682 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12990/stat : 12990 (java) S 12952 12952 3762 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 227009621 8261857280 29956 33554432000 4194304 4196468 140720673296128 139741861240224 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 8400900 KiB
Current children cumulated memory: 304284 KiB

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

[startup+2506.91 s]
# the end of solver process 12952 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=18.7893 s, system=0.702752 s

[startup+2506.92 s]
# the end of solver process 12970 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.35 s, system=2.74885 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2506.9 s]
/proc/loadavg: 1.00 1.01 1.05 2/202 13089
/proc/meminfo: memFree=18456552/32770624 swapFree=67108196/67108860
[pid=12952] ppid=12949 vsize=113128 memory=1472 CPUtime=19.48 cores=1,3,5,7
/proc/12952/stat : 12952 (scop.sh) S 12949 12952 3762 0 -1 4202496 591 32083 0 0 0 0 1878 70 20 0 1 0 227008687 115843072 368 33554432000 4194304 5098028 140730860554928 140730860551672 139983114822268 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 35950592 140730860557376 140730860557575 140730860557575 140730860560333 0
/proc/12952/statm: 28282 368 311 221 0 87 0
[pid=12970] ppid=12952 vsize=8068220 memory=119824 CPUtime=3.06 cores=1,3,5,7
/proc/12970/stat : 12970 (java) S 12952 12952 3762 0 -1 1077944320 18863 0 0 0 202 104 0 0 20 0 19 0 227009541 8261857280 29956 33554432000 4194304 4196468 140720673296128 140720673278672 139744580976375 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
/proc/12970/statm: 2017055 29956 3141 1 0 1978454 0
[pid=12985] ppid=12970 vsize=219552 memory=182988 CPUtime=2497.49 cores=1,3,5,7
/proc/12985/stat : 12985 (minisat_release) R 12970 12952 3762 0 -1 4202496 716882 0 0 0 249652 97 0 0 20 0 1 0 227009617 224821248 45747 33554432000 4194304 4308513 140727215548992 140727215545896 4276056 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 30076928 140727215551604 140727215551702 140727215551702 140727215554501 0
/proc/12985/statm: 54888 45747 341 28 0 51128 0
[pid=12970/tid=12971] ppid=12952 vsize=8068220 memory=119824 CPUtime=0.78 cores=1,3,5,7
/proc/12970/task/12971/stat : 12971 (java) S 12952 12952 3762 0 -1 1077944384 15457 0 0 0 72 6 0 0 20 0 19 0 227009542 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744552816528 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12972] ppid=12952 vsize=8068220 memory=119824 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12972/stat : 12972 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 227009543 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744585218960 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12973] ppid=12952 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12973/stat : 12973 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 227009543 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744065964816 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12974] ppid=12952 vsize=8068220 memory=-7824251494391043682 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12974/stat : 12974 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 227009543 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744064912528 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12975] ppid=12952 vsize=8068220 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12975/stat : 12975 (java) S 12952 12952 3762 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 227009543 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744063859728 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12976] ppid=12952 vsize=8068220 memory=119824 CPUtime=0.06 cores=1,3,5,7
/proc/12970/task/12976/stat : 12976 (java) S 12952 12952 3762 0 -1 1077944384 7 0 0 0 2 4 0 0 20 0 19 0 227009544 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744027437168 139744580987522 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12977] ppid=12952 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12977/stat : 12977 (java) S 12952 12952 3762 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 227009545 8261857280 29956 33554432000 4194304 4196468 140720673296128 139743404745504 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12978] ppid=12952 vsize=8068220 memory=3472328296227679313 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12978/stat : 12978 (java) S 12952 12952 3762 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 227009545 8261857280 29956 33554432000 4194304 4196468 140720673296128 139743136310384 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12979] ppid=12952 vsize=8068220 memory=6944656425122700657 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12979/stat : 12979 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 227009547 8261857280 29956 33554432000 4194304 4196468 140720673296128 139742761801808 139744580994971 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12980] ppid=12952 vsize=8068220 memory=1472 CPUtime=0.13 cores=1,3,5,7
/proc/12970/task/12980/stat : 12980 (java) S 12952 12952 3762 0 -1 1077944384 536 0 0 0 12 1 0 0 20 0 19 0 227009547 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744026385008 139744580987522 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12981] ppid=12952 vsize=8068220 memory=119824 CPUtime=0.15 cores=1,3,5,7
/proc/12970/task/12981/stat : 12981 (java) S 12952 12952 3762 0 -1 1077944384 711 0 0 0 15 0 0 0 20 0 19 0 227009547 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744025332208 139744580987522 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12982] ppid=12952 vsize=8068220 memory=119824 CPUtime=0.22 cores=1,3,5,7
/proc/12970/task/12982/stat : 12982 (java) S 12952 12952 3762 0 -1 1077944384 595 0 0 0 22 0 0 0 20 0 19 0 227009548 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744024279920 139744580987522 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12983] ppid=12952 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12983/stat : 12983 (java) S 12952 12952 3762 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 227009548 8261857280 29956 33554432000 4194304 4196468 140720673296128 139742263897056 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12984] ppid=12952 vsize=8068220 memory=119824 CPUtime=1.67 cores=1,3,5,7
/proc/12970/task/12984/stat : 12984 (java) S 12952 12952 3762 0 -1 1077944384 167 0 0 0 72 95 0 0 20 0 19 0 227009548 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744023226800 139744580987522 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12986] ppid=12952 vsize=8068220 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12986/stat : 12986 (java) S 12952 12952 3762 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 227009618 8261857280 29956 33554432000 4194304 4196468 140720673296128 139744015418304 139744581000985 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12988] ppid=12952 vsize=8068220 memory=119824 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12988/stat : 12988 (java) S 12952 12952 3762 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 227009618 8261857280 29956 33554432000 4194304 4196468 140720673296128 139741727010352 139744580998301 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12989] ppid=12952 vsize=8068220 memory=150048 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12989/stat : 12989 (java) S 12952 12952 3762 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 227009618 8261857280 29956 33554432000 4194304 4196468 140720673296128 139741592788912 139744580998301 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
[pid=12970/tid=12990] ppid=12952 vsize=8068220 memory=-7824251494391043682 CPUtime=0 cores=1,3,5,7
/proc/12970/task/12990/stat : 12990 (java) S 12952 12952 3762 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 227009621 8261857280 29956 33554432000 4194304 4196468 140720673296128 139741861240224 139744580986581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12394496 140720673301685 140720673301809 140720673301809 140720673304527 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 8400900 KiB
Current children cumulated memory: 304284 KiB

Child status: 1
Real time (s): 2506.92
CPU time (s): 2520.09
CPU user time (s): 2517.35
CPU system time (s): 2.74885
CPU usage (%): 100.526
Max. virtual memory (cumulated for all children) (KiB): 15142280
Max. memory (cumulated for all children) (KiB): 3089760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.35
system time used= 2.74885
maximum resident set size= 3088984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 768687
page faults= 0
swaps= 0
block input operations= 0
block output operations= 34848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60584
involuntary context switches= 679


# summary of solver processes directly reported to runsolver:
#   pid: 12952,12970
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.35
#   total CPU system time (s): 2.74885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1678 second user time and 26.4661 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-12 19:20:55
IDJOB=4305417
IDBENCH=141608
IDSOLVER=2782
FILE ID=node151/4305417-1534094455
RUNJOBID= node151-1534062410-3794
PBS_JOBID= 21036982
Free space on /tmp= 41256 MiB

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

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

MD5SUM BENCH= 5f66fd9d375fc47cd589a0d8fc089b8f
RANDOM SEED=257247482

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        18766088 kB
MemAvailable:   31904040 kB
Buffers:          188808 kB
Cached:         13063384 kB
SwapCached:           16 kB
Active:          5716388 kB
Inactive:        7589932 kB
Active(anon):       2644 kB
Inactive(anon):   104196 kB
Active(file):    5713744 kB
Inactive(file):  7485736 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:              8240 kB
Writeback:             0 kB
AnonPages:        142464 kB
Mapped:            59472 kB
Shmem:             49524 kB
Slab:             395328 kB
SReclaimable:     366932 kB
SUnreclaim:        28396 kB
KernelStack:        3568 kB
PageTables:         5024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41248 MiB
End job on node151 at 2018-08-12 20:02:42