Trace number 4293357

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 24.8008 22.1657

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K04-P03_c18.xml
MD5SUM76f2570dac1ecc86f40824dfede26263
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.556125
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints28
Number of domains2
Minimum domain size26
Maximum domain size27
Distribution of domain sizes[{"size":26,"count":26},{"size":27,"count":12}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":26},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity26
Distribution of constraint arities[{"arity":3,"count":26},{"arity":12,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints26
Distribution of constraint types[{"type":"intension","count":26},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.52	
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 12:21:57 CEST 2018
0.67/0.55	c PID: 11387
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.32/0.87	c (0,0) Parsing End
1.32/0.87	c (0,0) CSP: 38 int (0 aux), 0 bool (0 aux), 28 ctr, max domain size 27
1.32/0.87	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.32/0.87	c (0,0) Constraint Name Generate Begin
1.32/0.88	c (0,0) Ctr:HOME/instance-4293357-1532341317.xml,AllDifferent:Dist:Eq:IntVar
1.32/0.88	c (0,0) Constraint Name Generate End
1.32/0.88	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.32/0.88	c (0,0) CSP to CSPinCNF Begin
1.39/0.98	c (0,0) translated 3 (10%) constraints
1.39/0.99	c (0,0) translated 6 (20%) constraints
1.39/1.00	c (0,0) translated 9 (30%) constraints
1.58/1.01	c (0,0) translated 12 (40%) constraints
1.58/1.02	c (0,0) translated 14 (50%) constraints
1.58/1.03	c (0,0) translated 17 (60%) constraints
1.58/1.04	c (0,0) translated 20 (70%) constraints
1.58/1.04	c (0,0) translated 23 (80%) constraints
1.58/1.05	c (0,0) translated 26 (90%) constraints
1.58/1.09	c (0,0) translated 28 (100%) constraints
2.10/1.26	c (0,0) STATISTICS1:HOME/instance-4293357-1532341317.xml,AllDifferent:Dist:Eq:IntVar,38,473,702,27,26,3,702:104;27:66;26:325,27:364;26:806,26:2;12:2;2:417;1:52,3:104;2:391;1:76,
2.10/1.26	c (0,0) ===========================================
2.10/1.26	c (0,0) Both Encoding selects:
2.10/1.26	c (0,0) Order
2.10/1.26	c (0,0) ===========================================
2.10/1.28	c (0,0) translated 48 (10%) constraints
2.10/1.29	c (0,0) translated 95 (20%) constraints
2.34/1.30	c (0,0) translated 142 (30%) constraints
2.34/1.31	c (0,0) translated 190 (40%) constraints
2.34/1.32	c (0,0) translated 237 (50%) constraints
2.34/1.33	c (0,0) translated 284 (60%) constraints
2.34/1.33	c (0,0) translated 332 (70%) constraints
2.34/1.34	c (0,0) translated 379 (80%) constraints
2.34/1.35	c (0,0) translated 426 (90%) constraints
2.34/1.35	c (0,0) translated 473 (100%) constraints
2.34/1.36	c (0,0) CSP to CSPinCNF End
2.34/1.36	c (0,0) CSP: 38 int (0 aux), 0 bool (0 aux), 473 ctr, max domain size 27
2.34/1.36	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.34/1.36	c (0,0) CSPinCNF Propagation Begin
2.34/1.38	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.34/1.38	c (0,0) CSPinCNF Propagation End
2.34/1.38	c (0,0) CSP: 38 int (0 aux), 0 bool (0 aux), 473 ctr, max domain size 27
2.34/1.38	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.34/1.38	c (0,0) Simplify CSPinCNF Begin
2.62/1.48	c (0,0) Simplify CSPinCNF End
2.62/1.48	c (0,0) CSP: 38 int (0 aux), 834 bool (834 aux), 1307 ctr, max domain size 27
2.62/1.48	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.62/1.48	c (0,0) Calculate Precise Domain Begin
2.62/1.48	c (0,0) 0 values are removed by re-calculation
2.62/1.48	c (0,0) Calculate Precise Domain End
2.62/1.48	c (0,0) CSP: 38 int (0 aux), 834 bool (834 aux), 1307 ctr, max domain size 27
2.62/1.48	c (0,0) Heap : 168 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.62/1.48	c (0,0) CSPinCNF to SatSolver Begin
3.60/1.77	c (1,1) 131 (10 %) CSP clauses are encoded (1796 SAT variables, 37454 SAT clauses)
3.60/1.78	c (1,1) 262 (20 %) CSP clauses are encoded (1796 SAT variables, 39847 SAT clauses)
3.90/1.80	c (1,1) 393 (30 %) CSP clauses are encoded (1796 SAT variables, 42173 SAT clauses)
3.90/1.81	c (1,1) 523 (40 %) CSP clauses are encoded (1796 SAT variables, 44478 SAT clauses)
3.90/1.83	c (1,1) 654 (50 %) CSP clauses are encoded (1796 SAT variables, 46784 SAT clauses)
3.90/1.84	c (1,1) 785 (60 %) CSP clauses are encoded (1796 SAT variables, 49090 SAT clauses)
3.90/1.85	c (1,1) 915 (70 %) CSP clauses are encoded (1796 SAT variables, 51395 SAT clauses)
3.90/1.86	c (1,1) 1046 (80 %) CSP clauses are encoded (1796 SAT variables, 53701 SAT clauses)
3.90/1.87	c (1,1) 1177 (90 %) CSP clauses are encoded (1796 SAT variables, 56032 SAT clauses)
3.90/1.89	c (1,1) 1307 (100 %) CSP clauses are encoded (1796 SAT variables, 58312 SAT clauses)
3.90/1.89	c (1,1) CSPinCNF to SatSolver End
3.90/1.89	c (1,1) Heap : 337 MiB used (max 10795 MiB), NonHeap : 27 MiB used (max 0 MiB)
4.22/1.91	c (1,1) STATISTICS2:HOME/instance-4293357-1532341317.xml,AllDifferent:Dist:Eq:IntVar,872,1307,702,27,26,3,702:104;27:132;26:650,27:496;26:1456;2:1668,26:2;12:2;2:1251;1:52,3:104;2:782;1:1744,
4.22/1.91	c (1,1) SatSolver.solve Begin
4.22/1.91	c (1,1) 1796 bool, 58313 clause
4.22/1.91	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-4293357-1532341317.xml-scop-11387.cnf HOME/instance-4293357-1532341317.xml-scop-11387.cnf.out
24.68/22.13	c (21,0) c This is COMiniSatPS.
24.68/22.13	c (21,0) c WARNING: for repeatability, setting FPU to use double precision
24.68/22.13	c (21,0) c ============================[ Problem Statistics ]=============================
24.68/22.13	c (21,0) c |                                                                             |
24.68/22.13	c (21,0) c |  Number of variables:          1796                                         |
24.68/22.13	c (21,0) c |  Number of clauses:           58313                                         |
24.68/22.13	c (21,0) c |  Parse time:                   0.01 s                                       |
24.68/22.13	c (21,0) c |  Eliminated clauses:           0.01 Mb                                      |
24.68/22.13	c (21,0) c Reduced to 1379 vars, 57896 cls (grow=0)
24.68/22.13	c (21,0) c No iterative elimination performed. (vars=1379, c/v ratio=42.0)
24.68/22.13	c (21,0) c |  Simplification time:          0.07 s                                       |
24.68/22.13	c (21,0) c |                                                                             |
24.68/22.13	c (21,0) c ============================[ Search Statistics ]==============================
24.68/22.13	c (21,0) c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.68/22.13	c (21,0) c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.68/22.13	c (21,0) c ===============================================================================
24.68/22.13	c (21,0) c ===============================================================================
24.68/22.13	c (21,0) c restarts              : 47
24.68/22.13	c (21,0) c conflicts             : 265197         (13144 /sec)
24.68/22.13	c (21,0) c decisions             : 309522         (0.00 % random) (15341 /sec)
24.68/22.13	c (21,0) c propagations          : 47437118       (2351144 /sec)
24.68/22.13	c (21,0) c conflict literals     : 6455166        (22.31 % deleted)
24.68/22.13	c (21,0) c CPU time              : 20.1762 s
24.68/22.13	c (21,0) 
24.68/22.13	c (21,0) s SATISFIABLE
24.68/22.14	c (21,1) SatSolver.solve End
24.68/22.14	c (21,1) Heap : 563 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
24.68/22.14	c (21,1) Show results Begin
24.68/22.15	c (21,1) ce[0][0][1] = 4
24.68/22.15	c (21,1) ce[0][0][2] = 17
24.68/22.15	c (21,1) ce[0][0][3] = 14
24.68/22.15	c (21,1) ce[0][1][2] = 13
24.68/22.15	c (21,1) ce[0][1][3] = 10
24.68/22.15	c (21,1) ce[0][2][3] = 3
24.68/22.15	c (21,1) ce[1][0][1] = 5
24.68/22.15	c (21,1) ce[1][0][2] = 26
24.68/22.15	c (21,1) ce[1][0][3] = 24
24.68/22.15	c (21,1) ce[1][1][2] = 21
24.68/22.15	c (21,1) ce[1][1][3] = 19
24.68/22.15	c (21,1) ce[1][2][3] = 2
24.68/22.15	c (21,1) ce[2][0][1] = 9
24.68/22.15	c (21,1) ce[2][0][2] = 7
24.68/22.15	c (21,1) ce[2][0][3] = 15
24.68/22.15	c (21,1) ce[2][1][2] = 16
24.68/22.15	c (21,1) ce[2][1][3] = 6
24.68/22.15	c (21,1) ce[2][2][3] = 22
24.68/22.15	c (21,1) cie[0][0] = 20
24.68/22.15	c (21,1) cie[0][1] = 11
24.68/22.15	c (21,1) cie[0][2] = 23
24.68/22.15	c (21,1) cie[0][3] = 18
24.68/22.15	c (21,1) cie[1][0] = 8
24.68/22.15	c (21,1) cie[1][1] = 12
24.68/22.15	c (21,1) cie[1][2] = 25
24.68/22.15	c (21,1) cie[1][3] = 1
24.68/22.15	c (21,1) cn[0][0] = 20
24.68/22.15	c (21,1) cn[0][1] = 16
24.68/22.15	c (21,1) cn[0][2] = 3
24.68/22.15	c (21,1) cn[0][3] = 6
24.68/22.15	c (21,1) cn[1][0] = 0
24.68/22.15	c (21,1) cn[1][1] = 5
24.68/22.15	c (21,1) cn[1][2] = 26
24.68/22.15	c (21,1) cn[1][3] = 24
24.68/22.15	c (21,1) cn[2][0] = 8
24.68/22.15	c (21,1) cn[2][1] = 17
24.68/22.15	c (21,1) cn[2][2] = 1
24.68/22.15	c (21,1) cn[2][3] = 23
24.68/22.15	s SATISFIABLE
24.68/22.15	v <instantiation>
24.68/22.15	v     <list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[2][0] cn[2][1] cn[2][2] cn[2][3] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][1][2] ce[0][1][3] ce[0][2][3] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][1][2] ce[1][1][3] ce[1][2][3] ce[2][0][1] ce[2][0][2] ce[2][0][3] ce[2][1][2] ce[2][1][3] ce[2][2][3] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[1][0] cie[1][1] cie[1][2] cie[1][3]</list>
24.68/22.15	v     <values>20 16 3 6 0 5 26 24 8 17 1 23 4 17 14 13 10 3 5 26 24 21 19 2 9 7 15 16 6 22 20 11 23 18 8 12 25 1</values>
24.68/22.15	v </instantiation>
24.68/22.15	c (21,1) Show results End
24.68/22.15	c (21,1) Heap : 563 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
24.68/22.15	c (21,1) 0,0,0,0,0,0,1,21,21,STOP-AFTER(ALL)
24.68/22.15	c END-Prog: Mon Jul 23 12:22: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 (5815 MiB free)
  memory of node 1: 16384 MiB (9958 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293357-1532341317/watcher-4293357-1532341317 -o /tmp/evaluation-result-4293357-1532341317/solver-4293357-1532341317 -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-4293357-1532341317.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=11387, runsolver pid=11384

[startup+0.100068 s]*
/proc/loadavg: 2.37 2.14 2.08 3/221 11402
/proc/meminfo: memFree=16092188/32770624 swapFree=67108860/67108860
[pid=11387] ppid=11384 vsize=15011656 memory=73604 CPUtime=0.11 cores=0,2,4,6
/proc/11387/stat : 11387 (java) S 11384 11387 8919 0 -1 1077944320 6081 0 0 0 9 2 0 0 20 0 15 0 51694847 15371935744 18401 33554432000 4194304 4196468 140731999873664 140731999856208 139707848576759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
/proc/11387/statm: 3752914 18401 2779 1 0 3715374 0
[pid=11387/tid=11389] ppid=11384 vsize=15011656 memory=-6799202250962287440 CPUtime=0.09 cores=0,2,4,6
/proc/11387/task/11389/stat : 11389 (java) R 11384 11387 8919 0 -1 4202560 4319 0 0 0 7 2 0 0 20 0 15 0 51694848 15371935744 18533 33554432000 4194304 4196468 140731999873664 139707820388744 139707828852519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11390] ppid=11384 vsize=15011656 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11390/stat : 11390 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694849 15371935744 18599 33554432000 4194304 4196468 140731999873664 139707852819216 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11391] ppid=11384 vsize=15011656 memory=139883953444480 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11391/stat : 11391 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694849 15371935744 18599 33554432000 4194304 4196468 140731999873664 139707643902864 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11392] ppid=11384 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11392/stat : 11392 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694849 15371935744 18599 33554432000 4194304 4196468 140731999873664 139707642850320 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11393] ppid=11384 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11393/stat : 11393 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694849 15371935744 18599 33554432000 4194304 4196468 140731999873664 139707641797776 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11394] ppid=11384 vsize=15011656 memory=139883953444480 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11394/stat : 11394 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694851 15371935744 18599 33554432000 4194304 4196468 140731999873664 139706707679216 139707848587906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11395] ppid=11384 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11395/stat : 11395 (java) S 11384 11387 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51694851 15371935744 18599 33554432000 4194304 4196468 140731999873664 139706427761568 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11396] ppid=11384 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11396/stat : 11396 (java) S 11384 11387 8919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51694851 15371935744 18599 33554432000 4194304 4196468 140731999873664 139706293539824 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11397] ppid=11384 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11397/stat : 11397 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51694854 15371935744 18599 33554432000 4194304 4196468 140731999873664 139705919035600 139707848595355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11398] ppid=11384 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11398/stat : 11398 (java) S 11384 11387 8919 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 51694854 15371935744 18599 33554432000 4194304 4196468 140731999873664 139706706627056 139707848587906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11399] ppid=11384 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11399/stat : 11399 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51694854 15371935744 18599 33554432000 4194304 4196468 140731999873664 139706705574512 139707848587906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11400] ppid=11384 vsize=15011656 memory=139883953444480 CPUtime=0.01 cores=0,2,4,6
/proc/11387/task/11400/stat : 11400 (java) S 11384 11387 8919 0 -1 1077944384 280 0 0 0 1 0 0 0 20 0 15 0 51694854 15371935744 18599 33554432000 4194304 4196468 140731999873664 139706704521968 139707848587906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11401] ppid=11384 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11401/stat : 11401 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51694854 15371935744 18665 33554432000 4194304 4196468 140731999873664 139705421130848 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11402] ppid=11384 vsize=15011656 memory=139883953444480 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11402/stat : 11402 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694854 15371935744 18665 33554432000 4194304 4196468 140731999873664 139706703468848 139707848587906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 73604 KiB

[startup+0.210508 s]*
/proc/loadavg: 2.37 2.14 2.08 3/221 11402
/proc/meminfo: memFree=16078732/32770624 swapFree=67108860/67108860
[pid=11387] ppid=11384 vsize=15011656 memory=86688 CPUtime=0.25 cores=0,2,4,6
/proc/11387/stat : 11387 (java) S 11384 11387 8919 0 -1 1077944320 9606 0 0 0 22 3 0 0 20 0 15 0 51694847 15371935744 21672 33554432000 4194304 4196468 140731999873664 140731999856208 139707848576759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
/proc/11387/statm: 3752914 21672 2888 1 0 3715374 0
[pid=11387/tid=11389] ppid=11384 vsize=15011656 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/11387/task/11389/stat : 11389 (java) R 11384 11387 8919 0 -1 4202560 7481 0 0 0 17 3 0 0 20 0 15 0 51694848 15371935744 21672 33554432000 4194304 4196468 140731999873664 139707820403152 139707848588694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11390] ppid=11384 vsize=15011656 memory=288230609019731991 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11390/stat : 11390 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694849 15371935744 21672 33554432000 4194304 4196468 140731999873664 139707852819216 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11391] ppid=11384 vsize=15011656 memory=139883953456120 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11391/stat : 11391 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694849 15371935744 21672 33554432000 4194304 4196468 140731999873664 139707643902864 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11392] ppid=11384 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11392/stat : 11392 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694849 15371935744 21672 33554432000 4194304 4196468 140731999873664 139707642850320 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11393] ppid=11384 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11393/stat : 11393 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694849 15371935744 21672 33554432000 4194304 4196468 140731999873664 139707641797776 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11394] ppid=11384 vsize=15011656 memory=139883953444480 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11394/stat : 11394 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694851 15371935744 21672 33554432000 4194304 4196468 140731999873664 139706707679216 139707848587906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11395] ppid=11384 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11395/stat : 11395 (java) S 11384 11387 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51694851 15371935744 21672 33554432000 4194304 4196468 140731999873664 139706427761568 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11396] ppid=11384 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11396/stat : 11396 (java) S 11384 11387 8919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51694851 15371935744 21672 33554432000 4194304 4196468 140731999873664 139706293539824 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11397] ppid=11384 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11397/stat : 11397 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51694854 15371935744 21672 33554432000 4194304 4196468 140731999873664 139705919035600 139707848595355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11398] ppid=11384 vsize=15011656 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11387/task/11398/stat : 11398 (java) R 11384 11387 8919 0 -1 4202560 448 0 0 0 1 0 0 0 20 0 15 0 51694854 15371935744 21672 33554432000 4194304 4196468 140731999873664 139706706627056 139707848588694 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11399] ppid=11384 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11399/stat : 11399 (java) R 11384 11387 8919 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 51694854 15371935744 21672 33554432000 4194304 4196468 140731999873664 139706705574512 139707848587906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11400] ppid=11384 vsize=15011656 memory=139883953444480 CPUtime=0.03 cores=0,2,4,6
/proc/11387/task/11400/stat : 11400 (java) R 11384 11387 8919 0 -1 4202560 300 0 0 0 3 0 0 0 20 0 15 0 51694854 15371935744 21672 33554432000 4194304 4196468 140731999873664 139706704521968 139707848598106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11401] ppid=11384 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11401/stat : 11401 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51694854 15371935744 21672 33554432000 4194304 4196468 140731999873664 139705421130848 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11402] ppid=11384 vsize=15011656 memory=139883953444480 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11402/stat : 11402 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694854 15371935744 21672 33554432000 4194304 4196468 140731999873664 139706703468848 139707848587906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 86688 KiB

[startup+0.310459 s]*
/proc/loadavg: 2.37 2.14 2.08 4/221 11402
/proc/meminfo: memFree=16074928/32770624 swapFree=67108860/67108860
[pid=11387] ppid=11384 vsize=15011656 memory=90156 CPUtime=0.43 cores=0,2,4,6
/proc/11387/stat : 11387 (java) S 11384 11387 8919 0 -1 1077944320 10139 0 0 0 39 4 0 0 20 0 15 0 51694847 15371935744 22539 33554432000 4194304 4196468 140731999873664 140731999856208 139707848576759 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
/proc/11387/statm: 3752914 22539 2988 1 0 3715374 0
[pid=11387/tid=11389] ppid=11384 vsize=15011656 memory=8389772277269004345 CPUtime=0.3 cores=0,2,4,6
/proc/11387/task/11389/stat : 11389 (java) R 11384 11387 8919 0 -1 4202560 7850 0 0 0 27 3 0 0 20 0 15 0 51694848 15371935744 22539 33554432000 4194304 4196468 140731999873664 139707820404384 139707848598106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11390] ppid=11384 vsize=15011656 memory=4294967638 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11390/stat : 11390 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694849 15371935744 22539 33554432000 4194304 4196468 140731999873664 139707852819216 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11391] ppid=11384 vsize=15011656 memory=139883953455978 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11391/stat : 11391 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694849 15371935744 22539 33554432000 4194304 4196468 140731999873664 139707643902864 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11392] ppid=11384 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11392/stat : 11392 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694849 15371935744 22539 33554432000 4194304 4196468 140731999873664 139707642850320 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11393] ppid=11384 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11393/stat : 11393 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694849 15371935744 22539 33554432000 4194304 4196468 140731999873664 139707641797776 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11394] ppid=11384 vsize=15011656 memory=139883953444480 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11394/stat : 11394 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694851 15371935744 22539 33554432000 4194304 4196468 140731999873664 139706707679216 139707848587906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11395] ppid=11384 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11395/stat : 11395 (java) S 11384 11387 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51694851 15371935744 22539 33554432000 4194304 4196468 140731999873664 139706427761568 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11396] ppid=11384 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11396/stat : 11396 (java) S 11384 11387 8919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51694851 15371935744 22539 33554432000 4194304 4196468 140731999873664 139706293539824 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11397] ppid=11384 vsize=15011656 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11397/stat : 11397 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51694854 15371935744 22539 33554432000 4194304 4196468 140731999873664 139705919035600 139707848595355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11398] ppid=11384 vsize=15011656 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/11387/task/11398/stat : 11398 (java) R 11384 11387 8919 0 -1 4202560 499 0 0 0 3 0 0 0 20 0 15 0 51694854 15371935744 22539 33554432000 4194304 4196468 140731999873664 139706706627056 139707830120977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11399] ppid=11384 vsize=15011656 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11387/task/11399/stat : 11399 (java) R 11384 11387 8919 0 -1 1077944384 117 0 0 0 2 0 0 0 20 0 15 0 51694854 15371935744 22539 33554432000 4194304 4196468 140731999873664 139706705574512 139707848587906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11400] ppid=11384 vsize=15011656 memory=139883953444480 CPUtime=0.07 cores=0,2,4,6
/proc/11387/task/11400/stat : 11400 (java) R 11384 11387 8919 0 -1 4202560 319 0 0 0 7 0 0 0 20 0 15 0 51694854 15371935744 22539 33554432000 4194304 4196468 140731999873664 139706704521968 139707827236301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11401] ppid=11384 vsize=15011656 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11401/stat : 11401 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51694854 15371935744 22539 33554432000 4194304 4196468 140731999873664 139705421130848 139707848586965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11402] ppid=11384 vsize=15011656 memory=139883953444480 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11402/stat : 11402 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694854 15371935744 22539 33554432000 4194304 4196468 140731999873664 139706703468848 139707848587906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15011656 KiB
Current children cumulated memory: 90156 KiB

[startup+0.702333 s]
/proc/loadavg: 2.37 2.14 2.08 3/221 11402
/proc/meminfo: memFree=16051364/32770624 swapFree=67108860/67108860
[pid=11387] ppid=11384 vsize=15020052 memory=130032 CPUtime=1.01 cores=0,2,4,6
/proc/11387/stat : 11387 (java) S 11384 11387 8919 0 -1 1077944320 17217 0 0 0 95 6 0 0 20 0 15 0 51694847 15380533248 32508 33554432000 4194304 4196468 140731999873664 140731999856208 139707848576759 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
/proc/11387/statm: 3755013 32508 3174 1 0 3716398 0
[pid=11387/tid=11389] ppid=11384 vsize=15020052 memory=188820653883361 CPUtime=0.67 cores=0,2,4,6
/proc/11387/task/11389/stat : 11389 (java) R 11384 11387 8919 0 -1 4202560 14465 0 0 0 62 5 0 0 20 0 15 0 51694848 15380533248 32508 33554432000 4194304 4196468 140731999873664 139707820409696 139707832657246 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11390] ppid=11384 vsize=15020052 memory=268934 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11390/stat : 11390 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694849 15380533248 32508 33554432000 4194304 4196468 140731999873664 139707852819216 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11391] ppid=11384 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11391/stat : 11391 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694849 15380533248 32508 33554432000 4194304 4196468 140731999873664 139707643902864 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11392] ppid=11384 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11392/stat : 11392 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694849 15380533248 32508 33554432000 4194304 4196468 140731999873664 139707642850320 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11393] ppid=11384 vsize=15020052 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11393/stat : 11393 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694849 15380533248 32508 33554432000 4194304 4196468 140731999873664 139707641797776 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11394] ppid=11384 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11394/stat : 11394 (java) S 11384 11387 8919 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 51694851 15380533248 32508 33554432000 4194304 4196468 140731999873664 139706707679216 139707848587906 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11395] ppid=11384 vsize=15020052 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11395/stat : 11395 (java) S 11384 11387 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51694851 15380533248 32508 33554432000 4194304 4196468 140731999873664 139706427761568 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11396] ppid=11384 vsize=15020052 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11396/stat : 11396 (java) S 11384 11387 8919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51694851 15380533248 32508 33554432000 4194304 4196468 140731999873664 139706293539824 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11397] ppid=11384 vsize=15020052 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11397/stat : 11397 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51694854 15380533248 32508 33554432000 4194304 4196468 140731999873664 139705919035600 139707848595355 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11398] ppid=11384 vsize=15020052 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11387/task/11398/stat : 11398 (java) R 11384 11387 8919 0 -1 4202560 621 0 0 0 7 0 0 0 20 0 15 0 51694854 15380533248 32508 33554432000 4194304 4196468 140731999873664 139706706617440 139707830096832 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11399] ppid=11384 vsize=15020052 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11387/task/11399/stat : 11399 (java) S 11384 11387 8919 0 -1 1077944384 332 0 0 0 8 0 0 0 20 0 15 0 51694854 15380533248 32508 33554432000 4194304 4196468 140731999873664 139706705574512 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11400] ppid=11384 vsize=15020052 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/11387/task/11400/stat : 11400 (java) S 11384 11387 8919 0 -1 1077944384 435 0 0 0 16 0 0 0 20 0 15 0 51694854 15380533248 32508 33554432000 4194304 4196468 140731999873664 139706704521968 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11401] ppid=11384 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11401/stat : 11401 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51694854 15380533248 32508 33554432000 4194304 4196468 140731999873664 139705421130848 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11402] ppid=11384 vsize=15020052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11402/stat : 11402 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51694854 15380533248 32508 33554432000 4194304 4196468 140731999873664 139706703468848 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15020052 KiB
Current children cumulated memory: 130032 KiB

[startup+1.50818 s]
/proc/loadavg: 2.37 2.14 2.08 5/221 11402
/proc/meminfo: memFree=16025368/32770624 swapFree=67108860/67108860
[pid=11387] ppid=11384 vsize=15026264 memory=181884 CPUtime=2.95 cores=0,2,4,6
/proc/11387/stat : 11387 (java) S 11384 11387 8919 0 -1 1077944320 21490 0 0 0 286 9 0 0 20 0 15 0 51694847 15386894336 45471 33554432000 4194304 4196468 140731999873664 140731999856208 139707848576759 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
/proc/11387/statm: 3756566 45471 3216 1 0 3717422 0
[pid=11387/tid=11389] ppid=11384 vsize=15026264 memory=5794836780235446120 CPUtime=1.48 cores=0,2,4,6
/proc/11387/task/11389/stat : 11389 (java) R 11384 11387 8919 0 -1 4202560 15838 0 0 0 141 7 0 0 20 0 15 0 51694848 15386894336 45471 33554432000 4194304 4196468 140731999873664 139707820414128 139707832657246 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11390] ppid=11384 vsize=15026264 memory=6298673690012637032 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11390/stat : 11390 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694849 15386894336 45471 33554432000 4194304 4196468 140731999873664 139707852819216 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11391] ppid=11384 vsize=15026264 memory=7589518994016004454 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11391/stat : 11391 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694849 15386894336 45471 33554432000 4194304 4196468 140731999873664 139707643902864 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11392] ppid=11384 vsize=15026264 memory=7523653948384437076 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11392/stat : 11392 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51694849 15386894336 45471 33554432000 4194304 4196468 140731999873664 139707642850320 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11393] ppid=11384 vsize=15026264 memory=4638778406922702160 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11393/stat : 11393 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51694849 15386894336 45471 33554432000 4194304 4196468 140731999873664 139707641797776 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11394] ppid=11384 vsize=15026264 memory=7667209510694185561 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11394/stat : 11394 (java) S 11384 11387 8919 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 51694851 15386894336 45471 33554432000 4194304 4196468 140731999873664 139706707679216 139707848587906 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0

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

/proc/11387/task/11402/stat : 11402 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706703468848 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11404] ppid=11384 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11404/stat : 11404 (java) S 11384 11387 8919 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 51695041 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707636196416 139707848601369 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11406] ppid=11384 vsize=15681864 memory=279767594502912 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11406/stat : 11406 (java) S 11384 11387 8919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 51695041 16058228736 81592 33554432000 4194304 4196468 140731999873664 139704884244016 139707848598685 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11407] ppid=11384 vsize=15681864 memory=3472468179957882752 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11407/stat : 11407 (java) S 11384 11387 8919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 51695041 16058228736 81592 33554432000 4194304 4196468 140731999873664 139704750022320 139707848598685 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11408] ppid=11384 vsize=15681864 memory=-8096445597189105254 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11408/stat : 11408 (java) S 11384 11387 8919 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 51695044 16058228736 81592 33554432000 4194304 4196468 140731999873664 139705018474016 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
Current children cumulated CPU time: 23.37 s
Current children cumulated vsize: 15723272 KiB
Current children cumulated memory: 351332 KiB

[startup+21.6009 s]
/proc/loadavg: 2.26 2.13 2.08 3/226 11408
/proc/meminfo: memFree=15813236/32770624 swapFree=67108860/67108860
[pid=11387] ppid=11384 vsize=15681864 memory=326368 CPUtime=4.52 cores=0,2,4,6
/proc/11387/stat : 11387 (java) S 11384 11387 8919 0 -1 1077944320 23636 0 0 0 439 13 0 0 20 0 19 0 51694847 16058228736 81592 33554432000 4194304 4196468 140731999873664 140731999856208 139707848576759 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
/proc/11387/statm: 3920466 81592 3225 1 0 3881322 0
[pid=11403] ppid=11387 vsize=41408 memory=25208 CPUtime=19.65 cores=0,2,4,6
/proc/11403/stat : 11403 (minisat_release) R 11387 11387 8919 0 -1 4202496 16739 0 0 0 1964 1 0 0 20 0 1 0 51695040 42401792 6302 33554432000 4194304 4308513 140729462842496 140729462839496 4276039 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 23171072 140729462846127 140729462846638 140729462846638 140729462849477 0
/proc/11403/statm: 10352 6302 354 28 0 6592 0
[pid=11387/tid=11389] ppid=11384 vsize=15681864 memory=2340 CPUtime=1.95 cores=0,2,4,6
/proc/11387/task/11389/stat : 11389 (java) S 11384 11387 8919 0 -1 1077944384 16318 0 0 0 186 9 0 0 20 0 19 0 51694848 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707820416000 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11390] ppid=11384 vsize=15681864 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11390/stat : 11390 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51694849 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707852819216 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11391] ppid=11384 vsize=15681864 memory=1928 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11391/stat : 11391 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51694849 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707643902864 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11392] ppid=11384 vsize=15681864 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11392/stat : 11392 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51694849 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707642850320 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11393] ppid=11384 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11393/stat : 11393 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51694849 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707641797776 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11394] ppid=11384 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11394/stat : 11394 (java) S 11384 11387 8919 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 51694851 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706707679216 139707848587906 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11395] ppid=11384 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11395/stat : 11395 (java) S 11384 11387 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 51694851 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706427761568 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11396] ppid=11384 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11396/stat : 11396 (java) S 11384 11387 8919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 51694851 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706293539824 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11397] ppid=11384 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11397/stat : 11397 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139705919035600 139707848595355 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11398] ppid=11384 vsize=15681864 memory=279767594674944 CPUtime=0.86 cores=0,2,4,6
/proc/11387/task/11398/stat : 11398 (java) S 11384 11387 8919 0 -1 1077944384 2127 0 0 0 85 1 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706706627056 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11399] ppid=11384 vsize=15681864 memory=139883797339744 CPUtime=0.84 cores=0,2,4,6
/proc/11387/task/11399/stat : 11399 (java) S 11384 11387 8919 0 -1 1077944384 872 0 0 0 84 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706705574512 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11400] ppid=11384 vsize=15681864 memory=0 CPUtime=0.83 cores=0,2,4,6
/proc/11387/task/11400/stat : 11400 (java) S 11384 11387 8919 0 -1 1077944384 2903 0 0 0 82 1 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706704521968 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11401] ppid=11384 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11401/stat : 11401 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139705421130848 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11402] ppid=11384 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11402/stat : 11402 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706703468848 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11404] ppid=11384 vsize=15681864 memory=16688 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11404/stat : 11404 (java) S 11384 11387 8919 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 51695041 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707636196416 139707848601369 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11406] ppid=11384 vsize=15681864 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11406/stat : 11406 (java) S 11384 11387 8919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 51695041 16058228736 81592 33554432000 4194304 4196468 140731999873664 139704884244016 139707848598685 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11407] ppid=11384 vsize=15681864 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11407/stat : 11407 (java) S 11384 11387 8919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 51695041 16058228736 81592 33554432000 4194304 4196468 140731999873664 139704750022320 139707848598685 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11408] ppid=11384 vsize=15681864 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11408/stat : 11408 (java) S 11384 11387 8919 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 51695044 16058228736 81592 33554432000 4194304 4196468 140731999873664 139705018474016 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
Current children cumulated CPU time: 24.17 s
Current children cumulated vsize: 15723272 KiB
Current children cumulated memory: 351576 KiB

[startup+22.0009 s]*
/proc/loadavg: 2.26 2.13 2.08 3/226 11408
/proc/meminfo: memFree=15813236/32770624 swapFree=67108860/67108860
[pid=11387] ppid=11384 vsize=15681864 memory=326368 CPUtime=4.52 cores=0,2,4,6
/proc/11387/stat : 11387 (java) S 11384 11387 8919 0 -1 1077944320 23636 0 0 0 439 13 0 0 20 0 19 0 51694847 16058228736 81592 33554432000 4194304 4196468 140731999873664 140731999856208 139707848576759 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
/proc/11387/statm: 3920466 81592 3225 1 0 3881322 0
[pid=11403] ppid=11387 vsize=41408 memory=25208 CPUtime=20.06 cores=0,2,4,6
/proc/11403/stat : 11403 (minisat_release) R 11387 11387 8919 0 -1 4202496 16742 0 0 0 2005 1 0 0 20 0 1 0 51695040 42401792 6302 33554432000 4194304 4308513 140729462842496 140729462839496 4276446 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 23171072 140729462846127 140729462846638 140729462846638 140729462849477 0
/proc/11403/statm: 10352 6302 354 28 0 6592 0
[pid=11387/tid=11389] ppid=11384 vsize=15681864 memory=8389772277269004345 CPUtime=1.95 cores=0,2,4,6
/proc/11387/task/11389/stat : 11389 (java) S 11384 11387 8919 0 -1 1077944384 16318 0 0 0 186 9 0 0 20 0 19 0 51694848 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707820416000 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11390] ppid=11384 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11390/stat : 11390 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51694849 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707852819216 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11391] ppid=11384 vsize=15681864 memory=3544951043551145207 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11391/stat : 11391 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51694849 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707643902864 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11392] ppid=11384 vsize=15681864 memory=3611939816022749215 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11392/stat : 11392 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51694849 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707642850320 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11393] ppid=11384 vsize=15681864 memory=2320674800325101750 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11393/stat : 11393 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51694849 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707641797776 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11394] ppid=11384 vsize=15681864 memory=2319413397348233781 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11394/stat : 11394 (java) S 11384 11387 8919 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 51694851 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706707679216 139707848587906 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11395] ppid=11384 vsize=15681864 memory=7883941944226507353 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11395/stat : 11395 (java) S 11384 11387 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 51694851 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706427761568 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11396] ppid=11384 vsize=15681864 memory=7667209510694185561 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11396/stat : 11396 (java) S 11384 11387 8919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 51694851 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706293539824 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11397] ppid=11384 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11397/stat : 11397 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139705919035600 139707848595355 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11398] ppid=11384 vsize=15681864 memory=3760561988245206047 CPUtime=0.86 cores=0,2,4,6
/proc/11387/task/11398/stat : 11398 (java) S 11384 11387 8919 0 -1 1077944384 2127 0 0 0 85 1 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706706627056 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11399] ppid=11384 vsize=15681864 memory=2320674800325101750 CPUtime=0.84 cores=0,2,4,6
/proc/11387/task/11399/stat : 11399 (java) S 11384 11387 8919 0 -1 1077944384 872 0 0 0 84 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706705574512 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11400] ppid=11384 vsize=15681864 memory=3545238011844304944 CPUtime=0.83 cores=0,2,4,6
/proc/11387/task/11400/stat : 11400 (java) S 11384 11387 8919 0 -1 1077944384 2903 0 0 0 82 1 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706704521968 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11401] ppid=11384 vsize=15681864 memory=142058213531009 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11401/stat : 11401 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139705421130848 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11402] ppid=11384 vsize=15681864 memory=16058228735 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11402/stat : 11402 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706703468848 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11404] ppid=11384 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11404/stat : 11404 (java) S 11384 11387 8919 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 51695041 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707636196416 139707848601369 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11406] ppid=11384 vsize=15681864 memory=3616707367228813360 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11406/stat : 11406 (java) S 11384 11387 8919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 51695041 16058228736 81592 33554432000 4194304 4196468 140731999873664 139704884244016 139707848598685 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11407] ppid=11384 vsize=15681864 memory=6516894262847981948 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11407/stat : 11407 (java) S 11384 11387 8919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 51695041 16058228736 81592 33554432000 4194304 4196468 140731999873664 139704750022320 139707848598685 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11408] ppid=11384 vsize=15681864 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11408/stat : 11408 (java) S 11384 11387 8919 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 51695044 16058228736 81592 33554432000 4194304 4196468 140731999873664 139705018474016 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
Current children cumulated CPU time: 24.58 s
Current children cumulated vsize: 15723272 KiB
Current children cumulated memory: 351576 KiB

[startup+22.1102 s]
/proc/loadavg: 2.26 2.13 2.08 3/226 11408
/proc/meminfo: memFree=15813236/32770624 swapFree=67108860/67108860
[pid=11387] ppid=11384 vsize=15681864 memory=326368 CPUtime=4.52 cores=0,2,4,6
/proc/11387/stat : 11387 (java) S 11384 11387 8919 0 -1 1077944320 23636 0 0 0 439 13 0 0 20 0 19 0 51694847 16058228736 81592 33554432000 4194304 4196468 140731999873664 140731999856208 139707848576759 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
/proc/11387/statm: 3920466 81592 3225 1 0 3881322 0
[pid=11403] ppid=11387 vsize=41408 memory=25208 CPUtime=20.16 cores=0,2,4,6
/proc/11403/stat : 11403 (minisat_release) R 11387 11387 8919 0 -1 4202496 16742 0 0 0 2015 1 0 0 20 0 1 0 51695040 42401792 6302 33554432000 4194304 4308513 140729462842496 140729462839496 4276465 0 4 0 8396802 0 0 0 17 4 0 0 0 0 0 6409496 6410680 23171072 140729462846127 140729462846638 140729462846638 140729462849477 0
/proc/11403/statm: 10352 6302 354 28 0 6592 0
[pid=11387/tid=11389] ppid=11384 vsize=15681864 memory=25208 CPUtime=1.95 cores=0,2,4,6
/proc/11387/task/11389/stat : 11389 (java) S 11384 11387 8919 0 -1 1077944384 16318 0 0 0 186 9 0 0 20 0 19 0 51694848 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707820416000 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11390] ppid=11384 vsize=15681864 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11390/stat : 11390 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51694849 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707852819216 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11391] ppid=11384 vsize=15681864 memory=-7824251494390584680 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11391/stat : 11391 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51694849 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707643902864 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11392] ppid=11384 vsize=15681864 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11392/stat : 11392 (java) S 11384 11387 8919 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 51694849 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707642850320 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11393] ppid=11384 vsize=15681864 memory=22768 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11393/stat : 11393 (java) S 11384 11387 8919 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 51694849 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707641797776 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11394] ppid=11384 vsize=15681864 memory=279767593771008 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11394/stat : 11394 (java) S 11384 11387 8919 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 51694851 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706707679216 139707848587906 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11395] ppid=11384 vsize=15681864 memory=326368 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11395/stat : 11395 (java) S 11384 11387 8919 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 51694851 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706427761568 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11396] ppid=11384 vsize=15681864 memory=16996 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11396/stat : 11396 (java) S 11384 11387 8919 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 51694851 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706293539824 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11397] ppid=11384 vsize=15681864 memory=22784 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11397/stat : 11397 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139705919035600 139707848595355 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11398] ppid=11384 vsize=15681864 memory=34483942 CPUtime=0.86 cores=0,2,4,6
/proc/11387/task/11398/stat : 11398 (java) S 11384 11387 8919 0 -1 1077944384 2127 0 0 0 85 1 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706706627056 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11399] ppid=11384 vsize=15681864 memory=65 CPUtime=0.84 cores=0,2,4,6
/proc/11387/task/11399/stat : 11399 (java) S 11384 11387 8919 0 -1 1077944384 872 0 0 0 84 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706705574512 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11400] ppid=11384 vsize=15681864 memory=6370719275257063784 CPUtime=0.83 cores=0,2,4,6
/proc/11387/task/11400/stat : 11400 (java) S 11384 11387 8919 0 -1 1077944384 2903 0 0 0 82 1 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706704521968 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11401] ppid=11384 vsize=15681864 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11401/stat : 11401 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139705421130848 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11402] ppid=11384 vsize=15681864 memory=1928 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11402/stat : 11402 (java) S 11384 11387 8919 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 51694854 16058228736 81592 33554432000 4194304 4196468 140731999873664 139706703468848 139707848587906 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11404] ppid=11384 vsize=15681864 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11404/stat : 11404 (java) S 11384 11387 8919 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 51695041 16058228736 81592 33554432000 4194304 4196468 140731999873664 139707636196416 139707848601369 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11406] ppid=11384 vsize=15681864 memory=326368 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11406/stat : 11406 (java) S 11384 11387 8919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 51695041 16058228736 81592 33554432000 4194304 4196468 140731999873664 139704884244016 139707848598685 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11407] ppid=11384 vsize=15681864 memory=24964 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11407/stat : 11407 (java) S 11384 11387 8919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 51695041 16058228736 81592 33554432000 4194304 4196468 140731999873664 139704750022320 139707848598685 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
[pid=11387/tid=11408] ppid=11384 vsize=15681864 memory=326368 CPUtime=0 cores=0,2,4,6
/proc/11387/task/11408/stat : 11408 (java) S 11384 11387 8919 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 51695044 16058228736 81592 33554432000 4194304 4196468 140731999873664 139705018474016 139707848586965 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36052992 140731999876084 140731999876361 140731999876361 140731999879119 0
Current children cumulated CPU time: 24.68 s
Current children cumulated vsize: 15723272 KiB
Current children cumulated memory: 351576 KiB

Child status: 0
Real time (s): 22.1657
CPU time (s): 24.8008
CPU user time (s): 24.6332
CPU system time (s): 0.167611
CPU usage (%): 111.888
Max. virtual memory (cumulated for all children) (KiB): 15727620
Max. memory (cumulated for all children) (KiB): 352032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.6332
system time used= 0.167611
maximum resident set size= 331144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40541
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4011
involuntary context switches= 60


# summary of solver processes directly reported to runsolver:
#   pid: 11387
#   total CPU time (s): 24.8008
#   total CPU user time (s): 24.6332
#   total CPU system time (s): 0.167611

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.157333 second user time and 0.276024 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-23 12:21:57
IDJOB=4293357
IDBENCH=141166
IDSOLVER=2755
FILE ID=node102/4293357-1532341317
RUNJOBID= node102-1532330044-8950
PBS_JOBID= 21019000
Free space on /tmp= 53236 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-06-13)
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K04-P03_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-4293357-1532341317/watcher-4293357-1532341317 -o /tmp/evaluation-result-4293357-1532341317/solver-4293357-1532341317 -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-4293357-1532341317.xml

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

MD5SUM BENCH= 76f2570dac1ecc86f40824dfede26263
RANDOM SEED=1966664266

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:        16153304 kB
MemAvailable:   31377652 kB
Buffers:          254572 kB
Cached:         15058016 kB
SwapCached:            0 kB
Active:          2103180 kB
Inactive:       13825932 kB
Active(anon):     619560 kB
Inactive(anon):    16888 kB
Active(file):    1483620 kB
Inactive(file): 13809044 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7952 kB
Writeback:             0 kB
AnonPages:        739220 kB
Mapped:            48944 kB
Shmem:             17036 kB
Slab:             387804 kB
SReclaimable:     360144 kB
SUnreclaim:        27660 kB
KernelStack:        3936 kB
PageTables:         6708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13443716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 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 12:22:19