Trace number 4296935

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+glucose-syrup (2018-07-07)UNSAT 3.066 1.61041

General information on the benchmark

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

Solver Data

0.66/0.53	
0.66/0.53	scop order+glucose-syrup (2018-07-07)
0.66/0.53	
0.66/0.55	c BEGIN-Prog: Fri Jul 27 04:42:41 CEST 2018
0.66/0.55	c PID: 16549
0.66/0.55	c IP: 172.20.3.105
0.66/0.55	c HOST: node105.alineos.net
0.66/0.56	c (0,0) Parsing Begin
1.16/0.85	c (0,0) Parsing End
1.16/0.86	c (0,0) CSP: 0 int (0 aux), 54 bool (0 aux), 36 ctr, max domain size 2
1.16/0.86	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.16/0.86	c (0,0) Constraint Name Generate Begin
1.16/0.86	c (0,0) Ctr:HOME/instance-4296935-1532659360.xml,ExtensionSupport:IntVar
1.16/0.86	c (0,0) Constraint Name Generate End
1.16/0.86	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.16/0.86	c (0,0) CSP to CSPinCNF Begin
1.50/1.09	c (0,0) translated 4 (10%) constraints
1.70/1.14	c (0,0) translated 8 (20%) constraints
1.70/1.16	c (0,0) translated 11 (30%) constraints
1.96/1.21	c (0,0) translated 15 (40%) constraints
1.96/1.23	c (0,0) translated 18 (50%) constraints
1.96/1.26	c (0,0) translated 22 (60%) constraints
1.96/1.28	c (0,0) translated 26 (70%) constraints
1.96/1.29	c (0,0) translated 29 (80%) constraints
2.53/1.47	c (0,0) translated 33 (90%) constraints
2.53/1.47	c (0,0) translated 36 (100%) constraints
2.53/1.47	c (0,0) STATISTICS1:HOME/instance-4296935-1532659360.xml,ExtensionSupport:IntVar,198,684,-1,2,3,1,,2:1800,3:468;2:216,1:1800;0:36,
2.53/1.47	c (0,0) ===========================================
2.53/1.47	c (0,0) Order
2.53/1.47	c (0,0) ===========================================
2.53/1.47	c (0,0) translated 69 (10%) constraints
2.53/1.47	c (0,0) translated 137 (20%) constraints
2.53/1.47	c (0,0) translated 206 (30%) constraints
2.53/1.47	c (0,0) translated 274 (40%) constraints
2.53/1.47	c (0,0) translated 342 (50%) constraints
2.53/1.47	c (0,0) translated 411 (60%) constraints
2.53/1.47	c (0,0) translated 479 (70%) constraints
2.53/1.47	c (0,0) translated 548 (80%) constraints
2.53/1.47	c (0,0) translated 616 (90%) constraints
2.53/1.47	c (0,0) translated 684 (100%) constraints
2.53/1.47	c (0,0) CSP to CSPinCNF End
2.53/1.47	c (0,0) CSP: 0 int (0 aux), 198 bool (144 aux), 684 ctr, max domain size 2
2.53/1.47	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.53/1.47	c (0,0) CSPinCNF Propagation Begin
2.53/1.47	c (0,0) 0 values, 36 unsatisfiable literals, and 0 valid clauses are removed
2.53/1.47	c (0,0) CSPinCNF Propagation End
2.53/1.47	c (0,0) CSP: 0 int (0 aux), 198 bool (144 aux), 684 ctr, max domain size 2
2.53/1.47	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.53/1.47	c (0,0) Simplify CSPinCNF Begin
2.53/1.47	c (0,0) Simplify CSPinCNF End
2.53/1.47	c (0,0) CSP: 0 int (0 aux), 198 bool (144 aux), 684 ctr, max domain size 2
2.53/1.47	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.53/1.47	c (0,0) Calculate Precise Domain Begin
2.53/1.47	c (0,0) 0 values are removed by re-calculation
2.53/1.47	c (0,0) Calculate Precise Domain End
2.53/1.47	c (0,0) CSP: 0 int (0 aux), 198 bool (144 aux), 684 ctr, max domain size 2
2.53/1.47	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.53/1.47	c (0,0) CSPinCNF to SatSolver Begin
2.53/1.49	c (0,0) 69 (10 %) CSP clauses are encoded (198 SAT variables, 68 SAT clauses)
2.53/1.49	c (0,0) 137 (20 %) CSP clauses are encoded (198 SAT variables, 136 SAT clauses)
2.82/1.50	c (0,0) 206 (30 %) CSP clauses are encoded (198 SAT variables, 205 SAT clauses)
2.82/1.50	c (0,0) 274 (40 %) CSP clauses are encoded (198 SAT variables, 273 SAT clauses)
2.82/1.51	c (0,0) 342 (50 %) CSP clauses are encoded (198 SAT variables, 341 SAT clauses)
2.82/1.51	c (0,0) 411 (60 %) CSP clauses are encoded (198 SAT variables, 410 SAT clauses)
2.82/1.51	c (0,0) 479 (70 %) CSP clauses are encoded (198 SAT variables, 478 SAT clauses)
2.82/1.51	c (0,0) 548 (80 %) CSP clauses are encoded (198 SAT variables, 547 SAT clauses)
2.82/1.52	c (0,0) 616 (90 %) CSP clauses are encoded (198 SAT variables, 615 SAT clauses)
2.82/1.52	c (0,0) 684 (100 %) CSP clauses are encoded (198 SAT variables, 683 SAT clauses)
2.82/1.52	c (0,0) CSPinCNF to SatSolver End
2.82/1.52	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
2.82/1.53	c (1,0) STATISTICS2:HOME/instance-4296935-1532659360.xml,ExtensionSupport:IntVar,198,684,-1,2,3,1,,2:1800,3:432;2:252,1:1800,
2.82/1.53	c (1,0) SatSolver.solve Begin
2.82/1.53	c (1,0) 198 bool, 684 clause
2.82/1.54	c (1,0) HOME/glucose-syrup -model -nthreads=8 -maxmemory=10000 HOME/instance-4296935-1532659360.xml-scop-16549.cnf HOME/instance-4296935-1532659360.xml-scop-16549.cnf.out
2.82/1.56	c (1,0) c
2.82/1.56	c (1,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
2.82/1.56	c (1,0) c
2.82/1.56	c (1,0) c WARNING: for repeatability, setting FPU to use double precision
2.82/1.56	c (1,0) c 8 solvers engines and 1 companion as a blackboard created.
2.82/1.56	c (1,0) c ========================================[ Problem Statistics ]===========================================
2.82/1.56	c (1,0) c |                                                                                                       |
2.82/1.56	c (1,0) c |  Number of variables:           198                                                                   |
2.82/1.56	c (1,0) c |  Number of clauses:             684                                                                   |
2.82/1.56	c (1,0) c |  Parse time:                   0.00 s                                                                 |
2.82/1.56	c (1,0) c |                                                                                                       |
2.82/1.56	c (1,0) c |  Eliminated clauses:           0.01 Mb                                                                |
2.82/1.56	c (1,0) c |  Simplification time:          0.00 s                                                                 |
2.82/1.56	c (1,0) c |                                                                                                       |
2.82/1.56	c (1,0) c =========================================================================================================
2.82/1.56	c (1,0) Solved by unit propagation
2.82/1.56	c (1,0) c real time : 0.00157595 s
2.82/1.56	c (1,0) c cpu time  : 0.002403 s
2.82/1.56	c (1,0) 
2.82/1.56	c (1,0) s UNSATISFIABLE
2.82/1.59	c (1,1) SatSolver.solve End
2.82/1.59	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
2.82/1.59	c (1,1) Show results Begin
2.82/1.59	s UNSATISFIABLE
2.82/1.59	c (1,1) Show results End
2.82/1.59	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
2.82/1.59	c (1,1) 0,0,0,0,0,0,0,1,1,STOP-AFTER(ALL)
2.82/1.59	c END-Prog: Fri Jul 27 04:42:42 CEST 2018

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8499 MiB free)
  memory of node 1: 16384 MiB (11554 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296935-1532659360/watcher-4296935-1532659360 -o /tmp/evaluation-result-4296935-1532659360/solver-4296935-1532659360 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532654157-15025 --watchdog 2580 java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -order -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4296935-1532659360.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=16549, runsolver pid=16546

[startup+0.10012 s]*
/proc/loadavg: 7.42 8.41 8.65 3/199 16569
/proc/meminfo: memFree=20439780/32770624 swapFree=67108860/67108860
[pid=16549] ppid=16546 vsize=27312552 memory=109056 CPUtime=0.11 cores=0-7
/proc/16549/stat : 16549 (java) S 16546 16549 14998 0 -1 1077944320 6281 0 0 0 9 2 0 0 20 0 20 0 83499197 27968053248 27264 33554432000 4194304 4196468 140729815815232 140729815797776 140347748130551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
/proc/16549/statm: 6828138 27264 2746 1 0 6790598 0
[pid=16549/tid=16551] ppid=16546 vsize=27312552 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/16549/task/16551/stat : 16551 (java) R 16546 16549 14998 0 -1 4202560 4397 0 0 0 7 1 0 0 20 0 20 0 83499197 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347719956880 140347748142486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16552] ppid=16546 vsize=27312552 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16549/task/16552/stat : 16552 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347752372752 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16553] ppid=16546 vsize=27312552 memory=140026820347520 CPUtime=0 cores=0-7
/proc/16549/task/16553/stat : 16553 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347520387728 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16554] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16554/stat : 16554 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347169212688 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16555] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16555/stat : 16555 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347168160144 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16556] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16556/stat : 16556 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347167108112 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16557] ppid=16546 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/16549/task/16557/stat : 16557 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347166055568 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16558] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16558/stat : 16558 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347165002512 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16559] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16559/stat : 16559 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347163949968 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16560] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16560/stat : 16560 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499201 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347122346224 140347748141698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16561] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16561/stat : 16561 (java) S 16546 16549 14998 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83499202 27968053248 27264 33554432000 4194304 4196468 140729815815232 140345727771808 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16562] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16562/stat : 16562 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499202 27968053248 27264 33554432000 4194304 4196468 140729815815232 140345505473264 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16563] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16563/stat : 16563 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499204 27968053248 27264 33554432000 4194304 4196468 140729815815232 140345130964944 140347748149147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16564] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16564/stat : 16564 (java) S 16546 16549 14998 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 83499204 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347121294064 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16565] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16565/stat : 16565 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499204 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347120241520 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16566] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16566/stat : 16566 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499204 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347119188464 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16567] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16567/stat : 16567 (java) S 16546 16549 14998 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 20 0 83499204 27968053248 27264 33554432000 4194304 4196468 140729815815232 140347118135920 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16568] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16568/stat : 16568 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499205 27968053248 27264 33554432000 4194304 4196468 140729815815232 140344633059808 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16569] ppid=16546 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/16549/task/16569/stat : 16569 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499205 27968053248 27264 33554432000 4194304 4196468 140729815815232 140345593551536 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 109056 KiB

[startup+0.210442 s]*
/proc/loadavg: 7.42 8.41 8.65 2/199 16569
/proc/meminfo: memFree=20423532/32770624 swapFree=67108860/67108860
[pid=16549] ppid=16546 vsize=27312552 memory=123444 CPUtime=0.24 cores=0-7
/proc/16549/stat : 16549 (java) S 16546 16549 14998 0 -1 1077944320 10071 0 0 0 21 3 0 0 20 0 20 0 83499197 27968053248 30861 33554432000 4194304 4196468 140729815815232 140729815797776 140347748130551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
/proc/16549/statm: 6828138 30861 2906 1 0 6790598 0
[pid=16549/tid=16551] ppid=16546 vsize=27312552 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/16549/task/16551/stat : 16551 (java) R 16546 16549 14998 0 -1 4202560 7970 0 0 0 17 2 0 0 20 0 20 0 83499197 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347719921216 140347748152477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16552] ppid=16546 vsize=27312552 memory=13939 CPUtime=0 cores=0-7
/proc/16549/task/16552/stat : 16552 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347752372752 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16553] ppid=16546 vsize=27312552 memory=140026820899474 CPUtime=0 cores=0-7
/proc/16549/task/16553/stat : 16553 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347520387728 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16554] ppid=16546 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/16549/task/16554/stat : 16554 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347169212688 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16555] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16555/stat : 16555 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347168160144 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16556] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16556/stat : 16556 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347167108112 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16557] ppid=16546 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/16549/task/16557/stat : 16557 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347166055568 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16558] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16558/stat : 16558 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347165002512 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16559] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16559/stat : 16559 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347163949968 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16560] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16560/stat : 16560 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499201 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347122346224 140347748141698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16561] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16561/stat : 16561 (java) S 16546 16549 14998 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83499202 27968053248 30861 33554432000 4194304 4196468 140729815815232 140345727771808 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16562] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16562/stat : 16562 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499202 27968053248 30861 33554432000 4194304 4196468 140729815815232 140345505473264 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16563] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16563/stat : 16563 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499204 27968053248 30861 33554432000 4194304 4196468 140729815815232 140345130964944 140347748149147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16564] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16564/stat : 16564 (java) S 16546 16549 14998 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 20 0 83499204 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347121294064 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16565] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16565/stat : 16565 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499204 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347120241520 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16566] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16566/stat : 16566 (java) S 16546 16549 14998 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 20 0 83499204 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347119188464 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16567] ppid=16546 vsize=27312552 memory=0 CPUtime=0.02 cores=0-7
/proc/16549/task/16567/stat : 16567 (java) S 16546 16549 14998 0 -1 1077944384 279 0 0 0 2 0 0 0 20 0 20 0 83499204 27968053248 30861 33554432000 4194304 4196468 140729815815232 140347118135920 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16568] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16568/stat : 16568 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499205 27968053248 30861 33554432000 4194304 4196468 140729815815232 140344633059808 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16569] ppid=16546 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/16549/task/16569/stat : 16569 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499205 27968053248 30861 33554432000 4194304 4196468 140729815815232 140345593551536 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 123444 KiB

[startup+0.310259 s]*
/proc/loadavg: 7.42 8.41 8.65 2/199 16569
/proc/meminfo: memFree=20419624/32770624 swapFree=67108860/67108860
[pid=16549] ppid=16546 vsize=27312552 memory=127152 CPUtime=0.42 cores=0-7
/proc/16549/stat : 16549 (java) S 16546 16549 14998 0 -1 1077944320 10700 0 0 0 38 4 0 0 20 0 20 0 83499197 27968053248 31788 33554432000 4194304 4196468 140729815815232 140729815797776 140347748130551 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
/proc/16549/statm: 6828138 31788 2968 1 0 6790598 0
[pid=16549/tid=16551] ppid=16546 vsize=27312552 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/16549/task/16551/stat : 16551 (java) R 16546 16549 14998 0 -1 4202560 8398 0 0 0 27 3 0 0 20 0 20 0 83499197 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347719934704 140347731317354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16552] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16552/stat : 16552 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347752372752 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16553] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16553/stat : 16553 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347520387728 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16554] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16554/stat : 16554 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347169212688 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16555] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16555/stat : 16555 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347168160144 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16556] ppid=16546 vsize=27312552 memory=2244 CPUtime=0 cores=0-7
/proc/16549/task/16556/stat : 16556 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347167108112 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16557] ppid=16546 vsize=27312552 memory=140026671362991 CPUtime=0 cores=0-7
/proc/16549/task/16557/stat : 16557 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347166055568 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16558] ppid=16546 vsize=27312552 memory=140026671365296 CPUtime=0 cores=0-7
/proc/16549/task/16558/stat : 16558 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347165002512 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16559] ppid=16546 vsize=27312552 memory=140026671367600 CPUtime=0 cores=0-7
/proc/16549/task/16559/stat : 16559 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347163949968 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16560] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16560/stat : 16560 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499201 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347122346224 140347748141698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16561] ppid=16546 vsize=27312552 memory=280053342742160 CPUtime=0 cores=0-7
/proc/16549/task/16561/stat : 16561 (java) S 16546 16549 14998 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83499202 27968053248 31788 33554432000 4194304 4196468 140729815815232 140345727771808 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16562] ppid=16546 vsize=27312552 memory=280053342749072 CPUtime=0 cores=0-7
/proc/16549/task/16562/stat : 16562 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499202 27968053248 31788 33554432000 4194304 4196468 140729815815232 140345505473264 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16563] ppid=16546 vsize=27312552 memory=280053342690352 CPUtime=0 cores=0-7
/proc/16549/task/16563/stat : 16563 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499204 27968053248 31788 33554432000 4194304 4196468 140729815815232 140345130964944 140347748149147 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16564] ppid=16546 vsize=27312552 memory=280053342762896 CPUtime=0.01 cores=0-7
/proc/16549/task/16564/stat : 16564 (java) S 16546 16549 14998 0 -1 1077944384 411 0 0 0 1 0 0 0 20 0 20 0 83499204 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347121294064 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16565] ppid=16546 vsize=27312552 memory=280053342769808 CPUtime=0.01 cores=0-7
/proc/16549/task/16565/stat : 16565 (java) S 16546 16549 14998 0 -1 1077944384 61 0 0 0 1 0 0 0 20 0 20 0 83499204 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347120241520 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16566] ppid=16546 vsize=27312552 memory=280053342767504 CPUtime=0 cores=0-7
/proc/16549/task/16566/stat : 16566 (java) S 16546 16549 14998 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 20 0 83499204 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347119188464 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16567] ppid=16546 vsize=27312552 memory=280053342784112 CPUtime=0.07 cores=0-7
/proc/16549/task/16567/stat : 16567 (java) S 16546 16549 14998 0 -1 1077944384 315 0 0 0 7 0 0 0 20 0 20 0 83499204 27968053248 31788 33554432000 4194304 4196468 140729815815232 140347118135920 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16568] ppid=16546 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16568/stat : 16568 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499205 27968053248 31788 33554432000 4194304 4196468 140729815815232 140344633059808 140347748140757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16569] ppid=16546 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/16549/task/16569/stat : 16569 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499205 27968053248 31788 33554432000 4194304 4196468 140729815815232 140345593551536 140347748141698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 127152 KiB

[startup+0.700824 s]
/proc/loadavg: 7.42 8.41 8.65 2/199 16569
/proc/meminfo: memFree=20395192/32770624 swapFree=67108860/67108860
[pid=16549] ppid=16546 vsize=27320948 memory=165264 CPUtime=0.98 cores=0-7
/proc/16549/stat : 16549 (java) S 16546 16549 14998 0 -1 1077944320 17923 0 0 0 92 6 0 0 20 0 20 0 83499197 27976650752 41316 33554432000 4194304 4196468 140729815815232 140729815797776 140347748130551 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
/proc/16549/statm: 6830237 41316 3153 1 0 6791622 0
[pid=16549/tid=16551] ppid=16546 vsize=27320948 memory=0 CPUtime=0.67 cores=0-7
/proc/16549/task/16551/stat : 16551 (java) R 16546 16549 14998 0 -1 4202560 15172 0 0 0 62 5 0 0 20 0 20 0 83499197 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347719966352 140347748151898 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16552] ppid=16546 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16552/stat : 16552 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347752372752 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16553] ppid=16546 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16553/stat : 16553 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499200 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347520387728 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16554] ppid=16546 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16554/stat : 16554 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347169212688 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16555] ppid=16546 vsize=27320948 memory=1196 CPUtime=0 cores=0-7
/proc/16549/task/16555/stat : 16555 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499200 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347168160144 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16556] ppid=16546 vsize=27320948 memory=8536 CPUtime=0 cores=0-7
/proc/16549/task/16556/stat : 16556 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347167108112 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16557] ppid=16546 vsize=27320948 memory=4616 CPUtime=0 cores=0-7
/proc/16549/task/16557/stat : 16557 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499200 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347166055568 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16558] ppid=16546 vsize=27320948 memory=1424 CPUtime=0 cores=0-7
/proc/16549/task/16558/stat : 16558 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347165002512 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16559] ppid=16546 vsize=27320948 memory=15868 CPUtime=0 cores=0-7
/proc/16549/task/16559/stat : 16559 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347163949968 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16560] ppid=16546 vsize=27320948 memory=4052 CPUtime=0 cores=0-7
/proc/16549/task/16560/stat : 16560 (java) S 16546 16549 14998 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 83499201 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347122346224 140347748141698 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16561] ppid=16546 vsize=27320948 memory=18252 CPUtime=0 cores=0-7
/proc/16549/task/16561/stat : 16561 (java) S 16546 16549 14998 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83499202 27976650752 41316 33554432000 4194304 4196468 140729815815232 140345727771808 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16562] ppid=16546 vsize=27320948 memory=14276 CPUtime=0 cores=0-7
/proc/16549/task/16562/stat : 16562 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499202 27976650752 41316 33554432000 4194304 4196468 140729815815232 140345505473264 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16563] ppid=16546 vsize=27320948 memory=644 CPUtime=0 cores=0-7
/proc/16549/task/16563/stat : 16563 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499204 27976650752 41316 33554432000 4194304 4196468 140729815815232 140345130964944 140347748149147 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16564] ppid=16546 vsize=27320948 memory=1792 CPUtime=0.08 cores=0-7
/proc/16549/task/16564/stat : 16564 (java) R 16546 16549 14998 0 -1 4202560 633 0 0 0 8 0 0 0 20 0 20 0 83499204 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347121292464 140347733741486 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16565] ppid=16546 vsize=27320948 memory=796 CPUtime=0.03 cores=0-7
/proc/16549/task/16565/stat : 16565 (java) S 16546 16549 14998 0 -1 1077944384 94 0 0 0 3 0 0 0 20 0 20 0 83499204 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347120241520 140347748141698 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16566] ppid=16546 vsize=27320948 memory=1012 CPUtime=0.03 cores=0-7
/proc/16549/task/16566/stat : 16566 (java) S 16546 16549 14998 0 -1 1077944384 258 0 0 0 3 0 0 0 20 0 20 0 83499204 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347119188464 140347748141698 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16567] ppid=16546 vsize=27320948 memory=1228 CPUtime=0.14 cores=0-7
/proc/16549/task/16567/stat : 16567 (java) R 16546 16549 14998 0 -1 4202560 423 0 0 0 14 0 0 0 20 0 20 0 83499204 27976650752 41316 33554432000 4194304 4196468 140729815815232 140347118135920 140347748142486 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16568] ppid=16546 vsize=27320948 memory=1704 CPUtime=0 cores=0-7
/proc/16549/task/16568/stat : 16568 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499205 27976650752 41316 33554432000 4194304 4196468 140729815815232 140344633059808 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16569] ppid=16546 vsize=27320948 memory=9996 CPUtime=0 cores=0-7
/proc/16549/task/16569/stat : 16569 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499205 27976650752 41316 33554432000 4194304 4196468 140729815815232 140345593551536 140347748141698 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 27320948 KiB
Current children cumulated memory: 165264 KiB

[startup+1.50098 s]
/proc/loadavg: 7.42 8.41 8.65 3/199 16569
/proc/meminfo: memFree=20365900/32770624 swapFree=67108860/67108860
[pid=16549] ppid=16546 vsize=27327160 memory=215584 CPUtime=2.82 cores=0-7
/proc/16549/stat : 16549 (java) S 16546 16549 14998 0 -1 1077944320 22205 0 0 0 270 12 0 0 20 0 20 0 83499197 27983011840 53896 33554432000 4194304 4196468 140729815815232 140729815797776 140347748130551 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
/proc/16549/statm: 6831790 53896 3212 1 0 6792646 0
[pid=16549/tid=16551] ppid=16546 vsize=27327160 memory=0 CPUtime=1.46 cores=0-7
/proc/16549/task/16551/stat : 16551 (java) R 16546 16549 14998 0 -1 4202560 16644 0 0 0 140 6 0 0 20 0 20 0 83499197 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347719968016 140347206789446 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16552] ppid=16546 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16552/stat : 16552 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347752372752 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16553] ppid=16546 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16553/stat : 16553 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499200 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347520387728 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16554] ppid=16546 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16554/stat : 16554 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347169212688 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16555] ppid=16546 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16555/stat : 16555 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499200 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347168160144 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16556] ppid=16546 vsize=27327160 memory=280053343298736 CPUtime=0 cores=0-7
/proc/16549/task/16556/stat : 16556 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347167108112 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16557] ppid=16546 vsize=27327160 memory=73250667234282 CPUtime=0 cores=0-7
/proc/16549/task/16557/stat : 16557 (java) S 16546 16549 14998 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 83499200 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347166055568 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16558] ppid=16546 vsize=27327160 memory=73250667234282 CPUtime=0 cores=0-7
/proc/16549/task/16558/stat : 16558 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347165002512 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16559] ppid=16546 vsize=27327160 memory=280053343321920 CPUtime=0 cores=0-7
/proc/16549/task/16559/stat : 16559 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499200 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347163949968 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16560] ppid=16546 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16560/stat : 16560 (java) S 16546 16549 14998 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 83499201 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347122346224 140347748141698 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16561] ppid=16546 vsize=27327160 memory=1196 CPUtime=0 cores=0-7
/proc/16549/task/16561/stat : 16561 (java) S 16546 16549 14998 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 83499202 27983011840 53896 33554432000 4194304 4196468 140729815815232 140345727771808 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16562] ppid=16546 vsize=27327160 memory=8536 CPUtime=0 cores=0-7
/proc/16549/task/16562/stat : 16562 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499202 27983011840 53896 33554432000 4194304 4196468 140729815815232 140345505473264 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16563] ppid=16546 vsize=27327160 memory=4616 CPUtime=0 cores=0-7
/proc/16549/task/16563/stat : 16563 (java) S 16546 16549 14998 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 83499204 27983011840 53896 33554432000 4194304 4196468 140729815815232 140345130964944 140347748149147 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16564] ppid=16546 vsize=27327160 memory=1424 CPUtime=0.23 cores=0-7
/proc/16549/task/16564/stat : 16564 (java) S 16546 16549 14998 0 -1 1077944384 744 0 0 0 22 1 0 0 20 0 20 0 83499204 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347121294064 140347748141698 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16565] ppid=16546 vsize=27327160 memory=15868 CPUtime=0.2 cores=0-7
/proc/16549/task/16565/stat : 16565 (java) R 16546 16549 14998 0 -1 1077944384 382 0 0 0 19 1 0 0 20 0 20 0 83499204 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347120241520 140347748141698 0 4 0 25189583 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16566] ppid=16546 vsize=27327160 memory=4052 CPUtime=0.23 cores=0-7
/proc/16549/task/16566/stat : 16566 (java) R 16546 16549 14998 0 -1 4202560 574 0 0 0 23 0 0 0 20 0 20 0 83499204 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347119175536 140347727369008 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16567] ppid=16546 vsize=27327160 memory=18252 CPUtime=0.65 cores=0-7
/proc/16549/task/16567/stat : 16567 (java) R 16546 16549 14998 0 -1 4202560 2515 0 0 0 64 1 0 0 20 0 20 0 83499204 27983011840 53896 33554432000 4194304 4196468 140729815815232 140347118135920 140347732211038 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16568] ppid=16546 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16568/stat : 16568 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499205 27983011840 53896 33554432000 4194304 4196468 140729815815232 140344633059808 140347748140757 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
[pid=16549/tid=16569] ppid=16546 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/16549/task/16569/stat : 16569 (java) S 16546 16549 14998 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 83499205 27983011840 53896 33554432000 4194304 4196468 140729815815232 140345593551536 140347748141698 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35987456 140729815823321 140729815823621 140729815823621 140729815826383 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 27327160 KiB
Current children cumulated memory: 215584 KiB

[startup+1.61038 s]
# the end of solver process 16549 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.92458 s, system=0.141413 s

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

[startup+1.60103 s]*
/proc/loadavg: 7.42 8.41 8.65 2/181 16575
/proc/meminfo: memFree=20382736/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 1.61041
CPU time (s): 3.066
CPU user time (s): 2.92458
CPU system time (s): 0.141413
CPU usage (%): 190.386
Max. virtual memory (cumulated for all children) (KiB): 27327160
Max. memory (cumulated for all children) (KiB): 215584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.92458
system time used= 0.141413
maximum resident set size= 234668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23340
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4923
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 16549
#   total CPU time (s): 3.066
#   total CPU user time (s): 2.92458
#   total CPU system time (s): 0.141413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028016 second user time and 0.064334 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-27 04:42:40
IDJOB=4296935
IDBENCH=141407
IDSOLVER=2758
FILE ID=node105/4296935-1532659360
RUNJOBID= node105-1532654157-15025
PBS_JOBID= 21022216
Free space on /tmp= 44624 MiB

SOLVER NAME= scop order+glucose-syrup (2018-07-07)
BENCH NAME= XCSP18/Dubois/Dubois-018_c18.xml
COMMAND LINE= java -Xms22g -Xmx22g -Xss128m -jar DIR/scop.jar -order -solver DIR/glucose-syrup -solverOption -model:-nthreads=NBCORE:-maxmemory=10000 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296935-1532659360/watcher-4296935-1532659360 -o /tmp/evaluation-result-4296935-1532659360/solver-4296935-1532659360 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532654157-15025 --watchdog 2580  java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -order -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4296935-1532659360.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 87315209bf8a3d7a2526762832107213
RANDOM SEED=106753359

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20535924 kB
MemAvailable:   31929420 kB
Buffers:          253988 kB
Cached:         11279912 kB
SwapCached:            0 kB
Active:          2337768 kB
Inactive:        9248504 kB
Active(anon):       6464 kB
Inactive(anon):    73456 kB
Active(file):    2331304 kB
Inactive(file):  9175048 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8732 kB
Writeback:             0 kB
AnonPages:         54236 kB
Mapped:            40944 kB
Shmem:             25228 kB
Slab:             343320 kB
SReclaimable:     315604 kB
SUnreclaim:        27716 kB
KernelStack:        3536 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44616 MiB
End job on node105 at 2018-07-27 04:42:42