Trace number 4294405

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop both+MapleCOMSPS (2018-06-13)UNSAT 9.72403 3.68562

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-6-cp_c18.xml
MD5SUMc46d03ece148f4d4d488319a25e0c2d7
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.371515
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints1808
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":96}]
Minimum variable degree77
Maximum variable degree78
Distribution of variable degrees[{"degree":77,"count":80},{"degree":78,"count":16}]
Minimum constraint arity4
Maximum constraint arity96
Distribution of constraint arities[{"arity":4,"count":1800},{"arity":16,"count":7},{"arity":96,"count":1}]
Number of extensional constraints0
Number of intensional constraints1800
Distribution of constraint types[{"type":"intension","count":1800},{"type":"lex","count":1},{"type":"cardinality","count":6},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.53	
0.67/0.53	scop both+minisat_release (2018-06-13)
0.67/0.53	
0.67/0.55	c BEGIN-Prog: Mon Jul 23 16:40:34 CEST 2018
0.67/0.55	c PID: 16818
0.67/0.55	c IP: 172.20.3.102
0.67/0.55	c HOST: node102.alineos.net
0.67/0.56	c (0,0) Parsing Begin
3.21/1.46	c (0,0) Parsing End
3.21/1.47	c (0,0) CSP: 96 int (0 aux), 0 bool (0 aux), 1808 ctr, max domain size 4
3.21/1.47	c (0,0) Heap : 281 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.21/1.47	c (0,0) Constraint Name Generate Begin
3.21/1.49	c (0,0) Ctr:HOME/instance-4294405-1532356833.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or
3.21/1.49	c (0,0) Constraint Name Generate End
3.21/1.49	c (0,0) Heap : 281 MiB used (max 10795 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.21/1.49	c (0,0) CSP to CSPinCNF Begin
3.83/1.66	c (1,1) translated 181 (10%) constraints
4.18/1.72	c (1,1) translated 362 (20%) constraints
4.18/1.75	c (1,1) translated 543 (30%) constraints
4.18/1.78	c (1,1) translated 724 (40%) constraints
4.18/1.79	c (1,1) translated 904 (50%) constraints
4.45/1.81	c (1,1) translated 1085 (60%) constraints
4.45/1.82	c (1,1) translated 1266 (70%) constraints
4.45/1.84	c (1,1) translated 1447 (80%) constraints
4.45/1.85	c (1,1) translated 1628 (90%) constraints
5.08/2.07	c (1,1) translated 1808 (100%) constraints
6.06/2.30	c (1,1) STATISTICS1:HOME/instance-4294405-1532356833.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,610,2908,32768,4,4,16,32768:48;4:3259;1:661,4:7189;2:1542;1:1435,4:1930;3:404;2:514;1:60,16:48;2:3920;1:2342,
6.06/2.30	c (1,1) ===========================================
6.06/2.30	c (1,1) Both Encoding selects:
6.06/2.30	c (1,1) Order
6.06/2.30	c (1,1) ===========================================
6.06/2.34	c (1,1) translated 291 (10%) constraints
6.06/2.37	c (1,1) translated 582 (20%) constraints
6.38/2.40	c (1,1) translated 873 (30%) constraints
6.38/2.43	c (1,1) translated 1164 (40%) constraints
6.38/2.45	c (1,1) translated 1454 (50%) constraints
6.38/2.48	c (1,1) translated 1745 (60%) constraints
6.68/2.54	c (2,1) translated 2036 (70%) constraints
6.68/2.59	c (2,2) translated 2327 (80%) constraints
7.01/2.63	c (2,2) translated 2618 (90%) constraints
7.01/2.65	c (2,2) translated 2908 (100%) constraints
7.01/2.65	c (2,2) CSP to CSPinCNF End
7.01/2.66	c (2,2) CSP: 168 int (72 aux), 898 bool (898 aux), 3860 ctr, max domain size 5
7.01/2.66	c (2,2) Heap : 450 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
7.01/2.66	c (2,2) CSPinCNF Propagation Begin
7.34/2.74	c (2,2) 188 values, 1210 unsatisfiable literals, and 994 valid clauses are removed
7.34/2.74	c (2,2) CSPinCNF Propagation End
7.34/2.75	c (2,2) CSP: 308 int (212 aux), 758 bool (758 aux), 2866 ctr, max domain size 5
7.34/2.75	c (2,2) Heap : 450 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
7.34/2.75	c (2,2) Simplify CSPinCNF Begin
7.66/2.84	c (2,2) Simplify CSPinCNF End
7.66/2.84	c (2,2) CSP: 308 int (212 aux), 2115 bool (2115 aux), 4223 ctr, max domain size 5
7.66/2.84	c (2,2) Heap : 450 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
7.66/2.84	c (2,2) Calculate Precise Domain Begin
7.66/2.89	c (2,2) 0 values are removed by re-calculation
7.66/2.89	c (2,2) Calculate Precise Domain End
7.66/2.89	c (2,2) CSP: 308 int (212 aux), 2115 bool (2115 aux), 4223 ctr, max domain size 5
7.66/2.89	c (2,2) Heap : 450 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
7.66/2.89	c (2,2) CSPinCNF to SatSolver Begin
7.97/2.98	c (2,2) 423 (10 %) CSP clauses are encoded (2595 SAT variables, 1623 SAT clauses)
8.34/3.02	c (2,2) 845 (20 %) CSP clauses are encoded (2595 SAT variables, 3020 SAT clauses)
8.34/3.03	c (2,2) 1267 (30 %) CSP clauses are encoded (2595 SAT variables, 4222 SAT clauses)
8.34/3.05	c (2,2) 1690 (40 %) CSP clauses are encoded (2595 SAT variables, 5431 SAT clauses)
8.34/3.06	c (2,2) 2112 (50 %) CSP clauses are encoded (2595 SAT variables, 6051 SAT clauses)
8.34/3.07	c (2,2) 2534 (60 %) CSP clauses are encoded (2595 SAT variables, 6864 SAT clauses)
8.34/3.10	c (2,2) 2957 (70 %) CSP clauses are encoded (2595 SAT variables, 8800 SAT clauses)
8.63/3.13	c (2,2) 3379 (80 %) CSP clauses are encoded (2595 SAT variables, 11126 SAT clauses)
8.63/3.14	c (2,2) 3801 (90 %) CSP clauses are encoded (2595 SAT variables, 12500 SAT clauses)
8.63/3.16	c (2,2) 4223 (100 %) CSP clauses are encoded (2595 SAT variables, 13558 SAT clauses)
8.63/3.16	c (2,2) CSPinCNF to SatSolver End
8.63/3.16	c (2,2) Heap : 506 MiB used (max 10795 MiB), NonHeap : 32 MiB used (max 0 MiB)
8.92/3.20	c (2,2) STATISTICS2:HOME/instance-4294405-1532356833.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,2423,4223,64,5,4,7,64:40;32:80;25:40;4:1459;1:35,5:240;4:3913;2:9102;1:35,4:1312;3:182;2:2553;1:176,7:40;6:80;3:40;2:1494;1:9422,
8.92/3.20	c (2,2) SatSolver.solve Begin
8.92/3.20	c (2,2) 2595 bool, 13561 clause
8.92/3.20	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-4294405-1532356833.xml-scop-16818.cnf HOME/instance-4294405-1532356833.xml-scop-16818.cnf.out
9.24/3.67	c (3,0) c This is COMiniSatPS.
9.24/3.67	c (3,0) c WARNING: for repeatability, setting FPU to use double precision
9.24/3.67	c (3,0) c ============================[ Problem Statistics ]=============================
9.24/3.67	c (3,0) c |                                                                             |
9.24/3.67	c (3,0) c |  Number of variables:          2595                                         |
9.24/3.67	c (3,0) c |  Number of clauses:           13561                                         |
9.24/3.67	c (3,0) c |  Parse time:                   0.01 s                                       |
9.24/3.67	c (3,0) c |  Eliminated clauses:           0.01 Mb                                      |
9.24/3.67	c (3,0) c Reduced to 2000 vars, 12540 cls (grow=0)
9.24/3.67	c (3,0) c No iterative elimination performed. (vars=2000, c/v ratio=6.3)
9.24/3.67	c (3,0) c |  Simplification time:          0.01 s                                       |
9.24/3.67	c (3,0) c |                                                                             |
9.24/3.67	c (3,0) c ============================[ Search Statistics ]==============================
9.24/3.67	c (3,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.24/3.67	c (3,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.24/3.67	c (3,0) c ===============================================================================
9.24/3.67	c (3,0) c ===============================================================================
9.24/3.67	c (3,0) c restarts              : 25
9.24/3.67	c (3,0) c conflicts             : 11571          (25691 /sec)
9.24/3.67	c (3,0) c decisions             : 18981          (0.00 % random) (42143 /sec)
9.24/3.67	c (3,0) c propagations          : 1560936        (3465712 /sec)
9.24/3.67	c (3,0) c conflict literals     : 240897         (15.46 % deleted)
9.24/3.67	c (3,0) c CPU time              : 0.450394 s
9.24/3.67	c (3,0) 
9.24/3.67	c (3,0) s UNSATISFIABLE
9.24/3.67	c (3,2) SatSolver.solve End
9.24/3.67	c (3,2) Heap : 788 MiB used (max 10795 MiB), NonHeap : 34 MiB used (max 0 MiB)
9.24/3.67	c (3,2) Show results Begin
9.24/3.67	s UNSATISFIABLE
9.24/3.67	c (3,2) Show results End
9.24/3.67	c (3,2) Heap : 788 MiB used (max 10795 MiB), NonHeap : 34 MiB used (max 0 MiB)
9.24/3.67	c (3,2) 0,0,2,2,2,2,2,3,3,STOP-AFTER(ALL)
9.24/3.67	c END-Prog: Mon Jul 23 16:40:37 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 (5805 MiB free)
  memory of node 1: 16384 MiB (10234 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294405-1532356833/watcher-4294405-1532356833 -o /tmp/evaluation-result-4294405-1532356833/solver-4294405-1532356833 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532330044-8950 --watchdog 2580 java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294405-1532356833.xml 

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

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

solver pid=16818, runsolver pid=16815

[startup+0.100089 s]*
/proc/loadavg: 2.07 2.10 2.08 3/220 16833
/proc/meminfo: memFree=16365280/32770624 swapFree=67108860/67108860
[pid=16818] ppid=16815 vsize=15011656 memory=72260 CPUtime=0.11 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16815 16818 8919 0 -1 1077944320 6746 0 0 0 10 1 0 0 20 0 15 0 53246468 15371935744 18065 33554432000 4194304 4196468 140736086985952 140736086968496 139929602330359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
/proc/16818/statm: 3752914 18065 2780 1 0 3715374 0
[pid=16818/tid=16820] ppid=16815 vsize=15011656 memory=-6871259845000215376 CPUtime=0.09 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) R 16815 16818 8919 0 -1 4202560 4826 0 0 0 8 1 0 0 20 0 15 0 53246468 15371935744 18065 33554432000 4194304 4196468 140736086985952 139929574156688 139929587496014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16821] ppid=16815 vsize=15011656 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15371935744 18065 33554432000 4194304 4196468 140736086985952 139929606572944 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16822] ppid=16815 vsize=15011656 memory=140620789008000 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15371935744 18065 33554432000 4194304 4196468 140736086985952 139929062812432 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16823] ppid=16815 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15371935744 18065 33554432000 4194304 4196468 140736086985952 139929061760144 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16824] ppid=16815 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15371935744 18065 33554432000 4194304 4196468 140736086985952 139929060707344 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16825] ppid=16815 vsize=15011656 memory=140620789008000 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246472 15371935744 18065 33554432000 4194304 4196468 140736086985952 139928640469104 139929602341506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16826] ppid=16815 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16815 16818 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53246472 15371935744 18065 33554432000 4194304 4196468 140736086985952 139928155448096 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16827] ppid=16815 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246472 15371935744 18065 33554432000 4194304 4196468 140736086985952 139927887012976 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16828] ppid=16815 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 18065 33554432000 4194304 4196468 140736086985952 139927512504400 139929602348955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16829] ppid=16815 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) S 16815 16818 8919 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 18065 33554432000 4194304 4196468 140736086985952 139928639416944 139929602341506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16830] ppid=16815 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 18065 33554432000 4194304 4196468 140736086985952 139928638364144 139929602341506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16831] ppid=16815 vsize=15011656 memory=140620789008000 CPUtime=0.01 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) S 16815 16818 8919 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 53246475 15371935744 18065 33554432000 4194304 4196468 140736086985952 139928637311856 139929602341506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16832] ppid=16815 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 18065 33554432000 4194304 4196468 140736086985952 139927014599648 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16833] ppid=16815 vsize=15011656 memory=140620789008000 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 18065 33554432000 4194304 4196468 140736086985952 139928636258736 139929602341506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 72260 KiB

[startup+0.210326 s]*
/proc/loadavg: 2.07 2.10 2.08 3/220 16833
/proc/meminfo: memFree=16351700/32770624 swapFree=67108860/67108860
[pid=16818] ppid=16815 vsize=15011656 memory=85608 CPUtime=0.25 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16815 16818 8919 0 -1 1077944320 10389 0 0 0 23 2 0 0 20 0 15 0 53246468 15371935744 21402 33554432000 4194304 4196468 140736086985952 140736086968496 139929602330359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
/proc/16818/statm: 3752914 21402 2873 1 0 3715374 0
[pid=16818/tid=16820] ppid=16815 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) R 16815 16818 8919 0 -1 4202560 8276 0 0 0 18 2 0 0 20 0 15 0 53246468 15371935744 21402 33554432000 4194304 4196468 140736086985952 139929574155728 139929602352285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16821] ppid=16815 vsize=15011656 memory=288230609019731991 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15371935744 21402 33554432000 4194304 4196468 140736086985952 139929606572944 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16822] ppid=16815 vsize=15011656 memory=288370996940719744 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15371935744 21402 33554432000 4194304 4196468 140736086985952 139929062812432 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16823] ppid=16815 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15371935744 21402 33554432000 4194304 4196468 140736086985952 139929061760144 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16824] ppid=16815 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15371935744 21402 33554432000 4194304 4196468 140736086985952 139929060707344 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16825] ppid=16815 vsize=15011656 memory=140620789008000 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246472 15371935744 21402 33554432000 4194304 4196468 140736086985952 139928640469104 139929602341506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16826] ppid=16815 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16815 16818 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53246472 15371935744 21402 33554432000 4194304 4196468 140736086985952 139928155448096 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16827] ppid=16815 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246472 15371935744 21402 33554432000 4194304 4196468 140736086985952 139927887012976 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16828] ppid=16815 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 21402 33554432000 4194304 4196468 140736086985952 139927512504400 139929602348955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16829] ppid=16815 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) S 16815 16818 8919 0 -1 1077944384 343 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 21402 33554432000 4194304 4196468 140736086985952 139928639416944 139929602341506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16830] ppid=16815 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) S 16815 16818 8919 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 21402 33554432000 4194304 4196468 140736086985952 139928638364144 139929602341506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16831] ppid=16815 vsize=15011656 memory=140620789008000 CPUtime=0.03 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) R 16815 16818 8919 0 -1 4202560 304 0 0 0 3 0 0 0 20 0 15 0 53246475 15371935744 21402 33554432000 4194304 4196468 140736086985952 139928637311856 139929594567486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16832] ppid=16815 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 21402 33554432000 4194304 4196468 140736086985952 139927014599648 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16833] ppid=16815 vsize=15011656 memory=140620789008000 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 21402 33554432000 4194304 4196468 140736086985952 139928636258736 139929602341506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 85608 KiB

[startup+0.31024 s]*
/proc/loadavg: 2.07 2.10 2.08 3/220 16833
/proc/meminfo: memFree=16347544/32770624 swapFree=67108860/67108860
[pid=16818] ppid=16815 vsize=15011656 memory=89764 CPUtime=0.43 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16815 16818 8919 0 -1 1077944320 11006 0 0 0 40 3 0 0 20 0 15 0 53246468 15371935744 22441 33554432000 4194304 4196468 140736086985952 140736086968496 139929602330359 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
/proc/16818/statm: 3752914 22441 2974 1 0 3715374 0
[pid=16818/tid=16820] ppid=16815 vsize=15011656 memory=8389772277269004345 CPUtime=0.29 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) R 16815 16818 8919 0 -1 4202560 8703 0 0 0 27 2 0 0 20 0 15 0 53246468 15371935744 22441 33554432000 4194304 4196468 140736086985952 139929574134512 139929587503245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16821] ppid=16815 vsize=15011656 memory=4294967638 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15371935744 22441 33554432000 4194304 4196468 140736086985952 139929606572944 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16822] ppid=16815 vsize=15011656 memory=288370996940719744 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15371935744 22441 33554432000 4194304 4196468 140736086985952 139929062812432 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16823] ppid=16815 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15371935744 22441 33554432000 4194304 4196468 140736086985952 139929061760144 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16824] ppid=16815 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15371935744 22441 33554432000 4194304 4196468 140736086985952 139929060707344 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16825] ppid=16815 vsize=15011656 memory=140620789008000 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246472 15371935744 22441 33554432000 4194304 4196468 140736086985952 139928640469104 139929602341506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16826] ppid=16815 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16815 16818 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53246472 15371935744 22441 33554432000 4194304 4196468 140736086985952 139928155448096 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16827] ppid=16815 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246472 15371935744 22441 33554432000 4194304 4196468 140736086985952 139927887012976 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16828] ppid=16815 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 22441 33554432000 4194304 4196468 140736086985952 139927512504400 139929602348955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16829] ppid=16815 vsize=15011656 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) R 16815 16818 8919 0 -1 1077944384 436 0 0 0 2 0 0 0 20 0 15 0 53246475 15371935744 22441 33554432000 4194304 4196468 140736086985952 139928639416944 139929602341506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16830] ppid=16815 vsize=15011656 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) R 16815 16818 8919 0 -1 4202560 183 0 0 0 1 0 0 0 20 0 15 0 53246475 15371935744 22441 33554432000 4194304 4196468 140736086985952 139928638364144 139929586578148 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16831] ppid=16815 vsize=15011656 memory=140620789008000 CPUtime=0.07 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) R 16815 16818 8919 0 -1 4202560 347 0 0 0 7 0 0 0 20 0 15 0 53246475 15371935744 22441 33554432000 4194304 4196468 140736086985952 139928637311856 139929581011806 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16832] ppid=16815 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 22441 33554432000 4194304 4196468 140736086985952 139927014599648 139929602340565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16833] ppid=16815 vsize=15011656 memory=140620789008000 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246475 15371935744 22441 33554432000 4194304 4196468 140736086985952 139928636258736 139929602341506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89764 KiB

[startup+0.700966 s]
/proc/loadavg: 2.07 2.10 2.08 3/220 16833
/proc/meminfo: memFree=16323732/32770624 swapFree=67108860/67108860
[pid=16818] ppid=16815 vsize=15017928 memory=129100 CPUtime=1.02 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16815 16818 8919 0 -1 1077944320 17954 0 0 0 96 6 0 0 20 0 15 0 53246468 15378358272 32275 33554432000 4194304 4196468 140736086985952 140736086968496 139929602330359 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
/proc/16818/statm: 3754482 32275 3140 1 0 3715886 0
[pid=16818/tid=16820] ppid=16815 vsize=15017928 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) R 16815 16818 8919 0 -1 4202560 15235 0 0 0 63 5 0 0 20 0 15 0 53246468 15378358272 32275 33554432000 4194304 4196468 140736086985952 139929574169168 139929602352285 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16821] ppid=16815 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15378358272 32275 33554432000 4194304 4196468 140736086985952 139929606572944 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16822] ppid=16815 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15378358272 32275 33554432000 4194304 4196468 140736086985952 139929062812432 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16823] ppid=16815 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15378358272 32275 33554432000 4194304 4196468 140736086985952 139929061760144 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16824] ppid=16815 vsize=15017928 memory=212883476600088 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15378358272 32275 33554432000 4194304 4196468 140736086985952 139929060707344 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16825] ppid=16815 vsize=15017928 memory=287128 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16815 16818 8919 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53246472 15378358272 32275 33554432000 4194304 4196468 140736086985952 139928640469104 139929602341506 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16826] ppid=16815 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16815 16818 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53246472 15378358272 32275 33554432000 4194304 4196468 140736086985952 139928155448096 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16827] ppid=16815 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246472 15378358272 32275 33554432000 4194304 4196468 140736086985952 139927887012976 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16828] ppid=16815 vsize=15017928 memory=7809523229951467574 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15378358272 32275 33554432000 4194304 4196468 140736086985952 139927512504400 139929602348955 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16829] ppid=16815 vsize=15017928 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) R 16815 16818 8919 0 -1 1077944384 633 0 0 0 8 0 0 0 20 0 15 0 53246475 15378358272 32275 33554432000 4194304 4196468 140736086985952 139928639416944 139929602341506 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16830] ppid=16815 vsize=15017928 memory=-3472574513799858009 CPUtime=0.06 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) R 16815 16818 8919 0 -1 4202560 276 0 0 0 6 0 0 0 20 0 15 0 53246475 15378358272 32275 33554432000 4194304 4196468 140736086985952 139928638364144 139929602342294 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16831] ppid=16815 vsize=15017928 memory=6944656592387989600 CPUtime=0.17 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) R 16815 16818 8919 0 -1 4202560 469 0 0 0 17 0 0 0 20 0 15 0 53246475 15378358272 32275 33554432000 4194304 4196468 140736086985952 139928637307616 139929602351706 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16832] ppid=16815 vsize=15017928 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15378358272 32275 33554432000 4194304 4196468 140736086985952 139927014599648 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16833] ppid=16815 vsize=15017928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246475 15378358272 32275 33554432000 4194304 4196468 140736086985952 139928636258736 139929602341506 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 15017928 KiB
Current children cumulated memory: 129100 KiB

[startup+1.50163 s]
/proc/loadavg: 2.07 2.10 2.08 6/220 16833
/proc/meminfo: memFree=16276456/32770624 swapFree=67108860/67108860
[pid=16818] ppid=16815 vsize=15022100 memory=220404 CPUtime=3.53 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16815 16818 8919 0 -1 1077944320 21372 0 0 0 345 8 0 0 20 0 15 0 53246468 15382630400 55101 33554432000 4194304 4196468 140736086985952 140736086968496 139929602330359 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
/proc/16818/statm: 3755525 55101 3207 1 0 3716910 0
[pid=16818/tid=16820] ppid=16815 vsize=15022100 memory=127 CPUtime=1.47 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) R 16815 16818 8919 0 -1 4202560 16248 0 0 0 141 6 0 0 20 0 15 0 53246468 15382630400 55101 33554432000 4194304 4196468 140736086985952 139929574168688 139929586410846 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16821] ppid=16815 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15382630400 55101 33554432000 4194304 4196468 140736086985952 139929606572944 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16822] ppid=16815 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15382630400 55101 33554432000 4194304 4196468 140736086985952 139929062812432 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16823] ppid=16815 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15382630400 55101 33554432000 4194304 4196468 140736086985952 139929061760144 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16824] ppid=16815 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15382630400 55101 33554432000 4194304 4196468 140736086985952 139929060707344 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16825] ppid=16815 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16815 16818 8919 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53246472 15382630400 55101 33554432000 4194304 4196468 140736086985952 139928640469104 139929602341506 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16826] ppid=16815 vsize=15022100 memory=281241303664736 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16815 16818 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53246472 15382630400 55101 33554432000 4194304 4196468 140736086985952 139928155448096 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16827] ppid=16815 vsize=15022100 memory=281241303706160 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246472 15382630400 55101 33554432000 4194304 4196468 140736086985952 139927887012976 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16828] ppid=16815 vsize=15022100 memory=140620652236336 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15382630400 55101 33554432000 4194304 4196468 140736086985952 139927512504400 139929602348955 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16829] ppid=16815 vsize=15022100 memory=0 CPUtime=0.7 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) R 16815 16818 8919 0 -1 4202560 1234 0 0 0 70 0 0 0 20 0 15 0 53246475 15382630400 55101 33554432000 4194304 4196468 140736086985952 139928639406864 139929585887665 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16830] ppid=16815 vsize=15022100 memory=5794836780235446369 CPUtime=0.71 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) R 16815 16818 8919 0 -1 4202560 1082 0 0 0 71 0 0 0 20 0 15 0 53246475 15382630400 55101 33554432000 4194304 4196468 140736086985952 139928638346080 139929585798480 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16831] ppid=16815 vsize=15022100 memory=7522532467863479141 CPUtime=0.61 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) S 16815 16818 8919 0 -1 1077944384 1468 0 0 0 61 0 0 0 20 0 15 0 53246475 15382630400 55101 33554432000 4194304 4196468 140736086985952 139928637311856 139929602341506 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16832] ppid=16815 vsize=15022100 memory=7589518994049427308 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15382630400 55101 33554432000 4194304 4196468 140736086985952 139927014599648 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16833] ppid=16815 vsize=15022100 memory=7589518994049427308 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246475 15382630400 55101 33554432000 4194304 4196468 140736086985952 139928636258736 139929602341506 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
Current children cumulated CPU time: 3.53 s
Current children cumulated vsize: 15022100 KiB
Current children cumulated memory: 220404 KiB

[startup+3.11041 s]
/proc/loadavg: 2.22 2.13 2.09 7/220 16833
/proc/meminfo: memFree=16005620/32770624 swapFree=67108860/67108860
[pid=16818] ppid=16815 vsize=15026264 memory=460348 CPUtime=8.63 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16815 16818 8919 0 -1 1077944320 28335 0 0 0 847 16 0 0 20 0 15 0 53246468 15386894336 115087 33554432000 4194304 4196468 140736086985952 140736086968496 139929602330359 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
/proc/16818/statm: 3756566 115087 3226 1 0 3717422 0
[pid=16818/tid=16820] ppid=16815 vsize=15026264 memory=421688 CPUtime=3.07 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) R 16815 16818 8919 0 -1 4202560 17262 0 0 0 296 11 0 0 20 0 15 0 53246468 15386894336 115087 33554432000 4194304 4196468 140736086985952 139929574165456 139929116487385 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16821] ppid=16815 vsize=15026264 memory=311988 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15386894336 115087 33554432000 4194304 4196468 140736086985952 139929606572944 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16822] ppid=16815 vsize=15026264 memory=-7452431979323206951 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15386894336 115087 33554432000 4194304 4196468 140736086985952 139929062812432 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16823] ppid=16815 vsize=15026264 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15386894336 115087 33554432000 4194304 4196468 140736086985952 139929061760144 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16824] ppid=16815 vsize=15026264 memory=2432 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15386894336 115087 33554432000 4194304 4196468 140736086985952 139929060707344 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16825] ppid=16815 vsize=15026264 memory=254628 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16815 16818 8919 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53246472 15386894336 115087 33554432000 4194304 4196468 140736086985952 139928640469104 139929602341506 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16826] ppid=16815 vsize=15026264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16815 16818 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53246472 15386894336 115087 33554432000 4194304 4196468 140736086985952 139928155448096 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16827] ppid=16815 vsize=15026264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246472 15386894336 115087 33554432000 4194304 4196468 140736086985952 139927887012976 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16828] ppid=16815 vsize=15026264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15386894336 115087 33554432000 4194304 4196468 140736086985952 139927512504400 139929602348955 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16829] ppid=16815 vsize=15026264 memory=281241303664736 CPUtime=2.11 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) R 16815 16818 8919 0 -1 4202560 2501 0 0 0 210 1 0 0 20 0 15 0 53246475 15386894336 115087 33554432000 4194304 4196468 140736086985952 139928639405936 139929585741250 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16830] ppid=16815 vsize=15026264 memory=281241303706160 CPUtime=2.19 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) R 16815 16818 8919 0 -1 4202560 4028 0 0 0 218 1 0 0 20 0 15 0 53246475 15386894336 115087 33554432000 4194304 4196468 140736086985952 139928638343840 139929582021997 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16831] ppid=16815 vsize=15026264 memory=288230574492221466 CPUtime=1.21 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) S 16815 16818 8919 0 -1 1077944384 3202 0 0 0 120 1 0 0 20 0 15 0 53246475 15386894336 115087 33554432000 4194304 4196468 140736086985952 139928637311856 139929602341506 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16832] ppid=16815 vsize=15026264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15386894336 115087 33554432000 4194304 4196468 140736086985952 139927014599648 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16833] ppid=16815 vsize=15026264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246475 15386894336 115087 33554432000 4194304 4196468 140736086985952 139928636258736 139929602341506 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
Current children cumulated CPU time: 8.63 s
Current children cumulated vsize: 15026264 KiB
Current children cumulated memory: 460348 KiB

[startup+3.68557 s]
# the end of solver process 16818 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.53066 s, system=0.193373 s

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

[startup+3.20097 s]
/proc/loadavg: 2.22 2.13 2.09 7/220 16833
/proc/meminfo: memFree=16005620/32770624 swapFree=67108860/67108860
[pid=16818] ppid=16815 vsize=15026264 memory=494268 CPUtime=8.92 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16815 16818 8919 0 -1 1077944320 28572 0 0 0 875 17 0 0 20 0 15 0 53246468 15386894336 123567 33554432000 4194304 4196468 140736086985952 140736086968496 139929602330359 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
/proc/16818/statm: 3756566 123567 3226 1 0 3717422 0
[pid=16818/tid=16820] ppid=16815 vsize=15026264 memory=0 CPUtime=3.16 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) R 16815 16818 8919 0 -1 4202560 17299 0 0 0 305 11 0 0 20 0 15 0 53246468 15386894336 123567 33554432000 4194304 4196468 140736086985952 139929574165456 139929586373989 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16821] ppid=16815 vsize=15026264 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15386894336 123567 33554432000 4194304 4196468 140736086985952 139929606572944 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16822] ppid=16815 vsize=15026264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15386894336 123567 33554432000 4194304 4196468 140736086985952 139929062812432 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16823] ppid=16815 vsize=15026264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246470 15386894336 123567 33554432000 4194304 4196468 140736086985952 139929061760144 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16824] ppid=16815 vsize=15026264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 53246470 15386894336 123567 33554432000 4194304 4196468 140736086985952 139929060707344 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16825] ppid=16815 vsize=15026264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16815 16818 8919 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 53246472 15386894336 123567 33554432000 4194304 4196468 140736086985952 139928640469104 139929602341506 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16826] ppid=16815 vsize=15026264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16815 16818 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53246472 15386894336 123567 33554432000 4194304 4196468 140736086985952 139928155448096 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16827] ppid=16815 vsize=15026264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246472 15386894336 123567 33554432000 4194304 4196468 140736086985952 139927887012976 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16828] ppid=16815 vsize=15026264 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15386894336 123567 33554432000 4194304 4196468 140736086985952 139927512504400 139929602348955 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16829] ppid=16815 vsize=15026264 memory=0 CPUtime=2.2 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) R 16815 16818 8919 0 -1 4202560 2662 0 0 0 219 1 0 0 20 0 15 0 53246475 15386894336 123567 33554432000 4194304 4196468 140736086985952 139928639405936 139929586236364 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16830] ppid=16815 vsize=15026264 memory=4140 CPUtime=2.28 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) R 16815 16818 8919 0 -1 4202560 4051 0 0 0 227 1 0 0 20 0 15 0 53246475 15386894336 123567 33554432000 4194304 4196468 140736086985952 139928638353856 139929587239547 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16831] ppid=16815 vsize=15026264 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) S 16815 16818 8919 0 -1 1077944384 3219 0 0 0 121 2 0 0 20 0 15 0 53246475 15386894336 123567 33554432000 4194304 4196468 140736086985952 139928637311856 139929602341506 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16832] ppid=16815 vsize=15026264 memory=148 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53246475 15386894336 123567 33554432000 4194304 4196468 140736086985952 139927014599648 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16833] ppid=16815 vsize=15026264 memory=303711745523056951 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 53246475 15386894336 123567 33554432000 4194304 4196468 140736086985952 139928636258736 139929602341506 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
Current children cumulated CPU time: 8.92 s
Current children cumulated vsize: 15026264 KiB
Current children cumulated memory: 494268 KiB

[startup+3.60066 s]
/proc/loadavg: 2.22 2.13 2.09 7/220 16833
/proc/meminfo: memFree=16005620/32770624 swapFree=67108860/67108860
[pid=16818] ppid=16815 vsize=15683912 memory=507848 CPUtime=9.24 cores=0,2,4,6
/proc/16818/stat : 16818 (java) S 16815 16818 8919 0 -1 1077944320 29730 0 0 0 907 17 0 0 20 0 19 0 53246468 16060325888 126962 33554432000 4194304 4196468 140736086985952 140736086968496 139929602330359 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
/proc/16818/statm: 3920978 126962 3230 1 0 3881834 0
[pid=16818/tid=16820] ppid=16815 vsize=15683912 memory=54417 CPUtime=3.23 cores=0,2,4,6
/proc/16818/task/16820/stat : 16820 (java) S 16815 16818 8919 0 -1 1077944384 17640 0 0 0 311 12 0 0 20 0 19 0 53246468 16060325888 126962 33554432000 4194304 4196468 140736086985952 139929574169600 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16821] ppid=16815 vsize=15683912 memory=52209 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16821/stat : 16821 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53246470 16060325888 126962 33554432000 4194304 4196468 140736086985952 139929606572944 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16822] ppid=16815 vsize=15683912 memory=50001 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16822/stat : 16822 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53246470 16060325888 126962 33554432000 4194304 4196468 140736086985952 139929062812432 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16823] ppid=16815 vsize=15683912 memory=3545511824667046121 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16823/stat : 16823 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53246470 16060325888 126962 33554432000 4194304 4196468 140736086985952 139929061760144 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16824] ppid=16815 vsize=15683912 memory=3762257422205380161 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16824/stat : 16824 (java) S 16815 16818 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 53246470 16060325888 126962 33554432000 4194304 4196468 140736086985952 139929060707344 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16825] ppid=16815 vsize=15683912 memory=2319389199166392737 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16825/stat : 16825 (java) S 16815 16818 8919 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 53246472 16060325888 126962 33554432000 4194304 4196468 140736086985952 139928640469104 139929602341506 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16826] ppid=16815 vsize=15683912 memory=41169 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16826/stat : 16826 (java) S 16815 16818 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 53246472 16060325888 126962 33554432000 4194304 4196468 140736086985952 139928155448096 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16827] ppid=16815 vsize=15683912 memory=38961 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16827/stat : 16827 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53246472 16060325888 126962 33554432000 4194304 4196468 140736086985952 139927887012976 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16828] ppid=16815 vsize=15683912 memory=38961 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16828/stat : 16828 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53246475 16060325888 126962 33554432000 4194304 4196468 140736086985952 139927512504400 139929602348955 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16829] ppid=16815 vsize=15683912 memory=34545 CPUtime=2.35 cores=0,2,4,6
/proc/16818/task/16829/stat : 16829 (java) S 16815 16818 8919 0 -1 1077944384 3391 0 0 0 234 1 0 0 20 0 19 0 53246475 16060325888 126962 33554432000 4194304 4196468 140736086985952 139928639416944 139929602341506 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16830] ppid=16815 vsize=15683912 memory=32337 CPUtime=2.38 cores=0,2,4,6
/proc/16818/task/16830/stat : 16830 (java) S 16815 16818 8919 0 -1 1077944384 4071 0 0 0 237 1 0 0 20 0 19 0 53246475 16060325888 126962 33554432000 4194304 4196468 140736086985952 139928638364144 139929602341506 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16831] ppid=16815 vsize=15683912 memory=30139 CPUtime=1.24 cores=0,2,4,6
/proc/16818/task/16831/stat : 16831 (java) S 16815 16818 8919 0 -1 1077944384 3234 0 0 0 122 2 0 0 20 0 19 0 53246475 16060325888 126962 33554432000 4194304 4196468 140736086985952 139928637311856 139929602341506 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16832] ppid=16815 vsize=15683912 memory=27921 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16832/stat : 16832 (java) S 16815 16818 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53246475 16060325888 126962 33554432000 4194304 4196468 140736086985952 139927014599648 139929602340565 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
[pid=16818/tid=16833] ppid=16815 vsize=15683912 memory=7521983798963323877 CPUtime=0 cores=0,2,4,6
/proc/16818/task/16833/stat : 16833 (java) S 16815 16818 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 53246475 16060325888 126962 33554432000 4194304 4196468 140736086985952 139928636258736 139929602341506 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13336576 140736086987764 140736086988041 140736086988041 140736086990799 0
Current children cumulated CPU time: 9.24 s
Current children cumulated vsize: 15683912 KiB
Current children cumulated memory: 507848 KiB

Child status: 0
Real time (s): 3.68562
CPU time (s): 9.72403
CPU user time (s): 9.53066
CPU system time (s): 0.193373
CPU usage (%): 263.837
Max. virtual memory (cumulated for all children) (KiB): 15683912
Max. memory (cumulated for all children) (KiB): 510888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.53066
system time used= 0.193373
maximum resident set size= 510968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3883
involuntary context switches= 35


# summary of solver processes directly reported to runsolver:
#   pid: 16818
#   total CPU time (s): 9.72403
#   total CPU user time (s): 9.53066
#   total CPU system time (s): 0.193373

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042435 second user time and 0.08152 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-23 16:40:33
IDJOB=4294405
IDBENCH=141379
IDSOLVER=2755
FILE ID=node102/4294405-1532356833
RUNJOBID= node102-1532330044-8950
PBS_JOBID= 21019000
Free space on /tmp= 53240 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-6-cp_c18.xml
COMMAND LINE= java -Xms11g -Xmx11g -Xss128m -jar DIR/scop.jar -both -solver DIR/minisat_release -solverOption mapleTune01 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294405-1532356833/watcher-4294405-1532356833 -o /tmp/evaluation-result-4294405-1532356833/solver-4294405-1532356833 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532330044-8950 --watchdog 2580  java -Xms11g -Xmx11g -Xss128m -jar HOME/scop.jar -both -solver HOME/minisat_release -solverOption mapleTune01 -tmp HOME HOME/instance-4294405-1532356833.xml

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

MD5SUM BENCH= c46d03ece148f4d4d488319a25e0c2d7
RANDOM SEED=206866131

node102.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.51
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.51
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.51
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.51
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:        16425472 kB
MemAvailable:   31660172 kB
Buffers:          259332 kB
Cached:         15062992 kB
SwapCached:            0 kB
Active:          1825440 kB
Inactive:       13829952 kB
Active(anon):     336008 kB
Inactive(anon):    16888 kB
Active(file):    1489432 kB
Inactive(file): 13813064 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8284 kB
Writeback:             0 kB
AnonPages:        333392 kB
Mapped:            49212 kB
Shmem:             17036 kB
Slab:             388684 kB
SReclaimable:     360664 kB
SUnreclaim:        28020 kB
KernelStack:        3920 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13481676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53232 MiB
End job on node102 at 2018-07-23 16:40:37