Trace number 4307096

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-31)SAT 4.22028 2.4382

General information on the benchmark

NameColouredQueens/
ColouredQueens-05_c18.xml
MD5SUM776f6c8909d7db26eed6858afed1e777
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.29772
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints24
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":21}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":12}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":24}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-13893-serial-file.bin HOME/instance-4307096-1534178031.xml
0.66/0.55	
0.66/0.55	scop order+glucose-syrup (2018-07-31)
0.66/0.55	(Encoding Process)
0.66/0.55	
0.66/0.58	c BEGIN-Prog: Mon Aug 13 18:33:52 CEST 2018
0.66/0.58	c PID: 13896
0.66/0.58	c IP: 172.20.3.138
0.66/0.58	c HOST: node138.alineos.net
0.66/0.59	c (0,0) Parsing Begin
1.14/0.85	c (0,0) Parsing End
1.14/0.86	c (0,0) CSP: 25 int (0 aux), 0 bool (0 aux), 24 ctr, max domain size 5
1.14/0.86	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.14/0.86	c (0,0) Constraint Name Generate Begin
1.14/0.86	c (0,0) Ctr:HOME/instance-4307096-1534178031.xml,AllDifferent:IntVar
1.14/0.86	c (0,0) Constraint Name Generate End
1.14/0.86	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.14/0.86	c (0,0) CSP to CSPinCNF Begin
1.51/1.02	c (0,0) translated 3 (10%) constraints
1.51/1.04	c (0,0) translated 5 (20%) constraints
1.51/1.07	c (0,0) translated 8 (30%) constraints
1.51/1.08	c (0,0) translated 10 (40%) constraints
1.51/1.10	c (0,0) translated 12 (50%) constraints
1.76/1.11	c (0,0) translated 15 (60%) constraints
1.76/1.12	c (0,0) translated 17 (70%) constraints
1.76/1.12	c (0,0) translated 20 (80%) constraints
1.76/1.13	c (0,0) translated 22 (90%) constraints
1.76/1.14	c (0,0) translated 24 (100%) constraints
1.76/1.19	c (0,0) STATISTICS1:HOME/instance-4307096-1534178031.xml,AllDifferent:IntVar,25,208,5,5,5,2,5:160,5:512,5:24;4:8;3:8;2:168,2:160;1:192,
1.76/1.19	c (0,0) ==========================================
1.76/1.19	c (0,0) Order
1.76/1.19	c (0,0) ==========================================
1.98/1.21	c (0,0) translated 21 (10%) constraints
1.98/1.22	c (0,0) translated 42 (20%) constraints
1.98/1.23	c (0,0) translated 63 (30%) constraints
1.98/1.23	c (0,0) translated 84 (40%) constraints
1.98/1.24	c (0,0) translated 104 (50%) constraints
1.98/1.25	c (0,0) translated 125 (60%) constraints
1.98/1.25	c (0,0) translated 146 (70%) constraints
1.98/1.26	c (0,0) translated 167 (80%) constraints
1.98/1.26	c (0,0) translated 188 (90%) constraints
1.98/1.27	c (0,0) translated 208 (100%) constraints
1.98/1.27	c (0,0) CSP to CSPinCNF End
1.98/1.27	c (0,0) CSP: 25 int (0 aux), 0 bool (0 aux), 208 ctr, max domain size 5
1.98/1.27	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
1.98/1.27	c (0,0) CSPinCNF Propagation Begin
1.98/1.29	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.98/1.29	c (0,0) CSPinCNF Propagation End
1.98/1.29	c (0,0) CSP: 25 int (0 aux), 0 bool (0 aux), 208 ctr, max domain size 5
1.98/1.29	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
1.98/1.29	c (0,0) Simplify CSPinCNF Begin
2.24/1.35	c (0,0) Simplify CSPinCNF End
2.24/1.35	c (0,0) CSP: 25 int (0 aux), 320 bool (320 aux), 528 ctr, max domain size 5
2.24/1.35	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.24/1.35	c (0,0) Calculate Precise Domain Begin
2.24/1.36	c (0,0) 0 values are removed by re-calculation
2.24/1.36	c (0,0) Calculate Precise Domain End
2.24/1.36	c (0,0) CSP: 25 int (0 aux), 320 bool (320 aux), 528 ctr, max domain size 5
2.24/1.36	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.24/1.36	c (0,0) CSPinCNF to SatSolver Begin
2.49/1.41	c (0,0) 53 (10 %) CSP clauses are encoded (420 SAT variables, 259 SAT clauses)
2.49/1.42	c (0,0) 106 (20 %) CSP clauses are encoded (420 SAT variables, 444 SAT clauses)
2.49/1.43	c (0,0) 159 (30 %) CSP clauses are encoded (420 SAT variables, 633 SAT clauses)
2.49/1.44	c (0,0) 212 (40 %) CSP clauses are encoded (420 SAT variables, 814 SAT clauses)
2.49/1.45	c (0,0) 264 (50 %) CSP clauses are encoded (420 SAT variables, 994 SAT clauses)
2.49/1.45	c (0,0) 317 (60 %) CSP clauses are encoded (420 SAT variables, 1183 SAT clauses)
2.49/1.46	c (0,0) 370 (70 %) CSP clauses are encoded (420 SAT variables, 1368 SAT clauses)
2.49/1.47	c (0,0) 423 (80 %) CSP clauses are encoded (420 SAT variables, 1537 SAT clauses)
2.49/1.47	c (0,0) 476 (90 %) CSP clauses are encoded (420 SAT variables, 1710 SAT clauses)
2.49/1.48	c (0,0) 528 (100 %) CSP clauses are encoded (420 SAT variables, 1882 SAT clauses)
2.49/1.48	c (0,0) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
2.49/1.48	c (0,0) CSPinCNF to SatSolver End
2.49/1.48	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.49/1.50	c (0,0) STATISTICS2:HOME/instance-4307096-1534178031.xml,AllDifferent:IntVar,345,528,5,5,5,2,5:320,5:832;2:640,5:24;4:8;3:8;2:488,2:320;1:832,
2.78/1.50	c (0,0) 420 bool, 1883 clause
2.78/1.50	c (0,0) Export Begin
2.78/1.57	c (1,1) Export to HOME/scop-13893-serial-file.bin
2.78/1.57	c (1,1) Export End
2.78/1.58	c (1,1) Export File Size: 0.01 MB
2.78/1.58	c (1,1) 0,0,0,0,0,0,0,STOP-AFTER(DIMACS)
2.78/1.58	c END-Prog: Mon Aug 13 18:33:53 CEST 2018
2.78/1.59	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-13893-serial-file.bin
3.50/2.09	c (0,0) Read Serial File Begin
3.50/2.09	c (0,0) HOME/scop-13893-serial-file.bin
3.75/2.25	c (0,0) Read Serial File End
3.75/2.25	
3.75/2.25	scop order+glucose-syrup (2018-07-31)
3.75/2.25	(Solving Process)
3.75/2.25	
3.75/2.28	c BEGIN-Prog: Mon Aug 13 18:33:54 CEST 2018
3.75/2.28	c PID: 13916
3.75/2.28	c IP: 172.20.3.138
3.75/2.28	c HOST: node138.alineos.net
3.75/2.29	c (0,0) SatSolver.solve Begin
3.75/2.29	c (0,0) 0 bool, 0 clause
3.75/2.29	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307096-1534178031.xml-scop-13896.cnf
3.94/2.35	c (0,0) c
3.94/2.35	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
3.94/2.35	c (0,0) c
3.94/2.35	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
3.94/2.35	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
3.94/2.35	c (0,0) c ========================================[ Problem Statistics ]===========================================
3.94/2.35	c (0,0) c |                                                                                                       |
3.94/2.35	c (0,0) c |  Number of variables:           420                                                                   |
3.94/2.35	c (0,0) c |  Number of clauses:            1883                                                                   |
3.94/2.35	c (0,0) c |  Parse time:                   0.00 s                                                                 |
3.94/2.35	c (0,0) c |                                                                                                       |
3.94/2.35	c (0,0) c |  Eliminated clauses:           0.00 Mb                                                                |
3.94/2.35	c (0,0) c |  Simplification time:          0.00 s                                                                 |
3.94/2.35	c (0,0) c |                                                                                                       |
3.94/2.35	c (0,0) c |  Generating clones                                                                                    |
3.94/2.35	c (0,0) c |  all clones generated. Memory =  27.02Mb.                                                             |
3.94/2.35	c (0,0) c ========================================================================================================|
3.94/2.35	c (0,0) c last restart ## conflicts  :  4 12 
3.94/2.35	c (0,0) c Thread 5 is 100% pure glucose! First thread to finish! (SAT answer).
3.94/2.35	c (0,0) c Total Memory so far : 539.05Mb
3.94/2.35	c (0,0) c
3.94/2.35	c (0,0) c real time : 0.038362 s
3.94/2.35	c (0,0) c cpu time  : 0.008075 s
3.94/2.35	c (0,0) c
3.94/2.35	c (0,0) c
3.94/2.35	c (0,0) c
3.94/2.35	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
3.94/2.35	c (0,0) c
3.94/2.35	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
3.94/2.35	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
3.94/2.35	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
3.94/2.35	c (0,0) c | Conflicts     |               7 |          0 |          0 |          1 |          0 |          1 |          4 |          1 |          0 |
3.94/2.35	c (0,0) c | Decisions     |              86 |          4 |         11 |         14 |         11 |         14 |         18 |         14 |          0 |
3.94/2.35	c (0,0) c | Propagations  |            1256 |         33 |         98 |        224 |         98 |        224 |        355 |        224 |          0 |
3.94/2.35	c (0,0) c | Avg_Trail     |                 |          0 |          0 |        103 |          0 |        103 |        179 |        103 |          0 |
3.94/2.35	c (0,0) c | Avg_DL        |                 |          0 |          0 |         11 |          0 |         11 |         12 |         11 |          0 |
3.94/2.35	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.94/2.35	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.94/2.35	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
3.94/2.35	c (0,0) c | Exported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.94/2.35	c (0,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.94/2.35	c (0,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.94/2.35	c (0,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.94/2.35	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.94/2.35	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.94/2.35	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.94/2.35	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
3.94/2.35	c (0,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.94/2.35	c (0,0) c | Binaries      |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.94/2.35	c (0,0) c | Glues         |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.94/2.35	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
3.94/2.35	c (0,0) c | Orig_Seen     |             0 % |          0 |          0 |          9 |          0 |          9 |         25 |          9 |          0 |
3.94/2.35	c (0,0) c | Diff Orig seen|                 | -       25 | -       25 | -       16 | -       25 | -       16 |      X     | -       16 | -       25 |
3.94/2.35	c (0,0) c | Hamming       |            11 % |         54 |         54 |         40 |         54 |         40 |      X     |         40 |         54 |
3.94/2.35	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
3.94/2.35	c (0,0) 
3.94/2.35	c (0,0) s SATISFIABLE
3.94/2.37	c (0,0) SatSolver.solve End
3.94/2.37	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
3.94/2.37	c (0,0) Show results Begin
4.14/2.42	s SATISFIABLE
4.14/2.42	v <instantiation>
4.14/2.42	v     <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4]</list>
4.14/2.42	v     <values>3 4 0 2 1 0 2 1 3 4 1 3 4 0 2 4 0 2 1 3 2 1 3 4 0</values>
4.14/2.42	v </instantiation>
4.14/2.42	c (0,0) Show results End
4.14/2.42	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
4.14/2.42	c (0,0) 0,0,STOP-AFTER(ALL)
4.14/2.43	c END-Prog: Mon Aug 13 18:33:54 CEST 2018

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307096-1534178031/watcher-4307096-1534178031 -o /tmp/evaluation-result-4307096-1534178031/solver-4307096-1534178031 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1534170467-13344 --watchdog 2580 scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307096-1534178031.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=13893, runsolver pid=13890

[startup+0.100153 s]*
/proc/loadavg: 8.04 8.22 8.27 2/200 13915
/proc/meminfo: memFree=17978680/32770624 swapFree=67108796/67108860
[pid=13893] ppid=13890 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/13893/stat : 13893 (scop.sh) S 13890 13893 13317 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 235366316 115843072 349 33554432000 4194304 5098028 140723961032192 140723961029448 140330906477180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17719296 140723961037858 140723961038083 140723961038083 140723961040845 0
/proc/13893/statm: 28282 349 296 221 0 87 0
[pid=13896] ppid=13893 vsize=27313900 memory=104808 CPUtime=0.1 cores=0-7
/proc/13896/stat : 13896 (java) S 13893 13893 13317 0 -1 1077944320 6217 0 0 0 8 2 0 0 20 0 20 0 235366316 27969433600 26202 33554432000 4194304 4196468 140729521102464 140729521085008 140468797443831 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
/proc/13896/statm: 6828475 26202 2712 1 0 6790935 0
[pid=13896/tid=13897] ppid=13893 vsize=27313900 memory=8257238249923059616 CPUtime=0.09 cores=0-7
/proc/13896/task/13897/stat : 13897 (java) R 13893 13893 13317 0 -1 4202560 4344 0 0 0 7 2 0 0 20 0 20 0 235366317 27969433600 26267 33554432000 4194304 4196468 140729521102464 140468769278128 140468797465757 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13898] ppid=13893 vsize=27313900 memory=732369799278853093 CPUtime=0 cores=0-7
/proc/13896/task/13898/stat : 13898 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 26267 33554432000 4194304 4196468 140729521102464 140468801686672 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13899] ppid=13893 vsize=27313900 memory=139660941399680 CPUtime=0 cores=0-7
/proc/13896/task/13899/stat : 13899 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 26267 33554432000 4194304 4196468 140729521102464 140468585081872 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13900] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13900/stat : 13900 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 26267 33554432000 4194304 4196468 140729521102464 140468218223504 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13901] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13901/stat : 13901 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 26267 33554432000 4194304 4196468 140729521102464 140468217170704 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13902] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13902/stat : 13902 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 26267 33554432000 4194304 4196468 140729521102464 140468216117904 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13903] ppid=13893 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/13896/task/13903/stat : 13903 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 26267 33554432000 4194304 4196468 140729521102464 140468215065104 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13904] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13904/stat : 13904 (java) S 13893 13893 13317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 26267 33554432000 4194304 4196468 140729521102464 140468214012304 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13905] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13905/stat : 13905 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 26267 33554432000 4194304 4196468 140729521102464 140468212959504 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13906] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13906/stat : 13906 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366321 27969433600 26267 33554432000 4194304 4196468 140729521102464 140467922488176 140468797454978 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13907] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13907/stat : 13907 (java) S 13893 13893 13317 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 235366322 27969433600 26267 33554432000 4194304 4196468 140729521102464 140466569864736 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13908] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13908/stat : 13908 (java) S 13893 13893 13317 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 235366322 27969433600 26267 33554432000 4194304 4196468 140729521102464 140466435642736 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13909] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13909/stat : 13909 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366324 27969433600 26267 33554432000 4194304 4196468 140729521102464 140466061138256 140468797462427 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13910] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13910/stat : 13910 (java) S 13893 13893 13317 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 20 0 235366324 27969433600 26267 33554432000 4194304 4196468 140729521102464 140467921434992 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13911] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13911/stat : 13911 (java) S 13893 13893 13317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235366324 27969433600 26267 33554432000 4194304 4196468 140729521102464 140467920382192 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13912] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13912/stat : 13912 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366324 27969433600 26267 33554432000 4194304 4196468 140729521102464 140467919329392 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13913] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13913/stat : 13913 (java) S 13893 13893 13317 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 20 0 235366324 27969433600 26267 33554432000 4194304 4196468 140729521102464 140467918276592 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13914] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13914/stat : 13914 (java) S 13893 13893 13317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235366325 27969433600 26267 33554432000 4194304 4196468 140729521102464 140465563233376 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13915] ppid=13893 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/13896/task/13915/stat : 13915 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366325 27969433600 26267 33554432000 4194304 4196468 140729521102464 140467917225008 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 106204 KiB

[startup+0.210723 s]*
/proc/loadavg: 8.04 8.22 8.27 3/200 13915
/proc/meminfo: memFree=17961044/32770624 swapFree=67108796/67108860
[pid=13893] ppid=13890 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/13893/stat : 13893 (scop.sh) S 13890 13893 13317 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 235366316 115843072 349 33554432000 4194304 5098028 140723961032192 140723961029448 140330906477180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17719296 140723961037858 140723961038083 140723961038083 140723961040845 0
/proc/13893/statm: 28282 349 296 221 0 87 0
[pid=13896] ppid=13893 vsize=27313900 memory=121772 CPUtime=0.24 cores=0-7
/proc/13896/stat : 13896 (java) S 13893 13893 13317 0 -1 1077944320 10144 0 0 0 21 3 0 0 20 0 20 0 235366316 27969433600 30443 33554432000 4194304 4196468 140729521102464 140729521085008 140468797443831 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
/proc/13896/statm: 6828475 30443 2879 1 0 6790935 0
[pid=13896/tid=13897] ppid=13893 vsize=27313900 memory=0 CPUtime=0.19 cores=0-7
/proc/13896/task/13897/stat : 13897 (java) R 13893 13893 13317 0 -1 4202560 8032 0 0 0 16 3 0 0 20 0 20 0 235366317 27969433600 30443 33554432000 4194304 4196468 140729521102464 140468769252576 140468779007335 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13898] ppid=13893 vsize=27313900 memory=279321735141112 CPUtime=0 cores=0-7
/proc/13896/task/13898/stat : 13898 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 30443 33554432000 4194304 4196468 140729521102464 140468801686672 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13899] ppid=13893 vsize=27313900 memory=139660941399680 CPUtime=0 cores=0-7
/proc/13896/task/13899/stat : 13899 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 30443 33554432000 4194304 4196468 140729521102464 140468585081872 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13900] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13900/stat : 13900 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 30443 33554432000 4194304 4196468 140729521102464 140468218223504 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13901] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13901/stat : 13901 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 30443 33554432000 4194304 4196468 140729521102464 140468217170704 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13902] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13902/stat : 13902 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 30443 33554432000 4194304 4196468 140729521102464 140468216117904 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13903] ppid=13893 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/13896/task/13903/stat : 13903 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 30443 33554432000 4194304 4196468 140729521102464 140468215065104 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13904] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13904/stat : 13904 (java) S 13893 13893 13317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 30443 33554432000 4194304 4196468 140729521102464 140468214012304 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13905] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13905/stat : 13905 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 30443 33554432000 4194304 4196468 140729521102464 140468212959504 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13906] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13906/stat : 13906 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366321 27969433600 30443 33554432000 4194304 4196468 140729521102464 140467922488176 140468797454978 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13907] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13907/stat : 13907 (java) S 13893 13893 13317 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 235366322 27969433600 30443 33554432000 4194304 4196468 140729521102464 140466569864736 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13908] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13908/stat : 13908 (java) S 13893 13893 13317 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 235366322 27969433600 30443 33554432000 4194304 4196468 140729521102464 140466435642736 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13909] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13909/stat : 13909 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366324 27969433600 30443 33554432000 4194304 4196468 140729521102464 140466061138256 140468797462427 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13910] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13910/stat : 13910 (java) S 13893 13893 13317 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 20 0 235366324 27969433600 30443 33554432000 4194304 4196468 140729521102464 140467921434992 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13911] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13911/stat : 13911 (java) S 13893 13893 13317 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 235366324 27969433600 30443 33554432000 4194304 4196468 140729521102464 140467920382192 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13912] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13912/stat : 13912 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366324 27969433600 30443 33554432000 4194304 4196468 140729521102464 140467919329392 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13913] ppid=13893 vsize=27313900 memory=0 CPUtime=0.02 cores=0-7
/proc/13896/task/13913/stat : 13913 (java) S 13893 13893 13317 0 -1 1077944384 299 0 0 0 2 0 0 0 20 0 20 0 235366324 27969433600 30443 33554432000 4194304 4196468 140729521102464 140467918276592 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13914] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13914/stat : 13914 (java) S 13893 13893 13317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235366325 27969433600 30443 33554432000 4194304 4196468 140729521102464 140465563233376 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13915] ppid=13893 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/13896/task/13915/stat : 13915 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366325 27969433600 30443 33554432000 4194304 4196468 140729521102464 140467917225008 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 123168 KiB

[startup+0.31056 s]*
/proc/loadavg: 8.04 8.22 8.27 2/200 13915
/proc/meminfo: memFree=17957756/32770624 swapFree=67108796/67108860
[pid=13893] ppid=13890 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/13893/stat : 13893 (scop.sh) S 13890 13893 13317 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 235366316 115843072 349 33554432000 4194304 5098028 140723961032192 140723961029448 140330906477180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17719296 140723961037858 140723961038083 140723961038083 140723961040845 0
/proc/13893/statm: 28282 349 296 221 0 87 0
[pid=13896] ppid=13893 vsize=27313900 memory=125396 CPUtime=0.42 cores=0-7
/proc/13896/stat : 13896 (java) S 13893 13893 13317 0 -1 1077944320 10714 0 0 0 38 4 0 0 20 0 20 0 235366316 27969433600 31349 33554432000 4194304 4196468 140729521102464 140729521085008 140468797443831 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
/proc/13896/statm: 6828475 31349 2980 1 0 6790935 0
[pid=13896/tid=13897] ppid=13893 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/13896/task/13897/stat : 13897 (java) R 13893 13893 13317 0 -1 4202560 8416 0 0 0 26 3 0 0 20 0 20 0 235366317 27969433600 31349 33554432000 4194304 4196468 140729521102464 140468769239280 140468779007387 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13898] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13898/stat : 13898 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 31349 33554432000 4194304 4196468 140729521102464 140468801686672 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13899] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13899/stat : 13899 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 31349 33554432000 4194304 4196468 140729521102464 140468585081872 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13900] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13900/stat : 13900 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 31349 33554432000 4194304 4196468 140729521102464 140468218223504 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13901] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13901/stat : 13901 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 31349 33554432000 4194304 4196468 140729521102464 140468217170704 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13902] ppid=13893 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/13896/task/13902/stat : 13902 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 31349 33554432000 4194304 4196468 140729521102464 140468216117904 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13903] ppid=13893 vsize=27313900 memory=139660793836463 CPUtime=0 cores=0-7
/proc/13896/task/13903/stat : 13903 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 31349 33554432000 4194304 4196468 140729521102464 140468215065104 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13904] ppid=13893 vsize=27313900 memory=139660793838768 CPUtime=0 cores=0-7
/proc/13896/task/13904/stat : 13904 (java) S 13893 13893 13317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 31349 33554432000 4194304 4196468 140729521102464 140468214012304 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13905] ppid=13893 vsize=27313900 memory=139660793841072 CPUtime=0 cores=0-7
/proc/13896/task/13905/stat : 13905 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27969433600 31349 33554432000 4194304 4196468 140729521102464 140468212959504 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13906] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13906/stat : 13906 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366321 27969433600 31349 33554432000 4194304 4196468 140729521102464 140467922488176 140468797454978 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13907] ppid=13893 vsize=27313900 memory=279321587689104 CPUtime=0 cores=0-7
/proc/13896/task/13907/stat : 13907 (java) S 13893 13893 13317 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 235366322 27969433600 31349 33554432000 4194304 4196468 140729521102464 140466569864736 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13908] ppid=13893 vsize=27313900 memory=279321587696016 CPUtime=0 cores=0-7
/proc/13896/task/13908/stat : 13908 (java) S 13893 13893 13317 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 235366322 27969433600 31349 33554432000 4194304 4196468 140729521102464 140466435642736 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13909] ppid=13893 vsize=27313900 memory=279321587637296 CPUtime=0 cores=0-7
/proc/13896/task/13909/stat : 13909 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366324 27969433600 31349 33554432000 4194304 4196468 140729521102464 140466061138256 140468797462427 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13910] ppid=13893 vsize=27313900 memory=279321587709840 CPUtime=0.01 cores=0-7
/proc/13896/task/13910/stat : 13910 (java) S 13893 13893 13317 0 -1 1077944384 530 0 0 0 1 0 0 0 20 0 20 0 235366324 27969433600 31349 33554432000 4194304 4196468 140729521102464 140467921434992 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13911] ppid=13893 vsize=27313900 memory=279321587716752 CPUtime=0.01 cores=0-7
/proc/13896/task/13911/stat : 13911 (java) S 13893 13893 13317 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 20 0 235366324 27969433600 31349 33554432000 4194304 4196468 140729521102464 140467920382192 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13912] ppid=13893 vsize=27313900 memory=279321587714448 CPUtime=0.01 cores=0-7
/proc/13896/task/13912/stat : 13912 (java) S 13893 13893 13317 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 20 0 235366324 27969433600 31349 33554432000 4194304 4196468 140729521102464 140467919329392 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13913] ppid=13893 vsize=27313900 memory=279321587730608 CPUtime=0.07 cores=0-7
/proc/13896/task/13913/stat : 13913 (java) S 13893 13893 13317 0 -1 1077944384 321 0 0 0 7 0 0 0 20 0 20 0 235366324 27969433600 31349 33554432000 4194304 4196468 140729521102464 140467918276592 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13914] ppid=13893 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13914/stat : 13914 (java) S 13893 13893 13317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235366325 27969433600 31349 33554432000 4194304 4196468 140729521102464 140465563233376 140468797454037 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13915] ppid=13893 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/13896/task/13915/stat : 13915 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366325 27969433600 31349 33554432000 4194304 4196468 140729521102464 140467917225008 140468797454978 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 126792 KiB

[startup+0.700975 s]
/proc/loadavg: 8.04 8.22 8.27 3/200 13915
/proc/meminfo: memFree=17933572/32770624 swapFree=67108796/67108860
[pid=13893] ppid=13890 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/13893/stat : 13893 (scop.sh) S 13890 13893 13317 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 235366316 115843072 349 33554432000 4194304 5098028 140723961032192 140723961029448 140330906477180 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17719296 140723961037858 140723961038083 140723961038083 140723961040845 0
/proc/13893/statm: 28282 349 296 221 0 87 0
[pid=13896] ppid=13893 vsize=27320172 memory=162216 CPUtime=0.98 cores=0-7
/proc/13896/stat : 13896 (java) S 13893 13893 13317 0 -1 1077944320 17625 0 0 0 91 7 0 0 20 0 20 0 235366316 27975856128 40554 33554432000 4194304 4196468 140729521102464 140729521085008 140468797443831 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
/proc/13896/statm: 6830043 40554 3131 1 0 6791447 0
[pid=13896/tid=13897] ppid=13893 vsize=27320172 memory=279321588025472 CPUtime=0.66 cores=0-7
/proc/13896/task/13897/stat : 13897 (java) R 13893 13893 13317 0 -1 4202560 14849 0 0 0 61 5 0 0 20 0 20 0 235366317 27975856128 40554 33554432000 4194304 4196468 140729521102464 140468769281072 140468797465757 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13898] ppid=13893 vsize=27320172 memory=8628 CPUtime=0 cores=0-7
/proc/13896/task/13898/stat : 13898 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27975856128 40554 33554432000 4194304 4196468 140729521102464 140468801686672 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13899] ppid=13893 vsize=27320172 memory=1080 CPUtime=0 cores=0-7
/proc/13896/task/13899/stat : 13899 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27975856128 40554 33554432000 4194304 4196468 140729521102464 140468585081872 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13900] ppid=13893 vsize=27320172 memory=752 CPUtime=0 cores=0-7
/proc/13896/task/13900/stat : 13900 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27975856128 40554 33554432000 4194304 4196468 140729521102464 140468218223504 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0

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

[pid=13896/tid=13898] ppid=13893 vsize=27328508 memory=3632 CPUtime=0 cores=0-7
/proc/13896/task/13898/stat : 13898 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27984392192 52675 33554432000 4194304 4196468 140729521102464 140468801686672 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13899] ppid=13893 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13899/stat : 13899 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27984392192 52675 33554432000 4194304 4196468 140729521102464 140468585081872 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13900] ppid=13893 vsize=27328508 memory=139660794063488 CPUtime=0 cores=0-7
/proc/13896/task/13900/stat : 13900 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27984392192 52675 33554432000 4194304 4196468 140729521102464 140468218223504 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13901] ppid=13893 vsize=27328508 memory=139660794063584 CPUtime=0 cores=0-7
/proc/13896/task/13901/stat : 13901 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27984392192 52675 33554432000 4194304 4196468 140729521102464 140468217170704 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13902] ppid=13893 vsize=27328508 memory=139660794063680 CPUtime=0 cores=0-7
/proc/13896/task/13902/stat : 13902 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27984392192 52675 33554432000 4194304 4196468 140729521102464 140468216117904 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13903] ppid=13893 vsize=27328508 memory=139660794063776 CPUtime=0 cores=0-7
/proc/13896/task/13903/stat : 13903 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366319 27984392192 52675 33554432000 4194304 4196468 140729521102464 140468215065104 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13904] ppid=13893 vsize=27328508 memory=139660794063872 CPUtime=0 cores=0-7
/proc/13896/task/13904/stat : 13904 (java) S 13893 13893 13317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235366319 27984392192 52675 33554432000 4194304 4196468 140729521102464 140468214012304 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13905] ppid=13893 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13905/stat : 13905 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366319 27984392192 52675 33554432000 4194304 4196468 140729521102464 140468212959504 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13906] ppid=13893 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13906/stat : 13906 (java) S 13893 13893 13317 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 235366321 27984392192 52675 33554432000 4194304 4196468 140729521102464 140467922488176 140468797454978 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13907] ppid=13893 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13907/stat : 13907 (java) S 13893 13893 13317 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 235366322 27984392192 52675 33554432000 4194304 4196468 140729521102464 140466569864736 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13908] ppid=13893 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13908/stat : 13908 (java) S 13893 13893 13317 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 235366322 27984392192 52675 33554432000 4194304 4196468 140729521102464 140466435642736 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13909] ppid=13893 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/13896/task/13909/stat : 13909 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366324 27984392192 52675 33554432000 4194304 4196468 140729521102464 140466061138256 140468797462427 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13910] ppid=13893 vsize=27328508 memory=0 CPUtime=0.18 cores=0-7
/proc/13896/task/13910/stat : 13910 (java) R 13893 13893 13317 0 -1 4202560 923 0 0 0 17 1 0 0 20 0 20 0 235366324 27984392192 52675 33554432000 4194304 4196468 140729521102464 140467921421184 140468789733291 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13911] ppid=13893 vsize=27328508 memory=0 CPUtime=0.2 cores=0-7
/proc/13896/task/13911/stat : 13911 (java) S 13893 13893 13317 0 -1 1077944384 337 0 0 0 19 1 0 0 20 0 20 0 235366324 27984392192 52675 33554432000 4194304 4196468 140729521102464 140467920382192 140468797454978 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13912] ppid=13893 vsize=27328508 memory=1060 CPUtime=0.23 cores=0-7
/proc/13896/task/13912/stat : 13912 (java) S 13893 13893 13317 0 -1 1077944384 389 0 0 0 23 0 0 0 20 0 20 0 235366324 27984392192 52675 33554432000 4194304 4196468 140729521102464 140467919329392 140468797454978 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13913] ppid=13893 vsize=27328508 memory=1776 CPUtime=0.67 cores=0-7
/proc/13896/task/13913/stat : 13913 (java) R 13893 13893 13317 0 -1 4202560 2514 0 0 0 66 1 0 0 20 0 20 0 235366324 27984392192 52675 33554432000 4194304 4196468 140729521102464 140467918271856 140468790540683 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13914] ppid=13893 vsize=27328508 memory=5656 CPUtime=0 cores=0-7
/proc/13896/task/13914/stat : 13914 (java) S 13893 13893 13317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235366325 27984392192 52675 33554432000 4194304 4196468 140729521102464 140465563233376 140468797454037 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
[pid=13896/tid=13915] ppid=13893 vsize=27328508 memory=14772 CPUtime=0 cores=0-7
/proc/13896/task/13915/stat : 13915 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366325 27984392192 52675 33554432000 4194304 4196468 140729521102464 140467917225008 140468797454978 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23613440 140729521103848 140729521104173 140729521104173 140729521106895 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 27441636 KiB
Current children cumulated memory: 212096 KiB

[startup+2.4381 s]
# the end of solver process 13893 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.98957 s, system=0.23071 s

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

[startup+1.60121 s]
/proc/loadavg: 8.04 8.22 8.27 2/200 13915
/proc/meminfo: memFree=17907268/32770624 swapFree=67108796/67108860
[pid=13893] ppid=13890 vsize=113128 memory=1472 CPUtime=2.95 cores=0-7
/proc/13893/stat : 13893 (scop.sh) S 13890 13893 13317 0 -1 4202496 590 22904 0 0 0 0 281 14 20 0 1 0 235366316 115843072 368 33554432000 4194304 5098028 140723961032192 140723961028936 140330906477180 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17719296 140723961037858 140723961038083 140723961038083 140723961040845 0
/proc/13893/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

[startup+2.00037 s]*
/proc/loadavg: 8.04 8.22 8.27 2/200 13935
/proc/meminfo: memFree=18016052/32770624 swapFree=67108796/67108860
[pid=13893] ppid=13890 vsize=113128 memory=1472 CPUtime=2.95 cores=0-7
/proc/13893/stat : 13893 (scop.sh) S 13890 13893 13317 0 -1 4202496 590 22904 0 0 0 0 281 14 20 0 1 0 235366316 115843072 368 33554432000 4194304 5098028 140723961032192 140723961028936 140330906477180 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17719296 140723961037858 140723961038083 140723961038083 140723961040845 0
/proc/13893/statm: 28282 368 311 221 0 87 0
[pid=13916] ppid=13893 vsize=7752048 memory=70636 CPUtime=0.55 cores=0-7
/proc/13916/stat : 13916 (java) S 13893 13893 13317 0 -1 1077944320 11230 0 0 0 51 4 0 0 20 0 20 0 235366475 7938097152 17659 33554432000 4194304 4196468 140726034357680 140726034340224 140538784644855 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
/proc/13916/statm: 1938012 17659 3017 1 0 1899951 0
[pid=13916/tid=13917] ppid=13893 vsize=7752048 memory=7379818048977522788 CPUtime=0.39 cores=0-7
/proc/13916/task/13917/stat : 13917 (java) R 13893 13893 13317 0 -1 4202560 8888 0 0 0 36 3 0 0 20 0 20 0 235366476 7938097152 17659 33554432000 4194304 4196468 140726034357680 140538756468672 140538768725342 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13918] ppid=13893 vsize=7752048 memory=279321587838616 CPUtime=0 cores=0-7
/proc/13916/task/13918/stat : 13918 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366477 7938097152 17659 33554432000 4194304 4196468 140726034357680 140538788887184 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13919] ppid=13893 vsize=7752048 memory=3761261287586089913 CPUtime=0 cores=0-7
/proc/13916/task/13919/stat : 13919 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366477 7938097152 17659 33554432000 4194304 4196468 140726034357680 140538589055504 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13920] ppid=13893 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13920/stat : 13920 (java) S 13893 13893 13317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235366477 7938097152 17659 33554432000 4194304 4196468 140726034357680 140538588002704 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13921] ppid=13893 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13921/stat : 13921 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366477 7938097152 17659 33554432000 4194304 4196468 140726034357680 140538586949904 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13922] ppid=13893 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13922/stat : 13922 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366477 7938097152 17659 33554432000 4194304 4196468 140726034357680 140538585898128 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13923] ppid=13893 vsize=7752048 memory=734122130751430703 CPUtime=0 cores=0-7
/proc/13916/task/13923/stat : 13923 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366477 7938097152 17659 33554432000 4194304 4196468 140726034357680 140538584845328 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13924] ppid=13893 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13924/stat : 13924 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366477 7938097152 17659 33554432000 4194304 4196468 140726034357680 140538583792528 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13925] ppid=13893 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13925/stat : 13925 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366477 7938097152 17659 33554432000 4194304 4196468 140726034357680 140538582739728 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13926] ppid=13893 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13926/stat : 13926 (java) S 13893 13893 13317 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 235366479 7938097152 17659 33554432000 4194304 4196468 140726034357680 140537878137200 140538784656002 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13927] ppid=13893 vsize=7752048 memory=-1 CPUtime=0 cores=0-7
/proc/13916/task/13927/stat : 13927 (java) S 13893 13893 13317 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 235366479 7938097152 17659 33554432000 4194304 4196468 140726034357680 140537369715744 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13928] ppid=13893 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13928/stat : 13928 (java) S 13893 13893 13317 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 235366479 7938097152 17659 33554432000 4194304 4196468 140726034357680 140537235493744 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13929] ppid=13893 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13929/stat : 13929 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366482 7938097152 17659 33554432000 4194304 4196468 140726034357680 140536860989264 140538784663451 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13930] ppid=13893 vsize=7752048 memory=0 CPUtime=0.02 cores=0-7
/proc/13916/task/13930/stat : 13930 (java) S 13893 13893 13317 0 -1 1077944384 347 0 0 0 2 0 0 0 20 0 20 0 235366482 7938097152 17659 33554432000 4194304 4196468 140726034357680 140537877085040 140538784656002 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13931] ppid=13893 vsize=7752048 memory=0 CPUtime=0.01 cores=0-7
/proc/13916/task/13931/stat : 13931 (java) S 13893 13893 13317 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 20 0 235366482 7938097152 17659 33554432000 4194304 4196468 140726034357680 140537876032240 140538784656002 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13932] ppid=13893 vsize=7752048 memory=0 CPUtime=0.01 cores=0-7
/proc/13916/task/13932/stat : 13932 (java) S 13893 13893 13317 0 -1 1077944384 100 0 0 0 1 0 0 0 20 0 20 0 235366482 7938097152 17659 33554432000 4194304 4196468 140726034357680 140537874979440 140538784656002 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13933] ppid=13893 vsize=7752048 memory=139660793961328 CPUtime=0.09 cores=0-7
/proc/13916/task/13933/stat : 13933 (java) S 13893 13893 13317 0 -1 1077944384 338 0 0 0 9 0 0 0 20 0 20 0 235366482 7938097152 17659 33554432000 4194304 4196468 140726034357680 140537873926640 140538784656002 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13934] ppid=13893 vsize=7752048 memory=2319408921975339316 CPUtime=0 cores=0-7
/proc/13916/task/13934/stat : 13934 (java) S 13893 13893 13317 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 235366482 7938097152 17659 33554432000 4194304 4196468 140726034357680 140536363084384 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13935] ppid=13893 vsize=7752048 memory=3978424719714099249 CPUtime=0 cores=0-7
/proc/13916/task/13935/stat : 13935 (java) S 13893 13893 13317 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 235366482 7938097152 17659 33554432000 4194304 4196468 140726034357680 140537872874032 140538784656002 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
Current children cumulated CPU time: 3.5 s
Current children cumulated vsize: 7865176 KiB
Current children cumulated memory: 72108 KiB

[startup+2.40094 s]
/proc/loadavg: 8.04 8.22 8.27 2/200 13935
/proc/meminfo: memFree=18016052/32770624 swapFree=67108796/67108860
[pid=13893] ppid=13890 vsize=113128 memory=1472 CPUtime=2.95 cores=0-7
/proc/13893/stat : 13893 (scop.sh) S 13890 13893 13317 0 -1 4202496 590 22904 0 0 0 0 281 14 20 0 1 0 235366316 115843072 368 33554432000 4194304 5098028 140723961032192 140723961028936 140330906477180 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 17719296 140723961037858 140723961038083 140723961038083 140723961040845 0
/proc/13893/statm: 28282 368 311 221 0 87 0
[pid=13916] ppid=13893 vsize=8282828 memory=115524 CPUtime=1.19 cores=0-7
/proc/13916/stat : 13916 (java) S 13893 13893 13317 0 -1 1077944320 17708 1588 0 5 112 7 0 0 20 0 22 0 235366475 8481615872 28881 33554432000 4194304 4196468 140726034357680 140726034340224 140538784644855 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
/proc/13916/statm: 2070707 28881 3139 1 0 2032106 0
[pid=13916/tid=13917] ppid=13893 vsize=8282828 memory=0 CPUtime=0.77 cores=0-7
/proc/13916/task/13917/stat : 13917 (java) R 13893 13893 13317 0 -1 4202560 14661 1588 0 5 72 5 0 0 20 0 22 0 235366476 8481615872 28881 33554432000 4194304 4196468 140726034357680 140538756473952 140538784656790 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13918] ppid=13893 vsize=8282828 memory=1089 CPUtime=0 cores=0-7
/proc/13916/task/13918/stat : 13918 (java) S 13893 13893 13317 0 -1 1077944384 1 1588 0 5 0 0 0 0 20 0 22 0 235366477 8481615872 28881 33554432000 4194304 4196468 140726034357680 140538788887184 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13919] ppid=13893 vsize=8282828 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13919/stat : 13919 (java) S 13893 13893 13317 0 -1 1077944384 1 1588 0 5 0 0 0 0 20 0 22 0 235366477 8481615872 28881 33554432000 4194304 4196468 140726034357680 140538589055504 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13920] ppid=13893 vsize=8282828 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13920/stat : 13920 (java) S 13893 13893 13317 0 -1 1077944384 3 1588 0 5 0 0 0 0 20 0 22 0 235366477 8481615872 28881 33554432000 4194304 4196468 140726034357680 140538588002704 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13921] ppid=13893 vsize=8282828 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13921/stat : 13921 (java) S 13893 13893 13317 0 -1 1077944384 1 1588 0 5 0 0 0 0 20 0 22 0 235366477 8481615872 28881 33554432000 4194304 4196468 140726034357680 140538586949904 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13922] ppid=13893 vsize=8282828 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/13916/task/13922/stat : 13922 (java) S 13893 13893 13317 0 -1 1077944384 2 1588 0 5 0 0 0 0 20 0 22 0 235366477 8481615872 28881 33554432000 4194304 4196468 140726034357680 140538585898128 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13923] ppid=13893 vsize=8282828 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/13916/task/13923/stat : 13923 (java) S 13893 13893 13317 0 -1 1077944384 1 1588 0 5 0 0 0 0 20 0 22 0 235366477 8481615872 28881 33554432000 4194304 4196468 140726034357680 140538584845328 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13924] ppid=13893 vsize=8282828 memory=13566015871130735 CPUtime=0 cores=0-7
/proc/13916/task/13924/stat : 13924 (java) S 13893 13893 13317 0 -1 1077944384 2 1588 0 5 0 0 0 0 20 0 22 0 235366477 8481615872 28881 33554432000 4194304 4196468 140726034357680 140538583792528 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13925] ppid=13893 vsize=8282828 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13925/stat : 13925 (java) S 13893 13893 13317 0 -1 1077944384 1 1588 0 5 0 0 0 0 20 0 22 0 235366477 8481615872 28881 33554432000 4194304 4196468 140726034357680 140538582739728 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13926] ppid=13893 vsize=8282828 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13926/stat : 13926 (java) S 13893 13893 13317 0 -1 1077944384 5 1588 0 5 0 0 0 0 20 0 22 0 235366479 8481615872 28881 33554432000 4194304 4196468 140726034357680 140537878137200 140538784656002 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13927] ppid=13893 vsize=8282828 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13927/stat : 13927 (java) S 13893 13893 13317 0 -1 1077944384 13 1588 0 5 0 0 0 0 20 0 22 0 235366479 8481615872 28881 33554432000 4194304 4196468 140726034357680 140537369715744 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13928] ppid=13893 vsize=8282828 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13928/stat : 13928 (java) S 13893 13893 13317 0 -1 1077944384 21 1588 0 5 0 0 0 0 20 0 22 0 235366479 8481615872 28881 33554432000 4194304 4196468 140726034357680 140537235493744 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13929] ppid=13893 vsize=8282828 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13929/stat : 13929 (java) S 13893 13893 13317 0 -1 1077944384 1 1588 0 5 0 0 0 0 20 0 22 0 235366482 8481615872 28881 33554432000 4194304 4196468 140726034357680 140536860989264 140538784663451 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13930] ppid=13893 vsize=8282828 memory=0 CPUtime=0.04 cores=0-7
/proc/13916/task/13930/stat : 13930 (java) S 13893 13893 13317 0 -1 1077944384 368 1588 0 5 4 0 0 0 20 0 22 0 235366482 8481615872 28881 33554432000 4194304 4196468 140726034357680 140537877085040 140538784656002 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13931] ppid=13893 vsize=8282828 memory=0 CPUtime=0.05 cores=0-7
/proc/13916/task/13931/stat : 13931 (java) R 13893 13893 13317 0 -1 1077944384 307 1588 0 5 5 0 0 0 20 0 22 0 235366482 8481615872 28881 33554432000 4194304 4196468 140726034357680 140537876032240 140538784656002 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13932] ppid=13893 vsize=8282828 memory=0 CPUtime=0.07 cores=0-7
/proc/13916/task/13932/stat : 13932 (java) S 13893 13893 13317 0 -1 1077944384 315 1588 0 5 7 0 0 0 20 0 22 0 235366482 8481615872 28881 33554432000 4194304 4196468 140726034357680 140537874979440 140538784656002 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13933] ppid=13893 vsize=8282828 memory=0 CPUtime=0.2 cores=0-7
/proc/13916/task/13933/stat : 13933 (java) R 13893 13893 13317 0 -1 4202560 563 1588 0 5 20 0 0 0 20 0 22 0 235366482 8481615872 28881 33554432000 4194304 4196468 140726034357680 140537873926640 140538762647399 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13934] ppid=13893 vsize=8282828 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13934/stat : 13934 (java) S 13893 13893 13317 0 -1 1077944384 3 1588 0 5 0 0 0 0 20 0 22 0 235366482 8481615872 28881 33554432000 4194304 4196468 140726034357680 140536363084384 140538784655061 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
[pid=13916/tid=13935] ppid=13893 vsize=8282828 memory=0 CPUtime=0 cores=0-7
/proc/13916/task/13935/stat : 13935 (java) S 13893 13893 13317 0 -1 1077944384 1 1588 0 5 0 0 0 0 20 0 22 0 235366482 8481615872 28881 33554432000 4194304 4196468 140726034357680 140537872874032 140538784656002 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27189248 140726034363569 140726034363693 140726034363693 140726034366415 0
Current children cumulated CPU time: 4.14 s
Current children cumulated vsize: 8395956 KiB
Current children cumulated memory: 116996 KiB

Child status: 0
Real time (s): 2.4382
CPU time (s): 4.22028
CPU user time (s): 3.98957
CPU system time (s): 0.23071
CPU usage (%): 173.09
Max. virtual memory (cumulated for all children) (KiB): 27441636
Max. memory (cumulated for all children) (KiB): 212096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.98957
system time used= 0.23071
maximum resident set size= 219688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42972
page faults= 5
swaps= 0
block input operations= 176
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6761
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 13893
#   total CPU time (s): 4.22028
#   total CPU user time (s): 3.98957
#   total CPU system time (s): 0.23071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043361 second user time and 0.071916 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-13 18:33:51
IDJOB=4307096
IDBENCH=141025
IDSOLVER=2788
FILE ID=node138/4307096-1534178031
RUNJOBID= node138-1534170467-13344
PBS_JOBID= 21037975
Free space on /tmp= 24692 MiB

SOLVER NAME= scop order+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-05_c18.xml
COMMAND LINE= scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=NBCORE:-maxmemory=20000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307096-1534178031/watcher-4307096-1534178031 -o /tmp/evaluation-result-4307096-1534178031/solver-4307096-1534178031 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1534170467-13344 --watchdog 2580  scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307096-1534178031.xml

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

MD5SUM BENCH= 776f6c8909d7db26eed6858afed1e777
RANDOM SEED=1268067134

node138.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.71
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.71
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.71
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.71
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:        18071972 kB
MemAvailable:   31897856 kB
Buffers:          197644 kB
Cached:         13703136 kB
SwapCached:           12 kB
Active:          6727152 kB
Inactive:        7232952 kB
Active(anon):       3588 kB
Inactive(anon):   108408 kB
Active(file):    6723564 kB
Inactive(file):  7124544 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              8416 kB
Writeback:             0 kB
AnonPages:         67052 kB
Mapped:            51692 kB
Shmem:             49740 kB
Slab:             433944 kB
SReclaimable:     406236 kB
SUnreclaim:        27708 kB
KernelStack:        3280 kB
PageTables:         5612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 24684 MiB
End job on node138 at 2018-08-13 18:33:54