Trace number 4294176

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)SAT 3.62771 1.74971

General information on the benchmark

NameLangford/
LangfordBin-12_c18.xml
MD5SUMd44a6c2f310df02cbd65e302b0bb5238
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.018416
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints36
Number of domains2
Minimum domain size12
Maximum domain size24
Distribution of domain sizes[{"size":12,"count":24},{"size":24,"count":24}]
Minimum variable degree2
Maximum variable degree24
Distribution of variable degrees[{"degree":2,"count":24},{"degree":24,"count":24}]
Minimum constraint arity2
Maximum constraint arity25
Distribution of constraint arities[{"arity":2,"count":12},{"arity":25,"count":24}]
Number of extensional constraints0
Number of intensional constraints12
Distribution of constraint types[{"type":"intension","count":12},{"type":"element","count":24}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.52	
0.67/0.52	scop both+minisat_release (2018-06-13)
0.67/0.52	
0.67/0.55	c BEGIN-Prog: Mon Jul 23 15:58:17 CEST 2018
0.67/0.55	c PID: 15662
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
1.21/0.86	c (0,0) Parsing End
1.21/0.87	c (0,0) CSP: 48 int (0 aux), 0 bool (0 aux), 36 ctr, max domain size 24
1.21/0.87	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.21/0.87	c (0,0) Constraint Name Generate Begin
1.21/0.87	c (0,0) Ctr:HOME/instance-4294176-1532354297.xml,Add:Element:Eq:IntVar:Num
1.21/0.87	c (0,0) Constraint Name Generate End
1.21/0.87	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.21/0.87	c (0,0) CSP to CSPinCNF Begin
1.56/1.05	c (0,0) translated 4 (10%) constraints
1.56/1.10	c (0,0) translated 8 (20%) constraints
1.84/1.13	c (0,0) translated 11 (30%) constraints
2.08/1.25	c (0,0) translated 15 (40%) constraints
2.08/1.25	c (0,0) translated 18 (50%) constraints
2.08/1.25	c (0,0) translated 22 (60%) constraints
2.08/1.25	c (0,0) translated 26 (70%) constraints
2.08/1.25	c (0,0) translated 29 (80%) constraints
2.08/1.25	c (0,0) translated 33 (90%) constraints
2.08/1.25	c (0,0) translated 36 (100%) constraints
2.08/1.28	c (0,0) STATISTICS1:HOME/instance-4294176-1532354297.xml,Add:Element:Eq:IntVar:Num,48,588,22,22,3,2,22:2;21:2;20:2;19:2;18:2;17:2;16:2;15:2;14:2;13:2;12:2;11:2,22:50;21:50;20:50;19:50;18:50;17:50;16:50;15:50;14:50;13:50;12:626;11:50,3:576;1:12,2:24;1:1728,
2.08/1.28	c (0,0) ===========================================
2.08/1.28	c (0,0) Both Encoding selects:
2.08/1.28	c (0,0) Order
2.08/1.28	c (0,0) ===========================================
2.34/1.33	c (0,0) translated 59 (10%) constraints
2.34/1.35	c (0,0) translated 118 (20%) constraints
2.34/1.38	c (0,0) translated 177 (30%) constraints
2.34/1.39	c (0,0) translated 236 (40%) constraints
2.61/1.41	c (0,0) translated 294 (50%) constraints
2.61/1.42	c (0,0) translated 353 (60%) constraints
2.61/1.43	c (0,0) translated 412 (70%) constraints
2.61/1.44	c (0,0) translated 471 (80%) constraints
2.61/1.45	c (0,0) translated 530 (90%) constraints
2.61/1.46	c (0,0) translated 588 (100%) constraints
2.61/1.47	c (0,0) CSP to CSPinCNF End
2.61/1.47	c (0,0) CSP: 48 int (0 aux), 288 bool (288 aux), 1752 ctr, max domain size 22
2.61/1.47	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.61/1.47	c (0,0) CSPinCNF Propagation Begin
2.91/1.52	c (0,0) 0 values, 228 unsatisfiable literals, and 276 valid clauses are removed
2.91/1.52	c (0,0) CSPinCNF Propagation End
2.91/1.52	c (0,0) CSP: 48 int (0 aux), 288 bool (288 aux), 1476 ctr, max domain size 22
2.91/1.52	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.91/1.52	c (0,0) Simplify CSPinCNF Begin
2.91/1.53	c (1,0) Simplify CSPinCNF End
2.91/1.53	c (1,0) CSP: 48 int (0 aux), 288 bool (288 aux), 1476 ctr, max domain size 22
2.91/1.53	c (1,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.91/1.53	c (1,0) Calculate Precise Domain Begin
2.91/1.53	c (1,0) 0 values are removed by re-calculation
2.91/1.53	c (1,0) Calculate Precise Domain End
2.91/1.53	c (1,0) CSP: 48 int (0 aux), 288 bool (288 aux), 1476 ctr, max domain size 22
2.91/1.53	c (1,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.91/1.53	c (1,0) CSPinCNF to SatSolver Begin
2.91/1.58	c (1,1) 148 (10 %) CSP clauses are encoded (924 SAT variables, 735 SAT clauses)
2.91/1.59	c (1,1) 296 (20 %) CSP clauses are encoded (924 SAT variables, 883 SAT clauses)
2.91/1.60	c (1,1) 443 (30 %) CSP clauses are encoded (924 SAT variables, 1030 SAT clauses)
3.21/1.60	c (1,1) 591 (40 %) CSP clauses are encoded (924 SAT variables, 1178 SAT clauses)
3.21/1.61	c (1,1) 738 (50 %) CSP clauses are encoded (924 SAT variables, 1325 SAT clauses)
3.21/1.61	c (1,1) 886 (60 %) CSP clauses are encoded (924 SAT variables, 1473 SAT clauses)
3.21/1.61	c (1,1) 1034 (70 %) CSP clauses are encoded (924 SAT variables, 1621 SAT clauses)
3.21/1.61	c (1,1) 1181 (80 %) CSP clauses are encoded (924 SAT variables, 1768 SAT clauses)
3.21/1.62	c (1,1) 1329 (90 %) CSP clauses are encoded (924 SAT variables, 1916 SAT clauses)
3.21/1.63	c (1,1) 1476 (100 %) CSP clauses are encoded (924 SAT variables, 2402 SAT clauses)
3.21/1.63	c (1,1) CSPinCNF to SatSolver End
3.21/1.63	c (1,1) Heap : 225 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
3.21/1.65	c (1,1) STATISTICS2:HOME/instance-4294176-1532354297.xml,Add:Element:Eq:IntVar:Num,336,1476,22,22,3,2,22:2;21:2;20:2;19:2;18:2;17:2;16:2;15:2;14:2;13:2;12:2;11:2,22:88;21:84;20:80;19:76;18:72;17:68;16:64;15:60;14:56;13:52;12:1104;11:44;2:1452,3:348;2:1104;1:24,2:24;1:3252,
3.21/1.65	c (1,1) SatSolver.solve Begin
3.21/1.65	c (1,1) 924 bool, 2412 clause
3.21/1.65	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-4294176-1532354297.xml-scop-15662.cnf HOME/instance-4294176-1532354297.xml-scop-15662.cnf.out
3.21/1.68	c (1,0) c This is COMiniSatPS.
3.21/1.68	c (1,0) c WARNING: for repeatability, setting FPU to use double precision
3.21/1.68	c (1,0) c ============================[ Problem Statistics ]=============================
3.21/1.68	c (1,0) c |                                                                             |
3.21/1.68	c (1,0) c |  Number of variables:           924                                         |
3.21/1.68	c (1,0) c |  Number of clauses:            2412                                         |
3.21/1.68	c (1,0) c |  Parse time:                   0.00 s                                       |
3.21/1.68	c (1,0) c |  Eliminated clauses:           0.01 Mb                                      |
3.21/1.68	c (1,0) c Reduced to 514 vars, 1635 cls (grow=0)
3.21/1.68	c (1,0) c No iterative elimination performed. (vars=514, c/v ratio=3.2)
3.21/1.68	c (1,0) c |  Simplification time:          0.00 s                                       |
3.21/1.68	c (1,0) c |                                                                             |
3.21/1.68	c (1,0) c ============================[ Search Statistics ]==============================
3.21/1.68	c (1,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.21/1.68	c (1,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.21/1.68	c (1,0) c ===============================================================================
3.21/1.68	c (1,0) c ===============================================================================
3.21/1.68	c (1,0) c restarts              : 1
3.21/1.68	c (1,0) c conflicts             : 90             (17585 /sec)
3.21/1.68	c (1,0) c decisions             : 200            (0.00 % random) (39078 /sec)
3.21/1.68	c (1,0) c propagations          : 7351           (1436303 /sec)
3.21/1.68	c (1,0) c conflict literals     : 1787           (23.30 % deleted)
3.21/1.69	c (1,0) c CPU time              : 0.005118 s
3.21/1.69	c (1,0) 
3.21/1.69	c (1,0) s SATISFIABLE
3.53/1.72	c (1,1) SatSolver.solve End
3.53/1.72	c (1,1) Heap : 450 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
3.53/1.72	c (1,1) Show results Begin
3.53/1.74	c (1,1) p[0] = 22
3.53/1.74	c (1,1) p[1] = 20
3.53/1.74	c (1,1) p[2] = 14
3.53/1.74	c (1,1) p[3] = 11
3.53/1.74	c (1,1) p[4] = 4
3.53/1.74	c (1,1) p[5] = 0
3.53/1.74	c (1,1) p[6] = 6
3.53/1.74	c (1,1) p[7] = 1
3.53/1.74	c (1,1) p[8] = 23
3.53/1.74	c (1,1) p[9] = 17
3.53/1.74	c (1,1) p[10] = 12
3.53/1.74	c (1,1) p[11] = 5
3.53/1.74	c (1,1) p[12] = 18
3.53/1.74	c (1,1) p[13] = 10
3.53/1.74	c (1,1) p[14] = 16
3.53/1.74	c (1,1) p[15] = 7
3.53/1.74	c (1,1) p[16] = 19
3.53/1.74	c (1,1) p[17] = 9
3.53/1.74	c (1,1) p[18] = 13
3.53/1.74	c (1,1) p[19] = 2
3.53/1.74	c (1,1) p[20] = 15
3.53/1.74	c (1,1) p[21] = 3
3.53/1.74	c (1,1) p[22] = 21
3.53/1.74	c (1,1) p[23] = 8
3.53/1.74	c (1,1) v[0] = 3
3.53/1.74	c (1,1) v[1] = 4
3.53/1.74	c (1,1) v[2] = 10
3.53/1.74	c (1,1) v[3] = 11
3.53/1.74	c (1,1) v[4] = 3
3.53/1.74	c (1,1) v[5] = 6
3.53/1.74	c (1,1) v[6] = 4
3.53/1.74	c (1,1) v[7] = 8
3.53/1.74	c (1,1) v[8] = 12
3.53/1.74	c (1,1) v[9] = 9
3.53/1.74	c (1,1) v[10] = 7
3.53/1.74	c (1,1) v[11] = 2
3.53/1.74	c (1,1) v[12] = 6
3.53/1.74	c (1,1) v[13] = 10
3.53/1.74	c (1,1) v[14] = 2
3.53/1.74	c (1,1) v[15] = 11
3.53/1.74	c (1,1) v[16] = 8
3.53/1.74	c (1,1) v[17] = 5
3.53/1.74	c (1,1) v[18] = 7
3.53/1.74	c (1,1) v[19] = 9
3.53/1.74	c (1,1) v[20] = 1
3.53/1.74	c (1,1) v[21] = 12
3.53/1.74	c (1,1) v[22] = 1
3.53/1.74	c (1,1) v[23] = 5
3.53/1.74	s SATISFIABLE
3.53/1.74	v <instantiation>
3.53/1.74	v     <list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23]</list>
3.53/1.74	v     <values>3 4 10 11 3 6 4 8 12 9 7 2 6 10 2 11 8 5 7 9 1 12 1 5 22 20 14 11 4 0 6 1 23 17 12 5 18 10 16 7 19 9 13 2 15 3 21 8</values>
3.53/1.74	v </instantiation>
3.53/1.74	c (1,1) Show results End
3.53/1.74	c (1,1) Heap : 450 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
3.53/1.74	c (1,1) 0,0,0,0,1,1,1,1,1,STOP-AFTER(ALL)
3.53/1.74	c END-Prog: Mon Jul 23 15:58:19 CEST 2018

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294176-1532354297/watcher-4294176-1532354297 -o /tmp/evaluation-result-4294176-1532354297/solver-4294176-1532354297 -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-4294176-1532354297.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=15662, runsolver pid=15659

[startup+0.100058 s]*
/proc/loadavg: 2.56 2.16 2.09 3/220 15677
/proc/meminfo: memFree=13367636/32770624 swapFree=67108860/67108860
[pid=15662] ppid=15659 vsize=15011656 memory=73172 CPUtime=0.11 cores=0,2,4,6
/proc/15662/stat : 15662 (java) S 15659 15662 8919 0 -1 1077944320 6453 0 0 0 10 1 0 0 20 0 15 0 52992856 15371935744 18293 33554432000 4194304 4196468 140735040923296 140735040905840 140149350678263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
/proc/15662/statm: 3752914 18293 2780 1 0 3715374 0
[pid=15662/tid=15664] ppid=15659 vsize=15011656 memory=-6799202250962287440 CPUtime=0.09 cores=0,2,4,6
/proc/15662/task/15664/stat : 15664 (java) R 15659 15662 8919 0 -1 4202560 4708 0 0 0 8 1 0 0 20 0 15 0 52992856 15371935744 18425 33554432000 4194304 4196468 140735040923296 140149322504592 140149330954012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15665] ppid=15659 vsize=15011656 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15665/stat : 15665 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15371935744 18425 33554432000 4194304 4196468 140735040923296 140149354920336 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15666] ppid=15659 vsize=15011656 memory=140234907965056 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15666/stat : 15666 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15371935744 18425 33554432000 4194304 4196468 140735040923296 140149146003728 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15667] ppid=15659 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15667/stat : 15667 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15371935744 18491 33554432000 4194304 4196468 140735040923296 140148810791568 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15668] ppid=15659 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15668/stat : 15668 (java) S 15659 15662 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52992858 15371935744 18491 33554432000 4194304 4196468 140735040923296 140148809738768 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15669] ppid=15659 vsize=15011656 memory=140234907965056 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15669/stat : 15669 (java) S 15659 15662 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52992859 15371935744 18491 33554432000 4194304 4196468 140735040923296 140148758276720 140149350689410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15670] ppid=15659 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15670/stat : 15670 (java) S 15659 15662 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 52992860 15371935744 18491 33554432000 4194304 4196468 140735040923296 140147936978208 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15671] ppid=15659 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15671/stat : 15671 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992860 15371935744 18491 33554432000 4194304 4196468 140735040923296 140147668543088 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15672] ppid=15659 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15672/stat : 15672 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 18491 33554432000 4194304 4196468 140735040923296 140147294034512 140149350696859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15673] ppid=15659 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15673/stat : 15673 (java) S 15659 15662 8919 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 18491 33554432000 4194304 4196468 140735040923296 140148757223536 140149350689410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15674] ppid=15659 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15674/stat : 15674 (java) S 15659 15662 8919 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 18491 33554432000 4194304 4196468 140735040923296 140148756170736 140149350689410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15675] ppid=15659 vsize=15011656 memory=140234907965056 CPUtime=0.01 cores=0,2,4,6
/proc/15662/task/15675/stat : 15675 (java) S 15659 15662 8919 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 52992863 15371935744 18491 33554432000 4194304 4196468 140735040923296 140148755118448 140149350689410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15676] ppid=15659 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15676/stat : 15676 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 18491 33554432000 4194304 4196468 140735040923296 140146796128736 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15677] ppid=15659 vsize=15011656 memory=140234907965056 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15677/stat : 15677 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 18491 33554432000 4194304 4196468 140735040923296 140148754066352 140149350689410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73172 KiB

[startup+0.210369 s]*
/proc/loadavg: 2.56 2.16 2.09 3/220 15677
/proc/meminfo: memFree=13353344/32770624 swapFree=67108860/67108860
[pid=15662] ppid=15659 vsize=15011656 memory=86492 CPUtime=0.25 cores=0,2,4,6
/proc/15662/stat : 15662 (java) S 15659 15662 8919 0 -1 1077944320 9980 0 0 0 23 2 0 0 20 0 15 0 52992856 15371935744 21623 33554432000 4194304 4196468 140735040923296 140735040905840 140149350678263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
/proc/15662/statm: 3752914 21623 2941 1 0 3715374 0
[pid=15662/tid=15664] ppid=15659 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/15662/task/15664/stat : 15664 (java) R 15659 15662 8919 0 -1 4202560 7880 0 0 0 18 2 0 0 20 0 15 0 52992856 15371935744 21623 33554432000 4194304 4196468 140735040923296 140149322503472 140148826254632 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15665] ppid=15659 vsize=15011656 memory=288230609019731991 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15665/stat : 15665 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15371935744 21623 33554432000 4194304 4196468 140735040923296 140149354920336 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15666] ppid=15659 vsize=15011656 memory=140234908277781 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15666/stat : 15666 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15371935744 21623 33554432000 4194304 4196468 140735040923296 140149146003728 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15667] ppid=15659 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15667/stat : 15667 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15371935744 21623 33554432000 4194304 4196468 140735040923296 140148810791568 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15668] ppid=15659 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15668/stat : 15668 (java) S 15659 15662 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52992858 15371935744 21623 33554432000 4194304 4196468 140735040923296 140148809738768 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15669] ppid=15659 vsize=15011656 memory=140234907965056 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15669/stat : 15669 (java) S 15659 15662 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52992859 15371935744 21623 33554432000 4194304 4196468 140735040923296 140148758276720 140149350689410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15670] ppid=15659 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15670/stat : 15670 (java) S 15659 15662 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 52992860 15371935744 21623 33554432000 4194304 4196468 140735040923296 140147936978208 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15671] ppid=15659 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15671/stat : 15671 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992860 15371935744 21623 33554432000 4194304 4196468 140735040923296 140147668543088 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15672] ppid=15659 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15672/stat : 15672 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 21623 33554432000 4194304 4196468 140735040923296 140147294034512 140149350696859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15673] ppid=15659 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15673/stat : 15673 (java) S 15659 15662 8919 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 21623 33554432000 4194304 4196468 140735040923296 140148757223536 140149350689410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15674] ppid=15659 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15674/stat : 15674 (java) S 15659 15662 8919 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 21623 33554432000 4194304 4196468 140735040923296 140148756170736 140149350689410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15675] ppid=15659 vsize=15011656 memory=140234907965056 CPUtime=0.03 cores=0,2,4,6
/proc/15662/task/15675/stat : 15675 (java) S 15659 15662 8919 0 -1 1077944384 293 0 0 0 3 0 0 0 20 0 15 0 52992863 15371935744 21623 33554432000 4194304 4196468 140735040923296 140148755118448 140149350689410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15676] ppid=15659 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15676/stat : 15676 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 21623 33554432000 4194304 4196468 140735040923296 140146796128736 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15677] ppid=15659 vsize=15011656 memory=140234907965056 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15677/stat : 15677 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 21623 33554432000 4194304 4196468 140735040923296 140148754066352 140149350689410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86492 KiB

[startup+0.310377 s]*
/proc/loadavg: 2.56 2.16 2.09 3/220 15677
/proc/meminfo: memFree=13350552/32770624 swapFree=67108860/67108860
[pid=15662] ppid=15659 vsize=15011656 memory=89700 CPUtime=0.44 cores=0,2,4,6
/proc/15662/stat : 15662 (java) S 15659 15662 8919 0 -1 1077944320 10493 0 0 0 41 3 0 0 20 0 15 0 52992856 15371935744 22425 33554432000 4194304 4196468 140735040923296 140735040905840 140149350678263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
/proc/15662/statm: 3752914 22425 2984 1 0 3715374 0
[pid=15662/tid=15664] ppid=15659 vsize=15011656 memory=8389772277269004345 CPUtime=0.3 cores=0,2,4,6
/proc/15662/task/15664/stat : 15664 (java) R 15659 15662 8919 0 -1 4202560 8250 0 0 0 28 2 0 0 20 0 15 0 52992856 15371935744 22425 33554432000 4194304 4196468 140735040923296 140149322482416 140149334785488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15665] ppid=15659 vsize=15011656 memory=4294967638 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15665/stat : 15665 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15371935744 22425 33554432000 4194304 4196468 140735040923296 140149354920336 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15666] ppid=15659 vsize=15011656 memory=140234908269879 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15666/stat : 15666 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15371935744 22425 33554432000 4194304 4196468 140735040923296 140149146003728 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15667] ppid=15659 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15667/stat : 15667 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15371935744 22425 33554432000 4194304 4196468 140735040923296 140148810791568 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15668] ppid=15659 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15668/stat : 15668 (java) S 15659 15662 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52992858 15371935744 22425 33554432000 4194304 4196468 140735040923296 140148809738768 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15669] ppid=15659 vsize=15011656 memory=140234907965056 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15669/stat : 15669 (java) S 15659 15662 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52992859 15371935744 22425 33554432000 4194304 4196468 140735040923296 140148758276720 140149350689410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15670] ppid=15659 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15670/stat : 15670 (java) S 15659 15662 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 52992860 15371935744 22425 33554432000 4194304 4196468 140735040923296 140147936978208 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15671] ppid=15659 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15671/stat : 15671 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992860 15371935744 22425 33554432000 4194304 4196468 140735040923296 140147668543088 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15672] ppid=15659 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15672/stat : 15672 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 22425 33554432000 4194304 4196468 140735040923296 140147294034512 140149350696859 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15673] ppid=15659 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15662/task/15673/stat : 15673 (java) R 15659 15662 8919 0 -1 1077944384 349 0 0 0 1 0 0 0 20 0 15 0 52992863 15371935744 22425 33554432000 4194304 4196468 140735040923296 140148757223536 140149350689410 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15674] ppid=15659 vsize=15011656 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/15662/task/15674/stat : 15674 (java) R 15659 15662 8919 0 -1 4202560 246 0 0 0 3 0 0 0 20 0 15 0 52992863 15371935744 22425 33554432000 4194304 4196468 140735040923296 140148756170736 140149335067152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15675] ppid=15659 vsize=15011656 memory=140234907965056 CPUtime=0.07 cores=0,2,4,6
/proc/15662/task/15675/stat : 15675 (java) R 15659 15662 8919 0 -1 4202560 313 0 0 0 7 0 0 0 20 0 15 0 52992863 15371935744 22425 33554432000 4194304 4196468 140735040923296 140148755118448 140149329655398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15676] ppid=15659 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15676/stat : 15676 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 22425 33554432000 4194304 4196468 140735040923296 140146796128736 140149350688469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15677] ppid=15659 vsize=15011656 memory=140234907965056 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15677/stat : 15677 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992863 15371935744 22425 33554432000 4194304 4196468 140735040923296 140148754066352 140149350689410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 89700 KiB

[startup+0.700736 s]
/proc/loadavg: 2.56 2.16 2.09 3/220 15677
/proc/meminfo: memFree=13325996/32770624 swapFree=67108860/67108860
[pid=15662] ppid=15659 vsize=15020052 memory=130052 CPUtime=1.01 cores=0,2,4,6
/proc/15662/stat : 15662 (java) S 15659 15662 8919 0 -1 1077944320 17705 0 0 0 96 5 0 0 20 0 15 0 52992856 15380533248 32513 33554432000 4194304 4196468 140735040923296 140735040905840 140149350678263 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
/proc/15662/statm: 3755013 32513 3171 1 0 3716398 0
[pid=15662/tid=15664] ppid=15659 vsize=15020052 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/15662/task/15664/stat : 15664 (java) R 15659 15662 8919 0 -1 4202560 14988 0 0 0 64 4 0 0 20 0 15 0 52992856 15380533248 32513 33554432000 4194304 4196468 140735040923296 140149322513376 140149332545496 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15665] ppid=15659 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15665/stat : 15665 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15380533248 32513 33554432000 4194304 4196468 140735040923296 140149354920336 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15666] ppid=15659 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15666/stat : 15666 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15380533248 32513 33554432000 4194304 4196468 140735040923296 140149146003728 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15667] ppid=15659 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15667/stat : 15667 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15380533248 32513 33554432000 4194304 4196468 140735040923296 140148810791568 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15668] ppid=15659 vsize=15020052 memory=207532618436756 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15668/stat : 15668 (java) S 15659 15662 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52992858 15380533248 32513 33554432000 4194304 4196468 140735040923296 140148809738768 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15669] ppid=15659 vsize=15020052 memory=286033 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15669/stat : 15669 (java) S 15659 15662 8919 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 52992859 15380533248 32513 33554432000 4194304 4196468 140735040923296 140148758276720 140149350689410 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15670] ppid=15659 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15670/stat : 15670 (java) S 15659 15662 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 52992860 15380533248 32513 33554432000 4194304 4196468 140735040923296 140147936978208 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15671] ppid=15659 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15671/stat : 15671 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992860 15380533248 32513 33554432000 4194304 4196468 140735040923296 140147668543088 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15672] ppid=15659 vsize=15020052 memory=7809523229951467574 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15672/stat : 15672 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15380533248 32513 33554432000 4194304 4196468 140735040923296 140147294034512 140149350696859 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15673] ppid=15659 vsize=15020052 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15662/task/15673/stat : 15673 (java) S 15659 15662 8919 0 -1 1077944384 612 0 0 0 8 0 0 0 20 0 15 0 52992863 15380533248 32513 33554432000 4194304 4196468 140735040923296 140148757223536 140149350689410 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15674] ppid=15659 vsize=15020052 memory=-3472574513799858009 CPUtime=0.08 cores=0,2,4,6
/proc/15662/task/15674/stat : 15674 (java) S 15659 15662 8919 0 -1 1077944384 346 0 0 0 8 0 0 0 20 0 15 0 52992863 15380533248 32513 33554432000 4194304 4196468 140735040923296 140148756170736 140149350689410 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15675] ppid=15659 vsize=15020052 memory=6944656592387989600 CPUtime=0.16 cores=0,2,4,6
/proc/15662/task/15675/stat : 15675 (java) S 15659 15662 8919 0 -1 1077944384 419 0 0 0 16 0 0 0 20 0 15 0 52992863 15380533248 32513 33554432000 4194304 4196468 140735040923296 140148755118448 140149350689410 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15676] ppid=15659 vsize=15020052 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15676/stat : 15676 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15380533248 32513 33554432000 4194304 4196468 140735040923296 140146796128736 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15677] ppid=15659 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15677/stat : 15677 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992863 15380533248 32513 33554432000 4194304 4196468 140735040923296 140148754066352 140149350689410 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 130052 KiB

[startup+1.50067 s]
/proc/loadavg: 2.56 2.16 2.09 4/220 15677
/proc/meminfo: memFree=13297832/32770624 swapFree=67108860/67108860
[pid=15662] ppid=15659 vsize=15022100 memory=181856 CPUtime=2.91 cores=0,2,4,6
/proc/15662/stat : 15662 (java) S 15659 15662 8919 0 -1 1077944320 21525 0 0 0 283 8 0 0 20 0 15 0 52992856 15382630400 45464 33554432000 4194304 4196468 140735040923296 140735040905840 140149350678263 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
/proc/15662/statm: 3755525 45464 3200 1 0 3716910 0
[pid=15662/tid=15664] ppid=15659 vsize=15022100 memory=127 CPUtime=1.47 cores=0,2,4,6
/proc/15662/task/15664/stat : 15664 (java) R 15659 15662 8919 0 -1 4202560 16124 0 0 0 142 5 0 0 20 0 15 0 52992856 15382630400 45464 33554432000 4194304 4196468 140735040923296 140149322513568 140148833617564 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15665] ppid=15659 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15665/stat : 15665 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15382630400 45464 33554432000 4194304 4196468 140735040923296 140149354920336 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15666] ppid=15659 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15666/stat : 15666 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15382630400 45464 33554432000 4194304 4196468 140735040923296 140149146003728 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15667] ppid=15659 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15667/stat : 15667 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15382630400 45464 33554432000 4194304 4196468 140735040923296 140148810791568 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15668] ppid=15659 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15668/stat : 15668 (java) S 15659 15662 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52992858 15382630400 45464 33554432000 4194304 4196468 140735040923296 140148809738768 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15669] ppid=15659 vsize=15022100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15669/stat : 15669 (java) S 15659 15662 8919 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 52992859 15382630400 45464 33554432000 4194304 4196468 140735040923296 140148758276720 140149350689410 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15670] ppid=15659 vsize=15022100 memory=280469551728736 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15670/stat : 15670 (java) S 15659 15662 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 52992860 15382630400 45464 33554432000 4194304 4196468 140735040923296 140147936978208 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15671] ppid=15659 vsize=15022100 memory=280469551770160 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15671/stat : 15671 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992860 15382630400 45464 33554432000 4194304 4196468 140735040923296 140147668543088 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15672] ppid=15659 vsize=15022100 memory=140234776268336 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15672/stat : 15672 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15382630400 45530 33554432000 4194304 4196468 140735040923296 140147294034512 140149350696859 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15673] ppid=15659 vsize=15022100 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/15662/task/15673/stat : 15673 (java) R 15659 15662 8919 0 -1 4202560 920 0 0 0 37 0 0 0 20 0 15 0 52992863 15382630400 45530 33554432000 4194304 4196468 140735040923296 140148757202784 140149332221986 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15674] ppid=15659 vsize=15022100 memory=6298673690012635750 CPUtime=0.37 cores=0,2,4,6
/proc/15662/task/15674/stat : 15674 (java) R 15659 15662 8919 0 -1 4202560 700 0 0 0 37 0 0 0 20 0 15 0 52992863 15382630400 45530 33554432000 4194304 4196468 140735040923296 140148756159536 140149329902686 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15675] ppid=15659 vsize=15022100 memory=7305515235049759589 CPUtime=0.66 cores=0,2,4,6
/proc/15662/task/15675/stat : 15675 (java) S 15659 15662 8919 0 -1 1077944384 2443 0 0 0 65 1 0 0 20 0 15 0 52992863 15382630400 45530 33554432000 4194304 4196468 140735040923296 140148755118448 140149350689410 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15676] ppid=15659 vsize=15022100 memory=7589518993998899046 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15676/stat : 15676 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15382630400 45530 33554432000 4194304 4196468 140735040923296 140146796128736 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15677] ppid=15659 vsize=15022100 memory=7589518993998899046 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15677/stat : 15677 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15382630400 45530 33554432000 4194304 4196468 140735040923296 140148754066352 140149350689410 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 15022100 KiB
Current children cumulated memory: 181856 KiB

[startup+1.74965 s]
# the end of solver process 15662 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.52832 s, system=0.099389 s

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

[startup+1.602 s]
/proc/loadavg: 2.56 2.16 2.09 4/220 15677
/proc/meminfo: memFree=13297832/32770624 swapFree=67108860/67108860
[pid=15662] ppid=15659 vsize=15026264 memory=190640 CPUtime=3.21 cores=0,2,4,6
/proc/15662/stat : 15662 (java) S 15659 15662 8919 0 -1 1077944320 22125 0 0 0 313 8 0 0 20 0 15 0 52992856 15386894336 47660 33554432000 4194304 4196468 140735040923296 140735040905840 140149350678263 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
/proc/15662/statm: 3756566 47660 3212 1 0 3717422 0
[pid=15662/tid=15664] ppid=15659 vsize=15026264 memory=6933690305039933585 CPUtime=1.57 cores=0,2,4,6
/proc/15662/task/15664/stat : 15664 (java) R 15659 15662 8919 0 -1 4202560 16345 0 0 0 152 5 0 0 20 0 15 0 52992856 15386894336 47660 33554432000 4194304 4196468 140735040923296 140149322508736 140148834424392 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15665] ppid=15659 vsize=15026264 memory=140234775973095 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15665/stat : 15665 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15386894336 47660 33554432000 4194304 4196468 140735040923296 140149354920336 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15666] ppid=15659 vsize=15026264 memory=3467964858562666560 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15666/stat : 15666 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15386894336 47660 33554432000 4194304 4196468 140735040923296 140149146003728 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15667] ppid=15659 vsize=15026264 memory=5787220445994897765 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15667/stat : 15667 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992858 15386894336 47660 33554432000 4194304 4196468 140735040923296 140148810791568 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15668] ppid=15659 vsize=15026264 memory=5865491479076426066 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15668/stat : 15668 (java) S 15659 15662 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52992858 15386894336 47660 33554432000 4194304 4196468 140735040923296 140148809738768 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15669] ppid=15659 vsize=15026264 memory=7811871126067767892 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15669/stat : 15669 (java) S 15659 15662 8919 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 52992859 15386894336 47660 33554432000 4194304 4196468 140735040923296 140148758276720 140149350689410 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15670] ppid=15659 vsize=15026264 memory=5787220424116494930 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15670/stat : 15670 (java) S 15659 15662 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 52992860 15386894336 47660 33554432000 4194304 4196468 140735040923296 140147936978208 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15671] ppid=15659 vsize=15026264 memory=7302135314614015845 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15671/stat : 15671 (java) S 15659 15662 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52992860 15386894336 47660 33554432000 4194304 4196468 140735040923296 140147668543088 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15672] ppid=15659 vsize=15026264 memory=8320808402720012085 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15672/stat : 15672 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15386894336 47660 33554432000 4194304 4196468 140735040923296 140147294034512 140149350696859 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15673] ppid=15659 vsize=15026264 memory=5524 CPUtime=0.44 cores=0,2,4,6
/proc/15662/task/15673/stat : 15673 (java) R 15659 15662 8919 0 -1 4202560 1076 0 0 0 44 0 0 0 20 0 15 0 52992863 15386894336 47660 33554432000 4194304 4196468 140735040923296 140148757216560 140149331379120 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15674] ppid=15659 vsize=15026264 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/15662/task/15674/stat : 15674 (java) R 15659 15662 8919 0 -1 4202560 786 0 0 0 44 0 0 0 20 0 15 0 52992863 15386894336 47660 33554432000 4194304 4196468 140735040923296 140148756170736 140149350699610 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15675] ppid=15659 vsize=15026264 memory=0 CPUtime=0.73 cores=0,2,4,6
/proc/15662/task/15675/stat : 15675 (java) S 15659 15662 8919 0 -1 1077944384 2577 0 0 0 72 1 0 0 20 0 15 0 52992863 15386894336 47660 33554432000 4194304 4196468 140735040923296 140148755118448 140149350689410 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15676] ppid=15659 vsize=15026264 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15676/stat : 15676 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15386894336 47660 33554432000 4194304 4196468 140735040923296 140146796128736 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15677] ppid=15659 vsize=15026264 memory=13773960120851 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15677/stat : 15677 (java) S 15659 15662 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52992863 15386894336 47660 33554432000 4194304 4196468 140735040923296 140148754066352 140149350689410 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
Current children cumulated CPU time: 3.21 s
Current children cumulated vsize: 15026264 KiB
Current children cumulated memory: 190640 KiB

[startup+1.70648 s]
/proc/loadavg: 2.56 2.16 2.09 4/220 15677
/proc/meminfo: memFree=13297832/32770624 swapFree=67108860/67108860
[pid=15662] ppid=15659 vsize=15419712 memory=208888 CPUtime=3.53 cores=0,2,4,6
/proc/15662/stat : 15662 (java) S 15659 15662 8919 0 -1 1077944320 22696 566 0 0 345 8 0 0 20 0 16 0 52992856 15789785088 52222 33554432000 4194304 4196468 140735040923296 140735040905840 140149350678263 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
/proc/15662/statm: 3854928 52222 3216 1 0 3815784 0
[pid=15662/tid=15664] ppid=15659 vsize=15419712 memory=127 CPUtime=1.66 cores=0,2,4,6
/proc/15662/task/15664/stat : 15664 (java) R 15659 15662 8919 0 -1 4202560 16693 566 0 0 161 5 0 0 20 0 16 0 52992856 15789785088 52222 33554432000 4194304 4196468 140735040923296 140149322503408 140149350700189 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15665] ppid=15659 vsize=15419712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15665/stat : 15665 (java) S 15659 15662 8919 0 -1 1077944384 1 566 0 0 0 0 0 0 20 0 16 0 52992858 15789785088 52222 33554432000 4194304 4196468 140735040923296 140149354920336 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15666] ppid=15659 vsize=15419712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15666/stat : 15666 (java) S 15659 15662 8919 0 -1 1077944384 1 566 0 0 0 0 0 0 20 0 16 0 52992858 15789785088 52222 33554432000 4194304 4196468 140735040923296 140149146003728 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15667] ppid=15659 vsize=15419712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15667/stat : 15667 (java) S 15659 15662 8919 0 -1 1077944384 1 566 0 0 0 0 0 0 20 0 17 0 52992858 15789785088 52222 33554432000 4194304 4196468 140735040923296 140148810791568 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15668] ppid=15659 vsize=15419712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15668/stat : 15668 (java) S 15659 15662 8919 0 -1 1077944384 2 566 0 0 0 0 0 0 20 0 17 0 52992858 15789785088 52222 33554432000 4194304 4196468 140735040923296 140148809738768 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15669] ppid=15659 vsize=15419712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15669/stat : 15669 (java) S 15659 15662 8919 0 -1 1077944384 6 566 0 0 0 0 0 0 20 0 17 0 52992859 15789785088 52222 33554432000 4194304 4196468 140735040923296 140148758276720 140149350689410 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15670] ppid=15659 vsize=15419712 memory=280469551728736 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15670/stat : 15670 (java) S 15659 15662 8919 0 -1 1077944384 13 566 0 0 0 0 0 0 20 0 17 0 52992860 15789785088 52222 33554432000 4194304 4196468 140735040923296 140147936978208 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15671] ppid=15659 vsize=15419712 memory=280469551770160 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15671/stat : 15671 (java) S 15659 15662 8919 0 -1 1077944384 1 566 0 0 0 0 0 0 20 0 17 0 52992860 15789785088 52222 33554432000 4194304 4196468 140735040923296 140147668543088 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15672] ppid=15659 vsize=15419712 memory=140234776268336 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15672/stat : 15672 (java) S 15659 15662 8919 0 -1 1077944384 3 566 0 0 0 0 0 0 20 0 17 0 52992863 15789785088 52222 33554432000 4194304 4196468 140735040923296 140147294034512 140149350696859 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15673] ppid=15659 vsize=15419712 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/15662/task/15673/stat : 15673 (java) R 15659 15662 8919 0 -1 4202560 1131 566 0 0 52 0 0 0 20 0 17 0 52992863 15789785088 52222 33554432000 4194304 4196468 140735040923296 140148757211408 140149332195719 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15674] ppid=15659 vsize=15419712 memory=280469551746400 CPUtime=0.52 cores=0,2,4,6
/proc/15662/task/15674/stat : 15674 (java) R 15659 15662 8919 0 -1 1077944384 812 566 0 0 52 0 0 0 20 0 17 0 52992863 15789785088 52222 33554432000 4194304 4196468 140735040923296 140148756170832 140149350688469 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15675] ppid=15659 vsize=15419712 memory=280469551753120 CPUtime=0.77 cores=0,2,4,6
/proc/15662/task/15675/stat : 15675 (java) R 15659 15662 8919 0 -1 4202560 2641 566 0 0 76 1 0 0 20 0 17 0 52992863 15789785088 52222 33554432000 4194304 4196468 140735040923296 140148755115984 140149334931358 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15676] ppid=15659 vsize=15419712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15676/stat : 15676 (java) S 15659 15662 8919 0 -1 1077944384 3 566 0 0 0 0 0 0 20 0 17 0 52992863 15789785088 52222 33554432000 4194304 4196468 140735040923296 140146796128736 140149350688469 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
[pid=15662/tid=15677] ppid=15659 vsize=15419712 memory=280469551759936 CPUtime=0 cores=0,2,4,6
/proc/15662/task/15677/stat : 15677 (java) S 15659 15662 8919 0 -1 1077944384 3 566 0 0 0 0 0 0 20 0 17 0 52992863 15789785088 52222 33554432000 4194304 4196468 140735040923296 140148754066352 140149350689410 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36769792 140735040926708 140735040926985 140735040926985 140735040929743 0
Current children cumulated CPU time: 3.53 s
Current children cumulated vsize: 15419712 KiB
Current children cumulated memory: 208888 KiB

Child status: 0
Real time (s): 1.74971
CPU time (s): 3.62771
CPU user time (s): 3.52832
CPU system time (s): 0.099389
CPU usage (%): 207.332
Max. virtual memory (cumulated for all children) (KiB): 15419712
Max. memory (cumulated for all children) (KiB): 208888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.52832
system time used= 0.099389
maximum resident set size= 216280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23409
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3515
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 15662
#   total CPU time (s): 3.62771
#   total CPU user time (s): 3.52832
#   total CPU system time (s): 0.099389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031851 second user time and 0.061712 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-23 15:58:17
IDJOB=4294176
IDBENCH=141338
IDSOLVER=2755
FILE ID=node102/4294176-1532354297
RUNJOBID= node102-1532330044-8950
PBS_JOBID= 21019000
Free space on /tmp= 53236 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/Langford/LangfordBin-12_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-4294176-1532354297/watcher-4294176-1532354297 -o /tmp/evaluation-result-4294176-1532354297/solver-4294176-1532354297 -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-4294176-1532354297.xml

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

MD5SUM BENCH= d44a6c2f310df02cbd65e302b0bb5238
RANDOM SEED=1929227375

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:        13428544 kB
MemAvailable:   28665728 kB
Buffers:          258628 kB
Cached:         15066132 kB
SwapCached:            0 kB
Active:          4817080 kB
Inactive:       13829108 kB
Active(anon):    3324476 kB
Inactive(anon):    16888 kB
Active(file):    1492604 kB
Inactive(file): 13812220 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7936 kB
Writeback:             0 kB
AnonPages:       3352988 kB
Mapped:            49396 kB
Shmem:             17036 kB
Slab:             388956 kB
SReclaimable:     360820 kB
SUnreclaim:        28136 kB
KernelStack:        3968 kB
PageTables:        11596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13556676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3139584 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= 53228 MiB
End job on node102 at 2018-07-23 15:58:19