Trace number 4305643

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.07 2507.52

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-14_c18.xml
MD5SUM0e107aeb1163eb9d4573d4ca0ed1edf8
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 variables392
Number of constraints366
Number of domains2
Minimum domain size14
Maximum domain size196
Distribution of domain sizes[{"size":14,"count":196},{"size":196,"count":182}]
Minimum variable degree0
Maximum variable degree185
Distribution of variable degrees[{"degree":0,"count":14},{"degree":2,"count":182},{"degree":184,"count":14},{"degree":185,"count":182}]
Minimum constraint arity3
Maximum constraint arity197
Distribution of constraint arities[{"arity":3,"count":182},{"arity":14,"count":1},{"arity":196,"count":1},{"arity":197,"count":182}]
Number of extensional constraints0
Number of intensional constraints182
Distribution of constraint types[{"type":"intension","count":182},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":182}]
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-8633-serial-file.bin HOME/instance-4305643-1534133152.xml
0.54/0.52	
0.66/0.52	scop both+minisat_release (2018-07-31)
0.66/0.52	(Encoding Process)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Mon Aug 13 06:05:52 CEST 2018
0.66/0.54	c PID: 8636
0.66/0.54	c IP: 172.20.3.150
0.66/0.54	c HOST: node150.alineos.net
0.66/0.55	c (0,0) Parsing Begin
2.29/1.20	c (0,0) Parsing End
2.29/1.21	c (0,0) CSP: 378 int (0 aux), 0 bool (0 aux), 366 ctr, max domain size 196
2.29/1.21	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.29/1.21	c (0,0) Constraint Name Generate Begin
2.29/1.24	c (0,0) Ctr:HOME/instance-4305643-1534133152.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num
2.29/1.24	c (0,0) Constraint Name Generate End
2.29/1.24	c (0,0) Heap : 225 MiB used (max 10795 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.29/1.24	c (0,0) CSP to CSPinCNF Begin
4.55/2.08	c (1,1) translated 37 (10%) constraints
5.44/2.33	c (1,1) translated 74 (20%) constraints
5.83/2.53	c (2,1) translated 110 (30%) constraints
6.03/2.72	c (2,2) translated 147 (40%) constraints
6.23/2.90	c (2,2) translated 183 (50%) constraints
6.23/2.93	c (2,2) translated 220 (60%) constraints
6.23/2.93	c (2,2) translated 257 (70%) constraints
6.23/2.94	c (2,2) translated 293 (80%) constraints
6.23/2.94	c (2,2) translated 330 (90%) constraints
6.23/2.95	c (2,2) translated 366 (100%) constraints
7.14/3.21	c (2,2) STATISTICS1:HOME/instance-4305643-1534133152.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,378,38472,196,196,14,3,196:364;14:2184;1:364,196:35854;14:38948;1:2982,14:56;3:35672;2:2548;1:196,3:364;2:2548;1:107828,
7.14/3.21	c (2,2) ==========================================
7.14/3.21	c (2,2) Both Encoding selects:
7.14/3.21	c (2,2) Order
7.14/3.21	c (2,2) ==========================================
8.17/3.51	c (2,2) translated 3848 (10%) constraints
9.12/3.83	c (3,3) translated 7695 (20%) constraints
9.59/4.07	c (3,3) translated 11542 (30%) constraints
9.86/4.28	c (3,3) translated 15389 (40%) constraints
10.24/4.50	c (3,3) translated 19236 (50%) constraints
10.44/4.71	c (4,4) translated 23084 (60%) constraints
10.66/4.92	c (4,4) translated 26931 (70%) constraints
10.88/5.13	c (4,4) translated 30778 (80%) constraints
11.09/5.35	c (4,4) translated 34625 (90%) constraints
11.32/5.57	c (5,5) translated 38472 (100%) constraints
11.32/5.57	c (5,5) CSP to CSPinCNF End
11.32/5.58	c (5,5) CSP: 378 int (0 aux), 2744 bool (2744 aux), 110012 ctr, max domain size 196
11.32/5.58	c (5,5) Heap : 1520 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
11.32/5.58	c (5,5) CSPinCNF Propagation Begin
13.79/6.44	c (5,5) 658 values, 7968 unsatisfiable literals, and 12600 valid clauses are removed
13.79/6.44	c (5,5) CSPinCNF Propagation End
13.79/6.44	c (5,5) CSP: 616 int (238 aux), 2506 bool (2506 aux), 97412 ctr, max domain size 194
13.79/6.44	c (5,5) Heap : 1915 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
13.79/6.44	c (5,5) Simplify CSPinCNF Begin
14.60/6.79	c (6,6) Simplify CSPinCNF End
14.60/6.79	c (6,6) CSP: 616 int (238 aux), 7490 bool (7490 aux), 102396 ctr, max domain size 194
14.60/6.79	c (6,6) Heap : 2027 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
14.60/6.79	c (6,6) Calculate Precise Domain Begin
14.60/6.79	c (6,6) 0 values are removed by re-calculation
14.60/6.79	c (6,6) Calculate Precise Domain End
14.60/6.79	c (6,6) CSP: 616 int (238 aux), 7490 bool (7490 aux), 102396 ctr, max domain size 194
14.60/6.79	c (6,6) Heap : 2027 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
14.60/6.79	c (6,6) CSPinCNF to SatSolver Begin
16.40/7.31	c (6,6) 10240 (10 %) CSP clauses are encoded (44062 SAT variables, 101167 SAT clauses)
16.40/7.36	c (6,6) 20480 (20 %) CSP clauses are encoded (44062 SAT variables, 111407 SAT clauses)
16.61/7.41	c (6,6) 30719 (30 %) CSP clauses are encoded (44062 SAT variables, 121646 SAT clauses)
16.61/7.45	c (6,6) 40959 (40 %) CSP clauses are encoded (44062 SAT variables, 131886 SAT clauses)
16.61/7.49	c (6,6) 51198 (50 %) CSP clauses are encoded (44062 SAT variables, 142125 SAT clauses)
16.72/7.54	c (7,6) 61438 (60 %) CSP clauses are encoded (44062 SAT variables, 152365 SAT clauses)
16.72/7.58	c (7,7) 71678 (70 %) CSP clauses are encoded (44062 SAT variables, 162605 SAT clauses)
16.82/7.63	c (7,7) 81917 (80 %) CSP clauses are encoded (44062 SAT variables, 172844 SAT clauses)
16.82/7.67	c (7,7) 92157 (90 %) CSP clauses are encoded (44062 SAT variables, 183084 SAT clauses)
17.19/7.87	c (7,7) 102396 (100 %) CSP clauses are encoded (44062 SAT variables, 260386 SAT clauses)
17.19/7.87	c (7,7) Launch Command will be: minisat_release
17.19/7.87	c (7,7) CSPinCNF to SatSolver End
17.19/7.87	c (7,7) Heap : 2703 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
18.72/8.33	c (7,7) STATISTICS2:HOME/instance-4305643-1534133152.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,8106,102396,196,194,12,3,196:264;169:88;144:12;14:2640;13:1448;12:280;1:616,194:42680;193:8492;179:15036;178:712;164:1968;14:52536;13:16192;12:2036;2:102166;1:616,12:52;3:31774;2:70206;1:364,3:364;2:4984;1:231374,
18.72/8.33	c (7,7) 44062 bool, 260528 clause
18.72/8.33	c (7,7) Export Begin
19.04/8.44	c (7,7) Export to HOME/scop-8633-serial-file.bin
19.04/8.44	c (7,7) Export End
19.04/8.44	c (7,7) Export File Size: 0.07 MB
19.04/8.44	c (7,7) 0,0,5,5,6,6,7,STOP-AFTER(DIMACS)
19.04/8.44	c END-Prog: Mon Aug 13 06:06:00 CEST 2018
19.04/8.49	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-8633-serial-file.bin
19.24/8.98	c (0,0) Read Serial File Begin
19.24/8.98	c (0,0) HOME/scop-8633-serial-file.bin
20.22/9.21	c (0,0) Read Serial File End
20.22/9.22	
20.22/9.22	scop order+minisat_release (2018-07-31)
20.22/9.22	(Solving Process)
20.22/9.22	
20.22/9.25	c BEGIN-Prog: Mon Aug 13 06:06:01 CEST 2018
20.22/9.25	c PID: 8651
20.22/9.25	c IP: 172.20.3.150
20.22/9.25	c HOST: node150.alineos.net
20.22/9.25	c (0,0) SatSolver.solve Begin
20.22/9.25	c (0,0) 0 bool, 0 clause
20.22/9.25	c (0,0) minisat_release HOME/instance-4305643-1534133152.xml-scop-8636.cnf
2520.04/2507.50	c (2498,0) SatSolver is killed by some reasons.
2520.04/2507.50	c (2498,0) receiving signal SIGTERM
2520.04/2507.50	s UNKNOWN
2520.04/2507.51	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.04/2507.51	c (scop.sh) Killing background jobs.
2520.04/2507.51	HOME/scop.sh: line 50: kill: (8651) - 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 (5589 MiB free)
  memory of node 1: 16384 MiB (9129 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305643-1534133152/watcher-4305643-1534133152 -o /tmp/evaluation-result-4305643-1534133152/solver-4305643-1534133152 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534130664-8262 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305643-1534133152.xml 

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

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


[startup+0.100118 s]*
/proc/loadavg: 2.02 2.02 1.96 3/222 8650
/proc/meminfo: memFree=15013440/32770624 swapFree=67108792/67108860
[pid=8633] ppid=8630 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/8633/stat : 8633 (scop.sh) S 8630 8633 8231 0 -1 4202496 561 321 0 0 0 0 0 0 20 0 1 0 230878458 115843072 349 33554432000 4194304 5098028 140722279252832 140722279250088 139779118846588 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13512704 140722279257153 140722279257351 140722279257351 140722279260109 0
/proc/8633/statm: 28282 349 296 221 0 87 0
[pid=8636] ppid=8633 vsize=15012476 memory=70752 CPUtime=0.11 cores=0,2,4,6
/proc/8636/stat : 8636 (java) S 8633 8633 8231 0 -1 1077944320 6373 0 0 0 9 2 0 0 20 0 15 0 230878459 15372775424 17688 33554432000 4194304 4196468 140726332923824 140726332906368 139726603615991 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
/proc/8636/statm: 3753119 17688 2740 1 0 3715579 0
[pid=8636/tid=8637] ppid=8633 vsize=15012476 memory=-6526411401870300574 CPUtime=0.09 cores=0,2,4,6
/proc/8636/task/8637/stat : 8637 (java) R 8633 8633 8231 0 -1 4202560 4448 0 0 0 7 2 0 0 20 0 15 0 230878459 15372775424 17753 33554432000 4194304 4196468 140726332923824 139726575442320 139726585179520 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8638] ppid=8633 vsize=15012476 memory=3472468739314693808 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8638/stat : 8638 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230878461 15372775424 17753 33554432000 4194304 4196468 140726332923824 139726607858320 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8639] ppid=8633 vsize=15012476 memory=140443087013504 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8639/stat : 8639 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230878461 15372775424 17753 33554432000 4194304 4196468 140726332923824 139726428154384 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8640] ppid=8633 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8640/stat : 8640 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230878461 15372775424 17753 33554432000 4194304 4196468 140726332923824 139726062844304 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8641] ppid=8633 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8641/stat : 8641 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230878461 15372775424 17753 33554432000 4194304 4196468 140726332923824 139726061791504 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8642] ppid=8633 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8642/stat : 8642 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230878462 15372775424 17753 33554432000 4194304 4196468 140726332923824 139725439441776 139726603627138 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8643] ppid=8633 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8643/stat : 8643 (java) S 8633 8633 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230878463 15372775424 17753 33554432000 4194304 4196468 140726332923824 139725218244128 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8644] ppid=8633 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8644/stat : 8644 (java) S 8633 8633 8231 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230878463 15372775424 17753 33554432000 4194304 4196468 140726332923824 139725084022128 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8645] ppid=8633 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8645/stat : 8645 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230878465 15372775424 17753 33554432000 4194304 4196468 140726332923824 139724709517648 139726603634587 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8646] ppid=8633 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8646/stat : 8646 (java) S 8633 8633 8231 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 230878465 15372775424 17753 33554432000 4194304 4196468 140726332923824 139725438388592 139726603627138 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8647] ppid=8633 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8647/stat : 8647 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230878465 15372775424 17753 33554432000 4194304 4196468 140726332923824 139725437335792 139726603627138 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8648] ppid=8633 vsize=15012476 memory=140443087013504 CPUtime=0.01 cores=0,2,4,6
/proc/8636/task/8648/stat : 8648 (java) S 8633 8633 8231 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 15 0 230878465 15372775424 17753 33554432000 4194304 4196468 140726332923824 139725436282992 139726603627138 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8649] ppid=8633 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8649/stat : 8649 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230878466 15372775424 17753 33554432000 4194304 4196468 140726332923824 139724211611872 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8650] ppid=8633 vsize=15012476 memory=140443087013504 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8650/stat : 8650 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230878466 15372775424 17753 33554432000 4194304 4196468 140726332923824 139725435231408 139726603627138 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 72148 KiB

[startup+0.210753 s]*
/proc/loadavg: 2.02 2.02 1.96 4/222 8650
/proc/meminfo: memFree=14999600/32770624 swapFree=67108792/67108860
[pid=8633] ppid=8630 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/8633/stat : 8633 (scop.sh) S 8630 8633 8231 0 -1 4202496 561 321 0 0 0 0 0 0 20 0 1 0 230878458 115843072 349 33554432000 4194304 5098028 140722279252832 140722279250088 139779118846588 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13512704 140722279257153 140722279257351 140722279257351 140722279260109 0
/proc/8633/statm: 28282 349 296 221 0 87 0
[pid=8636] ppid=8633 vsize=15012476 memory=84348 CPUtime=0.25 cores=0,2,4,6
/proc/8636/stat : 8636 (java) S 8633 8633 8231 0 -1 1077944320 9891 0 0 0 22 3 0 0 20 0 15 0 230878459 15372775424 21087 33554432000 4194304 4196468 140726332923824 140726332906368 139726603615991 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
/proc/8636/statm: 3753119 21087 2928 1 0 3715579 0
[pid=8636/tid=8637] ppid=8633 vsize=15012476 memory=-8976644418600983157 CPUtime=0.19 cores=0,2,4,6
/proc/8636/task/8637/stat : 8637 (java) R 8633 8633 8231 0 -1 4202560 7788 0 0 0 17 2 0 0 20 0 15 0 230878459 15372775424 21087 33554432000 4194304 4196468 140726332923824 139726575442384 139726106534267 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8638] ppid=8633 vsize=15012476 memory=3472468739314693808 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8638/stat : 8638 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230878461 15372775424 21087 33554432000 4194304 4196468 140726332923824 139726607858320 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8639] ppid=8633 vsize=15012476 memory=140443087013504 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8639/stat : 8639 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230878461 15372775424 21087 33554432000 4194304 4196468 140726332923824 139726428154384 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8640] ppid=8633 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8640/stat : 8640 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230878461 15372775424 21087 33554432000 4194304 4196468 140726332923824 139726062844304 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8641] ppid=8633 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8641/stat : 8641 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230878461 15372775424 21087 33554432000 4194304 4196468 140726332923824 139726061791504 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8642] ppid=8633 vsize=15012476 memory=140443087013504 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8642/stat : 8642 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230878462 15372775424 21087 33554432000 4194304 4196468 140726332923824 139725439441776 139726603627138 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8643] ppid=8633 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8643/stat : 8643 (java) S 8633 8633 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230878463 15372775424 21087 33554432000 4194304 4196468 140726332923824 139725218244128 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8644] ppid=8633 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8644/stat : 8644 (java) S 8633 8633 8231 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230878463 15372775424 21087 33554432000 4194304 4196468 140726332923824 139725084022128 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8645] ppid=8633 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8645/stat : 8645 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230878465 15372775424 21087 33554432000 4194304 4196468 140726332923824 139724709517648 139726603634587 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8646] ppid=8633 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8646/stat : 8646 (java) S 8633 8633 8231 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 15 0 230878465 15372775424 21087 33554432000 4194304 4196468 140726332923824 139725438388592 139726603627138 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8647] ppid=8633 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8647/stat : 8647 (java) S 8633 8633 8231 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 230878465 15372775424 21087 33554432000 4194304 4196468 140726332923824 139725437335792 139726603627138 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8648] ppid=8633 vsize=15012476 memory=140443087013504 CPUtime=0.03 cores=0,2,4,6
/proc/8636/task/8648/stat : 8648 (java) R 8633 8633 8231 0 -1 4202560 281 0 0 0 3 0 0 0 20 0 15 0 230878465 15372775424 21087 33554432000 4194304 4196468 140726332923824 139725436282992 139726589096262 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8649] ppid=8633 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8649/stat : 8649 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230878466 15372775424 21087 33554432000 4194304 4196468 140726332923824 139724211611872 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8650] ppid=8633 vsize=15012476 memory=140443087013504 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8650/stat : 8650 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230878466 15372775424 21087 33554432000 4194304 4196468 140726332923824 139725435231408 139726603627138 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 85744 KiB

[startup+0.310629 s]*
/proc/loadavg: 2.02 2.02 1.96 3/222 8650
/proc/meminfo: memFree=14995940/32770624 swapFree=67108792/67108860
[pid=8633] ppid=8630 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/8633/stat : 8633 (scop.sh) S 8630 8633 8231 0 -1 4202496 561 321 0 0 0 0 0 0 20 0 1 0 230878458 115843072 349 33554432000 4194304 5098028 140722279252832 140722279250088 139779118846588 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13512704 140722279257153 140722279257351 140722279257351 140722279260109 0
/proc/8633/statm: 28282 349 296 221 0 87 0
[pid=8636] ppid=8633 vsize=15012476 memory=87876 CPUtime=0.42 cores=0,2,4,6
/proc/8636/stat : 8636 (java) S 8633 8633 8231 0 -1 1077944320 10430 0 0 0 39 3 0 0 20 0 15 0 230878459 15372775424 21969 33554432000 4194304 4196468 140726332923824 140726332906368 139726603615991 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
/proc/8636/statm: 3753119 21969 3013 1 0 3715579 0
[pid=8636/tid=8637] ppid=8633 vsize=15012476 memory=-8976644418600983157 CPUtime=0.3 cores=0,2,4,6
/proc/8636/task/8637/stat : 8637 (java) S 8633 8633 8231 0 -1 1077944384 8162 0 0 0 27 3 0 0 20 0 15 0 230878459 15372775424 21969 33554432000 4194304 4196468 140726332923824 139726575442208 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8638] ppid=8633 vsize=15012476 memory=3472468739314693808 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8638/stat : 8638 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230878461 15372775424 21969 33554432000 4194304 4196468 140726332923824 139726607858320 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8639] ppid=8633 vsize=15012476 memory=280886034680704 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8639/stat : 8639 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230878461 15372775424 21969 33554432000 4194304 4196468 140726332923824 139726428154384 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8640] ppid=8633 vsize=15012476 memory=280885895364384 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8640/stat : 8640 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230878461 15372775424 21969 33554432000 4194304 4196468 140726332923824 139726062844304 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8641] ppid=8633 vsize=15012476 memory=140442947667215 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8641/stat : 8641 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230878461 15372775424 21969 33554432000 4194304 4196468 140726332923824 139726061791504 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8642] ppid=8633 vsize=15012476 memory=280886034687616 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8642/stat : 8642 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230878462 15372775424 21969 33554432000 4194304 4196468 140726332923824 139725439441776 139726603627138 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8643] ppid=8633 vsize=15012476 memory=140442947671823 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8643/stat : 8643 (java) S 8633 8633 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230878463 15372775424 21969 33554432000 4194304 4196468 140726332923824 139725218244128 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8644] ppid=8633 vsize=15012476 memory=140442947682535 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8644/stat : 8644 (java) S 8633 8633 8231 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230878463 15372775424 21969 33554432000 4194304 4196468 140726332923824 139725084022128 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8645] ppid=8633 vsize=15012476 memory=280885895375904 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8645/stat : 8645 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230878465 15372775424 21969 33554432000 4194304 4196468 140726332923824 139724709517648 139726603634587 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8646] ppid=8633 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8636/task/8646/stat : 8646 (java) R 8633 8633 8231 0 -1 4202560 398 0 0 0 2 0 0 0 20 0 15 0 230878465 15372775424 21969 33554432000 4194304 4196468 140726332923824 139725438388592 139726584317072 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8647] ppid=8633 vsize=15012476 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8636/task/8647/stat : 8647 (java) R 8633 8633 8231 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 15 0 230878465 15372775424 21969 33554432000 4194304 4196468 140726332923824 139725437335792 139726603627138 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8648] ppid=8633 vsize=15012476 memory=140443087013504 CPUtime=0.07 cores=0,2,4,6
/proc/8636/task/8648/stat : 8648 (java) R 8633 8633 8231 0 -1 4202560 301 0 0 0 7 0 0 0 20 0 15 0 230878465 15372775424 21969 33554432000 4194304 4196468 140726332923824 139725436282992 139726583025809 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8649] ppid=8633 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8649/stat : 8649 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230878466 15372775424 21969 33554432000 4194304 4196468 140726332923824 139724211611872 139726603626197 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8650] ppid=8633 vsize=15012476 memory=140443087014900 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8650/stat : 8650 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230878466 15372775424 21969 33554432000 4194304 4196468 140726332923824 139725435231408 139726603627138 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 89272 KiB

[startup+0.700784 s]
/proc/loadavg: 2.02 2.02 1.96 3/222 8650
/proc/meminfo: memFree=14971632/32770624 swapFree=67108792/67108860
[pid=8633] ppid=8630 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/8633/stat : 8633 (scop.sh) S 8630 8633 8231 0 -1 4202496 561 321 0 0 0 0 0 0 20 0 1 0 230878458 115843072 349 33554432000 4194304 5098028 140722279252832 140722279250088 139779118846588 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13512704 140722279257153 140722279257351 140722279257351 140722279260109 0
/proc/8633/statm: 28282 349 296 221 0 87 0
[pid=8636] ppid=8633 vsize=15020872 memory=127684 CPUtime=1 cores=0,2,4,6
/proc/8636/stat : 8636 (java) S 8633 8633 8231 0 -1 1077944320 17580 0 0 0 95 5 0 0 20 0 15 0 230878459 15381372928 31921 33554432000 4194304 4196468 140726332923824 140726332906368 139726603615991 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
/proc/8636/statm: 3755218 31921 3145 1 0 3716603 0
[pid=8636/tid=8637] ppid=8633 vsize=15020872 memory=53 CPUtime=0.67 cores=0,2,4,6
/proc/8636/task/8637/stat : 8637 (java) R 8633 8633 8231 0 -1 4202560 14883 0 0 0 63 4 0 0 20 0 15 0 230878459 15381372928 31921 33554432000 4194304 4196468 140726332923824 139726575437008 139726587696478 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8638] ppid=8633 vsize=15020872 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8638/stat : 8638 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230878461 15381372928 31921 33554432000 4194304 4196468 140726332923824 139726607858320 139726603626197 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8639] ppid=8633 vsize=15020872 memory=8320808402719618869 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8639/stat : 8639 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230878461 15381372928 31921 33554432000 4194304 4196468 140726332923824 139726428154384 139726603626197 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8640] ppid=8633 vsize=15020872 memory=7223880817056039022 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8640/stat : 8640 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230878461 15381372928 31921 33554432000 4194304 4196468 140726332923824 139726062844304 139726603626197 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8641] ppid=8633 vsize=15020872 memory=7588675599774802240 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8641/stat : 8641 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230878461 15381372928 31921 33554432000 4194304 4196468 140726332923824 139726061791504 139726603626197 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8642] ppid=8633 vsize=15020872 memory=734122130331934768 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8642/stat : 8642 (java) S 8633 8633 8231 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230878462 15381372928 31921 33554432000 4194304 4196468 140726332923824 139725439441776 139726603627138 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8643] ppid=8633 vsize=15020872 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8643/stat : 8643 (java) S 8633 8633 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 230878463 15381372928 31921 33554432000 4194304 4196468 140726332923824 139725218244128 139726603626197 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8644] ppid=8633 vsize=15020872 memory=1264 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8644/stat : 8644 (java) S 8633 8633 8231 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230878463 15381372928 31921 33554432000 4194304 4196468 140726332923824 139725084022128 139726603626197 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8645] ppid=8633 vsize=15020872 memory=7136 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8645/stat : 8645 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230878465 15381372928 31921 33554432000 4194304 4196468 140726332923824 139724709517648 139726603634587 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8646] ppid=8633 vsize=15020872 memory=748 CPUtime=0.09 cores=0,2,4,6
/proc/8636/task/8646/stat : 8646 (java) R 8633 8633 8231 0 -1 4202560 636 0 0 0 9 0 0 0 20 0 15 0 230878465 15381372928 31921 33554432000 4194304 4196468 140726332923824 139725438378384 139726584251875 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8647] ppid=8633 vsize=15020872 memory=872 CPUtime=0.05 cores=0,2,4,6
/proc/8636/task/8647/stat : 8647 (java) S 8633 8633 8231 0 -1 1077944384 284 0 0 0 5 0 0 0 20 0 15 0 230878465 15381372928 31921 33554432000 4194304 4196468 140726332923824 139725437335792 139726603627138 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8648] ppid=8633 vsize=15020872 memory=1220 CPUtime=0.16 cores=0,2,4,6
/proc/8636/task/8648/stat : 8648 (java) R 8633 8633 8231 0 -1 4202560 422 0 0 0 16 0 0 0 20 0 15 0 230878465 15381372928 31921 33554432000 4194304 4196468 140726332923824 139725436279360 139726603637338 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8649] ppid=8633 vsize=15020872 memory=1108 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8649/stat : 8649 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230878466 15381372928 31921 33554432000 4194304 4196468 140726332923824 139724211611872 139726603626197 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
[pid=8636/tid=8650] ppid=8633 vsize=15020872 memory=15336 CPUtime=0 cores=0,2,4,6
/proc/8636/task/8650/stat : 8650 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230878466 15381372928 31921 33554432000 4194304 4196468 140726332923824 139725435231408 139726603627138 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10428416 140726332924936 140726332925233 140726332925233 140726332927951 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 129080 KiB

[startup+1.50156 s]
/proc/loadavg: 2.02 2.02 1.96 4/222 8650
/proc/meminfo: memFree=14940356/32770624 swapFree=67108792/67108860
[pid=8633] ppid=8630 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/8633/stat : 8633 (scop.sh) S 8630 8633 8231 0 -1 4202496 561 321 0 0 0 0 0 0 20 0 1 0 230878458 115843072 349 33554432000 4194304 5098028 140722279252832 140722279250088 139779118846588 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13512704 140722279257153 140722279257351 140722279257351 140722279260109 0
/proc/8633/statm: 28282 349 296 221 0 87 0

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

/proc/8666/statm: 34300 28742 341 28 0 30540 0
[pid=8651/tid=8652] ppid=8633 vsize=8068220 memory=121500 CPUtime=0.77 cores=0,2,4,6
/proc/8651/task/8652/stat : 8652 (java) S 8633 8633 8231 0 -1 1077944384 15508 0 0 0 73 4 0 0 20 0 19 0 230879308 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780989951888 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8653] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8653/stat : 8653 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230879310 8261857280 30375 33554432000 4194304 4196468 140737450910464 139781022354192 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8654] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8654/stat : 8654 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230879310 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780853603216 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8655] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8655/stat : 8655 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 230879310 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780852550672 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8656] ppid=8633 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8656/stat : 8656 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 230879310 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780501646480 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8657] ppid=8633 vsize=8068220 memory=1472 CPUtime=0.05 cores=0,2,4,6
/proc/8651/task/8657/stat : 8657 (java) S 8633 8633 8231 0 -1 1077944384 6 0 0 0 2 3 0 0 20 0 19 0 230879311 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780330387440 139781018122882 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8658] ppid=8633 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8658/stat : 8658 (java) S 8633 8633 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 230879311 8261857280 30375 33554432000 4194304 4196468 140737450910464 139779911967648 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8659] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8659/stat : 8659 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230879312 8261857280 30375 33554432000 4194304 4196468 140737450910464 139779643532272 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8660] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8660/stat : 8660 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139779269023952 139781018130331 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8661] ppid=8633 vsize=8068220 memory=1472 CPUtime=0.13 cores=0,2,4,6
/proc/8651/task/8661/stat : 8661 (java) S 8633 8633 8231 0 -1 1077944384 911 0 0 0 13 0 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780329335280 139781018122882 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8662] ppid=8633 vsize=8068220 memory=3892 CPUtime=0.14 cores=0,2,4,6
/proc/8651/task/8662/stat : 8662 (java) S 8633 8633 8231 0 -1 1077944384 494 0 0 0 13 1 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780328282736 139781018122882 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8663] ppid=8633 vsize=8068220 memory=62812 CPUtime=0.21 cores=0,2,4,6
/proc/8651/task/8663/stat : 8663 (java) S 8633 8633 8231 0 -1 1077944384 802 0 0 0 21 0 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780327230192 139781018122882 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8664] ppid=8633 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8664/stat : 8664 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139778771119200 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8665] ppid=8633 vsize=8068220 memory=1472 CPUtime=1.61 cores=0,2,4,6
/proc/8651/task/8665/stat : 8665 (java) S 8633 8633 8231 0 -1 1077944384 166 0 0 0 85 76 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780326177072 139781018122882 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8667] ppid=8633 vsize=8068220 memory=-5059952977386882957 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8667/stat : 8667 (java) S 8633 8633 8231 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 230879386 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780318368832 139781018136345 0 4 2 25189581 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8669] ppid=8633 vsize=8068220 memory=62812 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8669/stat : 8669 (java) S 8633 8633 8231 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 230879386 8261857280 30375 33554432000 4194304 4196468 140737450910464 139778234232496 139781018133661 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8670] ppid=8633 vsize=8068220 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8670/stat : 8670 (java) S 8633 8633 8231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 230879387 8261857280 30375 33554432000 4194304 4196468 140737450910464 139777965801264 139781018133661 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8671] ppid=8633 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8671/stat : 8671 (java) S 8633 8633 8231 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 19 0 230879389 8261857280 30375 33554432000 4194304 4196468 140737450910464 139778368462368 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
Current children cumulated CPU time: 2514.83 s
Current children cumulated vsize: 8318548 KiB
Current children cumulated memory: 237940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.5 s]
/proc/loadavg: 2.00 2.02 2.05 3/227 9043
/proc/meminfo: memFree=15521276/32770624 swapFree=67108792/67108860
[pid=8633] ppid=8630 vsize=113128 memory=1472 CPUtime=19.24 cores=0,2,4,6
/proc/8633/stat : 8633 (scop.sh) S 8630 8633 8231 0 -1 4202496 591 34043 0 0 0 0 1856 68 20 0 1 0 230878458 115843072 368 33554432000 4194304 5098028 140722279252832 140722279249576 139779118846588 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13512704 140722279257153 140722279257351 140722279257351 140722279260109 0
/proc/8633/statm: 28282 368 311 221 0 87 0
[pid=8651] ppid=8633 vsize=8068220 memory=121500 CPUtime=2.98 cores=0,2,4,6
/proc/8651/stat : 8651 (java) S 8633 8633 8231 0 -1 1077944320 19278 0 0 0 227 71 0 0 20 0 19 0 230879308 8261857280 30375 33554432000 4194304 4196468 140737450910464 140737450893008 139781018111735 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
/proc/8651/statm: 2017055 30375 3157 1 0 1978454 0
[pid=8666] ppid=8651 vsize=137200 memory=114968 CPUtime=2497.82 cores=0,2,4,6
/proc/8666/stat : 8666 (minisat_release) R 8651 8633 8231 0 -1 4202496 356127 0 0 0 249757 25 0 0 20 0 1 0 230879386 140492800 28742 33554432000 4194304 4308513 140735760169456 140735760166360 4275941 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 23228416 140735760172149 140735760172246 140735760172246 140735760175045 0
/proc/8666/statm: 34300 28742 341 28 0 30540 0
[pid=8651/tid=8652] ppid=8633 vsize=8068220 memory=121500 CPUtime=0.77 cores=0,2,4,6
/proc/8651/task/8652/stat : 8652 (java) S 8633 8633 8231 0 -1 1077944384 15508 0 0 0 73 4 0 0 20 0 19 0 230879308 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780989951888 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8653] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8653/stat : 8653 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230879310 8261857280 30375 33554432000 4194304 4196468 140737450910464 139781022354192 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8654] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8654/stat : 8654 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230879310 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780853603216 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8655] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8655/stat : 8655 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 230879310 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780852550672 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8656] ppid=8633 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8656/stat : 8656 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 230879310 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780501646480 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8657] ppid=8633 vsize=8068220 memory=1472 CPUtime=0.05 cores=0,2,4,6
/proc/8651/task/8657/stat : 8657 (java) S 8633 8633 8231 0 -1 1077944384 6 0 0 0 2 3 0 0 20 0 19 0 230879311 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780330387440 139781018122882 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8658] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8658/stat : 8658 (java) S 8633 8633 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 230879311 8261857280 30375 33554432000 4194304 4196468 140737450910464 139779911967648 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8659] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8659/stat : 8659 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230879312 8261857280 30375 33554432000 4194304 4196468 140737450910464 139779643532272 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8660] ppid=8633 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8660/stat : 8660 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139779269023952 139781018130331 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8661] ppid=8633 vsize=8068220 memory=2380 CPUtime=0.13 cores=0,2,4,6
/proc/8651/task/8661/stat : 8661 (java) S 8633 8633 8231 0 -1 1077944384 911 0 0 0 13 0 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780329335280 139781018122882 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8662] ppid=8633 vsize=8068220 memory=1752 CPUtime=0.14 cores=0,2,4,6
/proc/8651/task/8662/stat : 8662 (java) S 8633 8633 8231 0 -1 1077944384 494 0 0 0 13 1 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780328282736 139781018122882 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8663] ppid=8633 vsize=8068220 memory=1472 CPUtime=0.21 cores=0,2,4,6
/proc/8651/task/8663/stat : 8663 (java) S 8633 8633 8231 0 -1 1077944384 802 0 0 0 21 0 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780327230192 139781018122882 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8664] ppid=8633 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8664/stat : 8664 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139778771119200 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8665] ppid=8633 vsize=8068220 memory=3892 CPUtime=1.62 cores=0,2,4,6
/proc/8651/task/8665/stat : 8665 (java) S 8633 8633 8231 0 -1 1077944384 166 0 0 0 86 76 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780326177072 139781018122882 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8667] ppid=8633 vsize=8068220 memory=62812 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8667/stat : 8667 (java) S 8633 8633 8231 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 230879386 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780318368832 139781018136345 0 4 2 25189581 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8669] ppid=8633 vsize=8068220 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8669/stat : 8669 (java) S 8633 8633 8231 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 230879386 8261857280 30375 33554432000 4194304 4196468 140737450910464 139778234232496 139781018133661 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8670] ppid=8633 vsize=8068220 memory=114968 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8670/stat : 8670 (java) S 8633 8633 8231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 230879387 8261857280 30375 33554432000 4194304 4196468 140737450910464 139777965801264 139781018133661 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8671] ppid=8633 vsize=8068220 memory=924 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8671/stat : 8671 (java) S 8633 8633 8231 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 19 0 230879389 8261857280 30375 33554432000 4194304 4196468 140737450910464 139778368462368 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 8318548 KiB
Current children cumulated memory: 237940 KiB

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

[startup+2507.52 s]
# the end of solver process 8633 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.41 s, system=1.66046 s

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

[startup+2507.5 s]
/proc/loadavg: 2.00 2.02 2.05 3/227 9043
/proc/meminfo: memFree=15521276/32770624 swapFree=67108792/67108860
[pid=8633] ppid=8630 vsize=113128 memory=1472 CPUtime=19.24 cores=0,2,4,6
/proc/8633/stat : 8633 (scop.sh) S 8630 8633 8231 0 -1 4202496 591 34043 0 0 0 0 1856 68 20 0 1 0 230878458 115843072 368 33554432000 4194304 5098028 140722279252832 140722279249576 139779118846588 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13512704 140722279257153 140722279257351 140722279257351 140722279260109 0
/proc/8633/statm: 28282 368 311 221 0 87 0
[pid=8651] ppid=8633 vsize=8068220 memory=121500 CPUtime=2.98 cores=0,2,4,6
/proc/8651/stat : 8651 (java) S 8633 8633 8231 0 -1 1077944320 19278 0 0 0 227 71 0 0 20 0 19 0 230879308 8261857280 30375 33554432000 4194304 4196468 140737450910464 140737450893008 139781018111735 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
/proc/8651/statm: 2017055 30375 3157 1 0 1978454 0
[pid=8666] ppid=8651 vsize=137200 memory=114968 CPUtime=2497.82 cores=0,2,4,6
/proc/8666/stat : 8666 (minisat_release) R 8651 8633 8231 0 -1 4202496 356127 0 0 0 249757 25 0 0 20 0 1 0 230879386 140492800 28742 33554432000 4194304 4308513 140735760169456 140735760166360 4275941 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 23228416 140735760172149 140735760172246 140735760172246 140735760175045 0
/proc/8666/statm: 34300 28742 341 28 0 30540 0
[pid=8651/tid=8652] ppid=8633 vsize=8068220 memory=121500 CPUtime=0.77 cores=0,2,4,6
/proc/8651/task/8652/stat : 8652 (java) S 8633 8633 8231 0 -1 1077944384 15508 0 0 0 73 4 0 0 20 0 19 0 230879308 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780989951888 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8653] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8653/stat : 8653 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230879310 8261857280 30375 33554432000 4194304 4196468 140737450910464 139781022354192 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8654] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8654/stat : 8654 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230879310 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780853603216 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8655] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8655/stat : 8655 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 230879310 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780852550672 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8656] ppid=8633 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8656/stat : 8656 (java) S 8633 8633 8231 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 230879310 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780501646480 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8657] ppid=8633 vsize=8068220 memory=1472 CPUtime=0.05 cores=0,2,4,6
/proc/8651/task/8657/stat : 8657 (java) S 8633 8633 8231 0 -1 1077944384 6 0 0 0 2 3 0 0 20 0 19 0 230879311 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780330387440 139781018122882 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8658] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8658/stat : 8658 (java) S 8633 8633 8231 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 230879311 8261857280 30375 33554432000 4194304 4196468 140737450910464 139779911967648 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8659] ppid=8633 vsize=8068220 memory=121500 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8659/stat : 8659 (java) S 8633 8633 8231 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 230879312 8261857280 30375 33554432000 4194304 4196468 140737450910464 139779643532272 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8660] ppid=8633 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8660/stat : 8660 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139779269023952 139781018130331 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8661] ppid=8633 vsize=8068220 memory=2380 CPUtime=0.13 cores=0,2,4,6
/proc/8651/task/8661/stat : 8661 (java) S 8633 8633 8231 0 -1 1077944384 911 0 0 0 13 0 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780329335280 139781018122882 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8662] ppid=8633 vsize=8068220 memory=1752 CPUtime=0.14 cores=0,2,4,6
/proc/8651/task/8662/stat : 8662 (java) S 8633 8633 8231 0 -1 1077944384 494 0 0 0 13 1 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780328282736 139781018122882 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8663] ppid=8633 vsize=8068220 memory=1472 CPUtime=0.21 cores=0,2,4,6
/proc/8651/task/8663/stat : 8663 (java) S 8633 8633 8231 0 -1 1077944384 802 0 0 0 21 0 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780327230192 139781018122882 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8664] ppid=8633 vsize=8068220 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8664/stat : 8664 (java) S 8633 8633 8231 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139778771119200 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8665] ppid=8633 vsize=8068220 memory=3892 CPUtime=1.62 cores=0,2,4,6
/proc/8651/task/8665/stat : 8665 (java) S 8633 8633 8231 0 -1 1077944384 166 0 0 0 86 76 0 0 20 0 19 0 230879314 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780326177072 139781018122882 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8667] ppid=8633 vsize=8068220 memory=62812 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8667/stat : 8667 (java) S 8633 8633 8231 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 230879386 8261857280 30375 33554432000 4194304 4196468 140737450910464 139780318368832 139781018136345 0 4 2 25189581 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8669] ppid=8633 vsize=8068220 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8669/stat : 8669 (java) S 8633 8633 8231 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 230879386 8261857280 30375 33554432000 4194304 4196468 140737450910464 139778234232496 139781018133661 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8670] ppid=8633 vsize=8068220 memory=114968 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8670/stat : 8670 (java) S 8633 8633 8231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 230879387 8261857280 30375 33554432000 4194304 4196468 140737450910464 139777965801264 139781018133661 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
[pid=8651/tid=8671] ppid=8633 vsize=8068220 memory=924 CPUtime=0 cores=0,2,4,6
/proc/8651/task/8671/stat : 8671 (java) S 8633 8633 8231 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 19 0 230879389 8261857280 30375 33554432000 4194304 4196468 140737450910464 139778368462368 139781018121941 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13680640 140737450919094 140737450919217 140737450919217 140737450921935 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 8318548 KiB
Current children cumulated memory: 237940 KiB

Child status: 0
Real time (s): 2507.52
CPU time (s): 2520.07
CPU user time (s): 2518.41
CPU system time (s): 1.66046
CPU usage (%): 100.501
Max. virtual memory (cumulated for all children) (KiB): 15142280
Max. memory (cumulated for all children) (KiB): 3096100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.41
system time used= 1.66046
maximum resident set size= 3095540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 410334
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60373
involuntary context switches= 2008


# summary of solver processes directly reported to runsolver:
#   pid: 8633
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2518.41
#   total CPU system time (s): 1.66046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3322 second user time and 26.5156 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-13 06:05:52
IDJOB=4305643
IDBENCH=141612
IDSOLVER=2783
FILE ID=node150/4305643-1534133152
RUNJOBID= node150-1534130664-8262
PBS_JOBID= 21037012
Free space on /tmp= 34888 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-14_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-4305643-1534133152/watcher-4305643-1534133152 -o /tmp/evaluation-result-4305643-1534133152/solver-4305643-1534133152 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534130664-8262 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305643-1534133152.xml

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

MD5SUM BENCH= 0e107aeb1163eb9d4573d4ca0ed1edf8
RANDOM SEED=1138472447

node150.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.76
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.76
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.76
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.76
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:        15071860 kB
MemAvailable:   31183912 kB
Buffers:          230136 kB
Cached:         15945632 kB
SwapCached:           32 kB
Active:          8821880 kB
Inactive:        8127436 kB
Active(anon):     724460 kB
Inactive(anon):   101220 kB
Active(file):    8097420 kB
Inactive(file):  8026216 kB
Unevictable:        7736 kB
Mlocked:            7736 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:        781180 kB
Mapped:            65480 kB
Shmem:             49732 kB
Slab:             445136 kB
SReclaimable:     416876 kB
SUnreclaim:        28260 kB
KernelStack:        3680 kB
PageTables:         6672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6491660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 35016 MiB
End job on node150 at 2018-08-13 06:47:40