Trace number 4305353

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+MapleCOMSPS (2018-07-31)UNSAT 4.27937 2.42901

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 benchmark0.007168
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.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-20464-serial-file.bin HOME/instance-4305353-1534075108.xml
0.55/0.51	
0.66/0.52	scop order+minisat_release (2018-07-31)
0.66/0.52	(Encoding Process)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Sun Aug 12 13:58:28 CEST 2018
0.66/0.54	c PID: 20467
0.66/0.54	c IP: 172.20.3.107
0.66/0.54	c HOST: node107.alineos.net
0.66/0.55	c (0,0) Parsing Begin
1.16/0.84	c (0,0) Parsing End
1.16/0.85	c (0,0) CSP: 0 int (0 aux), 54 bool (0 aux), 36 ctr, max domain size 2
1.16/0.85	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.16/0.85	c (0,0) Constraint Name Generate Begin
1.16/0.85	c (0,0) Ctr:HOME/instance-4305353-1534075108.xml,ExtensionSupport:IntVar
1.16/0.85	c (0,0) Constraint Name Generate End
1.16/0.85	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.16/0.85	c (0,0) CSP to CSPinCNF Begin
1.52/1.08	c (0,0) translated 4 (10%) constraints
1.74/1.13	c (0,0) translated 8 (20%) constraints
1.74/1.15	c (0,0) translated 11 (30%) constraints
1.74/1.19	c (0,0) translated 15 (40%) constraints
2.00/1.22	c (0,0) translated 18 (50%) constraints
2.00/1.24	c (0,0) translated 22 (60%) constraints
2.00/1.27	c (0,0) translated 26 (70%) constraints
2.00/1.28	c (0,0) translated 29 (80%) constraints
2.00/1.30	c (0,0) translated 33 (90%) constraints
2.28/1.31	c (0,0) translated 36 (100%) constraints
2.28/1.35	c (0,0) STATISTICS1:HOME/instance-4305353-1534075108.xml,ExtensionSupport:IntVar,198,684,-1,2,3,1,,2:1800,3:468;2:216,1:1800;0:36,
2.28/1.35	c (0,0) ==========================================
2.28/1.35	c (0,0) Order
2.28/1.35	c (0,0) ==========================================
2.28/1.36	c (0,0) translated 69 (10%) constraints
2.28/1.36	c (0,0) translated 137 (20%) constraints
2.28/1.38	c (0,0) translated 206 (30%) constraints
2.28/1.38	c (0,0) translated 274 (40%) constraints
2.28/1.38	c (0,0) translated 342 (50%) constraints
2.55/1.48	c (0,0) translated 411 (60%) constraints
2.55/1.48	c (0,0) translated 479 (70%) constraints
2.55/1.48	c (0,0) translated 548 (80%) constraints
2.55/1.48	c (0,0) translated 616 (90%) constraints
2.55/1.48	c (0,0) translated 684 (100%) constraints
2.55/1.48	c (0,0) CSP to CSPinCNF End
2.55/1.48	c (0,0) CSP: 0 int (0 aux), 198 bool (144 aux), 684 ctr, max domain size 2
2.55/1.48	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.55/1.48	c (0,0) CSPinCNF Propagation Begin
2.55/1.48	c (0,0) 0 values, 36 unsatisfiable literals, and 0 valid clauses are removed
2.55/1.48	c (0,0) CSPinCNF Propagation End
2.55/1.48	c (0,0) CSP: 0 int (0 aux), 198 bool (144 aux), 684 ctr, max domain size 2
2.55/1.48	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.55/1.48	c (0,0) Simplify CSPinCNF Begin
2.55/1.48	c (0,0) Simplify CSPinCNF End
2.55/1.48	c (0,0) CSP: 0 int (0 aux), 198 bool (144 aux), 684 ctr, max domain size 2
2.55/1.48	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.55/1.48	c (0,0) Calculate Precise Domain Begin
2.55/1.48	c (0,0) 0 values are removed by re-calculation
2.55/1.48	c (0,0) Calculate Precise Domain End
2.55/1.48	c (0,0) CSP: 0 int (0 aux), 198 bool (144 aux), 684 ctr, max domain size 2
2.55/1.48	c (0,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.55/1.48	c (0,0) CSPinCNF to SatSolver Begin
2.79/1.50	c (0,0) 69 (10 %) CSP clauses are encoded (198 SAT variables, 68 SAT clauses)
2.79/1.50	c (0,0) 137 (20 %) CSP clauses are encoded (198 SAT variables, 136 SAT clauses)
2.79/1.51	c (0,0) 206 (30 %) CSP clauses are encoded (198 SAT variables, 205 SAT clauses)
2.79/1.52	c (0,0) 274 (40 %) CSP clauses are encoded (198 SAT variables, 273 SAT clauses)
2.79/1.52	c (0,0) 342 (50 %) CSP clauses are encoded (198 SAT variables, 341 SAT clauses)
2.79/1.52	c (1,0) 411 (60 %) CSP clauses are encoded (198 SAT variables, 410 SAT clauses)
2.79/1.52	c (1,0) 479 (70 %) CSP clauses are encoded (198 SAT variables, 478 SAT clauses)
2.79/1.53	c (1,0) 548 (80 %) CSP clauses are encoded (198 SAT variables, 547 SAT clauses)
2.79/1.53	c (1,0) 616 (90 %) CSP clauses are encoded (198 SAT variables, 615 SAT clauses)
2.79/1.53	c (1,0) 684 (100 %) CSP clauses are encoded (198 SAT variables, 683 SAT clauses)
2.79/1.53	c (1,0) Launch Command will be: minisat_release
2.79/1.53	c (1,0) CSPinCNF to SatSolver End
2.79/1.53	c (1,0) Heap : 112 MiB used (max 10795 MiB), NonHeap : 26 MiB used (max 0 MiB)
2.79/1.55	c (1,0) STATISTICS2:HOME/instance-4305353-1534075108.xml,ExtensionSupport:IntVar,198,684,-1,2,3,1,,2:1800,3:432;2:252,1:1800,
2.79/1.55	c (1,0) 198 bool, 684 clause
2.79/1.55	c (1,0) Export Begin
3.04/1.63	c (1,1) Export to HOME/scop-20464-serial-file.bin
3.04/1.63	c (1,1) Export End
3.04/1.63	c (1,1) Export File Size: 0.01 MB
3.04/1.63	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
3.04/1.63	c END-Prog: Sun Aug 12 13:58:29 CEST 2018
3.04/1.64	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-20464-serial-file.bin
3.72/2.13	c (0,0) Read Serial File Begin
3.72/2.13	c (0,0) HOME/scop-20464-serial-file.bin
4.01/2.30	c (0,0) Read Serial File End
4.01/2.32	
4.01/2.32	scop order+minisat_release (2018-07-31)
4.01/2.32	(Solving Process)
4.01/2.32	
4.01/2.34	c BEGIN-Prog: Sun Aug 12 13:58:30 CEST 2018
4.01/2.34	c PID: 20482
4.01/2.34	c IP: 172.20.3.107
4.01/2.34	c HOST: node107.alineos.net
4.01/2.34	c (0,0) SatSolver.solve Begin
4.01/2.34	c (0,0) 0 bool, 0 clause
4.01/2.34	c (0,0) minisat_release HOME/instance-4305353-1534075108.xml-scop-20467.cnf
4.01/2.37	c (0,0) c This is COMiniSatPS.
4.01/2.37	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
4.01/2.37	c (0,0) c ============================[ Problem Statistics ]=============================
4.01/2.37	c (0,0) c |                                                                             |
4.01/2.37	c (0,0) c |  Number of variables:           198                                         |
4.01/2.37	c (0,0) c |  Number of clauses:             684                                         |
4.01/2.37	c (0,0) c |  Parse time:                   0.00 s                                       |
4.01/2.37	c (0,0) c |  Eliminated clauses:           0.01 Mb                                      |
4.01/2.37	c (0,0) c |  Simplification time:          0.00 s                                       |
4.01/2.37	c (0,0) c |                                                                             |
4.01/2.37	c (0,0) c ===============================================================================
4.01/2.37	c (0,0) c Solved by simplification
4.01/2.37	c (0,0) c restarts              : 0
4.01/2.37	c (0,0) c conflicts             : 0              (0 /sec)
4.01/2.37	c (0,0) c decisions             : 0              (-nan % random) (0 /sec)
4.01/2.37	c (0,0) c propagations          : 1              (305 /sec)
4.01/2.37	c (0,0) c conflict literals     : 0              (-nan % deleted)
4.01/2.37	c (0,0) c CPU time              : 0.003284 s
4.01/2.37	c (0,0) 
4.01/2.37	c (0,0) s UNSATISFIABLE
4.22/2.41	c (0,0) SatSolver.solve End
4.22/2.41	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
4.22/2.41	c (0,0) Show results Begin
4.22/2.41	s UNSATISFIABLE
4.22/2.41	c (0,0) Show results End
4.22/2.41	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
4.22/2.42	c (0,0) 0,0,STOP-AFTER(ALL)
4.22/2.42	c END-Prog: Sun Aug 12 13:58:30 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 (12669 MiB free)
  memory of node 1: 16384 MiB (11394 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305353-1534075108/watcher-4305353-1534075108 -o /tmp/evaluation-result-4305353-1534075108/solver-4305353-1534075108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534064712-16637 --watchdog 2580 scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305353-1534075108.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.10014 s]*
/proc/loadavg: 3.03 2.41 2.19 3/222 20481
/proc/meminfo: memFree=24579804/32770624 swapFree=67108860/67108860
[pid=20464] ppid=20461 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/20464/stat : 20464 (scop.sh) S 20461 20464 16605 0 -1 4202496 560 322 0 0 0 0 0 0 20 0 1 0 225073947 115843072 349 33554432000 4194304 5098028 140731757504896 140731757502152 140452971008636 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33886208 140731757511744 140731757511943 140731757511943 140731757514701 0
/proc/20464/statm: 28282 349 296 221 0 87 0
[pid=20467] ppid=20464 vsize=15012476 memory=73576 CPUtime=0.11 cores=1,3,5,7
/proc/20467/stat : 20467 (java) S 20464 20464 16605 0 -1 1077944320 6487 0 0 0 9 2 0 0 20 0 15 0 225073947 15372775424 18394 33554432000 4194304 4196468 140727665428576 140727665411120 139668199079671 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
/proc/20467/statm: 3753119 18394 2770 1 0 3715579 0
[pid=20467/tid=20468] ppid=20464 vsize=15012476 memory=-6078870780940435399 CPUtime=0.09 cores=1,3,5,7
/proc/20467/task/20468/stat : 20468 (java) R 20464 20464 16605 0 -1 4202560 4576 0 0 0 7 2 0 0 20 0 15 0 225073948 15372775424 18394 33554432000 4194304 4196468 140727665428576 139668170885144 139668180643248 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20469] ppid=20464 vsize=15012476 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20469/stat : 20469 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15372775424 18394 33554432000 4194304 4196468 140727665428576 139668203322128 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20470] ppid=20464 vsize=15012476 memory=140085975094912 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20470/stat : 20470 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15372775424 18394 33554432000 4194304 4196468 140727665428576 139667979025296 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20471] ppid=20464 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20471/stat : 20471 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15372775424 18394 33554432000 4194304 4196468 140727665428576 139667977972752 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20472] ppid=20464 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20472/stat : 20472 (java) S 20464 20464 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073949 15372775424 18394 33554432000 4194304 4196468 140727665428576 139667976920208 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20473] ppid=20464 vsize=15012476 memory=140085975094912 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20473/stat : 20473 (java) S 20464 20464 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073951 15372775424 18394 33554432000 4194304 4196468 140727665428576 139667538647024 139668199090818 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20474] ppid=20464 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20474/stat : 20474 (java) S 20464 20464 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073951 15372775424 18394 33554432000 4194304 4196468 140727665428576 139666833531808 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20475] ppid=20464 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20475/stat : 20475 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073951 15372775424 18394 33554432000 4194304 4196468 140727665428576 139666565096432 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20476] ppid=20464 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20476/stat : 20476 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 18394 33554432000 4194304 4196468 140727665428576 139666190588112 139668199098267 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20477] ppid=20464 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20477/stat : 20477 (java) S 20464 20464 16605 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 18394 33554432000 4194304 4196468 140727665428576 139667537594864 139668199090818 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20478] ppid=20464 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20478/stat : 20478 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 18394 33554432000 4194304 4196468 140727665428576 139667536542320 139668199090818 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20479] ppid=20464 vsize=15012476 memory=140085975094912 CPUtime=0.01 cores=1,3,5,7
/proc/20467/task/20479/stat : 20479 (java) S 20464 20464 16605 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 15 0 225073954 15372775424 18394 33554432000 4194304 4196468 140727665428576 139667535489776 139668199090818 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20480] ppid=20464 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20480/stat : 20480 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 18460 33554432000 4194304 4196468 140727665428576 139665692683360 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20481] ppid=20464 vsize=15012476 memory=140085975094912 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20481/stat : 20481 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 18460 33554432000 4194304 4196468 140727665428576 139667534436656 139668199090818 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 74972 KiB

[startup+0.210693 s]*
/proc/loadavg: 3.03 2.41 2.19 3/222 20481
/proc/meminfo: memFree=24566100/32770624 swapFree=67108860/67108860
[pid=20464] ppid=20461 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/20464/stat : 20464 (scop.sh) S 20461 20464 16605 0 -1 4202496 560 322 0 0 0 0 0 0 20 0 1 0 225073947 115843072 349 33554432000 4194304 5098028 140731757504896 140731757502152 140452971008636 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33886208 140731757511744 140731757511943 140731757511943 140731757514701 0
/proc/20464/statm: 28282 349 296 221 0 87 0
[pid=20467] ppid=20464 vsize=15012476 memory=86904 CPUtime=0.26 cores=1,3,5,7
/proc/20467/stat : 20467 (java) S 20464 20464 16605 0 -1 1077944320 10005 0 0 0 23 3 0 0 20 0 15 0 225073947 15372775424 21726 33554432000 4194304 4196468 140727665428576 140727665411120 139668199079671 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
/proc/20467/statm: 3753119 21726 2925 1 0 3715579 0
[pid=20467/tid=20468] ppid=20464 vsize=15012476 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/20467/task/20468/stat : 20468 (java) R 20464 20464 16605 0 -1 4202560 7915 0 0 0 17 2 0 0 20 0 15 0 225073948 15372775424 21726 33554432000 4194304 4196468 140727665428576 139668170904480 139668199091606 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20469] ppid=20464 vsize=15012476 memory=539 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20469/stat : 20469 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15372775424 21726 33554432000 4194304 4196468 140727665428576 139668203322128 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20470] ppid=20464 vsize=15012476 memory=3762953886781707936 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20470/stat : 20470 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15372775424 21726 33554432000 4194304 4196468 140727665428576 139667979025296 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20471] ppid=20464 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20471/stat : 20471 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15372775424 21726 33554432000 4194304 4196468 140727665428576 139667977972752 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20472] ppid=20464 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20472/stat : 20472 (java) S 20464 20464 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073949 15372775424 21726 33554432000 4194304 4196468 140727665428576 139667976920208 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20473] ppid=20464 vsize=15012476 memory=140085975094912 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20473/stat : 20473 (java) S 20464 20464 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073951 15372775424 21726 33554432000 4194304 4196468 140727665428576 139667538647024 139668199090818 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20474] ppid=20464 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20474/stat : 20474 (java) S 20464 20464 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073951 15372775424 21726 33554432000 4194304 4196468 140727665428576 139666833531808 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20475] ppid=20464 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20475/stat : 20475 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073951 15372775424 21726 33554432000 4194304 4196468 140727665428576 139666565096432 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20476] ppid=20464 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20476/stat : 20476 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 21726 33554432000 4194304 4196468 140727665428576 139666190588112 139668199098267 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20477] ppid=20464 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20477/stat : 20477 (java) R 20464 20464 16605 0 -1 4202560 341 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 21726 33554432000 4194304 4196468 140727665428576 139667537594864 139668199091606 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20478] ppid=20464 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20478/stat : 20478 (java) S 20464 20464 16605 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 21726 33554432000 4194304 4196468 140727665428576 139667536542320 139668199090818 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20479] ppid=20464 vsize=15012476 memory=140085975094912 CPUtime=0.03 cores=1,3,5,7
/proc/20467/task/20479/stat : 20479 (java) R 20464 20464 16605 0 -1 1077944384 284 0 0 0 3 0 0 0 20 0 15 0 225073954 15372775424 21726 33554432000 4194304 4196468 140727665428576 139667535489776 139668199090818 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20480] ppid=20464 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20480/stat : 20480 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 21726 33554432000 4194304 4196468 140727665428576 139665692683360 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20481] ppid=20464 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20481/stat : 20481 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 21726 33554432000 4194304 4196468 140727665428576 139667534436656 139668199090818 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 88300 KiB

[startup+0.310731 s]*
/proc/loadavg: 3.03 2.41 2.19 3/222 20481
/proc/meminfo: memFree=24562812/32770624 swapFree=67108860/67108860
[pid=20464] ppid=20461 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/20464/stat : 20464 (scop.sh) S 20461 20464 16605 0 -1 4202496 560 322 0 0 0 0 0 0 20 0 1 0 225073947 115843072 349 33554432000 4194304 5098028 140731757504896 140731757502152 140452971008636 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33886208 140731757511744 140731757511943 140731757511943 140731757514701 0
/proc/20464/statm: 28282 349 296 221 0 87 0
[pid=20467] ppid=20464 vsize=15012476 memory=90160 CPUtime=0.43 cores=1,3,5,7
/proc/20467/stat : 20467 (java) S 20464 20464 16605 0 -1 1077944320 10539 0 0 0 39 4 0 0 20 0 15 0 225073947 15372775424 22540 33554432000 4194304 4196468 140727665428576 140727665411120 139668199079671 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
/proc/20467/statm: 3753119 22540 2977 1 0 3715579 0
[pid=20467/tid=20468] ppid=20464 vsize=15012476 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/20467/task/20468/stat : 20468 (java) R 20464 20464 16605 0 -1 4202560 8292 0 0 0 26 3 0 0 20 0 15 0 225073948 15372775424 22540 33554432000 4194304 4196468 140727665428576 139668170875120 139668199101018 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20469] ppid=20464 vsize=15012476 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20469/stat : 20469 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15372775424 22540 33554432000 4194304 4196468 140727665428576 139668203322128 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20470] ppid=20464 vsize=15012476 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20470/stat : 20470 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15372775424 22540 33554432000 4194304 4196468 140727665428576 139667979025296 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20471] ppid=20464 vsize=15012476 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20471/stat : 20471 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15372775424 22540 33554432000 4194304 4196468 140727665428576 139667977972752 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20472] ppid=20464 vsize=15012476 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20472/stat : 20472 (java) S 20464 20464 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073949 15372775424 22540 33554432000 4194304 4196468 140727665428576 139667976920208 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20473] ppid=20464 vsize=15012476 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20473/stat : 20473 (java) S 20464 20464 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073951 15372775424 22540 33554432000 4194304 4196468 140727665428576 139667538647024 139668199090818 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20474] ppid=20464 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20474/stat : 20474 (java) S 20464 20464 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073951 15372775424 22540 33554432000 4194304 4196468 140727665428576 139666833531808 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20475] ppid=20464 vsize=15012476 memory=-6664436420846796947 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20475/stat : 20475 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073951 15372775424 22540 33554432000 4194304 4196468 140727665428576 139666565096432 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20476] ppid=20464 vsize=15012476 memory=4426078206164241782 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20476/stat : 20476 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 22540 33554432000 4194304 4196468 140727665428576 139666190588112 139668199098267 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20477] ppid=20464 vsize=15012476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/20467/task/20477/stat : 20477 (java) R 20464 20464 16605 0 -1 1077944384 458 0 0 0 3 0 0 0 20 0 15 0 225073954 15372775424 22540 33554432000 4194304 4196468 140727665428576 139667537594960 139668199089877 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20478] ppid=20464 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20467/task/20478/stat : 20478 (java) R 20464 20464 16605 0 -1 4202560 158 0 0 0 1 0 0 0 20 0 15 0 225073954 15372775424 22540 33554432000 4194304 4196468 140727665428576 139667536542416 139668176714320 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20479] ppid=20464 vsize=15012476 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20467/task/20479/stat : 20479 (java) R 20464 20464 16605 0 -1 4202560 303 0 0 0 7 0 0 0 20 0 15 0 225073954 15372775424 22540 33554432000 4194304 4196468 140727665428576 139667535489776 139668183441138 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20480] ppid=20464 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20480/stat : 20480 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 22540 33554432000 4194304 4196468 140727665428576 139665692683360 139668199089877 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20481] ppid=20464 vsize=15012476 memory=3617295605882232881 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20481/stat : 20481 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073954 15372775424 22540 33554432000 4194304 4196468 140727665428576 139667534436656 139668199090818 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91556 KiB

[startup+0.700776 s]
/proc/loadavg: 3.03 2.41 2.19 3/222 20481
/proc/meminfo: memFree=24538324/32770624 swapFree=67108860/67108860
[pid=20464] ppid=20461 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/20464/stat : 20464 (scop.sh) S 20461 20464 16605 0 -1 4202496 560 322 0 0 0 0 0 0 20 0 1 0 225073947 115843072 349 33554432000 4194304 5098028 140731757504896 140731757502152 140452971008636 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33886208 140731757511744 140731757511943 140731757511943 140731757514701 0
/proc/20464/statm: 28282 349 296 221 0 87 0
[pid=20467] ppid=20464 vsize=15020872 memory=130188 CPUtime=1 cores=1,3,5,7
/proc/20467/stat : 20467 (java) S 20464 20464 16605 0 -1 1077944320 17633 0 0 0 94 6 0 0 20 0 15 0 225073947 15381372928 32547 33554432000 4194304 4196468 140727665428576 140727665411120 139668199079671 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
/proc/20467/statm: 3755218 32547 3161 1 0 3716603 0
[pid=20467/tid=20468] ppid=20464 vsize=15020872 memory=-7816663703405220396 CPUtime=0.67 cores=1,3,5,7
/proc/20467/task/20468/stat : 20468 (java) R 20464 20464 16605 0 -1 4202560 14927 0 0 0 62 5 0 0 20 0 15 0 225073948 15381372928 32547 33554432000 4194304 4196468 140727665428576 139668170912816 139668183160158 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20469] ppid=20464 vsize=15020872 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20469/stat : 20469 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15381372928 32547 33554432000 4194304 4196468 140727665428576 139668203322128 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20470] ppid=20464 vsize=15020872 memory=61224 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20470/stat : 20470 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15381372928 32547 33554432000 4194304 4196468 140727665428576 139667979025296 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20471] ppid=20464 vsize=15020872 memory=1064 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20471/stat : 20471 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15381372928 32547 33554432000 4194304 4196468 140727665428576 139667977972752 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20472] ppid=20464 vsize=15020872 memory=2072 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20472/stat : 20472 (java) S 20464 20464 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073949 15381372928 32547 33554432000 4194304 4196468 140727665428576 139667976920208 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20473] ppid=20464 vsize=15020872 memory=1740 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20473/stat : 20473 (java) S 20464 20464 16605 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 225073951 15381372928 32547 33554432000 4194304 4196468 140727665428576 139667538647024 139668199090818 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20474] ppid=20464 vsize=15020872 memory=11192 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20474/stat : 20474 (java) S 20464 20464 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073951 15381372928 32547 33554432000 4194304 4196468 140727665428576 139666833531808 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20475] ppid=20464 vsize=15020872 memory=752 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20475/stat : 20475 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073951 15381372928 32547 33554432000 4194304 4196468 140727665428576 139666565096432 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20476] ppid=20464 vsize=15020872 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20476/stat : 20476 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15381372928 32547 33554432000 4194304 4196468 140727665428576 139666190588112 139668199098267 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20477] ppid=20464 vsize=15020872 memory=1120 CPUtime=0.1 cores=1,3,5,7
/proc/20467/task/20477/stat : 20477 (java) S 20464 20464 16605 0 -1 1077944384 678 0 0 0 10 0 0 0 20 0 15 0 225073954 15381372928 32547 33554432000 4194304 4196468 140727665428576 139667537594864 139668199090818 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20478] ppid=20464 vsize=15020872 memory=6120 CPUtime=0.05 cores=1,3,5,7
/proc/20467/task/20478/stat : 20478 (java) S 20464 20464 16605 0 -1 1077944384 287 0 0 0 5 0 0 0 20 0 15 0 225073954 15381372928 32547 33554432000 4194304 4196468 140727665428576 139667536542320 139668199090818 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20479] ppid=20464 vsize=15020872 memory=1724 CPUtime=0.15 cores=1,3,5,7
/proc/20467/task/20479/stat : 20479 (java) S 20464 20464 16605 0 -1 1077944384 405 0 0 0 15 0 0 0 20 0 15 0 225073954 15381372928 32547 33554432000 4194304 4196468 140727665428576 139667535489776 139668199090818 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20480] ppid=20464 vsize=15020872 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20480/stat : 20480 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15381372928 32547 33554432000 4194304 4196468 140727665428576 139665692683360 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20481] ppid=20464 vsize=15020872 memory=3516 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20481/stat : 20481 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073954 15381372928 32547 33554432000 4194304 4196468 140727665428576 139667534436656 139668199090818 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 15134000 KiB
Current children cumulated memory: 131584 KiB

[startup+1.50103 s]
/proc/loadavg: 2.94 2.41 2.19 4/222 20481
/proc/meminfo: memFree=24509664/32770624 swapFree=67108860/67108860
[pid=20464] ppid=20461 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/20464/stat : 20464 (scop.sh) S 20461 20464 16605 0 -1 4202496 560 322 0 0 0 0 0 0 20 0 1 0 225073947 115843072 349 33554432000 4194304 5098028 140731757504896 140731757502152 140452971008636 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33886208 140731757511744 140731757511943 140731757511943 140731757514701 0
/proc/20464/statm: 28282 349 296 221 0 87 0

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

/proc/20467/task/20469/stat : 20469 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15387734016 44315 33554432000 4194304 4196468 140727665428576 139668203322128 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20470] ppid=20464 vsize=15027084 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20470/stat : 20470 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15387734016 44315 33554432000 4194304 4196468 140727665428576 139667979025296 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20471] ppid=20464 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20471/stat : 20471 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15387734016 44315 33554432000 4194304 4196468 140727665428576 139667977972752 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20472] ppid=20464 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20472/stat : 20472 (java) S 20464 20464 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073949 15387734016 44315 33554432000 4194304 4196468 140727665428576 139667976920208 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20473] ppid=20464 vsize=15027084 memory=10881 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20473/stat : 20473 (java) S 20464 20464 16605 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 225073951 15387734016 44315 33554432000 4194304 4196468 140727665428576 139667538647024 139668199090818 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20474] ppid=20464 vsize=15027084 memory=20710 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20474/stat : 20474 (java) S 20464 20464 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073951 15387734016 44315 33554432000 4194304 4196468 140727665428576 139666833531808 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20475] ppid=20464 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20475/stat : 20475 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073951 15387734016 44315 33554432000 4194304 4196468 140727665428576 139666565096432 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20476] ppid=20464 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20476/stat : 20476 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15387734016 44315 33554432000 4194304 4196468 140727665428576 139666190588112 139668199098267 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20477] ppid=20464 vsize=15027084 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/20467/task/20477/stat : 20477 (java) R 20464 20464 16605 0 -1 4202560 982 0 0 0 34 1 0 0 20 0 15 0 225073954 15387734016 44315 33554432000 4194304 4196468 140727665428576 139667537594864 139668199091606 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20478] ppid=20464 vsize=15027084 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/20467/task/20478/stat : 20478 (java) S 20464 20464 16605 0 -1 1077944384 542 0 0 0 30 1 0 0 20 0 15 0 225073954 15387734016 44315 33554432000 4194304 4196468 140727665428576 139667536542320 139668199090818 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20479] ppid=20464 vsize=15027084 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/20467/task/20479/stat : 20479 (java) R 20464 20464 16605 0 -1 4202560 2514 0 0 0 65 0 0 0 20 0 15 0 225073954 15387734016 44315 33554432000 4194304 4196468 140727665428576 139667535489776 139668183160188 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20480] ppid=20464 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20480/stat : 20480 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15387734016 44315 33554432000 4194304 4196468 140727665428576 139665692683360 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20481] ppid=20464 vsize=15027084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20481/stat : 20481 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15387734016 44315 33554432000 4194304 4196468 140727665428576 139667534436656 139668199090818 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 15140212 KiB
Current children cumulated memory: 178656 KiB

[startup+2.42895 s]
# the end of solver process 20464 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.08009 s, system=0.199284 s

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

[startup+1.60229 s]
/proc/loadavg: 2.94 2.41 2.19 4/222 20481
/proc/meminfo: memFree=24509664/32770624 swapFree=67108860/67108860
[pid=20464] ppid=20461 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/20464/stat : 20464 (scop.sh) S 20461 20464 16605 0 -1 4202496 560 322 0 0 0 0 0 0 20 0 1 0 225073947 115843072 349 33554432000 4194304 5098028 140731757504896 140731757502152 140452971008636 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33886208 140731757511744 140731757511943 140731757511943 140731757514701 0
/proc/20464/statm: 28282 349 296 221 0 87 0
[pid=20467] ppid=20464 vsize=15027104 memory=185664 CPUtime=3.04 cores=1,3,5,7
/proc/20467/stat : 20467 (java) S 20464 20464 16605 0 -1 1077944320 22327 0 0 0 294 10 0 0 20 0 15 0 225073947 15387754496 46416 33554432000 4194304 4196468 140727665428576 140727665411120 139668199079671 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
/proc/20467/statm: 3756776 46416 3207 1 0 3717627 0
[pid=20467/tid=20468] ppid=20464 vsize=15027104 memory=1740 CPUtime=1.54 cores=1,3,5,7
/proc/20467/task/20468/stat : 20468 (java) R 20464 20464 16605 0 -1 4202560 16774 0 0 0 147 7 0 0 20 0 15 0 225073948 15387754496 46416 33554432000 4194304 4196468 140727665428576 139668170906272 139668199101597 0 4 2 25189581 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20469] ppid=20464 vsize=15027104 memory=11192 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20469/stat : 20469 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15387754496 46416 33554432000 4194304 4196468 140727665428576 139668203322128 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20470] ppid=20464 vsize=15027104 memory=752 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20470/stat : 20470 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15387754496 46416 33554432000 4194304 4196468 140727665428576 139667979025296 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20471] ppid=20464 vsize=15027104 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20471/stat : 20471 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073949 15387754496 46416 33554432000 4194304 4196468 140727665428576 139667977972752 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20472] ppid=20464 vsize=15027104 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20472/stat : 20472 (java) S 20464 20464 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225073949 15387754496 46416 33554432000 4194304 4196468 140727665428576 139667976920208 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20473] ppid=20464 vsize=15027104 memory=6120 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20473/stat : 20473 (java) S 20464 20464 16605 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 225073951 15387754496 46416 33554432000 4194304 4196468 140727665428576 139667538647024 139668199090818 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20474] ppid=20464 vsize=15027104 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20474/stat : 20474 (java) S 20464 20464 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225073951 15387754496 46416 33554432000 4194304 4196468 140727665428576 139666833531808 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20475] ppid=20464 vsize=15027104 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20475/stat : 20475 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225073951 15387754496 46416 33554432000 4194304 4196468 140727665428576 139666565096432 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20476] ppid=20464 vsize=15027104 memory=3516 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20476/stat : 20476 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15387754496 46416 33554432000 4194304 4196468 140727665428576 139666190588112 139668199098267 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20477] ppid=20464 vsize=15027104 memory=872 CPUtime=0.4 cores=1,3,5,7
/proc/20467/task/20477/stat : 20477 (java) S 20464 20464 16605 0 -1 1077944384 1015 0 0 0 39 1 0 0 20 0 15 0 225073954 15387754496 46416 33554432000 4194304 4196468 140727665428576 139667537594864 139668199090818 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20478] ppid=20464 vsize=15027104 memory=1288 CPUtime=0.35 cores=1,3,5,7
/proc/20467/task/20478/stat : 20478 (java) S 20464 20464 16605 0 -1 1077944384 562 0 0 0 34 1 0 0 20 0 15 0 225073954 15387754496 46416 33554432000 4194304 4196468 140727665428576 139667536542320 139668199090818 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20479] ppid=20464 vsize=15027104 memory=1088 CPUtime=0.71 cores=1,3,5,7
/proc/20467/task/20479/stat : 20479 (java) S 20464 20464 16605 0 -1 1077944384 2638 0 0 0 71 0 0 0 20 0 15 0 225073954 15387754496 46416 33554432000 4194304 4196468 140727665428576 139667535489776 139668199090818 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20480] ppid=20464 vsize=15027104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20480/stat : 20480 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15387754496 46416 33554432000 4194304 4196468 140727665428576 139665692683360 139668199089877 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
[pid=20467/tid=20481] ppid=20464 vsize=15027104 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20467/task/20481/stat : 20481 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225073954 15387754496 46416 33554432000 4194304 4196468 140727665428576 139667534436656 139668199090818 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140727665435654 140727665435953 140727665435953 140727665438671 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 15140232 KiB
Current children cumulated memory: 187060 KiB

[startup+2.00036 s]*
/proc/loadavg: 2.94 2.41 2.19 3/222 20496
/proc/meminfo: memFree=24585112/32770624 swapFree=67108860/67108860
[pid=20464] ppid=20461 vsize=113128 memory=1472 CPUtime=3.11 cores=1,3,5,7
/proc/20464/stat : 20464 (scop.sh) S 20461 20464 16605 0 -1 4202496 591 22804 0 0 0 0 299 12 20 0 1 0 225073947 115843072 368 33554432000 4194304 5098028 140731757504896 140731757501640 140452971008636 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33886208 140731757511744 140731757511943 140731757511943 140731757514701 0
/proc/20464/statm: 28282 368 311 221 0 87 0
[pid=20482] ppid=20464 vsize=7404280 memory=67488 CPUtime=0.49 cores=1,3,5,7
/proc/20482/stat : 20482 (java) S 20464 20464 16605 0 -1 1077944320 11384 0 0 0 46 3 0 0 20 0 15 0 225074111 7581982720 16872 33554432000 4194304 4196468 140724344638368 140724344620912 139962210750199 0 0 2 16800973 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
/proc/20482/statm: 1851070 16872 3001 1 0 1813530 0
[pid=20482/tid=20483] ppid=20464 vsize=7404280 memory=-6673890911685660454 CPUtime=0.34 cores=1,3,5,7
/proc/20482/task/20483/stat : 20483 (java) R 20464 20464 16605 0 -1 4202560 8903 0 0 0 32 2 0 0 20 0 15 0 225074112 7581982720 16872 33554432000 4194304 4196468 140724344638368 139962182587088 139961714667367 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20484] ppid=20464 vsize=7404280 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20484/stat : 20484 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225074113 7581982720 16872 33554432000 4194304 4196468 140724344638368 139962214992784 139962210760405 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20485] ppid=20464 vsize=7404280 memory=2315000440319436525 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20485/stat : 20485 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225074113 7581982720 16872 33554432000 4194304 4196468 140724344638368 139961695578896 139962210760405 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20486] ppid=20464 vsize=7404280 memory=-7739291840220455296 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20486/stat : 20486 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225074113 7581982720 16872 33554432000 4194304 4196468 140724344638368 139961694526608 139962210760405 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20487] ppid=20464 vsize=7404280 memory=4212105090693681929 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20487/stat : 20487 (java) S 20464 20464 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225074113 7581982720 16872 33554432000 4194304 4196468 140724344638368 139961693473808 139962210760405 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20488] ppid=20464 vsize=7404280 memory=749539063969545446 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20488/stat : 20488 (java) S 20464 20464 16605 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225074114 7581982720 16872 33554432000 4194304 4196468 140724344638368 139961657239664 139962210761346 0 0 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20489] ppid=20464 vsize=7404280 memory=8316297343878395758 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20489/stat : 20489 (java) S 20464 20464 16605 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225074115 7581982720 16872 33554432000 4194304 4196468 140724344638368 139961038791456 139962210760405 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20490] ppid=20464 vsize=7404280 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20490/stat : 20490 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225074115 7581982720 16872 33554432000 4194304 4196468 140724344638368 139960770356336 139962210760405 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20491] ppid=20464 vsize=7404280 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20491/stat : 20491 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225074117 7581982720 16872 33554432000 4194304 4196468 140724344638368 139960395847760 139962210768795 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20492] ppid=20464 vsize=7404280 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/20482/task/20492/stat : 20492 (java) S 20464 20464 16605 0 -1 1077944384 549 0 0 0 3 0 0 0 20 0 15 0 225074117 7581982720 16872 33554432000 4194304 4196468 140724344638368 139961656187504 139962210761346 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20493] ppid=20464 vsize=7404280 memory=3472328296227680303 CPUtime=0.02 cores=1,3,5,7
/proc/20482/task/20493/stat : 20493 (java) S 20464 20464 16605 0 -1 1077944384 120 0 0 0 2 0 0 0 20 0 15 0 225074117 7581982720 16872 33554432000 4194304 4196468 140724344638368 139961655134704 139962210761346 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20494] ppid=20464 vsize=7404280 memory=665102093680377811 CPUtime=0.07 cores=1,3,5,7
/proc/20482/task/20494/stat : 20494 (java) S 20464 20464 16605 0 -1 1077944384 480 0 0 0 7 0 0 0 20 0 15 0 225074117 7581982720 16872 33554432000 4194304 4196468 140724344638368 139961654082416 139962210761346 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20495] ppid=20464 vsize=7404280 memory=280171722971120 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20495/stat : 20495 (java) S 20464 20464 16605 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225074118 7581982720 16872 33554432000 4194304 4196468 140724344638368 139959897943008 139962210760405 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20496] ppid=20464 vsize=7404280 memory=8099561564667007843 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20496/stat : 20496 (java) S 20464 20464 16605 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225074118 7581982720 16872 33554432000 4194304 4196468 140724344638368 139961653029296 139962210761346 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
Current children cumulated CPU time: 3.6 s
Current children cumulated vsize: 7517408 KiB
Current children cumulated memory: 68960 KiB

[startup+2.4008 s]
/proc/loadavg: 2.94 2.41 2.19 3/222 20496
/proc/meminfo: memFree=24585112/32770624 swapFree=67108860/67108860
[pid=20464] ppid=20461 vsize=113128 memory=1472 CPUtime=3.11 cores=1,3,5,7
/proc/20464/stat : 20464 (scop.sh) S 20461 20464 16605 0 -1 4202496 591 22804 0 0 0 0 299 12 20 0 1 0 225073947 115843072 368 33554432000 4194304 5098028 140731757504896 140731757501640 140452971008636 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33886208 140731757511744 140731757511943 140731757511943 140731757514701 0
/proc/20464/statm: 28282 368 311 221 0 87 0
[pid=20482] ppid=20464 vsize=7806068 memory=115576 CPUtime=1.11 cores=1,3,5,7
/proc/20482/stat : 20482 (java) S 20464 20464 16605 0 -1 1077944320 18695 445 0 0 105 6 0 0 20 0 17 0 225074111 7993413632 28894 33554432000 4194304 4196468 140724344638368 140724344620912 139962210750199 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
/proc/20482/statm: 1951517 28894 3146 1 0 1912916 0
[pid=20482/tid=20483] ppid=20464 vsize=7806068 memory=5795966068856743786 CPUtime=0.73 cores=1,3,5,7
/proc/20482/task/20483/stat : 20483 (java) R 20464 20464 16605 0 -1 4202560 15508 445 0 0 68 5 0 0 20 0 17 0 225074112 7993413632 28894 33554432000 4194304 4196468 140724344638368 139962182588992 139962192313728 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20484] ppid=20464 vsize=7806068 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20484/stat : 20484 (java) S 20464 20464 16605 0 -1 1077944384 1 445 0 0 0 0 0 0 20 0 17 0 225074113 7993413632 28894 33554432000 4194304 4196468 140724344638368 139962214992784 139962210760405 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20485] ppid=20464 vsize=7806068 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20485/stat : 20485 (java) S 20464 20464 16605 0 -1 1077944384 1 445 0 0 0 0 0 0 20 0 17 0 225074113 7993413632 28894 33554432000 4194304 4196468 140724344638368 139961695578896 139962210760405 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20486] ppid=20464 vsize=7806068 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20486/stat : 20486 (java) S 20464 20464 16605 0 -1 1077944384 1 445 0 0 0 0 0 0 20 0 17 0 225074113 7993413632 28894 33554432000 4194304 4196468 140724344638368 139961694526608 139962210760405 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20487] ppid=20464 vsize=7806068 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20487/stat : 20487 (java) S 20464 20464 16605 0 -1 1077944384 2 445 0 0 0 0 0 0 20 0 17 0 225074113 7993413632 28894 33554432000 4194304 4196468 140724344638368 139961693473808 139962210760405 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20488] ppid=20464 vsize=7806068 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20488/stat : 20488 (java) S 20464 20464 16605 0 -1 1077944384 5 445 0 0 0 0 0 0 20 0 17 0 225074114 7993413632 28894 33554432000 4194304 4196468 140724344638368 139961657239664 139962210761346 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20489] ppid=20464 vsize=7806068 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20489/stat : 20489 (java) S 20464 20464 16605 0 -1 1077944384 13 445 0 0 0 0 0 0 20 0 17 0 225074115 7993413632 28894 33554432000 4194304 4196468 140724344638368 139961038791456 139962210760405 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20490] ppid=20464 vsize=7806068 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20490/stat : 20490 (java) S 20464 20464 16605 0 -1 1077944384 1 445 0 0 0 0 0 0 20 0 17 0 225074115 7993413632 28894 33554432000 4194304 4196468 140724344638368 139960770356336 139962210760405 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20491] ppid=20464 vsize=7806068 memory=280171723282784 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20491/stat : 20491 (java) S 20464 20464 16605 0 -1 1077944384 3 445 0 0 0 0 0 0 20 0 17 0 225074117 7993413632 28894 33554432000 4194304 4196468 140724344638368 139960395847760 139962210768795 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20492] ppid=20464 vsize=7806068 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20482/task/20492/stat : 20492 (java) S 20464 20464 16605 0 -1 1077944384 778 445 0 0 8 0 0 0 20 0 17 0 225074117 7993413632 28894 33554432000 4194304 4196468 140724344638368 139961656187504 139962210761346 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20493] ppid=20464 vsize=7806068 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20482/task/20493/stat : 20493 (java) S 20464 20464 16605 0 -1 1077944384 236 445 0 0 8 0 0 0 20 0 17 0 225074117 7993413632 28894 33554432000 4194304 4196468 140724344638368 139961655134704 139962210761346 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20494] ppid=20464 vsize=7806068 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/20482/task/20494/stat : 20494 (java) S 20464 20464 16605 0 -1 1077944384 766 445 0 0 18 0 0 0 20 0 17 0 225074117 7993413632 28894 33554432000 4194304 4196468 140724344638368 139961654082416 139962210761346 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20495] ppid=20464 vsize=7806068 memory=288230617492236672 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20495/stat : 20495 (java) S 20464 20464 16605 0 -1 1077944384 3 445 0 0 0 0 0 0 20 0 17 0 225074118 7993413632 28894 33554432000 4194304 4196468 140724344638368 139959897943008 139962210760405 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
[pid=20482/tid=20496] ppid=20464 vsize=7806068 memory=14694088964328218 CPUtime=0 cores=1,3,5,7
/proc/20482/task/20496/stat : 20496 (java) S 20464 20464 16605 0 -1 1077944384 1 445 0 0 0 0 0 0 20 0 17 0 225074118 7993413632 28894 33554432000 4194304 4196468 140724344638368 139961653029296 139962210761346 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31600640 140724344644789 140724344644913 140724344644913 140724344647631 0
Current children cumulated CPU time: 4.22 s
Current children cumulated vsize: 7919196 KiB
Current children cumulated memory: 117048 KiB

Child status: 0
Real time (s): 2.42901
CPU time (s): 4.27937
CPU user time (s): 4.08009
CPU system time (s): 0.199284
CPU usage (%): 176.178
Max. virtual memory (cumulated for all children) (KiB): 15140232
Max. memory (cumulated for all children) (KiB): 187060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.08009
system time used= 0.199284
maximum resident set size= 188576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42674
page faults= 0
swaps= 0
block input operations= 0
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4771
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 20464
#   total CPU time (s): 4.27937
#   total CPU user time (s): 4.08009
#   total CPU system time (s): 0.199284

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040787 second user time and 0.068122 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-12 13:58:28
IDJOB=4305353
IDBENCH=141407
IDSOLVER=2782
FILE ID=node107/4305353-1534075108
RUNJOBID= node107-1534064712-16637
PBS_JOBID= 21036990
Free space on /tmp= 39468 MiB

SOLVER NAME= scop order+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Dubois/Dubois-018_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -order minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305353-1534075108/watcher-4305353-1534075108 -o /tmp/evaluation-result-4305353-1534075108/solver-4305353-1534075108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534064712-16637 --watchdog 2580  scop.sh 11g scop.jar -order minisat_release default HOME HOME/instance-4305353-1534075108.xml

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

MD5SUM BENCH= 87315209bf8a3d7a2526762832107213
RANDOM SEED=794123948

node107.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.40
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.40
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.40
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.40
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:        24641236 kB
MemAvailable:   31683952 kB
Buffers:          203536 kB
Cached:          7033820 kB
SwapCached:            0 kB
Active:          3871848 kB
Inactive:        3640124 kB
Active(anon):     223608 kB
Inactive(anon):   103384 kB
Active(file):    3648240 kB
Inactive(file):  3536740 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7996 kB
Writeback:             0 kB
AnonPages:        232820 kB
Mapped:            63864 kB
Shmem:             49804 kB
Slab:             315068 kB
SReclaimable:     286196 kB
SUnreclaim:        28872 kB
KernelStack:        3920 kB
PageTables:         6388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5931144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39460 MiB
End job on node107 at 2018-08-12 13:58:30