Trace number 4294622

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)UNSAT 3.12761 1.61665

General information on the benchmark

NameDubois/
Dubois-020_c18.xml
MD5SUM456a853e8f92228a7cc5dd61b0b89dd6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.007457
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints40
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":40}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.52	
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 16:50:30 CEST 2018
0.67/0.54	c PID: 12156
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.19/0.85	c (0,0) Parsing End
1.19/0.85	c (0,0) CSP: 0 int (0 aux), 60 bool (0 aux), 40 ctr, max domain size 2
1.19/0.85	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.19/0.85	c (0,0) Constraint Name Generate Begin
1.19/0.85	c (0,0) Ctr:HOME/instance-4294622-1532357429.xml,ExtensionSupport:IntVar
1.19/0.85	c (0,0) Constraint Name Generate End
1.19/0.85	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.19/0.85	c (0,0) CSP to CSPinCNF Begin
1.52/1.08	c (0,0) translated 4 (10%) constraints
1.74/1.13	c (0,0) translated 8 (20%) constraints
1.74/1.16	c (0,0) translated 12 (30%) constraints
2.00/1.20	c (0,0) translated 16 (40%) constraints
2.00/1.23	c (0,0) translated 20 (50%) constraints
2.00/1.26	c (0,0) translated 24 (60%) constraints
2.00/1.28	c (0,0) translated 28 (70%) constraints
2.00/1.30	c (0,0) translated 32 (80%) constraints
2.29/1.31	c (0,0) translated 36 (90%) constraints
2.29/1.33	c (0,0) translated 40 (100%) constraints
2.29/1.37	c (0,0) STATISTICS1:HOME/instance-4294622-1532357429.xml,ExtensionSupport:IntVar,220,760,-1,2,3,1,,2:2000,3:520;2:240,1:2000;0:40,
2.29/1.37	c (0,0) ===========================================
2.29/1.37	c (0,0) Order
2.29/1.37	c (0,0) ===========================================
2.29/1.38	c (0,0) translated 76 (10%) constraints
2.29/1.39	c (0,0) translated 152 (20%) constraints
2.29/1.40	c (0,0) translated 228 (30%) constraints
2.29/1.40	c (0,0) translated 304 (40%) constraints
2.55/1.40	c (0,0) translated 380 (50%) constraints
2.55/1.41	c (0,0) translated 456 (60%) constraints
2.55/1.41	c (0,0) translated 532 (70%) constraints
2.55/1.42	c (0,0) translated 608 (80%) constraints
2.55/1.42	c (0,0) translated 684 (90%) constraints
2.55/1.42	c (0,0) translated 760 (100%) constraints
2.55/1.42	c (0,0) CSP to CSPinCNF End
2.55/1.43	c (0,0) CSP: 0 int (0 aux), 220 bool (160 aux), 760 ctr, max domain size 2
2.55/1.43	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.55/1.43	c (0,0) CSPinCNF Propagation Begin
2.55/1.46	c (0,0) 0 values, 40 unsatisfiable literals, and 0 valid clauses are removed
2.55/1.46	c (0,0) CSPinCNF Propagation End
2.55/1.46	c (0,0) CSP: 0 int (0 aux), 220 bool (160 aux), 760 ctr, max domain size 2
2.55/1.46	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.55/1.46	c (0,0) Simplify CSPinCNF Begin
2.55/1.47	c (0,0) Simplify CSPinCNF End
2.55/1.47	c (0,0) CSP: 0 int (0 aux), 220 bool (160 aux), 760 ctr, max domain size 2
2.55/1.47	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.55/1.47	c (0,0) Calculate Precise Domain Begin
2.55/1.47	c (0,0) 0 values are removed by re-calculation
2.55/1.47	c (0,0) Calculate Precise Domain End
2.55/1.47	c (0,0) CSP: 0 int (0 aux), 220 bool (160 aux), 760 ctr, max domain size 2
2.55/1.47	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.55/1.47	c (0,0) CSPinCNF to SatSolver Begin
2.85/1.50	c (0,0) 76 (10 %) CSP clauses are encoded (220 SAT variables, 75 SAT clauses)
2.85/1.51	c (0,0) 152 (20 %) CSP clauses are encoded (220 SAT variables, 151 SAT clauses)
2.85/1.52	c (0,0) 228 (30 %) CSP clauses are encoded (220 SAT variables, 227 SAT clauses)
2.85/1.52	c (0,0) 304 (40 %) CSP clauses are encoded (220 SAT variables, 303 SAT clauses)
2.85/1.52	c (0,0) 380 (50 %) CSP clauses are encoded (220 SAT variables, 379 SAT clauses)
2.85/1.52	c (0,0) 456 (60 %) CSP clauses are encoded (220 SAT variables, 455 SAT clauses)
2.85/1.53	c (1,0) 532 (70 %) CSP clauses are encoded (220 SAT variables, 531 SAT clauses)
2.85/1.53	c (1,0) 608 (80 %) CSP clauses are encoded (220 SAT variables, 607 SAT clauses)
2.85/1.53	c (1,0) 684 (90 %) CSP clauses are encoded (220 SAT variables, 683 SAT clauses)
2.85/1.53	c (1,1) 760 (100 %) CSP clauses are encoded (220 SAT variables, 759 SAT clauses)
2.85/1.53	c (1,1) CSPinCNF to SatSolver End
2.85/1.53	c (1,1) Heap : 112 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
2.85/1.55	c (1,1) STATISTICS2:HOME/instance-4294622-1532357429.xml,ExtensionSupport:IntVar,220,760,-1,2,3,1,,2:2000,3:480;2:280,1:2000,
2.85/1.55	c (1,1) SatSolver.solve Begin
2.85/1.55	c (1,1) 220 bool, 760 clause
2.85/1.55	c (1,1) 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-4294622-1532357429.xml-scop-12156.cnf HOME/instance-4294622-1532357429.xml-scop-12156.cnf.out
2.85/1.57	c (1,0) c This is COMiniSatPS.
2.85/1.57	c (1,0) c WARNING: for repeatability, setting FPU to use double precision
2.85/1.57	c (1,0) c ============================[ Problem Statistics ]=============================
2.85/1.57	c (1,0) c |                                                                             |
2.85/1.57	c (1,0) c |  Number of variables:           220                                         |
2.85/1.57	c (1,0) c |  Number of clauses:             760                                         |
2.85/1.57	c (1,0) c |  Parse time:                   0.00 s                                       |
2.85/1.57	c (1,0) c |  Eliminated clauses:           0.01 Mb                                      |
2.85/1.57	c (1,0) c |  Simplification time:          0.00 s                                       |
2.85/1.57	c (1,0) c |                                                                             |
2.85/1.57	c (1,0) c ===============================================================================
2.85/1.57	c (1,0) c Solved by simplification
2.85/1.57	c (1,0) c restarts              : 0
2.85/1.57	c (1,0) c conflicts             : 0              (0 /sec)
2.85/1.57	c (1,0) c decisions             : 0              (-nan % random) (0 /sec)
2.85/1.57	c (1,0) c propagations          : 2              (532 /sec)
2.85/1.57	c (1,0) c conflict literals     : 0              (-nan % deleted)
2.85/1.57	c (1,0) c CPU time              : 0.003762 s
2.85/1.57	c (1,0) 
2.85/1.57	c (1,0) s UNSATISFIABLE
3.10/1.60	c (1,1) SatSolver.solve End
3.10/1.60	c (1,1) Heap : 394 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
3.10/1.60	c (1,1) Show results Begin
3.10/1.60	s UNSATISFIABLE
3.10/1.60	c (1,1) Show results End
3.10/1.60	c (1,1) Heap : 394 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
3.10/1.60	c (1,1) 0,0,0,0,0,0,1,1,1,STOP-AFTER(ALL)
3.10/1.60	c END-Prog: Mon Jul 23 16:50:31 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 (1982 MiB free)
  memory of node 1: 16384 MiB (11577 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294622-1532357429/watcher-4294622-1532357429 -o /tmp/evaluation-result-4294622-1532357429/solver-4294622-1532357429 -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-4294622-1532357429.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=12156, runsolver pid=12153

[startup+0.100146 s]*
/proc/loadavg: 3.11 2.56 2.27 3/220 12171
/proc/meminfo: memFree=13824160/32770624 swapFree=67108860/67108860
[pid=12156] ppid=12153 vsize=15011656 memory=74436 CPUtime=0.11 cores=1,3,5,7
/proc/12156/stat : 12156 (java) S 12153 12156 2271 0 -1 1077944320 6777 0 0 0 9 2 0 0 20 0 15 0 53306109 15371935744 18609 33554432000 4194304 4196468 140725752335056 140725752317600 139950250594039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
/proc/12156/statm: 3752914 18609 2777 1 0 3715374 0
[pid=12156/tid=12158] ppid=12153 vsize=15011656 memory=-6727144656924359504 CPUtime=0.09 cores=1,3,5,7
/proc/12156/task/12158/stat : 12158 (java) R 12153 12156 2271 0 -1 4202560 5034 0 0 0 8 1 0 0 20 0 15 0 53306109 15371935744 18741 33554432000 4194304 4196468 140725752335056 139950222420368 139950243311191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12159] ppid=12153 vsize=15011656 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12159/stat : 12159 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15371935744 18807 33554432000 4194304 4196468 140725752335056 139950254836368 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12160] ppid=12153 vsize=15011656 memory=140253265696384 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12160/stat : 12160 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15371935744 18807 33554432000 4194304 4196468 140725752335056 139950045919760 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12161] ppid=12153 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12161/stat : 12161 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15371935744 18807 33554432000 4194304 4196468 140725752335056 139950044866960 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12162] ppid=12153 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12162/stat : 12162 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306111 15371935744 18807 33554432000 4194304 4196468 140725752335056 139950043814160 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12163] ppid=12153 vsize=15011656 memory=140253265696384 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12163/stat : 12163 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306112 15371935744 18807 33554432000 4194304 4196468 140725752335056 139949221317488 139950250605186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12164] ppid=12153 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12164/stat : 12164 (java) S 12153 12156 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53306113 15371935744 18807 33554432000 4194304 4196468 140725752335056 139948824978976 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12165] ppid=12153 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12165/stat : 12165 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306113 15371935744 18807 33554432000 4194304 4196468 140725752335056 139948556543344 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12166] ppid=12153 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12166/stat : 12166 (java) S 12153 12156 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53306115 15371935744 18807 33554432000 4194304 4196468 140725752335056 139948182034768 139950250612635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12167] ppid=12153 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12167/stat : 12167 (java) S 12153 12156 2271 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 53306115 15371935744 18807 33554432000 4194304 4196468 140725752335056 139949220264304 139950250605186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12168] ppid=12153 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12168/stat : 12168 (java) S 12153 12156 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53306115 15371935744 18807 33554432000 4194304 4196468 140725752335056 139949219211504 139950250605186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12169] ppid=12153 vsize=15011656 memory=140253265696384 CPUtime=0.01 cores=1,3,5,7
/proc/12156/task/12169/stat : 12169 (java) S 12153 12156 2271 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 15 0 53306116 15371935744 18807 33554432000 4194304 4196468 140725752335056 139949218158704 139950250605186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12170] ppid=12153 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12170/stat : 12170 (java) S 12153 12156 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53306116 15371935744 18873 33554432000 4194304 4196468 140725752335056 139947684128992 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12171] ppid=12153 vsize=15011656 memory=140253265696384 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12171/stat : 12171 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306116 15371935744 18873 33554432000 4194304 4196468 140725752335056 139949217107120 139950250605186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 74436 KiB

[startup+0.210634 s]*
/proc/loadavg: 3.11 2.56 2.27 3/220 12171
/proc/meminfo: memFree=13810456/32770624 swapFree=67108860/67108860
[pid=12156] ppid=12153 vsize=15011656 memory=86232 CPUtime=0.26 cores=1,3,5,7
/proc/12156/stat : 12156 (java) S 12153 12156 2271 0 -1 1077944320 9975 0 0 0 23 3 0 0 20 0 15 0 53306109 15371935744 21558 33554432000 4194304 4196468 140725752335056 140725752317600 139950250594039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
/proc/12156/statm: 3752914 21558 2911 1 0 3715374 0
[pid=12156/tid=12158] ppid=12153 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/12156/task/12158/stat : 12158 (java) R 12153 12156 2271 0 -1 4202560 7882 0 0 0 18 2 0 0 20 0 15 0 53306109 15371935744 21558 33554432000 4194304 4196468 140725752335056 139950222419696 139949714313887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12159] ppid=12153 vsize=15011656 memory=288230609019731991 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12159/stat : 12159 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15371935744 21558 33554432000 4194304 4196468 140725752335056 139950254836368 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12160] ppid=12153 vsize=15011656 memory=288370629417408128 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12160/stat : 12160 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15371935744 21558 33554432000 4194304 4196468 140725752335056 139950045919760 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12161] ppid=12153 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12161/stat : 12161 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15371935744 21558 33554432000 4194304 4196468 140725752335056 139950044866960 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12162] ppid=12153 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12162/stat : 12162 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306111 15371935744 21558 33554432000 4194304 4196468 140725752335056 139950043814160 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12163] ppid=12153 vsize=15011656 memory=140253265696384 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12163/stat : 12163 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306112 15371935744 21558 33554432000 4194304 4196468 140725752335056 139949221317488 139950250605186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12164] ppid=12153 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12164/stat : 12164 (java) S 12153 12156 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53306113 15371935744 21558 33554432000 4194304 4196468 140725752335056 139948824978976 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12165] ppid=12153 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12165/stat : 12165 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306113 15371935744 21558 33554432000 4194304 4196468 140725752335056 139948556543344 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12166] ppid=12153 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12166/stat : 12166 (java) S 12153 12156 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53306115 15371935744 21558 33554432000 4194304 4196468 140725752335056 139948182034768 139950250612635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12167] ppid=12153 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12167/stat : 12167 (java) R 12153 12156 2271 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 53306115 15371935744 21558 33554432000 4194304 4196468 140725752335056 139949220264400 139950250604245 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12168] ppid=12153 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12168/stat : 12168 (java) R 12153 12156 2271 0 -1 4202560 167 0 0 0 0 0 0 0 20 0 15 0 53306115 15371935744 21558 33554432000 4194304 4196468 140725752335056 139949219203008 139950229757200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12169] ppid=12153 vsize=15011656 memory=140253265696384 CPUtime=0.03 cores=1,3,5,7
/proc/12156/task/12169/stat : 12169 (java) S 12153 12156 2271 0 -1 1077944384 285 0 0 0 3 0 0 0 20 0 15 0 53306116 15371935744 21558 33554432000 4194304 4196468 140725752335056 139949218158704 139950250605186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12170] ppid=12153 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12170/stat : 12170 (java) S 12153 12156 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53306116 15371935744 21558 33554432000 4194304 4196468 140725752335056 139947684128992 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12171] ppid=12153 vsize=15011656 memory=140253265696384 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12171/stat : 12171 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306116 15371935744 21558 33554432000 4194304 4196468 140725752335056 139949217107120 139950250605186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86232 KiB

[startup+0.310711 s]*
/proc/loadavg: 3.11 2.56 2.27 3/220 12171
/proc/meminfo: memFree=13807168/32770624 swapFree=67108860/67108860
[pid=12156] ppid=12153 vsize=15011656 memory=89876 CPUtime=0.44 cores=1,3,5,7
/proc/12156/stat : 12156 (java) S 12153 12156 2271 0 -1 1077944320 10521 0 0 0 41 3 0 0 20 0 15 0 53306109 15371935744 22469 33554432000 4194304 4196468 140725752335056 140725752317600 139950250594039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
/proc/12156/statm: 3752914 22469 3031 1 0 3715374 0
[pid=12156/tid=12158] ppid=12153 vsize=15011656 memory=8389772277269004345 CPUtime=0.3 cores=1,3,5,7
/proc/12156/task/12158/stat : 12158 (java) R 12153 12156 2271 0 -1 4202560 8256 0 0 0 28 2 0 0 20 0 15 0 53306109 15371935744 22469 33554432000 4194304 4196468 140725752335056 139950222421664 139950242831166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12159] ppid=12153 vsize=15011656 memory=317785485869331816 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12159/stat : 12159 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15371935744 22534 33554432000 4194304 4196468 140725752335056 139950254836368 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12160] ppid=12153 vsize=15011656 memory=288230376152078777 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12160/stat : 12160 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15371935744 22534 33554432000 4194304 4196468 140725752335056 139950045919760 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12161] ppid=12153 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12161/stat : 12161 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15371935744 22534 33554432000 4194304 4196468 140725752335056 139950044866960 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12162] ppid=12153 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12162/stat : 12162 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306111 15371935744 22534 33554432000 4194304 4196468 140725752335056 139950043814160 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12163] ppid=12153 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12163/stat : 12163 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306112 15371935744 22534 33554432000 4194304 4196468 140725752335056 139949221317488 139950250605186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12164] ppid=12153 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12164/stat : 12164 (java) S 12153 12156 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53306113 15371935744 22534 33554432000 4194304 4196468 140725752335056 139948824978976 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12165] ppid=12153 vsize=15011656 memory=140253265696384 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12165/stat : 12165 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306113 15371935744 22534 33554432000 4194304 4196468 140725752335056 139948556543344 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12166] ppid=12153 vsize=15011656 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12166/stat : 12166 (java) S 12153 12156 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53306115 15371935744 22534 33554432000 4194304 4196468 140725752335056 139948182034768 139950250612635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12167] ppid=12153 vsize=15011656 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12156/task/12167/stat : 12167 (java) S 12153 12156 2271 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 15 0 53306115 15371935744 22534 33554432000 4194304 4196468 140725752335056 139949220264304 139950250605186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12168] ppid=12153 vsize=15011656 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/12156/task/12168/stat : 12168 (java) R 12153 12156 2271 0 -1 1077944384 269 0 0 0 3 0 0 0 20 0 15 0 53306115 15371935744 22534 33554432000 4194304 4196468 140725752335056 139949219211504 139950250605186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12169] ppid=12153 vsize=15011656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12156/task/12169/stat : 12169 (java) R 12153 12156 2271 0 -1 4202560 304 0 0 0 7 0 0 0 20 0 15 0 53306116 15371935744 22534 33554432000 4194304 4196468 140725752335056 139949218158704 139950250615386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12170] ppid=12153 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12170/stat : 12170 (java) S 12153 12156 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53306116 15371935744 22534 33554432000 4194304 4196468 140725752335056 139947684128992 139950250604245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12171] ppid=12153 vsize=15011656 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12171/stat : 12171 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306116 15371935744 22534 33554432000 4194304 4196468 140725752335056 139949217107120 139950250605186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89876 KiB

[startup+0.70074 s]
/proc/loadavg: 3.02 2.55 2.26 3/220 12171
/proc/meminfo: memFree=13783108/32770624 swapFree=67108860/67108860
[pid=12156] ppid=12153 vsize=15020052 memory=129548 CPUtime=0.99 cores=1,3,5,7
/proc/12156/stat : 12156 (java) S 12153 12156 2271 0 -1 1077944320 17671 0 0 0 93 6 0 0 20 0 15 0 53306109 15380533248 32387 33554432000 4194304 4196468 140725752335056 140725752317600 139950250594039 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
/proc/12156/statm: 3755013 32387 3148 1 0 3716398 0
[pid=12156/tid=12158] ppid=12153 vsize=15020052 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/12156/task/12158/stat : 12158 (java) R 12153 12156 2271 0 -1 4202560 15023 0 0 0 62 5 0 0 20 0 15 0 53306109 15380533248 32387 33554432000 4194304 4196468 140725752335056 139950222428672 139950234674526 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12159] ppid=12153 vsize=15020052 memory=796 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12159/stat : 12159 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15380533248 32387 33554432000 4194304 4196468 140725752335056 139950254836368 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12160] ppid=12153 vsize=15020052 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12160/stat : 12160 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15380533248 32387 33554432000 4194304 4196468 140725752335056 139950045919760 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12161] ppid=12153 vsize=15020052 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12161/stat : 12161 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15380533248 32387 33554432000 4194304 4196468 140725752335056 139950044866960 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12162] ppid=12153 vsize=15020052 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12162/stat : 12162 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306111 15380533248 32387 33554432000 4194304 4196468 140725752335056 139950043814160 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12163] ppid=12153 vsize=15020052 memory=9924 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12163/stat : 12163 (java) S 12153 12156 2271 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53306112 15380533248 32387 33554432000 4194304 4196468 140725752335056 139949221317488 139950250605186 0 0 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12164] ppid=12153 vsize=15020052 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12164/stat : 12164 (java) S 12153 12156 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53306113 15380533248 32387 33554432000 4194304 4196468 140725752335056 139948824978976 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12165] ppid=12153 vsize=15020052 memory=1936 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12165/stat : 12165 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306113 15380533248 32387 33554432000 4194304 4196468 140725752335056 139948556543344 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12166] ppid=12153 vsize=15020052 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12166/stat : 12166 (java) S 12153 12156 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53306115 15380533248 32387 33554432000 4194304 4196468 140725752335056 139948182034768 139950250612635 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12167] ppid=12153 vsize=15020052 memory=8384 CPUtime=0.04 cores=1,3,5,7
/proc/12156/task/12167/stat : 12167 (java) S 12153 12156 2271 0 -1 1077944384 389 0 0 0 4 0 0 0 20 0 15 0 53306115 15380533248 32387 33554432000 4194304 4196468 140725752335056 139949220264304 139950250605186 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12168] ppid=12153 vsize=15020052 memory=4616 CPUtime=0.09 cores=1,3,5,7
/proc/12156/task/12168/stat : 12168 (java) S 12153 12156 2271 0 -1 1077944384 487 0 0 0 9 0 0 0 20 0 15 0 53306115 15380533248 32387 33554432000 4194304 4196468 140725752335056 139949219211504 139950250605186 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12169] ppid=12153 vsize=15020052 memory=1424 CPUtime=0.16 cores=1,3,5,7
/proc/12156/task/12169/stat : 12169 (java) R 12153 12156 2271 0 -1 4202560 430 0 0 0 16 0 0 0 20 0 15 0 53306116 15380533248 32387 33554432000 4194304 4196468 140725752335056 139949218158704 139950250605974 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12170] ppid=12153 vsize=15020052 memory=15868 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12170/stat : 12170 (java) S 12153 12156 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53306116 15380533248 32387 33554432000 4194304 4196468 140725752335056 139947684128992 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12171] ppid=12153 vsize=15020052 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12171/stat : 12171 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306116 15380533248 32387 33554432000 4194304 4196468 140725752335056 139949217107120 139950250605186 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 129548 KiB

[startup+1.50068 s]
/proc/loadavg: 3.02 2.55 2.26 4/220 12171
/proc/meminfo: memFree=13753044/32770624 swapFree=67108860/67108860
[pid=12156] ppid=12153 vsize=15026264 memory=179396 CPUtime=2.85 cores=1,3,5,7
/proc/12156/stat : 12156 (java) S 12153 12156 2271 0 -1 1077944320 21868 0 0 0 276 9 0 0 20 0 15 0 53306109 15386894336 44849 33554432000 4194304 4196468 140725752335056 140725752317600 139950250594039 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
/proc/12156/statm: 3756566 44849 3212 1 0 3717422 0
[pid=12156/tid=12158] ppid=12153 vsize=15026264 memory=13570392392808141 CPUtime=1.47 cores=1,3,5,7
/proc/12156/task/12158/stat : 12158 (java) R 12153 12156 2271 0 -1 4202560 16461 0 0 0 141 6 0 0 20 0 15 0 53306109 15386894336 44849 33554432000 4194304 4196468 140725752335056 139950222419800 139950250605974 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12159] ppid=12153 vsize=15026264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12159/stat : 12159 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15386894336 44849 33554432000 4194304 4196468 140725752335056 139950254836368 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12160] ppid=12153 vsize=15026264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12160/stat : 12160 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15386894336 44849 33554432000 4194304 4196468 140725752335056 139950045919760 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12161] ppid=12153 vsize=15026264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12161/stat : 12161 (java) S 12153 12156 2271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53306111 15386894336 44849 33554432000 4194304 4196468 140725752335056 139950044866960 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12162] ppid=12153 vsize=15026264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12162/stat : 12162 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306111 15386894336 44849 33554432000 4194304 4196468 140725752335056 139950043814160 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12163] ppid=12153 vsize=15026264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12163/stat : 12163 (java) S 12153 12156 2271 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53306112 15386894336 44849 33554432000 4194304 4196468 140725752335056 139949221317488 139950250605186 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12164] ppid=12153 vsize=15026264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12164/stat : 12164 (java) S 12153 12156 2271 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53306113 15386894336 44849 33554432000 4194304 4196468 140725752335056 139948824978976 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12165] ppid=12153 vsize=15026264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12165/stat : 12165 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306113 15386894336 44849 33554432000 4194304 4196468 140725752335056 139948556543344 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12166] ppid=12153 vsize=15026264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12166/stat : 12166 (java) S 12153 12156 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53306115 15386894336 44849 33554432000 4194304 4196468 140725752335056 139948182034768 139950250612635 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12167] ppid=12153 vsize=15026264 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/12156/task/12167/stat : 12167 (java) S 12153 12156 2271 0 -1 1077944384 734 0 0 0 28 1 0 0 20 0 15 0 53306115 15386894336 44849 33554432000 4194304 4196468 140725752335056 139949220264304 139950250605186 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12168] ppid=12153 vsize=15026264 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/12156/task/12168/stat : 12168 (java) S 12153 12156 2271 0 -1 1077944384 809 0 0 0 39 0 0 0 20 0 15 0 53306115 15386894336 44849 33554432000 4194304 4196468 140725752335056 139949219211504 139950250605186 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12169] ppid=12153 vsize=15026264 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/12156/task/12169/stat : 12169 (java) S 12153 12156 2271 0 -1 1077944384 2522 0 0 0 66 1 0 0 20 0 15 0 53306116 15386894336 44849 33554432000 4194304 4196468 140725752335056 139949218158704 139950250605186 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12170] ppid=12153 vsize=15026264 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12170/stat : 12170 (java) S 12153 12156 2271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53306116 15386894336 44849 33554432000 4194304 4196468 140725752335056 139947684128992 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12171] ppid=12153 vsize=15026264 memory=280506327717060 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12171/stat : 12171 (java) S 12153 12156 2271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53306116 15386894336 44849 33554432000 4194304 4196468 140725752335056 139949217107120 139950250605186 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 15026264 KiB
Current children cumulated memory: 179396 KiB

[startup+1.61659 s]
# the end of solver process 12156 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.01779 s, system=0.109821 s

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

[startup+1.60089 s]
/proc/loadavg: 3.02 2.55 2.26 4/220 12171
/proc/meminfo: memFree=13753044/32770624 swapFree=67108860/67108860
[pid=12156] ppid=12153 vsize=15354176 memory=195872 CPUtime=3.1 cores=1,3,5,7
/proc/12156/stat : 12156 (java) S 12153 12156 2271 0 -1 1077944320 22509 464 0 0 300 10 0 0 20 0 17 0 53306109 15722676224 48968 33554432000 4194304 4196468 140725752335056 140725752317600 139950250594039 0 0 0 25189583 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
/proc/12156/statm: 3838544 48968 3216 1 0 3799400 0
[pid=12156/tid=12158] ppid=12153 vsize=15354176 memory=4282244239782474656 CPUtime=1.56 cores=1,3,5,7
/proc/12156/task/12158/stat : 12158 (java) R 12153 12156 2271 0 -1 4202560 16797 464 0 0 150 6 0 0 20 0 17 0 53306109 15722676224 48968 33554432000 4194304 4196468 140725752335056 139950222431920 139950232157586 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12159] ppid=12153 vsize=15354176 memory=-2971509717582823231 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12159/stat : 12159 (java) S 12153 12156 2271 0 -1 1077944384 2 464 0 0 0 0 0 0 20 0 17 0 53306111 15722676224 48968 33554432000 4194304 4196468 140725752335056 139950254836368 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12160] ppid=12153 vsize=15354176 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12160/stat : 12160 (java) S 12153 12156 2271 0 -1 1077944384 2 464 0 0 0 0 0 0 20 0 17 0 53306111 15722676224 48968 33554432000 4194304 4196468 140725752335056 139950045919760 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12161] ppid=12153 vsize=15354176 memory=7453004819949251694 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12161/stat : 12161 (java) S 12153 12156 2271 0 -1 1077944384 2 464 0 0 0 0 0 0 20 0 17 0 53306111 15722676224 48968 33554432000 4194304 4196468 140725752335056 139950044866960 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12162] ppid=12153 vsize=15354176 memory=7521688025519648612 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12162/stat : 12162 (java) S 12153 12156 2271 0 -1 1077944384 1 464 0 0 0 0 0 0 20 0 17 0 53306111 15722676224 48968 33554432000 4194304 4196468 140725752335056 139950043814160 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12163] ppid=12153 vsize=15354176 memory=7306079293172636006 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12163/stat : 12163 (java) S 12153 12156 2271 0 -1 1077944384 5 464 0 0 0 0 0 0 20 0 17 0 53306112 15722676224 48968 33554432000 4194304 4196468 140725752335056 139949221317488 139950250605186 0 0 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12164] ppid=12153 vsize=15354176 memory=4638778415513030992 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12164/stat : 12164 (java) S 12153 12156 2271 0 -1 1077944384 13 464 0 0 0 0 0 0 20 0 17 0 53306113 15722676224 48968 33554432000 4194304 4196468 140725752335056 139948824978976 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12165] ppid=12153 vsize=15354176 memory=7445975659075429969 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12165/stat : 12165 (java) S 12153 12156 2271 0 -1 1077944384 1 464 0 0 0 0 0 0 20 0 17 0 53306113 15722676224 48968 33554432000 4194304 4196468 140725752335056 139948556543344 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12166] ppid=12153 vsize=15354176 memory=6008754545673397603 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12166/stat : 12166 (java) S 12153 12156 2271 0 -1 1077944384 3 464 0 0 0 0 0 0 20 0 17 0 53306115 15722676224 48968 33554432000 4194304 4196468 140725752335056 139948182034768 139950250612635 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12167] ppid=12153 vsize=15354176 memory=7162802950915121772 CPUtime=0.34 cores=1,3,5,7
/proc/12156/task/12167/stat : 12167 (java) S 12153 12156 2271 0 -1 1077944384 806 464 0 0 33 1 0 0 20 0 17 0 53306115 15722676224 48968 33554432000 4194304 4196468 140725752335056 139949220264304 139950250605186 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12168] ppid=12153 vsize=15354176 memory=2209 CPUtime=0.43 cores=1,3,5,7
/proc/12156/task/12168/stat : 12168 (java) S 12153 12156 2271 0 -1 1077944384 834 464 0 0 43 0 0 0 20 0 17 0 53306115 15722676224 48968 33554432000 4194304 4196468 140725752335056 139949219211504 139950250605186 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12169] ppid=12153 vsize=15354176 memory=13898514172380 CPUtime=0.72 cores=1,3,5,7
/proc/12156/task/12169/stat : 12169 (java) S 12153 12156 2271 0 -1 1077944384 2628 464 0 0 71 1 0 0 20 0 17 0 53306116 15722676224 48968 33554432000 4194304 4196468 140725752335056 139949218158704 139950250605186 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12170] ppid=12153 vsize=15354176 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12170/stat : 12170 (java) S 12153 12156 2271 0 -1 1077944384 3 464 0 0 0 0 0 0 20 0 17 0 53306116 15722676224 48968 33554432000 4194304 4196468 140725752335056 139947684128992 139950250604245 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
[pid=12156/tid=12171] ppid=12153 vsize=15354176 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12156/task/12171/stat : 12171 (java) S 12153 12156 2271 0 -1 1077944384 1 464 0 0 0 0 0 0 20 0 17 0 53306116 15722676224 48968 33554432000 4194304 4196468 140725752335056 139949217107120 139950250605186 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23126016 140725752341491 140725752341769 140725752341769 140725752344527 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 15354176 KiB
Current children cumulated memory: 195872 KiB

Child status: 0
Real time (s): 1.61665
CPU time (s): 3.12761
CPU user time (s): 3.01779
CPU system time (s): 0.109821
CPU usage (%): 193.463
Max. virtual memory (cumulated for all children) (KiB): 15354176
Max. memory (cumulated for all children) (KiB): 195872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.01779
system time used= 0.109821
maximum resident set size= 198644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23024
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3574
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 12156
#   total CPU time (s): 3.12761
#   total CPU user time (s): 3.01779
#   total CPU system time (s): 0.109821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026637 second user time and 0.067617 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-23 16:50:29
IDJOB=4294622
IDBENCH=141403
IDSOLVER=2756
FILE ID=node105/4294622-1532357429
RUNJOBID= node105-1532330128-2303
PBS_JOBID= 21019001
Free space on /tmp= 44844 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Dubois/Dubois-020_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-4294622-1532357429/watcher-4294622-1532357429 -o /tmp/evaluation-result-4294622-1532357429/solver-4294622-1532357429 -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-4294622-1532357429.xml

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

MD5SUM BENCH= 456a853e8f92228a7cc5dd61b0b89dd6
RANDOM SEED=1952162744

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:        13885768 kB
MemAvailable:   29536048 kB
Buffers:          199876 kB
Cached:         15424364 kB
SwapCached:            0 kB
Active:          3813528 kB
Inactive:       14265192 kB
Active(anon):    2407304 kB
Inactive(anon):    67172 kB
Active(file):    1406224 kB
Inactive(file): 14198020 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8008 kB
Writeback:             0 kB
AnonPages:       2500580 kB
Mapped:            49344 kB
Shmem:             17036 kB
Slab:             502116 kB
SReclaimable:     474496 kB
SUnreclaim:        27620 kB
KernelStack:        3888 kB
PageTables:         9752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13464288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2326528 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 16:50:31