Trace number 4305662

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.14 2506.12

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-6-cp_c18.xml
MD5SUMe65b09bddae1c8c6b556de8535bf6786
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 variables216
Number of constraints9458
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":216}]
Minimum variable degree177
Maximum variable degree178
Distribution of variable degrees[{"degree":177,"count":180},{"degree":178,"count":36}]
Minimum constraint arity4
Maximum constraint arity216
Distribution of constraint arities[{"arity":4,"count":9450},{"arity":36,"count":7},{"arity":216,"count":1}]
Number of extensional constraints0
Number of intensional constraints9450
Distribution of constraint types[{"type":"intension","count":9450},{"type":"lex","count":1},{"type":"cardinality","count":6},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-22426-serial-file.bin HOME/instance-4305662-1534074899.xml
0.55/0.51	
0.66/0.52	scop both+minisat_release (2018-07-31)
0.66/0.52	(Encoding Process)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Sun Aug 12 13:55:00 CEST 2018
0.66/0.54	c PID: 22429
0.66/0.54	c IP: 172.20.3.135
0.66/0.54	c HOST: node135.alineos.net
0.66/0.55	c (0,0) Parsing Begin
5.67/2.28	c (1,1) Parsing End
5.67/2.29	c (1,1) CSP: 216 int (0 aux), 0 bool (0 aux), 9458 ctr, max domain size 6
6.21/2.43	c (1,1) Heap : 506 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
6.21/2.43	c (1,1) Constraint Name Generate Begin
6.21/2.43	c (1,1) Ctr:HOME/instance-4305662-1534074899.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or
6.21/2.43	c (1,1) Constraint Name Generate End
6.21/2.43	c (1,1) Heap : 506 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
6.21/2.43	c (1,1) CSP to CSPinCNF Begin
6.84/2.63	c (2,2) translated 946 (10%) constraints
6.84/2.69	c (2,2) translated 1892 (20%) constraints
7.12/2.74	c (2,2) translated 2838 (30%) constraints
7.12/2.79	c (2,2) translated 3784 (40%) constraints
7.42/2.83	c (2,2) translated 4729 (50%) constraints
7.42/2.87	c (2,2) translated 5675 (60%) constraints
7.72/2.91	c (2,2) translated 6621 (70%) constraints
7.72/2.94	c (2,2) translated 7567 (80%) constraints
7.72/2.97	c (2,2) translated 8513 (90%) constraints
9.43/3.41	c (2,2) translated 9458 (100%) constraints
11.23/4.06	c (3,3) STATISTICS1:HOME/instance-4305662-1534074899.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,1822,12814,34359738368,6,4,36,34359738368:72;6:16349;1:3291,6:34929;2:4818;1:6979,4:9760;3:1336;2:1606;1:112,36:72;2:19640;1:7482,
11.23/4.06	c (3,3) ==========================================
11.23/4.06	c (3,3) Both Encoding selects:
11.23/4.06	c (3,3) Order
11.23/4.06	c (3,3) ==========================================
11.56/4.17	c (3,3) translated 1282 (10%) constraints
11.85/4.26	c (3,3) translated 2563 (20%) constraints
12.16/4.33	c (3,3) translated 3845 (30%) constraints
12.46/4.40	c (3,3) translated 5126 (40%) constraints
12.46/4.46	c (3,3) translated 6407 (50%) constraints
12.61/4.53	c (4,3) translated 7689 (60%) constraints
12.61/4.59	c (4,4) translated 8970 (70%) constraints
13.13/4.74	c (4,4) translated 10252 (80%) constraints
13.44/4.89	c (4,4) translated 11533 (90%) constraints
13.79/4.97	c (4,4) translated 12814 (100%) constraints
13.79/4.98	c (4,4) CSP to CSPinCNF End
13.79/4.98	c (4,4) CSP: 540 int (324 aux), 2902 bool (2902 aux), 16126 ctr, max domain size 7
13.79/4.98	c (4,4) Heap : 1239 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
13.79/4.98	c (4,4) CSPinCNF Propagation Begin
14.72/5.28	c (4,4) 786 values, 4996 unsatisfiable literals, and 4192 valid clauses are removed
14.72/5.28	c (4,4) CSPinCNF Propagation End
14.72/5.28	c (4,4) CSP: 1002 int (786 aux), 2440 bool (2440 aux), 11934 ctr, max domain size 7
14.72/5.28	c (4,4) Heap : 1351 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
14.72/5.28	c (4,4) Simplify CSPinCNF Begin
15.64/5.57	c (5,5) Simplify CSPinCNF End
15.64/5.58	c (5,5) CSP: 1002 int (786 aux), 9109 bool (9109 aux), 18603 ctr, max domain size 7
15.64/5.58	c (5,5) Heap : 1408 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
15.64/5.58	c (5,5) Calculate Precise Domain Begin
15.94/5.63	c (5,5) 0 values are removed by re-calculation
15.94/5.63	c (5,5) Calculate Precise Domain End
15.94/5.63	c (5,5) CSP: 1002 int (786 aux), 9109 bool (9109 aux), 18603 ctr, max domain size 7
15.94/5.63	c (5,5) Heap : 1408 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
15.94/5.63	c (5,5) CSPinCNF to SatSolver Begin
16.58/5.81	c (5,5) 1861 (10 %) CSP clauses are encoded (11629 SAT variables, 10410 SAT clauses)
16.89/5.90	c (5,5) 3721 (20 %) CSP clauses are encoded (11629 SAT variables, 19540 SAT clauses)
16.89/5.98	c (5,5) 5581 (30 %) CSP clauses are encoded (11629 SAT variables, 27560 SAT clauses)
17.21/6.04	c (5,5) 7442 (40 %) CSP clauses are encoded (11629 SAT variables, 35296 SAT clauses)
17.21/6.08	c (5,5) 9302 (50 %) CSP clauses are encoded (11629 SAT variables, 42871 SAT clauses)
17.21/6.10	c (5,5) 11162 (60 %) CSP clauses are encoded (11629 SAT variables, 44731 SAT clauses)
17.50/6.11	c (5,5) 13023 (70 %) CSP clauses are encoded (11629 SAT variables, 46592 SAT clauses)
17.77/6.21	c (5,5) 14883 (80 %) CSP clauses are encoded (11629 SAT variables, 60228 SAT clauses)
17.77/6.29	c (5,5) 16743 (90 %) CSP clauses are encoded (11629 SAT variables, 75240 SAT clauses)
18.07/6.33	c (5,5) 18603 (100 %) CSP clauses are encoded (11629 SAT variables, 83404 SAT clauses)
18.07/6.33	c (5,5) Launch Command will be: minisat_release
18.07/6.33	c (5,5) CSPinCNF to SatSolver End
18.07/6.33	c (5,5) Heap : 1689 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
18.36/6.47	c (5,5) STATISTICS2:HOME/instance-4305662-1534074899.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,10111,18603,64,7,4,7,64:360;49:240;6:6899;1:89,7:1080;6:17487;2:41448;1:89,4:6570;3:764;2:10635;1:634,7:360;3:240;2:6988;1:42888,
18.36/6.47	c (5,5) 11629 bool, 83409 clause
18.36/6.47	c (5,5) Export Begin
18.68/6.57	c (6,6) Export to HOME/scop-22426-serial-file.bin
18.68/6.57	c (6,6) Export End
18.68/6.57	c (6,6) Export File Size: 0.04 MB
18.68/6.57	c (6,6) 1,1,4,4,5,5,5,STOP-AFTER(DIMACS)
18.68/6.57	c END-Prog: Sun Aug 12 13:55:06 CEST 2018
18.68/6.60	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-22426-serial-file.bin
19.51/7.09	c (0,0) Read Serial File Begin
19.51/7.09	c (0,0) HOME/scop-22426-serial-file.bin
19.76/7.27	c (0,0) Read Serial File End
19.76/7.28	
19.76/7.28	scop order+minisat_release (2018-07-31)
19.76/7.28	(Solving Process)
19.76/7.28	
19.93/7.30	c BEGIN-Prog: Sun Aug 12 13:55:07 CEST 2018
19.93/7.30	c PID: 22445
19.93/7.30	c IP: 172.20.3.135
19.93/7.30	c HOST: node135.alineos.net
19.93/7.31	c (0,0) SatSolver.solve Begin
19.93/7.31	c (0,0) 0 bool, 0 clause
19.93/7.31	c (0,0) minisat_release HOME/instance-4305662-1534074899.xml-scop-22429.cnf
2520.10/2506.11	c (2499,0) SatSolver is killed by some reasons.
2520.10/2506.11	c (2499,0) receiving signal SIGTERM
2520.10/2506.11	s UNKNOWN
2520.10/2506.12	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.10/2506.12	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 (6782 MiB free)
  memory of node 1: 16384 MiB (4720 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100093 s]*
/proc/loadavg: 2.08 2.03 2.05 3/226 22443
/proc/meminfo: memFree=11717420/32770624 swapFree=67108860/67108860
[pid=22426] ppid=22423 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (scop.sh) S 22423 22426 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225053111 115843072 348 33554432000 4194304 5098028 140724006923248 140724006920504 140545667445372 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9379840 140724006925377 140724006925575 140724006925575 140724006928333 0
/proc/22426/statm: 28282 348 296 221 0 87 0
[pid=22429] ppid=22426 vsize=15012476 memory=74240 CPUtime=0.11 cores=1,3,5,7
/proc/22429/stat : 22429 (java) S 22426 22426 19383 0 -1 1077944320 6151 0 0 0 9 2 0 0 20 0 15 0 225053111 15372775424 18560 33554432000 4194304 4196468 140725400329120 140725400311664 140249750552311 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
/proc/22429/statm: 3753119 18560 2770 1 0 3715579 0
[pid=22429/tid=22430] ppid=22426 vsize=15012476 memory=7533807676074704953 CPUtime=0.08 cores=1,3,5,7
/proc/22429/task/22430/stat : 22430 (java) R 22426 22426 19383 0 -1 4202560 4239 0 0 0 7 1 0 0 20 0 15 0 225053111 15372775424 18560 33554432000 4194304 4196468 140725400329120 140249722378640 140249732115863 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22431] ppid=22426 vsize=15012476 memory=3472468624660379312 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053113 15372775424 18560 33554432000 4194304 4196468 140725400329120 140249754794512 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22432] ppid=22426 vsize=15012476 memory=140328432699008 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225053113 15372775424 18560 33554432000 4194304 4196468 140725400329120 140249545878160 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22433] ppid=22426 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053113 15372775424 18560 33554432000 4194304 4196468 140725400329120 140249544825104 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22434] ppid=22426 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225053113 15372775424 18560 33554432000 4194304 4196468 140725400329120 140249543772560 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22435] ppid=22426 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22435/stat : 22435 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225053115 15372775424 18560 33554432000 4194304 4196468 140725400329120 140248720808688 140249750563458 0 0 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22436] ppid=22426 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22436/stat : 22436 (java) S 22426 22426 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225053115 15372775424 18560 33554432000 4194304 4196468 140725400329120 140248331839136 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22437] ppid=22426 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22437/stat : 22437 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053115 15372775424 18560 33554432000 4194304 4196468 140725400329120 140248063403248 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22438] ppid=22426 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22438/stat : 22438 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 18560 33554432000 4194304 4196468 140725400329120 140247688894928 140249750570907 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22439] ppid=22426 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22439/stat : 22439 (java) S 22426 22426 19383 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 18560 33554432000 4194304 4196468 140725400329120 140248719755504 140249750563458 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22440] ppid=22426 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22440/stat : 22440 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 18560 33554432000 4194304 4196468 140725400329120 140248718702960 140249750563458 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22441] ppid=22426 vsize=15012476 memory=140328432699008 CPUtime=0.01 cores=1,3,5,7
/proc/22429/task/22441/stat : 22441 (java) S 22426 22426 19383 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 15 0 225053118 15372775424 18560 33554432000 4194304 4196468 140725400329120 140248717649904 140249750563458 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22442] ppid=22426 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22442/stat : 22442 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 18560 33554432000 4194304 4196468 140725400329120 140247190989152 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22443] ppid=22426 vsize=15012476 memory=140328432699008 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22443/stat : 22443 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 18560 33554432000 4194304 4196468 140725400329120 140248716598320 140249750563458 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 75632 KiB

[startup+0.210868 s]*
/proc/loadavg: 2.08 2.03 2.05 5/226 22443
/proc/meminfo: memFree=11702924/32770624 swapFree=67108860/67108860
[pid=22426] ppid=22423 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (scop.sh) S 22423 22426 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225053111 115843072 348 33554432000 4194304 5098028 140724006923248 140724006920504 140545667445372 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9379840 140724006925377 140724006925575 140724006925575 140724006928333 0
/proc/22426/statm: 28282 348 296 221 0 87 0
[pid=22429] ppid=22426 vsize=15012476 memory=87568 CPUtime=0.26 cores=1,3,5,7
/proc/22429/stat : 22429 (java) S 22426 22426 19383 0 -1 1077944320 9759 0 0 0 23 3 0 0 20 0 15 0 225053111 15372775424 21892 33554432000 4194304 4196468 140725400329120 140725400311664 140249750552311 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
/proc/22429/statm: 3753119 21892 2876 1 0 3715579 0
[pid=22429/tid=22430] ppid=22426 vsize=15012476 memory=8514701219881124769 CPUtime=0.19 cores=1,3,5,7
/proc/22429/task/22430/stat : 22430 (java) R 22426 22426 19383 0 -1 4202560 7663 0 0 0 17 2 0 0 20 0 15 0 225053111 15372775424 21892 33554432000 4194304 4196468 140725400329120 140249722377680 140249750564246 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22431] ppid=22426 vsize=15012476 memory=3472468624660379312 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053113 15372775424 21892 33554432000 4194304 4196468 140725400329120 140249754794512 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22432] ppid=22426 vsize=15012476 memory=140328432699008 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225053113 15372775424 21892 33554432000 4194304 4196468 140725400329120 140249545878160 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22433] ppid=22426 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053113 15372775424 21892 33554432000 4194304 4196468 140725400329120 140249544825104 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22434] ppid=22426 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225053113 15372775424 21892 33554432000 4194304 4196468 140725400329120 140249543772560 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22435] ppid=22426 vsize=15012476 memory=140328432699008 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22435/stat : 22435 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225053115 15372775424 21892 33554432000 4194304 4196468 140725400329120 140248720808688 140249750563458 0 0 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22436] ppid=22426 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22436/stat : 22436 (java) S 22426 22426 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225053115 15372775424 21892 33554432000 4194304 4196468 140725400329120 140248331839136 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22437] ppid=22426 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22437/stat : 22437 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053115 15372775424 21892 33554432000 4194304 4196468 140725400329120 140248063403248 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22438] ppid=22426 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22438/stat : 22438 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 21892 33554432000 4194304 4196468 140725400329120 140247688894928 140249750570907 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22439] ppid=22426 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22439/stat : 22439 (java) S 22426 22426 19383 0 -1 1077944384 450 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 21892 33554432000 4194304 4196468 140725400329120 140248719755504 140249750563458 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22440] ppid=22426 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22440/stat : 22440 (java) S 22426 22426 19383 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 21892 33554432000 4194304 4196468 140725400329120 140248718702960 140249750563458 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22441] ppid=22426 vsize=15012476 memory=140328432699008 CPUtime=0.03 cores=1,3,5,7
/proc/22429/task/22441/stat : 22441 (java) R 22426 22426 19383 0 -1 4202560 296 0 0 0 3 0 0 0 20 0 15 0 225053118 15372775424 21892 33554432000 4194304 4196468 140725400329120 140248717649904 140249734632798 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22442] ppid=22426 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22442/stat : 22442 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 21892 33554432000 4194304 4196468 140725400329120 140247190989152 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22443] ppid=22426 vsize=15012476 memory=140328432699008 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22443/stat : 22443 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 21892 33554432000 4194304 4196468 140725400329120 140248716598320 140249750563458 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 88960 KiB

[startup+0.310581 s]*
/proc/loadavg: 2.08 2.03 2.05 3/226 22443
/proc/meminfo: memFree=11699040/32770624 swapFree=67108860/67108860
[pid=22426] ppid=22423 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (scop.sh) S 22423 22426 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225053111 115843072 348 33554432000 4194304 5098028 140724006923248 140724006920504 140545667445372 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9379840 140724006925377 140724006925575 140724006925575 140724006928333 0
/proc/22426/statm: 28282 348 296 221 0 87 0
[pid=22429] ppid=22426 vsize=15012476 memory=91712 CPUtime=0.42 cores=1,3,5,7
/proc/22429/stat : 22429 (java) S 22426 22426 19383 0 -1 1077944320 10376 0 0 0 38 4 0 0 20 0 15 0 225053111 15372775424 22928 33554432000 4194304 4196468 140725400329120 140725400311664 140249750552311 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
/proc/22429/statm: 3753119 22928 2976 1 0 3715579 0
[pid=22429/tid=22430] ppid=22426 vsize=15012476 memory=8514701219881124769 CPUtime=0.29 cores=1,3,5,7
/proc/22429/task/22430/stat : 22430 (java) R 22426 22426 19383 0 -1 4202560 8097 0 0 0 27 2 0 0 20 0 15 0 225053111 15372775424 22928 33554432000 4194304 4196468 140725400329120 140249722347312 140249734595941 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22431] ppid=22426 vsize=15012476 memory=3472468624660379312 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053113 15372775424 22928 33554432000 4194304 4196468 140725400329120 140249754794512 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22432] ppid=22426 vsize=15012476 memory=280656758426496 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225053113 15372775424 22928 33554432000 4194304 4196468 140725400329120 140249545878160 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22433] ppid=22426 vsize=15012476 memory=280656651487264 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053113 15372775424 22928 33554432000 4194304 4196468 140725400329120 140249544825104 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22434] ppid=22426 vsize=15012476 memory=140328325727503 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225053113 15372775424 22928 33554432000 4194304 4196468 140725400329120 140249543772560 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22435] ppid=22426 vsize=15012476 memory=280656758433408 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22435/stat : 22435 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225053115 15372775424 22928 33554432000 4194304 4196468 140725400329120 140248720808688 140249750563458 0 0 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22436] ppid=22426 vsize=15012476 memory=140328325732111 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22436/stat : 22436 (java) S 22426 22426 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225053115 15372775424 22928 33554432000 4194304 4196468 140725400329120 140248331839136 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22437] ppid=22426 vsize=15012476 memory=140328325756659 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22437/stat : 22437 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053115 15372775424 22928 33554432000 4194304 4196468 140725400329120 140248063403248 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22438] ppid=22426 vsize=15012476 memory=280656651496480 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22438/stat : 22438 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 22928 33554432000 4194304 4196468 140725400329120 140247688894928 140249750570907 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22439] ppid=22426 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22429/task/22439/stat : 22439 (java) S 22426 22426 19383 0 -1 1077944384 505 0 0 0 1 0 0 0 20 0 15 0 225053118 15372775424 22928 33554432000 4194304 4196468 140725400329120 140248719755600 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22440] ppid=22426 vsize=15012476 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22429/task/22440/stat : 22440 (java) R 22426 22426 19383 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 15 0 225053118 15372775424 22928 33554432000 4194304 4196468 140725400329120 140248718702960 140249750563458 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22441] ppid=22426 vsize=15012476 memory=140328432699008 CPUtime=0.07 cores=1,3,5,7
/proc/22429/task/22441/stat : 22441 (java) R 22426 22426 19383 0 -1 4202560 337 0 0 0 7 0 0 0 20 0 15 0 225053118 15372775424 22928 33554432000 4194304 4196468 140725400329120 140248717649904 140249734632828 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22442] ppid=22426 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22442/stat : 22442 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 22928 33554432000 4194304 4196468 140725400329120 140247190989152 140249750562517 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22443] ppid=22426 vsize=15012476 memory=140328432700400 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22443/stat : 22443 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053118 15372775424 22928 33554432000 4194304 4196468 140725400329120 140248716598320 140249750563458 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 93104 KiB

[startup+0.702167 s]
/proc/loadavg: 2.08 2.03 2.05 3/226 22443
/proc/meminfo: memFree=11674608/32770624 swapFree=67108860/67108860
[pid=22426] ppid=22423 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (scop.sh) S 22423 22426 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225053111 115843072 348 33554432000 4194304 5098028 140724006923248 140724006920504 140545667445372 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9379840 140724006925377 140724006925575 140724006925575 140724006928333 0
/proc/22426/statm: 28282 348 296 221 0 87 0
[pid=22429] ppid=22426 vsize=15018748 memory=133192 CPUtime=1.06 cores=1,3,5,7
/proc/22429/stat : 22429 (java) S 22426 22426 19383 0 -1 1077944320 17399 0 0 0 100 6 0 0 20 0 15 0 225053111 15379197952 33298 33554432000 4194304 4196468 140725400329120 140725400311664 140249750552311 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
/proc/22429/statm: 3754687 33298 3136 1 0 3716091 0
[pid=22429/tid=22430] ppid=22426 vsize=15018748 memory=57 CPUtime=0.67 cores=1,3,5,7
/proc/22429/task/22430/stat : 22430 (java) R 22426 22426 19383 0 -1 4202560 14558 0 0 0 63 4 0 0 20 0 15 0 225053111 15379197952 33298 33554432000 4194304 4196468 140725400329120 140249722389936 140249223446718 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22431] ppid=22426 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22431/stat : 22431 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053113 15379197952 33298 33554432000 4194304 4196468 140725400329120 140249754794512 140249750562517 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22432] ppid=22426 vsize=15018748 memory=7886766292050393141 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22432/stat : 22432 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225053113 15379197952 33298 33554432000 4194304 4196468 140725400329120 140249545878160 140249750562517 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22433] ppid=22426 vsize=15018748 memory=7518566443438921314 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22433/stat : 22433 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053113 15379197952 33298 33554432000 4194304 4196468 140725400329120 140249544825104 140249750562517 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22434] ppid=22426 vsize=15018748 memory=7372762397046498368 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22434/stat : 22434 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225053113 15379197952 33298 33554432000 4194304 4196468 140725400329120 140249543772560 140249750562517 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22435] ppid=22426 vsize=15018748 memory=2319389199337275488 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22435/stat : 22435 (java) S 22426 22426 19383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225053115 15379197952 33298 33554432000 4194304 4196468 140725400329120 140248720808688 140249750563458 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22436] ppid=22426 vsize=15018748 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22436/stat : 22436 (java) S 22426 22426 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225053115 15379197952 33298 33554432000 4194304 4196468 140725400329120 140248331839136 140249750562517 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22437] ppid=22426 vsize=15018748 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22437/stat : 22437 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053115 15379197952 33298 33554432000 4194304 4196468 140725400329120 140248063403248 140249750562517 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22438] ppid=22426 vsize=15018748 memory=968 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22438/stat : 22438 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225053118 15379197952 33298 33554432000 4194304 4196468 140725400329120 140247688894928 140249750570907 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22439] ppid=22426 vsize=15018748 memory=12144 CPUtime=0.1 cores=1,3,5,7
/proc/22429/task/22439/stat : 22439 (java) R 22426 22426 19383 0 -1 4202560 758 0 0 0 10 0 0 0 20 0 15 0 225053118 15379197952 33298 33554432000 4194304 4196468 140725400329120 140248719742288 140249734841200 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22440] ppid=22426 vsize=15018748 memory=1712 CPUtime=0.08 cores=1,3,5,7
/proc/22429/task/22440/stat : 22440 (java) R 22426 22426 19383 0 -1 4202560 231 0 0 0 8 0 0 0 20 0 15 0 225053118 15379197952 33298 33554432000 4194304 4196468 140725400329120 140248718695592 140249736574561 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22441] ppid=22426 vsize=15018748 memory=8812 CPUtime=0.17 cores=1,3,5,7
/proc/22429/task/22441/stat : 22441 (java) R 22426 22426 19383 0 -1 4202560 517 0 0 0 17 0 0 0 20 0 15 0 225053118 15379197952 33298 33554432000 4194304 4196468 140725400329120 140248717645648 140249729570624 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22442] ppid=22426 vsize=15018748 memory=4576 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22442/stat : 22442 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225053118 15379197952 33298 33554432000 4194304 4196468 140725400329120 140247190989152 140249750562517 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
[pid=22429/tid=22443] ppid=22426 vsize=15018748 memory=15868 CPUtime=0 cores=1,3,5,7
/proc/22429/task/22443/stat : 22443 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225053118 15379197952 33298 33554432000 4194304 4196468 140725400329120 140248716598320 140249750563458 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17190912 140725400335367 140725400335665 140725400335665 140725400338383 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 15131876 KiB
Current children cumulated memory: 134584 KiB

[startup+1.50912 s]
/proc/loadavg: 2.08 2.03 2.05 5/226 22443
/proc/meminfo: memFree=11590032/32770624 swapFree=67108860/67108860
[pid=22426] ppid=22423 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/22426/stat : 22426 (scop.sh) S 22423 22426 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225053111 115843072 348 33554432000 4194304 5098028 140724006923248 140724006920504 140545667445372 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9379840 140724006925377 140724006925575 140724006925575 140724006928333 0
/proc/22426/statm: 28282 348 296 221 0 87 0

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

[pid=22445/tid=22448] ppid=22426 vsize=8068220 memory=2432 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22448/stat : 22448 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225053772 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723863919248 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22449] ppid=22426 vsize=8068220 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22449/stat : 22449 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225053772 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723862866192 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22450] ppid=22426 vsize=8068220 memory=61248 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22450/stat : 22450 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 225053772 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723861813648 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22451] ppid=22426 vsize=8068220 memory=1228 CPUtime=0.03 cores=1,3,5,7
/proc/22445/task/22451/stat : 22451 (java) S 22426 22426 19383 0 -1 1077944384 5 0 0 0 1 2 0 0 20 0 19 0 225053774 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723825392368 139724378995330 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22452] ppid=22426 vsize=8068220 memory=116076 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22452/stat : 22452 (java) S 22426 22426 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 225053774 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723204978336 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22453] ppid=22426 vsize=8068220 memory=74504 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22453/stat : 22453 (java) S 22426 22426 19383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 225053774 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723070756080 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22454] ppid=22426 vsize=8068220 memory=116076 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22454/stat : 22454 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139722696251856 139724379002779 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22455] ppid=22426 vsize=8068220 memory=74504 CPUtime=0.09 cores=1,3,5,7
/proc/22445/task/22455/stat : 22455 (java) S 22426 22426 19383 0 -1 1077944384 662 0 0 0 9 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723824339184 139724378995330 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22456] ppid=22426 vsize=8068220 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22445/task/22456/stat : 22456 (java) S 22426 22426 19383 0 -1 1077944384 358 0 0 0 9 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723823286640 139724378995330 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22457] ppid=22426 vsize=8068220 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/22445/task/22457/stat : 22457 (java) S 22426 22426 19383 0 -1 1077944384 792 0 0 0 21 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723822233584 139724378995330 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22458] ppid=22426 vsize=8068220 memory=1468 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22458/stat : 22458 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139722198346080 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22459] ppid=22426 vsize=8068220 memory=116076 CPUtime=1.09 cores=1,3,5,7
/proc/22445/task/22459/stat : 22459 (java) S 22426 22426 19383 0 -1 1077944384 165 0 0 0 49 60 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723821182000 139724378995330 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22461] ppid=22426 vsize=8068220 memory=74504 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22461/stat : 22461 (java) S 22426 22426 19383 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 225053844 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723813373760 139724379008793 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22463] ppid=22426 vsize=8068220 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22463/stat : 22463 (java) S 22426 22426 19383 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 225053844 8261857280 29019 33554432000 4194304 4196468 140735519718144 139721661460400 139724379006109 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22464] ppid=22426 vsize=8068220 memory=35036 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22464/stat : 22464 (java) S 22426 22426 19383 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 225053845 8261857280 29019 33554432000 4194304 4196468 140735519718144 139721393028656 139724379006109 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22465] ppid=22426 vsize=8068220 memory=18220 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22465/stat : 22465 (java) S 22426 22426 19383 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 225053847 8261857280 29019 33554432000 4194304 4196468 140735519718144 139721795689760 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
Current children cumulated CPU time: 2516.29 s
Current children cumulated vsize: 8271980 KiB
Current children cumulated memory: 192048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.11 s]
/proc/loadavg: 2.09 2.32 2.63 3/230 24622
/proc/meminfo: memFree=11521132/32770624 swapFree=67108860/67108860
[pid=22426] ppid=22423 vsize=113128 memory=1468 CPUtime=18.96 cores=1,3,5,7
/proc/22426/stat : 22426 (scop.sh) S 22423 22426 19383 0 -1 4202496 590 33706 0 0 0 0 1855 41 20 0 1 0 225053111 115843072 367 33554432000 4194304 5098028 140724006923248 140724006919992 140545667445372 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9379840 140724006925377 140724006925575 140724006925575 140724006928333 0
/proc/22426/statm: 28282 367 311 221 0 87 0
[pid=22445] ppid=22426 vsize=8068220 memory=116076 CPUtime=2.33 cores=1,3,5,7
/proc/22445/stat : 22445 (java) S 22426 22426 19383 0 -1 1077944320 18923 0 0 0 167 66 0 0 20 0 19 0 225053771 8261857280 29019 33554432000 4194304 4196468 140735519718144 140735519700688 139724378984183 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
/proc/22445/statm: 2017055 29019 3156 1 0 1978454 0
[pid=22460] ppid=22445 vsize=90632 memory=74504 CPUtime=2498.81 cores=1,3,5,7
/proc/22460/stat : 22460 (minisat_release) R 22445 22426 19383 0 -1 4202496 273563 0 0 0 249824 57 0 0 20 0 1 0 225053844 92807168 18626 33554432000 4194304 4308513 140727325820576 140727325817576 4276432 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 36823040 140727325824116 140727325824214 140727325824214 140727325827013 0
/proc/22460/statm: 22658 18626 341 28 0 18898 0
[pid=22445/tid=22446] ppid=22426 vsize=8068220 memory=116076 CPUtime=0.76 cores=1,3,5,7
/proc/22445/task/22446/stat : 22446 (java) S 22426 22426 19383 0 -1 1077944384 15533 0 0 0 71 5 0 0 20 0 19 0 225053771 8261857280 29019 33554432000 4194304 4196468 140735519718144 139724350824336 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22447] ppid=22426 vsize=8068220 memory=116076 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22447/stat : 22447 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 225053772 8261857280 29019 33554432000 4194304 4196468 140735519718144 139724383226384 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22448] ppid=22426 vsize=8068220 memory=116076 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22448/stat : 22448 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225053772 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723863919248 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22449] ppid=22426 vsize=8068220 memory=1468 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22449/stat : 22449 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225053772 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723862866192 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22450] ppid=22426 vsize=8068220 memory=2432 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22450/stat : 22450 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 225053772 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723861813648 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22451] ppid=22426 vsize=8068220 memory=1828 CPUtime=0.03 cores=1,3,5,7
/proc/22445/task/22451/stat : 22451 (java) S 22426 22426 19383 0 -1 1077944384 5 0 0 0 1 2 0 0 20 0 19 0 225053774 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723825392368 139724378995330 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22452] ppid=22426 vsize=8068220 memory=61248 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22452/stat : 22452 (java) S 22426 22426 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 225053774 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723204978336 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22453] ppid=22426 vsize=8068220 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22453/stat : 22453 (java) S 22426 22426 19383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 225053774 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723070756080 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22454] ppid=22426 vsize=8068220 memory=116076 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22454/stat : 22454 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139722696251856 139724379002779 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22455] ppid=22426 vsize=8068220 memory=74504 CPUtime=0.09 cores=1,3,5,7
/proc/22445/task/22455/stat : 22455 (java) S 22426 22426 19383 0 -1 1077944384 662 0 0 0 9 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723824339184 139724378995330 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22456] ppid=22426 vsize=8068220 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22445/task/22456/stat : 22456 (java) S 22426 22426 19383 0 -1 1077944384 358 0 0 0 9 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723823286640 139724378995330 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22457] ppid=22426 vsize=8068220 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/22445/task/22457/stat : 22457 (java) S 22426 22426 19383 0 -1 1077944384 792 0 0 0 21 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723822233584 139724378995330 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22458] ppid=22426 vsize=8068220 memory=1468 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22458/stat : 22458 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139722198346080 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22459] ppid=22426 vsize=8068220 memory=116076 CPUtime=1.09 cores=1,3,5,7
/proc/22445/task/22459/stat : 22459 (java) S 22426 22426 19383 0 -1 1077944384 165 0 0 0 49 60 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723821182000 139724378995330 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22461] ppid=22426 vsize=8068220 memory=116076 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22461/stat : 22461 (java) S 22426 22426 19383 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 225053844 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723813373760 139724379008793 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22463] ppid=22426 vsize=8068220 memory=74504 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22463/stat : 22463 (java) S 22426 22426 19383 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 225053844 8261857280 29019 33554432000 4194304 4196468 140735519718144 139721661460400 139724379006109 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22464] ppid=22426 vsize=8068220 memory=1468 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22464/stat : 22464 (java) S 22426 22426 19383 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 225053845 8261857280 29019 33554432000 4194304 4196468 140735519718144 139721393028656 139724379006109 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22465] ppid=22426 vsize=8068220 memory=3560 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22465/stat : 22465 (java) S 22426 22426 19383 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 225053847 8261857280 29019 33554432000 4194304 4196468 140735519718144 139721795689760 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 8271980 KiB
Current children cumulated memory: 192048 KiB

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

[startup+2506.12 s]
# the end of solver process 22426 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=18.5524 s, system=0.414094 s

[startup+2506.12 s]
# the end of solver process 22445 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.48 s, system=1.66409 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.11 s]
/proc/loadavg: 2.09 2.32 2.63 3/230 24622
/proc/meminfo: memFree=11521132/32770624 swapFree=67108860/67108860
[pid=22426] ppid=22423 vsize=113128 memory=1468 CPUtime=18.96 cores=1,3,5,7
/proc/22426/stat : 22426 (scop.sh) S 22423 22426 19383 0 -1 4202496 590 33706 0 0 0 0 1855 41 20 0 1 0 225053111 115843072 367 33554432000 4194304 5098028 140724006923248 140724006919992 140545667445372 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9379840 140724006925377 140724006925575 140724006925575 140724006928333 0
/proc/22426/statm: 28282 367 311 221 0 87 0
[pid=22445] ppid=22426 vsize=8068220 memory=116076 CPUtime=2.33 cores=1,3,5,7
/proc/22445/stat : 22445 (java) S 22426 22426 19383 0 -1 1077944320 18923 0 0 0 167 66 0 0 20 0 19 0 225053771 8261857280 29019 33554432000 4194304 4196468 140735519718144 140735519700688 139724378984183 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
/proc/22445/statm: 2017055 29019 3156 1 0 1978454 0
[pid=22460] ppid=22445 vsize=90632 memory=74504 CPUtime=2498.81 cores=1,3,5,7
/proc/22460/stat : 22460 (minisat_release) R 22445 22426 19383 0 -1 4202496 273563 0 0 0 249824 57 0 0 20 0 1 0 225053844 92807168 18626 33554432000 4194304 4308513 140727325820576 140727325817576 4276432 0 4 0 8396802 0 0 0 17 1 0 0 0 0 0 6409496 6410680 36823040 140727325824116 140727325824214 140727325824214 140727325827013 0
/proc/22460/statm: 22658 18626 341 28 0 18898 0
[pid=22445/tid=22446] ppid=22426 vsize=8068220 memory=116076 CPUtime=0.76 cores=1,3,5,7
/proc/22445/task/22446/stat : 22446 (java) S 22426 22426 19383 0 -1 1077944384 15533 0 0 0 71 5 0 0 20 0 19 0 225053771 8261857280 29019 33554432000 4194304 4196468 140735519718144 139724350824336 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22447] ppid=22426 vsize=8068220 memory=116076 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22447/stat : 22447 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 225053772 8261857280 29019 33554432000 4194304 4196468 140735519718144 139724383226384 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22448] ppid=22426 vsize=8068220 memory=116076 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22448/stat : 22448 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225053772 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723863919248 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22449] ppid=22426 vsize=8068220 memory=1468 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22449/stat : 22449 (java) S 22426 22426 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 225053772 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723862866192 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22450] ppid=22426 vsize=8068220 memory=2432 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22450/stat : 22450 (java) S 22426 22426 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 225053772 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723861813648 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22451] ppid=22426 vsize=8068220 memory=1828 CPUtime=0.03 cores=1,3,5,7
/proc/22445/task/22451/stat : 22451 (java) S 22426 22426 19383 0 -1 1077944384 5 0 0 0 1 2 0 0 20 0 19 0 225053774 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723825392368 139724378995330 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22452] ppid=22426 vsize=8068220 memory=61248 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22452/stat : 22452 (java) S 22426 22426 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 225053774 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723204978336 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22453] ppid=22426 vsize=8068220 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22453/stat : 22453 (java) S 22426 22426 19383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 225053774 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723070756080 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22454] ppid=22426 vsize=8068220 memory=116076 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22454/stat : 22454 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139722696251856 139724379002779 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22455] ppid=22426 vsize=8068220 memory=74504 CPUtime=0.09 cores=1,3,5,7
/proc/22445/task/22455/stat : 22455 (java) S 22426 22426 19383 0 -1 1077944384 662 0 0 0 9 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723824339184 139724378995330 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22456] ppid=22426 vsize=8068220 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22445/task/22456/stat : 22456 (java) S 22426 22426 19383 0 -1 1077944384 358 0 0 0 9 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723823286640 139724378995330 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22457] ppid=22426 vsize=8068220 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/22445/task/22457/stat : 22457 (java) S 22426 22426 19383 0 -1 1077944384 792 0 0 0 21 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723822233584 139724378995330 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22458] ppid=22426 vsize=8068220 memory=1468 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22458/stat : 22458 (java) S 22426 22426 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139722198346080 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22459] ppid=22426 vsize=8068220 memory=116076 CPUtime=1.09 cores=1,3,5,7
/proc/22445/task/22459/stat : 22459 (java) S 22426 22426 19383 0 -1 1077944384 165 0 0 0 49 60 0 0 20 0 19 0 225053777 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723821182000 139724378995330 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22461] ppid=22426 vsize=8068220 memory=116076 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22461/stat : 22461 (java) S 22426 22426 19383 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 225053844 8261857280 29019 33554432000 4194304 4196468 140735519718144 139723813373760 139724379008793 0 4 2 25189581 18446744071579417331 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22463] ppid=22426 vsize=8068220 memory=74504 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22463/stat : 22463 (java) S 22426 22426 19383 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 225053844 8261857280 29019 33554432000 4194304 4196468 140735519718144 139721661460400 139724379006109 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22464] ppid=22426 vsize=8068220 memory=1468 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22464/stat : 22464 (java) S 22426 22426 19383 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 225053845 8261857280 29019 33554432000 4194304 4196468 140735519718144 139721393028656 139724379006109 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
[pid=22445/tid=22465] ppid=22426 vsize=8068220 memory=3560 CPUtime=0 cores=1,3,5,7
/proc/22445/task/22465/stat : 22465 (java) S 22426 22426 19383 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 225053847 8261857280 29019 33554432000 4194304 4196468 140735519718144 139721795689760 139724378994389 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18558976 140735519724725 140735519724849 140735519724849 140735519727567 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 8271980 KiB
Current children cumulated memory: 192048 KiB

Child status: 1
Real time (s): 2506.12
CPU time (s): 2520.14
CPU user time (s): 2518.48
CPU system time (s): 1.66409
CPU usage (%): 100.559
Max. virtual memory (cumulated for all children) (KiB): 15142280
Max. memory (cumulated for all children) (KiB): 1844756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.48
system time used= 1.66409
maximum resident set size= 1850900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327072
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59856
involuntary context switches= 1986


# summary of solver processes directly reported to runsolver:
#   pid: 22426,22445
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2518.48
#   total CPU system time (s): 1.66409

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8162 second user time and 28.9458 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-12 13:54:59
IDJOB=4305662
IDBENCH=141382
IDSOLVER=2783
FILE ID=node135/4305662-1534074899
RUNJOBID= node135-1534062530-19415
PBS_JOBID= 21036983
Free space on /tmp= 42764 MiB

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

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

MD5SUM BENCH= e65b09bddae1c8c6b556de8535bf6786
RANDOM SEED=1160626056

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        11779344 kB
MemAvailable:   31735768 kB
Buffers:          246136 kB
Cached:         19716240 kB
SwapCached:            0 kB
Active:          9137312 kB
Inactive:       11049848 kB
Active(anon):     173716 kB
Inactive(anon):   103204 kB
Active(file):    8963596 kB
Inactive(file): 10946644 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8256 kB
Writeback:             0 kB
AnonPages:        394988 kB
Mapped:            73808 kB
Shmem:             49824 kB
Slab:             502996 kB
SReclaimable:     474644 kB
SUnreclaim:        28352 kB
KernelStack:        4032 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5883788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42628 MiB
End job on node135 at 2018-08-12 14:36:46