Trace number 4292871

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+MapleCOMSPS (2018-06-13)? (TO) 2520.06 2514.61

General information on the benchmark

NameColouredQueens/
ColouredQueens-12_c18.xml
MD5SUM130c0e53e5c1e074e18659561dd41fce
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 variables144
Number of constraints66
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":140}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":26}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":66}]
Optimization problemNO
Type of objective

Solver Data

0.55/0.51	
0.67/0.52	scop order+minisat_release (2018-06-13)
0.67/0.52	
0.67/0.54	c BEGIN-Prog: Mon Jul 23 11:21:23 CEST 2018
0.67/0.54	c PID: 3363
0.67/0.54	c IP: 172.20.3.105
0.67/0.54	c HOST: node105.alineos.net
0.67/0.55	c (0,0) Parsing Begin
1.20/0.90	c (0,0) Parsing End
1.42/0.90	c (0,0) CSP: 144 int (0 aux), 0 bool (0 aux), 66 ctr, max domain size 12
1.42/0.90	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.42/0.90	c (0,0) Constraint Name Generate Begin
1.42/0.91	c (0,0) Ctr:HOME/instance-4292871-1532337683.xml,AllDifferent:IntVar
1.42/0.91	c (0,0) Constraint Name Generate End
1.42/0.91	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.42/0.91	c (0,0) CSP to CSPinCNF Begin
1.81/1.19	c (0,0) translated 7 (10%) constraints
2.11/1.28	c (0,0) translated 14 (20%) constraints
2.42/1.31	c (0,0) translated 20 (30%) constraints
2.42/1.35	c (0,0) translated 27 (40%) constraints
2.42/1.36	c (0,0) translated 33 (50%) constraints
2.42/1.37	c (0,0) translated 40 (60%) constraints
2.42/1.38	c (0,0) translated 47 (70%) constraints
2.42/1.40	c (0,0) translated 53 (80%) constraints
2.71/1.40	c (0,0) translated 60 (90%) constraints
2.71/1.41	c (0,0) translated 66 (100%) constraints
2.71/1.49	c (0,0) STATISTICS1:HOME/instance-4292871-1532337683.xml,AllDifferent:IntVar,144,2728,12,12,12,2,12:2596,12:6336,12:52;11:8;10:8;9:8;8:8;7:8;6:8;5:8;4:8;3:8;2:2604,2:2596;1:1144,
2.71/1.49	c (0,0) ===========================================
2.71/1.49	c (0,0) Order
2.71/1.49	c (0,0) ===========================================
3.03/1.54	c (1,1) translated 273 (10%) constraints
3.03/1.56	c (1,1) translated 546 (20%) constraints
3.03/1.58	c (1,1) translated 819 (30%) constraints
3.03/1.60	c (1,1) translated 1092 (40%) constraints
3.35/1.61	c (1,1) translated 1364 (50%) constraints
3.35/1.63	c (1,1) translated 1637 (60%) constraints
3.35/1.65	c (1,1) translated 1910 (70%) constraints
3.35/1.67	c (1,1) translated 2183 (80%) constraints
3.35/1.68	c (1,1) translated 2456 (90%) constraints
3.65/1.70	c (1,1) translated 2728 (100%) constraints
3.65/1.70	c (1,1) CSP to CSPinCNF End
3.65/1.71	c (1,1) CSP: 144 int (0 aux), 0 bool (0 aux), 2728 ctr, max domain size 12
3.65/1.71	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
3.65/1.71	c (1,1) CSPinCNF Propagation Begin
3.65/1.75	c (1,1) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.65/1.75	c (1,1) CSPinCNF Propagation End
3.65/1.75	c (1,1) CSP: 144 int (0 aux), 0 bool (0 aux), 2728 ctr, max domain size 12
3.65/1.75	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.65/1.75	c (1,1) Simplify CSPinCNF Begin
4.30/1.98	c (1,1) Simplify CSPinCNF End
4.30/1.99	c (1,1) CSP: 144 int (0 aux), 5192 bool (5192 aux), 7920 ctr, max domain size 12
4.30/1.99	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
4.30/1.99	c (1,1) Calculate Precise Domain Begin
4.30/1.99	c (1,1) 0 values are removed by re-calculation
4.30/1.99	c (1,1) Calculate Precise Domain End
4.30/1.99	c (1,1) CSP: 144 int (0 aux), 5192 bool (5192 aux), 7920 ctr, max domain size 12
4.30/1.99	c (1,1) Heap : 281 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
4.30/1.99	c (1,1) CSPinCNF to SatSolver Begin
4.99/2.17	c (1,1) 792 (10 %) CSP clauses are encoded (6776 SAT variables, 7984 SAT clauses)
5.29/2.22	c (1,1) 1584 (20 %) CSP clauses are encoded (6776 SAT variables, 14529 SAT clauses)
5.29/2.26	c (1,1) 2376 (30 %) CSP clauses are encoded (6776 SAT variables, 21063 SAT clauses)
5.29/2.30	c (1,1) 3168 (40 %) CSP clauses are encoded (6776 SAT variables, 27608 SAT clauses)
5.59/2.33	c (1,1) 3960 (50 %) CSP clauses are encoded (6776 SAT variables, 34153 SAT clauses)
5.59/2.37	c (1,1) 4752 (60 %) CSP clauses are encoded (6776 SAT variables, 40687 SAT clauses)
5.89/2.40	c (1,1) 5544 (70 %) CSP clauses are encoded (6776 SAT variables, 47199 SAT clauses)
5.89/2.43	c (1,1) 6336 (80 %) CSP clauses are encoded (6776 SAT variables, 53612 SAT clauses)
5.89/2.46	c (1,1) 7128 (90 %) CSP clauses are encoded (6776 SAT variables, 60025 SAT clauses)
5.89/2.49	c (1,1) 7920 (100 %) CSP clauses are encoded (6776 SAT variables, 66471 SAT clauses)
5.89/2.49	c (1,1) CSPinCNF to SatSolver End
5.89/2.49	c (1,1) Heap : 450 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
6.20/2.56	c (2,2) STATISTICS2:HOME/instance-4292871-1532337683.xml,AllDifferent:IntVar,5336,7920,12,12,12,2,12:5192,12:11528;2:10384,12:52;11:8;10:8;9:8;8:8;7:8;6:8;5:8;4:8;3:8;2:7796,2:5192;1:11528,
6.20/2.56	c (2,2) SatSolver.solve Begin
6.20/2.56	c (2,2) 6776 bool, 66472 clause
6.20/2.56	c (2,2) HOME/minisat_release -ccmin-mode=2 -cla-decay=0.9990000000000016 -gc-frac=0.06548219427789823 -min-step-size=0.06000000000000005 -phase-saving=2 -rfirst=100 -rinc=23.20514351897367 -rnd-freq=0.18183188062236774 -step-size=0.0002446387540884631 -step-size-dec=1.0000000000000004e-06 -var-decay=0.07581213234321858 HOME/instance-4292871-1532337683.xml-scop-3363.cnf HOME/instance-4292871-1532337683.xml-scop-3363.cnf.out
2520.02/2514.60	c (2514,2) SatSolver is killed by some reasons.
2520.02/2514.60	c (2514,2) 0,0,1,1,1,1,1,TO,TO,STOP-AFTER(DIMACS)
2520.02/2514.60	s UNKNOWN
2520.02/2514.60	c END-Prog: Mon Jul 23 12:03:17 CEST 2018

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292871-1532337683/watcher-4292871-1532337683 -o /tmp/evaluation-result-4292871-1532337683/solver-4292871-1532337683 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532330128-2303 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4292871-1532337683.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
Current StackSize limit: 8192 KiB

solver pid=3363, runsolver pid=3360

[startup+0.100248 s]*
/proc/loadavg: 2.00 2.04 2.05 3/221 3378
/proc/meminfo: memFree=15804104/32770624 swapFree=67108860/67108860
[pid=3363] ppid=3360 vsize=15011656 memory=73420 CPUtime=0.11 cores=1,3,5,7
/proc/3363/stat : 3363 (java) S 3360 3363 2271 0 -1 1077944320 7079 0 0 0 9 2 0 0 20 0 15 0 51331436 15371935744 18355 33554432000 4194304 4196468 140730531817824 140730531800368 140412877500151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
/proc/3363/statm: 3752914 18355 2779 1 0 3715374 0
[pid=3363/tid=3365] ppid=3360 vsize=15011656 memory=4425527299464598419 CPUtime=0.09 cores=1,3,5,7
/proc/3363/task/3365/stat : 3365 (java) R 3360 3363 2271 0 -1 4202560 5370 0 0 0 8 1 0 0 20 0 15 0 51331437 15371935744 18619 33554432000 4194304 4196468 140730531817824 140412849312136 140412857768501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3366] ppid=3360 vsize=15011656 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3366/stat : 3366 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15371935744 18619 33554432000 4194304 4196468 140730531817824 140412881742608 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3367] ppid=3360 vsize=15011656 memory=140610626254464 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3367/stat : 3367 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15371935744 18619 33554432000 4194304 4196468 140730531817824 140412695899024 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3368] ppid=3360 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3368/stat : 3368 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15371935744 18619 33554432000 4194304 4196468 140730531817824 140412694846480 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3369] ppid=3360 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3369/stat : 3369 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15371935744 18619 33554432000 4194304 4196468 140730531817824 140412693793936 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3370] ppid=3360 vsize=15011656 memory=140610626254464 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3370/stat : 3370 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331440 15371935744 18619 33554432000 4194304 4196468 140730531817824 140411915945968 140412877511298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3371] ppid=3360 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3371/stat : 3371 (java) S 3360 3363 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51331440 15371935744 18619 33554432000 4194304 4196468 140730531817824 140411272160160 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3372] ppid=3360 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3372/stat : 3372 (java) S 3360 3363 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51331441 15371935744 18619 33554432000 4194304 4196468 140730531817824 140411137938416 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3373] ppid=3360 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3373/stat : 3373 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51331443 15371935744 18619 33554432000 4194304 4196468 140730531817824 140410763434192 140412877518747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3374] ppid=3360 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3374/stat : 3374 (java) R 3360 3363 2271 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 51331443 15371935744 18619 33554432000 4194304 4196468 140730531817824 140411914893808 140412877511298 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3375] ppid=3360 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3375/stat : 3375 (java) R 3360 3363 2271 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 15 0 51331443 15371935744 18619 33554432000 4194304 4196468 140730531817824 140411913841264 140412877511298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3376] ppid=3360 vsize=15011656 memory=140610626254464 CPUtime=0.01 cores=1,3,5,7
/proc/3363/task/3376/stat : 3376 (java) R 3360 3363 2271 0 -1 4202560 280 0 0 0 1 0 0 0 20 0 15 0 51331443 15371935744 18619 33554432000 4194304 4196468 140730531817824 140411912788720 140412877521498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3377] ppid=3360 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3377/stat : 3377 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51331443 15371935744 18619 33554432000 4194304 4196468 140730531817824 140410265529440 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3378] ppid=3360 vsize=15011656 memory=140610626254464 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3378/stat : 3378 (java) S 3360 3363 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51331443 15371935744 18619 33554432000 4194304 4196468 140730531817824 140411911735600 140412877511298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73420 KiB

[startup+0.210605 s]*
/proc/loadavg: 2.00 2.04 2.05 3/221 3378
/proc/meminfo: memFree=15790152/32770624 swapFree=67108860/67108860
[pid=3363] ppid=3360 vsize=15011656 memory=85712 CPUtime=0.26 cores=1,3,5,7
/proc/3363/stat : 3363 (java) S 3360 3363 2271 0 -1 1077944320 10394 0 0 0 24 2 0 0 20 0 15 0 51331436 15371935744 21428 33554432000 4194304 4196468 140730531817824 140730531800368 140412877500151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
/proc/3363/statm: 3752914 21428 2894 1 0 3715374 0
[pid=3363/tid=3365] ppid=3360 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/3363/task/3365/stat : 3365 (java) R 3360 3363 2271 0 -1 4202560 8252 0 0 0 18 2 0 0 20 0 15 0 51331437 15371935744 21428 33554432000 4194304 4196468 140730531817824 140412849290816 140412861543781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3366] ppid=3360 vsize=15011656 memory=288230609019731991 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3366/stat : 3366 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15371935744 21428 33554432000 4194304 4196468 140730531817824 140412881742608 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3367] ppid=3360 vsize=15011656 memory=140610626269530 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3367/stat : 3367 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15371935744 21428 33554432000 4194304 4196468 140730531817824 140412695899024 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3368] ppid=3360 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3368/stat : 3368 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15371935744 21428 33554432000 4194304 4196468 140730531817824 140412694846480 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3369] ppid=3360 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3369/stat : 3369 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15371935744 21428 33554432000 4194304 4196468 140730531817824 140412693793936 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3370] ppid=3360 vsize=15011656 memory=140610626254464 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3370/stat : 3370 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331440 15371935744 21428 33554432000 4194304 4196468 140730531817824 140411915945968 140412877511298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3371] ppid=3360 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3371/stat : 3371 (java) S 3360 3363 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51331440 15371935744 21428 33554432000 4194304 4196468 140730531817824 140411272160160 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3372] ppid=3360 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3372/stat : 3372 (java) S 3360 3363 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51331441 15371935744 21428 33554432000 4194304 4196468 140730531817824 140411137938416 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3373] ppid=3360 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3373/stat : 3373 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51331443 15371935744 21428 33554432000 4194304 4196468 140730531817824 140410763434192 140412877518747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3374] ppid=3360 vsize=15011656 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/3363/task/3374/stat : 3374 (java) R 3360 3363 2271 0 -1 4202560 455 0 0 0 1 0 0 0 20 0 15 0 51331443 15371935744 21428 33554432000 4194304 4196468 140730531817824 140411914893808 140412861036545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3375] ppid=3360 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3375/stat : 3375 (java) R 3360 3363 2271 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 51331443 15371935744 21428 33554432000 4194304 4196468 140730531817824 140411913841264 140412877511298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3376] ppid=3360 vsize=15011656 memory=140610626254464 CPUtime=0.03 cores=1,3,5,7
/proc/3363/task/3376/stat : 3376 (java) S 3360 3363 2271 0 -1 1077944384 316 0 0 0 3 0 0 0 20 0 15 0 51331443 15371935744 21428 33554432000 4194304 4196468 140730531817824 140411912788720 140412877511298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3377] ppid=3360 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3377/stat : 3377 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51331443 15371935744 21428 33554432000 4194304 4196468 140730531817824 140410265529440 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3378] ppid=3360 vsize=15011656 memory=140610626254464 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3378/stat : 3378 (java) S 3360 3363 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51331443 15371935744 21428 33554432000 4194304 4196468 140730531817824 140411911735600 140412877511298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 85712 KiB

[startup+0.310675 s]*
/proc/loadavg: 2.00 2.04 2.05 3/221 3378
/proc/meminfo: memFree=15786368/32770624 swapFree=67108860/67108860
[pid=3363] ppid=3360 vsize=15011656 memory=89600 CPUtime=0.44 cores=1,3,5,7
/proc/3363/stat : 3363 (java) S 3360 3363 2271 0 -1 1077944320 11017 0 0 0 41 3 0 0 20 0 15 0 51331436 15371935744 22400 33554432000 4194304 4196468 140730531817824 140730531800368 140412877500151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
/proc/3363/statm: 3752914 22400 2993 1 0 3715374 0
[pid=3363/tid=3365] ppid=3360 vsize=15011656 memory=8389772277269004345 CPUtime=0.3 cores=1,3,5,7
/proc/3363/task/3365/stat : 3365 (java) R 3360 3363 2271 0 -1 4202560 8685 0 0 0 28 2 0 0 20 0 15 0 51331437 15371935744 22400 33554432000 4194304 4196468 140730531817824 140412849304304 140412859063711 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3366] ppid=3360 vsize=15011656 memory=317785485869331816 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3366/stat : 3366 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15371935744 22400 33554432000 4194304 4196468 140730531817824 140412881742608 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3367] ppid=3360 vsize=15011656 memory=3977017336120228602 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3367/stat : 3367 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15371935744 22400 33554432000 4194304 4196468 140730531817824 140412695899024 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3368] ppid=3360 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3368/stat : 3368 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15371935744 22400 33554432000 4194304 4196468 140730531817824 140412694846480 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3369] ppid=3360 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3369/stat : 3369 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15371935744 22400 33554432000 4194304 4196468 140730531817824 140412693793936 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3370] ppid=3360 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3370/stat : 3370 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331440 15371935744 22400 33554432000 4194304 4196468 140730531817824 140411915945968 140412877511298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3371] ppid=3360 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3371/stat : 3371 (java) S 3360 3363 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51331440 15371935744 22400 33554432000 4194304 4196468 140730531817824 140411272160160 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3372] ppid=3360 vsize=15011656 memory=140610626254464 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3372/stat : 3372 (java) S 3360 3363 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51331441 15371935744 22400 33554432000 4194304 4196468 140730531817824 140411137938416 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3373] ppid=3360 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3373/stat : 3373 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51331443 15371935744 22400 33554432000 4194304 4196468 140730531817824 140410763434192 140412877518747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3374] ppid=3360 vsize=15011656 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3363/task/3374/stat : 3374 (java) S 3360 3363 2271 0 -1 1077944384 507 0 0 0 2 0 0 0 20 0 15 0 51331443 15371935744 22400 33554432000 4194304 4196468 140730531817824 140411914893808 140412877511298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3375] ppid=3360 vsize=15011656 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3363/task/3375/stat : 3375 (java) S 3360 3363 2271 0 -1 1077944384 112 0 0 0 2 0 0 0 20 0 15 0 51331443 15371935744 22400 33554432000 4194304 4196468 140730531817824 140411913841264 140412877511298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3376] ppid=3360 vsize=15011656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3363/task/3376/stat : 3376 (java) S 3360 3363 2271 0 -1 1077944384 360 0 0 0 7 0 0 0 20 0 15 0 51331443 15371935744 22400 33554432000 4194304 4196468 140730531817824 140411912788720 140412877511298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3377] ppid=3360 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3377/stat : 3377 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51331443 15371935744 22400 33554432000 4194304 4196468 140730531817824 140410265529440 140412877510357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3378] ppid=3360 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3378/stat : 3378 (java) S 3360 3363 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51331443 15371935744 22400 33554432000 4194304 4196468 140730531817824 140411911735600 140412877511298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89600 KiB

[startup+0.701321 s]
/proc/loadavg: 2.00 2.04 2.05 3/221 3378
/proc/meminfo: memFree=15761712/32770624 swapFree=67108860/67108860
[pid=3363] ppid=3360 vsize=15020052 memory=130040 CPUtime=1 cores=1,3,5,7
/proc/3363/stat : 3363 (java) S 3360 3363 2271 0 -1 1077944320 18236 0 0 0 95 5 0 0 20 0 15 0 51331436 15380533248 32510 33554432000 4194304 4196468 140730531817824 140730531800368 140412877500151 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
/proc/3363/statm: 3755013 32510 3174 1 0 3716398 0
[pid=3363/tid=3365] ppid=3360 vsize=15020052 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/3363/task/3365/stat : 3365 (java) R 3360 3363 2271 0 -1 4202560 15474 0 0 0 64 3 0 0 20 0 15 0 51331437 15380533248 32510 33554432000 4194304 4196468 140730531817824 140412849336272 140412861580638 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3366] ppid=3360 vsize=15020052 memory=796 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3366/stat : 3366 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15380533248 32510 33554432000 4194304 4196468 140730531817824 140412881742608 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3367] ppid=3360 vsize=15020052 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3367/stat : 3367 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15380533248 32510 33554432000 4194304 4196468 140730531817824 140412695899024 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3368] ppid=3360 vsize=15020052 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3368/stat : 3368 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15380533248 32510 33554432000 4194304 4196468 140730531817824 140412694846480 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3369] ppid=3360 vsize=15020052 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3369/stat : 3369 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15380533248 32510 33554432000 4194304 4196468 140730531817824 140412693793936 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3370] ppid=3360 vsize=15020052 memory=9924 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3370/stat : 3370 (java) S 3360 3363 2271 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 51331440 15380533248 32510 33554432000 4194304 4196468 140730531817824 140411915945968 140412877511298 0 0 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3371] ppid=3360 vsize=15020052 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3371/stat : 3371 (java) S 3360 3363 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51331440 15380533248 32510 33554432000 4194304 4196468 140730531817824 140411272160160 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3372] ppid=3360 vsize=15020052 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3372/stat : 3372 (java) S 3360 3363 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51331441 15380533248 32510 33554432000 4194304 4196468 140730531817824 140411137938416 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3373] ppid=3360 vsize=15020052 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3373/stat : 3373 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51331443 15380533248 32510 33554432000 4194304 4196468 140730531817824 140410763434192 140412877518747 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3374] ppid=3360 vsize=15020052 memory=8380 CPUtime=0.05 cores=1,3,5,7
/proc/3363/task/3374/stat : 3374 (java) S 3360 3363 2271 0 -1 1077944384 547 0 0 0 5 0 0 0 20 0 15 0 51331443 15380533248 32510 33554432000 4194304 4196468 140730531817824 140411914893808 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3375] ppid=3360 vsize=15020052 memory=4616 CPUtime=0.09 cores=1,3,5,7
/proc/3363/task/3375/stat : 3375 (java) S 3360 3363 2271 0 -1 1077944384 332 0 0 0 9 0 0 0 20 0 15 0 51331443 15380533248 32510 33554432000 4194304 4196468 140730531817824 140411913841264 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3376] ppid=3360 vsize=15020052 memory=1424 CPUtime=0.16 cores=1,3,5,7
/proc/3363/task/3376/stat : 3376 (java) S 3360 3363 2271 0 -1 1077944384 520 0 0 0 16 0 0 0 20 0 15 0 51331443 15380533248 32510 33554432000 4194304 4196468 140730531817824 140411912788720 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3377] ppid=3360 vsize=15020052 memory=15868 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3377/stat : 3377 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51331443 15380533248 32510 33554432000 4194304 4196468 140730531817824 140410265529440 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3378] ppid=3360 vsize=15020052 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3378/stat : 3378 (java) S 3360 3363 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51331443 15380533248 32510 33554432000 4194304 4196468 140730531817824 140411911735600 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 130040 KiB

[startup+1.50117 s]
/proc/loadavg: 2.00 2.04 2.05 6/221 3378
/proc/meminfo: memFree=15733672/32770624 swapFree=67108860/67108860
[pid=3363] ppid=3360 vsize=15022100 memory=194348 CPUtime=3.03 cores=1,3,5,7
/proc/3363/stat : 3363 (java) S 3360 3363 2271 0 -1 1077944320 22009 0 0 0 295 8 0 0 20 0 15 0 51331436 15382630400 48587 33554432000 4194304 4196468 140730531817824 140730531800368 140412877500151 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
/proc/3363/statm: 3755525 48587 3200 1 0 3716910 0
[pid=3363/tid=3365] ppid=3360 vsize=15022100 memory=16099269136376078 CPUtime=1.47 cores=1,3,5,7
/proc/3363/task/3365/stat : 3365 (java) R 3360 3363 2271 0 -1 4202560 16477 0 0 0 142 5 0 0 20 0 15 0 51331437 15382630400 48587 33554432000 4194304 4196468 140730531817824 140412849333808 140412877512086 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3366] ppid=3360 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3366/stat : 3366 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15382630400 48587 33554432000 4194304 4196468 140730531817824 140412881742608 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3367] ppid=3360 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3367/stat : 3367 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15382630400 48587 33554432000 4194304 4196468 140730531817824 140412695899024 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3368] ppid=3360 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3368/stat : 3368 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15382630400 48587 33554432000 4194304 4196468 140730531817824 140412694846480 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3369] ppid=3360 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3369/stat : 3369 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51331438 15382630400 48587 33554432000 4194304 4196468 140730531817824 140412693793936 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3370] ppid=3360 vsize=15022100 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3370/stat : 3370 (java) S 3360 3363 2271 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 51331440 15382630400 48587 33554432000 4194304 4196468 140730531817824 140411915945968 140412877511298 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0

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

/proc/meminfo: memFree=15234680/32770624 swapFree=67108860/67108860
[pid=3363] ppid=3360 vsize=15681864 memory=517004 CPUtime=7.79 cores=1,3,5,7
/proc/3363/stat : 3363 (java) S 3360 3363 2271 0 -1 1077944320 25523 0 0 0 713 66 0 0 20 0 19 0 51331436 16058228736 129251 33554432000 4194304 4196468 140730531817824 140730531800368 140412877500151 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
/proc/3363/statm: 3920466 129251 3232 1 0 3881322 0
[pid=3379] ppid=3363 vsize=92436 memory=76452 CPUtime=2439.9 cores=1,3,5,7
/proc/3379/stat : 3379 (minisat_release) R 3363 3363 2271 0 -1 4202496 102927 0 0 0 243981 9 0 0 20 0 1 0 51331694 94654464 19113 33554432000 4194304 4308513 140728378307600 140728378304504 4275941 0 4 0 8396802 0 0 0 17 5 0 0 0 0 0 6409496 6410680 17498112 140728378315441 140728378315950 140728378315950 140728378318789 0
/proc/3379/statm: 23109 19113 355 28 0 19349 0
[pid=3363/tid=3365] ppid=3360 vsize=15681864 memory=517004 CPUtime=2.59 cores=1,3,5,7
/proc/3363/task/3365/stat : 3365 (java) S 3360 3363 2271 0 -1 1077944384 17332 0 0 0 248 11 0 0 20 0 19 0 51331437 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412849339392 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3366] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3366/stat : 3366 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51331438 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412881742608 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3367] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3367/stat : 3367 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51331438 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412695899024 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3368] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3368/stat : 3368 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51331438 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412694846480 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3369] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3369/stat : 3369 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51331438 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412693793936 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3370] ppid=3360 vsize=15681864 memory=517004 CPUtime=0.03 cores=1,3,5,7
/proc/3363/task/3370/stat : 3370 (java) S 3360 3363 2271 0 -1 1077944384 6 0 0 0 2 1 0 0 20 0 19 0 51331440 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411915945968 140412877511298 0 0 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3371] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3371/stat : 3371 (java) S 3360 3363 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 51331440 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411272160160 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3372] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3372/stat : 3372 (java) S 3360 3363 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 51331441 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411137938416 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3373] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3373/stat : 3373 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140410763434192 140412877518747 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3374] ppid=3360 vsize=15681864 memory=1936 CPUtime=1.53 cores=1,3,5,7
/proc/3363/task/3374/stat : 3374 (java) S 3360 3363 2271 0 -1 1077944384 2293 0 0 0 152 1 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411914893808 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3375] ppid=3360 vsize=15681864 memory=1196 CPUtime=1.6 cores=1,3,5,7
/proc/3363/task/3375/stat : 3375 (java) S 3360 3363 2271 0 -1 1077944384 1262 0 0 0 159 1 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411913841264 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3376] ppid=3360 vsize=15681864 memory=517004 CPUtime=0.93 cores=1,3,5,7
/proc/3363/task/3376/stat : 3376 (java) S 3360 3363 2271 0 -1 1077944384 3056 0 0 0 92 1 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411912788720 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3377] ppid=3360 vsize=15681864 memory=76452 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3377/stat : 3377 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140410265529440 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3378] ppid=3360 vsize=15681864 memory=517004 CPUtime=1.05 cores=1,3,5,7
/proc/3363/task/3378/stat : 3378 (java) S 3360 3363 2271 0 -1 1077944384 165 0 0 0 47 58 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411911735600 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3380] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3380/stat : 3380 (java) S 3360 3363 2271 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 51331695 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411895469120 140412877524761 0 4 0 25189583 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3382] ppid=3360 vsize=15681864 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3382/stat : 3382 (java) S 3360 3363 2271 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 51331695 16058228736 129251 33554432000 4194304 4196468 140730531817824 140409728646704 140412877522077 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3383] ppid=3360 vsize=15681864 memory=76452 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3383/stat : 3383 (java) S 3360 3363 2271 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 51331695 16058228736 129251 33554432000 4194304 4196468 140730531817824 140409460211376 140412877522077 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3384] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3384/stat : 3384 (java) S 3360 3363 2271 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 51331697 16058228736 129251 33554432000 4194304 4196468 140730531817824 140409997090336 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
Current children cumulated CPU time: 2447.69 s
Current children cumulated vsize: 15774300 KiB
Current children cumulated memory: 593456 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/226 3484
/proc/meminfo: memFree=15234848/32770624 swapFree=67108860/67108860
[pid=3363] ppid=3360 vsize=15681864 memory=517004 CPUtime=7.82 cores=1,3,5,7
/proc/3363/stat : 3363 (java) S 3360 3363 2271 0 -1 1077944320 25527 0 0 0 715 67 0 0 20 0 19 0 51331436 16058228736 129251 33554432000 4194304 4196468 140730531817824 140730531800368 140412877500151 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
/proc/3363/statm: 3920466 129251 3232 1 0 3881322 0
[pid=3379] ppid=3363 vsize=92436 memory=76452 CPUtime=2499.9 cores=1,3,5,7
/proc/3379/stat : 3379 (minisat_release) R 3363 3363 2271 0 -1 4202496 105879 0 0 0 249981 9 0 0 20 0 1 0 51331694 94654464 19113 33554432000 4194304 4308513 140728378307600 140728378304504 4264628 0 4 0 8396802 0 0 0 17 5 0 0 0 0 0 6409496 6410680 17498112 140728378315441 140728378315950 140728378315950 140728378318789 0
/proc/3379/statm: 23109 19113 355 28 0 19349 0
[pid=3363/tid=3365] ppid=3360 vsize=15681864 memory=517004 CPUtime=2.59 cores=1,3,5,7
/proc/3363/task/3365/stat : 3365 (java) S 3360 3363 2271 0 -1 1077944384 17332 0 0 0 248 11 0 0 20 0 19 0 51331437 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412849339392 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3366] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3366/stat : 3366 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51331438 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412881742608 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3367] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3367/stat : 3367 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51331438 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412695899024 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3368] ppid=3360 vsize=15681864 memory=76452 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3368/stat : 3368 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51331438 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412694846480 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3369] ppid=3360 vsize=15681864 memory=76452 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3369/stat : 3369 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51331438 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412693793936 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3370] ppid=3360 vsize=15681864 memory=517004 CPUtime=0.03 cores=1,3,5,7
/proc/3363/task/3370/stat : 3370 (java) S 3360 3363 2271 0 -1 1077944384 6 0 0 0 2 1 0 0 20 0 19 0 51331440 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411915945968 140412877511298 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3371] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3371/stat : 3371 (java) S 3360 3363 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 51331440 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411272160160 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3372] ppid=3360 vsize=15681864 memory=281221039275296 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3372/stat : 3372 (java) S 3360 3363 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 51331441 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411137938416 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3373] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3373/stat : 3373 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140410763434192 140412877518747 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3374] ppid=3360 vsize=15681864 memory=76452 CPUtime=1.53 cores=1,3,5,7
/proc/3363/task/3374/stat : 3374 (java) S 3360 3363 2271 0 -1 1077944384 2293 0 0 0 152 1 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411914893808 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3375] ppid=3360 vsize=15681864 memory=288230621803970871 CPUtime=1.6 cores=1,3,5,7
/proc/3363/task/3375/stat : 3375 (java) S 3360 3363 2271 0 -1 1077944384 1262 0 0 0 159 1 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411913841264 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3376] ppid=3360 vsize=15681864 memory=920 CPUtime=0.93 cores=1,3,5,7
/proc/3363/task/3376/stat : 3376 (java) S 3360 3363 2271 0 -1 1077944384 3056 0 0 0 92 1 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411912788720 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3377] ppid=3360 vsize=15681864 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3377/stat : 3377 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140410265529440 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3378] ppid=3360 vsize=15681864 memory=517004 CPUtime=1.08 cores=1,3,5,7
/proc/3363/task/3378/stat : 3378 (java) S 3360 3363 2271 0 -1 1077944384 169 0 0 0 48 60 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411911735600 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3380] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3380/stat : 3380 (java) S 3360 3363 2271 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 51331695 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411895469120 140412877524761 0 4 0 25189583 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3382] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3382/stat : 3382 (java) S 3360 3363 2271 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 51331695 16058228736 129251 33554432000 4194304 4196468 140730531817824 140409728646704 140412877522077 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3383] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3383/stat : 3383 (java) S 3360 3363 2271 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 51331695 16058228736 129251 33554432000 4194304 4196468 140730531817824 140409460211376 140412877522077 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3384] ppid=3360 vsize=15681864 memory=76452 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3384/stat : 3384 (java) S 3360 3363 2271 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 51331697 16058228736 129251 33554432000 4194304 4196468 140730531817824 140409997090336 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
Current children cumulated CPU time: 2507.72 s
Current children cumulated vsize: 15774300 KiB
Current children cumulated memory: 593456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.6 s]
/proc/loadavg: 1.93 2.00 2.04 3/226 3565
/proc/meminfo: memFree=15459836/32770624 swapFree=67108860/67108860
[pid=3363] ppid=3360 vsize=15681864 memory=517004 CPUtime=7.82 cores=1,3,5,7
/proc/3363/stat : 3363 (java) S 3360 3363 2271 0 -1 1077944320 25527 0 0 0 715 67 0 0 20 0 19 0 51331436 16058228736 129251 33554432000 4194304 4196468 140730531817824 140730531800368 140412877500151 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
/proc/3363/statm: 3920466 129251 3232 1 0 3881322 0
[pid=3379] ppid=3363 vsize=92436 memory=76452 CPUtime=2512.2 cores=1,3,5,7
/proc/3379/stat : 3379 (minisat_release) R 3363 3363 2271 0 -1 4202496 105894 0 0 0 251211 9 0 0 20 0 1 0 51331694 94654464 19113 33554432000 4194304 4308513 140728378307600 140728378303872 4276414 0 4 0 8396802 0 0 0 17 5 0 0 0 0 0 6409496 6410680 17498112 140728378315441 140728378315950 140728378315950 140728378318789 0
/proc/3379/statm: 23109 19113 355 28 0 19349 0
[pid=3363/tid=3365] ppid=3360 vsize=15681864 memory=4128 CPUtime=2.59 cores=1,3,5,7
/proc/3363/task/3365/stat : 3365 (java) S 3360 3363 2271 0 -1 1077944384 17332 0 0 0 248 11 0 0 20 0 19 0 51331437 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412849339392 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3366] ppid=3360 vsize=15681864 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3366/stat : 3366 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51331438 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412881742608 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3367] ppid=3360 vsize=15681864 memory=920 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3367/stat : 3367 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51331438 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412695899024 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3368] ppid=3360 vsize=15681864 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3368/stat : 3368 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51331438 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412694846480 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3369] ppid=3360 vsize=15681864 memory=-5059952977386882957 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3369/stat : 3369 (java) S 3360 3363 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51331438 16058228736 129251 33554432000 4194304 4196468 140730531817824 140412693793936 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3370] ppid=3360 vsize=15681864 memory=796 CPUtime=0.03 cores=1,3,5,7
/proc/3363/task/3370/stat : 3370 (java) S 3360 3363 2271 0 -1 1077944384 6 0 0 0 2 1 0 0 20 0 19 0 51331440 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411915945968 140412877511298 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3371] ppid=3360 vsize=15681864 memory=517004 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3371/stat : 3371 (java) S 3360 3363 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 51331440 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411272160160 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3372] ppid=3360 vsize=15681864 memory=76452 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3372/stat : 3372 (java) S 3360 3363 2271 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 51331441 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411137938416 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3373] ppid=3360 vsize=15681864 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3373/stat : 3373 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140410763434192 140412877518747 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3374] ppid=3360 vsize=15681864 memory=15868 CPUtime=1.53 cores=1,3,5,7
/proc/3363/task/3374/stat : 3374 (java) S 3360 3363 2271 0 -1 1077944384 2293 0 0 0 152 1 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411914893808 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3375] ppid=3360 vsize=15681864 memory=4052 CPUtime=1.6 cores=1,3,5,7
/proc/3363/task/3375/stat : 3375 (java) S 3360 3363 2271 0 -1 1077944384 1262 0 0 0 159 1 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411913841264 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3376] ppid=3360 vsize=15681864 memory=18448 CPUtime=0.93 cores=1,3,5,7
/proc/3363/task/3376/stat : 3376 (java) S 3360 3363 2271 0 -1 1077944384 3056 0 0 0 92 1 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411912788720 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3377] ppid=3360 vsize=15681864 memory=10192 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3377/stat : 3377 (java) S 3360 3363 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140410265529440 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3378] ppid=3360 vsize=15681864 memory=644 CPUtime=1.09 cores=1,3,5,7
/proc/3363/task/3378/stat : 3378 (java) S 3360 3363 2271 0 -1 1077944384 169 0 0 0 49 60 0 0 20 0 19 0 51331443 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411911735600 140412877511298 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3380] ppid=3360 vsize=15681864 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3380/stat : 3380 (java) S 3360 3363 2271 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 51331695 16058228736 129251 33554432000 4194304 4196468 140730531817824 140411895469120 140412877524761 0 4 0 25189583 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3382] ppid=3360 vsize=15681864 memory=960 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3382/stat : 3382 (java) S 3360 3363 2271 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 51331695 16058228736 129251 33554432000 4194304 4196468 140730531817824 140409728646704 140412877522077 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3383] ppid=3360 vsize=15681864 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3383/stat : 3383 (java) S 3360 3363 2271 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 51331695 16058228736 129251 33554432000 4194304 4196468 140730531817824 140409460211376 140412877522077 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
[pid=3363/tid=3384] ppid=3360 vsize=15681864 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/3363/task/3384/stat : 3384 (java) S 3360 3363 2271 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 51331697 16058228736 129251 33554432000 4194304 4196468 140730531817824 140409997090336 140412877510357 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37199872 140730531824627 140730531824905 140730531824905 140730531827663 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15774300 KiB
Current children cumulated memory: 593456 KiB

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

[startup+2514.61 s]
# the end of solver process 3363 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.28 s, system=0.783633 s

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

Child status: 1
Real time (s): 2514.61
CPU time (s): 2520.06
CPU user time (s): 2519.28
CPU system time (s): 0.783633
CPU usage (%): 100.217
Max. virtual memory (cumulated for all children) (KiB): 15774300
Max. memory (cumulated for all children) (KiB): 593456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.28
system time used= 0.783633
maximum resident set size= 517004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131455
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58290
involuntary context switches= 750


# summary of solver processes directly reported to runsolver:
#   pid: 3363
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2519.28
#   total CPU system time (s): 0.783633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2524 second user time and 26.7304 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-23 11:21:23
IDJOB=4292871
IDBENCH=141026
IDSOLVER=2756
FILE ID=node105/4292871-1532337683
RUNJOBID= node105-1532330128-2303
PBS_JOBID= 21019001
Free space on /tmp= 44844 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-12_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -order -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292871-1532337683/watcher-4292871-1532337683 -o /tmp/evaluation-result-4292871-1532337683/solver-4292871-1532337683 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532330128-2303 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -order -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4292871-1532337683.xml

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

MD5SUM BENCH= 130c0e53e5c1e074e18659561dd41fce
RANDOM SEED=533667806

node105.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.32
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.32
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.32
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.32
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:        15865144 kB
MemAvailable:   31495660 kB
Buffers:          191748 kB
Cached:         15413208 kB
SwapCached:            0 kB
Active:          1846308 kB
Inactive:       14257392 kB
Active(anon):     450892 kB
Inactive(anon):    67196 kB
Active(file):    1395416 kB
Inactive(file): 14190196 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8088 kB
Writeback:             0 kB
AnonPages:        601588 kB
Mapped:            48988 kB
Shmem:             17036 kB
Slab:             500540 kB
SReclaimable:     473364 kB
SUnreclaim:        27176 kB
KernelStack:        3904 kB
PageTables:         6120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13436308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    456704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44836 MiB
End job on node105 at 2018-07-23 12:03:17