Trace number 4305723

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop both+MapleCOMSPS (2018-07-31)? (TO) 2528.37 960.126

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-12-13_c18.xml
MD5SUMc64ae1eb34294e2d276677e97ca01970
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints25
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":156}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":156}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":13},{"arity":13,"count":12}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver minisat_release -solverOption default -tmp HOME -serialFile HOME/scop-24684-serial-file.bin HOME/instance-4305723-1534077406.xml
0.55/0.51	
0.55/0.52	scop both+minisat_release (2018-07-31)
0.55/0.52	(Encoding Process)
0.55/0.52	
0.67/0.54	c BEGIN-Prog: Sun Aug 12 14:36:47 CEST 2018
0.67/0.54	c PID: 24687
0.67/0.54	c IP: 172.20.3.135
0.67/0.54	c HOST: node135.alineos.net
0.67/0.55	c (0,0) Parsing Begin
3.01/1.54	c (1,1) Parsing End
3.01/1.55	c (1,1) CSP: 156 int (0 aux), 0 bool (0 aux), 25 ctr, max domain size 26
3.01/1.55	c (1,1) Heap : 455 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
3.01/1.55	c (1,1) Constraint Name Generate Begin
3.01/1.55	c (1,1) Ctr:HOME/instance-4305723-1534077406.xml,ExtensionSupport:IntVar
3.01/1.55	c (1,1) Constraint Name Generate End
3.01/1.55	c (1,1) Heap : 455 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
3.01/1.55	c (1,1) CSP to CSPinCNF Begin
106.49/73.47	c (72,66) translated 3 (10%) constraints
167.61/117.40	c (116,104) translated 5 (20%) constraints
257.51/182.46	c (181,161) translated 8 (30%) constraints
363.36/237.91	c (237,199) translated 10 (40%) constraints
491.92/313.52	c (312,257) translated 13 (50%) constraints
587.42/387.78	c (387,324) translated 15 (60%) constraints
945.25/521.68	c (521,382) translated 18 (70%) constraints
1906.77/793.38	c (792,420) translated 20 (80%) constraints
2520.31/958.04	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.31/958.04	c (scop.sh) Killing background jobs.

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305723-1534077406/watcher-4305723-1534077406 -o /tmp/evaluation-result-4305723-1534077406/solver-4305723-1534077406 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534062530-19415 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305723-1534077406.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
Current StackSize limit: 8192 KiB

solver pid=24684, runsolver pid=24681

[startup+0.100093 s]*
/proc/loadavg: 2.09 2.32 2.63 3/225 24701
/proc/meminfo: memFree=11640532/32770624 swapFree=67108860/67108860
[pid=24684] ppid=24681 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/24684/stat : 24684 (scop.sh) S 24681 24684 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225303798 115843072 349 33554432000 4194304 5098028 140737071841392 140737071838648 140492880069244 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 25694208 140737071846465 140737071846663 140737071846663 140737071849421 0
/proc/24684/statm: 28282 349 296 221 0 87 0
[pid=24687] ppid=24684 vsize=15012476 memory=71228 CPUtime=0.11 cores=1,3,5,7
/proc/24687/stat : 24687 (java) S 24684 24684 19383 0 -1 1077944320 6451 0 0 0 9 2 0 0 20 0 15 0 225303798 15372775424 17807 33554432000 4194304 4196468 140733028794320 140733028776864 140165060787959 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
/proc/24687/statm: 3753119 17807 2770 1 0 3715579 0
[pid=24687/tid=24688] ppid=24684 vsize=15012476 memory=-6078870780940435399 CPUtime=0.08 cores=1,3,5,7
/proc/24687/task/24688/stat : 24688 (java) R 24684 24684 19383 0 -1 4202560 4551 0 0 0 7 1 0 0 20 0 15 0 225303799 15372775424 17873 33554432000 4194304 4196468 140733028794320 140165032599944 140165041063773 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24689] ppid=24684 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24689/stat : 24689 (java) S 24684 24684 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225303800 15372775424 17873 33554432000 4194304 4196468 140733028794320 140165065029904 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24690] ppid=24684 vsize=15012476 memory=140280185226880 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24690/stat : 24690 (java) S 24684 24684 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225303800 15372775424 17873 33554432000 4194304 4196468 140733028794320 140164856113552 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24691] ppid=24684 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24691/stat : 24691 (java) S 24684 24684 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225303800 15372775424 17873 33554432000 4194304 4196468 140733028794320 140164855061008 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24692] ppid=24684 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24692/stat : 24692 (java) S 24684 24684 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225303800 15372775424 17873 33554432000 4194304 4196468 140733028794320 140164854008464 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24693] ppid=24684 vsize=15012476 memory=140280185226880 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24693/stat : 24693 (java) S 24684 24684 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225303802 15372775424 17873 33554432000 4194304 4196468 140733028794320 140164031257072 140165060799106 0 0 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24694] ppid=24684 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24694/stat : 24694 (java) S 24684 24684 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225303802 15372775424 17873 33554432000 4194304 4196468 140733028794320 140163506234784 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24695] ppid=24684 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24695/stat : 24695 (java) S 24684 24684 19383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225303802 15372775424 17873 33554432000 4194304 4196468 140733028794320 140163372013040 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24696] ppid=24684 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24696/stat : 24696 (java) S 24684 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15372775424 17873 33554432000 4194304 4196468 140733028794320 140162997508816 140165060806555 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24697] ppid=24684 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24697/stat : 24697 (java) S 24684 24684 19383 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 225303805 15372775424 17873 33554432000 4194304 4196468 140733028794320 140164030203888 140165060799106 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24698] ppid=24684 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24698/stat : 24698 (java) S 24684 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15372775424 17873 33554432000 4194304 4196468 140733028794320 140164029151344 140165060799106 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24699] ppid=24684 vsize=15012476 memory=140280185226880 CPUtime=0.01 cores=1,3,5,7
/proc/24687/task/24699/stat : 24699 (java) S 24684 24684 19383 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 15 0 225303805 15372775424 17939 33554432000 4194304 4196468 140733028794320 140164028098800 140165060799106 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24700] ppid=24684 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24700/stat : 24700 (java) S 24684 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15372775424 17939 33554432000 4194304 4196468 140733028794320 140162499603040 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24701] ppid=24684 vsize=15012476 memory=140280185226880 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24701/stat : 24701 (java) S 24684 24684 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225303805 15372775424 17939 33554432000 4194304 4196468 140733028794320 140164027046704 140165060799106 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 72624 KiB

[startup+0.210854 s]*
/proc/loadavg: 2.09 2.32 2.63 3/225 24701
/proc/meminfo: memFree=11626828/32770624 swapFree=67108860/67108860
[pid=24684] ppid=24681 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/24684/stat : 24684 (scop.sh) S 24681 24684 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225303798 115843072 349 33554432000 4194304 5098028 140737071841392 140737071838648 140492880069244 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 25694208 140737071846465 140737071846663 140737071846663 140737071849421 0
/proc/24684/statm: 28282 349 296 221 0 87 0
[pid=24687] ppid=24684 vsize=15012476 memory=83764 CPUtime=0.26 cores=1,3,5,7
/proc/24687/stat : 24687 (java) S 24684 24684 19383 0 -1 1077944320 9791 0 0 0 23 3 0 0 20 0 15 0 225303798 15372775424 20941 33554432000 4194304 4196468 140733028794320 140733028776864 140165060787959 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
/proc/24687/statm: 3753119 20941 2929 1 0 3715579 0
[pid=24687/tid=24688] ppid=24684 vsize=15012476 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/24687/task/24688/stat : 24688 (java) R 24684 24684 19383 0 -1 4202560 7674 0 0 0 18 2 0 0 20 0 15 0 225303799 15372775424 20941 33554432000 4194304 4196468 140733028794320 140165032604016 140164530943679 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24689] ppid=24684 vsize=15012476 memory=550 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24689/stat : 24689 (java) S 24684 24684 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225303800 15372775424 20941 33554432000 4194304 4196468 140733028794320 140165065029904 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24690] ppid=24684 vsize=15012476 memory=140280185247098 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24690/stat : 24690 (java) S 24684 24684 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225303800 15372775424 20941 33554432000 4194304 4196468 140733028794320 140164856113552 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24691] ppid=24684 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24691/stat : 24691 (java) S 24684 24684 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225303800 15372775424 20941 33554432000 4194304 4196468 140733028794320 140164855061008 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24692] ppid=24684 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24692/stat : 24692 (java) S 24684 24684 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225303800 15372775424 20941 33554432000 4194304 4196468 140733028794320 140164854008464 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24693] ppid=24684 vsize=15012476 memory=140280185226880 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24693/stat : 24693 (java) S 24684 24684 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225303802 15372775424 20941 33554432000 4194304 4196468 140733028794320 140164031257072 140165060799106 0 0 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24694] ppid=24684 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24694/stat : 24694 (java) S 24684 24684 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225303802 15372775424 20941 33554432000 4194304 4196468 140733028794320 140163506234784 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24695] ppid=24684 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24695/stat : 24695 (java) S 24684 24684 19383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225303802 15372775424 20941 33554432000 4194304 4196468 140733028794320 140163372013040 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24696] ppid=24684 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24696/stat : 24696 (java) S 24684 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15372775424 20941 33554432000 4194304 4196468 140733028794320 140162997508816 140165060806555 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24697] ppid=24684 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24687/task/24697/stat : 24697 (java) R 24684 24684 19383 0 -1 4202560 339 0 0 0 1 0 0 0 20 0 15 0 225303805 15372775424 20941 33554432000 4194304 4196468 140733028794320 140164030203072 140165038447024 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24698] ppid=24684 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24698/stat : 24698 (java) R 24684 24684 19383 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 225303805 15372775424 20941 33554432000 4194304 4196468 140733028794320 140164029151440 140165060798165 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24699] ppid=24684 vsize=15012476 memory=140280185226880 CPUtime=0.03 cores=1,3,5,7
/proc/24687/task/24699/stat : 24699 (java) S 24684 24684 19383 0 -1 1077944384 295 0 0 0 3 0 0 0 20 0 15 0 225303805 15372775424 20941 33554432000 4194304 4196468 140733028794320 140164028098800 140165060799106 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24700] ppid=24684 vsize=15012476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24700/stat : 24700 (java) S 24684 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15372775424 20941 33554432000 4194304 4196468 140733028794320 140162499603040 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24701] ppid=24684 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24701/stat : 24701 (java) S 24684 24684 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225303805 15372775424 20941 33554432000 4194304 4196468 140733028794320 140164027046704 140165060799106 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 85160 KiB

[startup+0.310973 s]*
/proc/loadavg: 2.09 2.32 2.63 3/225 24701
/proc/meminfo: memFree=11623044/32770624 swapFree=67108860/67108860
[pid=24684] ppid=24681 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/24684/stat : 24684 (scop.sh) S 24681 24684 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225303798 115843072 349 33554432000 4194304 5098028 140737071841392 140737071838648 140492880069244 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 25694208 140737071846465 140737071846663 140737071846663 140737071849421 0
/proc/24684/statm: 28282 349 296 221 0 87 0
[pid=24687] ppid=24684 vsize=15012476 memory=87644 CPUtime=0.43 cores=1,3,5,7
/proc/24687/stat : 24687 (java) S 24684 24684 19383 0 -1 1077944320 10395 0 0 0 40 3 0 0 20 0 15 0 225303798 15372775424 21911 33554432000 4194304 4196468 140733028794320 140733028776864 140165060787959 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
/proc/24687/statm: 3753119 21911 2980 1 0 3715579 0
[pid=24687/tid=24688] ppid=24684 vsize=15012476 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/24687/task/24688/stat : 24688 (java) R 24684 24684 19383 0 -1 4202560 8112 0 0 0 27 2 0 0 20 0 15 0 225303799 15372775424 21911 33554432000 4194304 4196468 140733028794320 140165032582960 140165043979752 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24689] ppid=24684 vsize=15012476 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24689/stat : 24689 (java) S 24684 24684 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225303800 15372775424 21911 33554432000 4194304 4196468 140733028794320 140165065029904 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24690] ppid=24684 vsize=15012476 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24690/stat : 24690 (java) S 24684 24684 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225303800 15372775424 21911 33554432000 4194304 4196468 140733028794320 140164856113552 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24691] ppid=24684 vsize=15012476 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24691/stat : 24691 (java) S 24684 24684 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225303800 15372775424 21911 33554432000 4194304 4196468 140733028794320 140164855061008 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24692] ppid=24684 vsize=15012476 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24692/stat : 24692 (java) S 24684 24684 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225303800 15372775424 21911 33554432000 4194304 4196468 140733028794320 140164854008464 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24693] ppid=24684 vsize=15012476 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24693/stat : 24693 (java) S 24684 24684 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225303802 15372775424 21911 33554432000 4194304 4196468 140733028794320 140164031257072 140165060799106 0 0 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24694] ppid=24684 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24694/stat : 24694 (java) S 24684 24684 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225303802 15372775424 21911 33554432000 4194304 4196468 140733028794320 140163506234784 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24695] ppid=24684 vsize=15012476 memory=-6664436420846798482 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24695/stat : 24695 (java) S 24684 24684 19383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225303802 15372775424 21911 33554432000 4194304 4196468 140733028794320 140163372013040 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24696] ppid=24684 vsize=15012476 memory=4426078206164241782 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24696/stat : 24696 (java) S 24684 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15372775424 21911 33554432000 4194304 4196468 140733028794320 140162997508816 140165060806555 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24697] ppid=24684 vsize=15012476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/24687/task/24697/stat : 24697 (java) R 24684 24684 19383 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 15 0 225303805 15372775424 21911 33554432000 4194304 4196468 140733028794320 140164030203888 140165060799106 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24698] ppid=24684 vsize=15012476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/24687/task/24698/stat : 24698 (java) R 24684 24684 19383 0 -1 4202560 244 0 0 0 3 0 0 0 20 0 15 0 225303805 15372775424 21911 33554432000 4194304 4196468 140733028794320 140164029151344 140165045895792 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24699] ppid=24684 vsize=15012476 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24687/task/24699/stat : 24699 (java) R 24684 24684 19383 0 -1 4202560 337 0 0 0 7 0 0 0 20 0 15 0 225303805 15372775424 21911 33554432000 4194304 4196468 140733028794320 140164028098800 140165046161706 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24700] ppid=24684 vsize=15012476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24700/stat : 24700 (java) S 24684 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15372775424 21911 33554432000 4194304 4196468 140733028794320 140162499603040 140165060798165 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24701] ppid=24684 vsize=15012476 memory=3833468387996016689 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24701/stat : 24701 (java) S 24684 24684 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225303805 15372775424 21911 33554432000 4194304 4196468 140733028794320 140164027046704 140165060799106 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 89040 KiB

[startup+0.700791 s]
/proc/loadavg: 2.09 2.32 2.63 3/225 24701
/proc/meminfo: memFree=11598364/32770624 swapFree=67108860/67108860
[pid=24684] ppid=24681 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/24684/stat : 24684 (scop.sh) S 24681 24684 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225303798 115843072 349 33554432000 4194304 5098028 140737071841392 140737071838648 140492880069244 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 25694208 140737071846465 140737071846663 140737071846663 140737071849421 0
/proc/24684/statm: 28282 349 296 221 0 87 0
[pid=24687] ppid=24684 vsize=15018748 memory=130732 CPUtime=1.02 cores=1,3,5,7
/proc/24687/stat : 24687 (java) S 24684 24684 19383 0 -1 1077944320 17386 0 0 0 97 5 0 0 20 0 15 0 225303798 15379197952 32683 33554432000 4194304 4196468 140733028794320 140733028776864 140165060787959 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
/proc/24687/statm: 3754687 32683 3136 1 0 3716091 0
[pid=24687/tid=24688] ppid=24684 vsize=15018748 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/24687/task/24688/stat : 24688 (java) R 24684 24684 19383 0 -1 4202560 14564 0 0 0 63 4 0 0 20 0 15 0 225303799 15379197952 32683 33554432000 4194304 4196468 140733028794320 140165032624496 140164532022634 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24689] ppid=24684 vsize=15018748 memory=288230377057958153 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24689/stat : 24689 (java) S 24684 24684 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225303800 15379197952 32683 33554432000 4194304 4196468 140733028794320 140165065029904 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24690] ppid=24684 vsize=15018748 memory=14975555351106623 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24690/stat : 24690 (java) S 24684 24684 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225303800 15379197952 32683 33554432000 4194304 4196468 140733028794320 140164856113552 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24691] ppid=24684 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24691/stat : 24691 (java) S 24684 24684 19383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225303800 15379197952 32683 33554432000 4194304 4196468 140733028794320 140164855061008 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24692] ppid=24684 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24692/stat : 24692 (java) S 24684 24684 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225303800 15379197952 32683 33554432000 4194304 4196468 140733028794320 140164854008464 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24693] ppid=24684 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24693/stat : 24693 (java) S 24684 24684 19383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225303802 15379197952 32683 33554432000 4194304 4196468 140733028794320 140164031257072 140165060799106 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24694] ppid=24684 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24694/stat : 24694 (java) S 24684 24684 19383 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225303802 15379197952 32683 33554432000 4194304 4196468 140733028794320 140163506234784 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24695] ppid=24684 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24695/stat : 24695 (java) S 24684 24684 19383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 225303802 15379197952 32683 33554432000 4194304 4196468 140733028794320 140163372013040 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24696] ppid=24684 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24696/stat : 24696 (java) S 24684 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15379197952 32683 33554432000 4194304 4196468 140733028794320 140162997508816 140165060806555 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24697] ppid=24684 vsize=15018748 memory=280560148676848 CPUtime=0.09 cores=1,3,5,7
/proc/24687/task/24697/stat : 24697 (java) R 24684 24684 19383 0 -1 4202560 621 0 0 0 9 0 0 0 20 0 15 0 225303805 15379197952 32683 33554432000 4194304 4196468 140733028794320 140164030195216 140165044300192 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24698] ppid=24684 vsize=15018748 memory=6942133144549615185 CPUtime=0.09 cores=1,3,5,7
/proc/24687/task/24698/stat : 24698 (java) S 24684 24684 19383 0 -1 1077944384 393 0 0 0 9 0 0 0 20 0 15 0 225303805 15379197952 32683 33554432000 4194304 4196468 140733028794320 140164029151344 140165060799106 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24699] ppid=24684 vsize=15018748 memory=7594587674001172330 CPUtime=0.15 cores=1,3,5,7
/proc/24687/task/24699/stat : 24699 (java) R 24684 24684 19383 0 -1 4202560 453 0 0 0 15 0 0 0 20 0 15 0 225303805 15379197952 32683 33554432000 4194304 4196468 140733028794320 140164028098800 140165039908076 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24700] ppid=24684 vsize=15018748 memory=7649399397233865778 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24700/stat : 24700 (java) S 24684 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15379197952 32683 33554432000 4194304 4196468 140733028794320 140162499603040 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24701] ppid=24684 vsize=15018748 memory=0 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24701/stat : 24701 (java) S 24684 24684 19383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225303805 15379197952 32683 33554432000 4194304 4196468 140733028794320 140164027046704 140165060799106 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 15131876 KiB
Current children cumulated memory: 132128 KiB

[startup+1.50241 s]
/proc/loadavg: 2.09 2.32 2.63 3/225 24701
/proc/meminfo: memFree=11461172/32770624 swapFree=67108860/67108860
[pid=24684] ppid=24681 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/24684/stat : 24684 (scop.sh) S 24681 24684 19383 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 225303798 115843072 349 33554432000 4194304 5098028 140737071841392 140737071838648 140492880069244 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 25694208 140737071846465 140737071846663 140737071846663 140737071849421 0
/proc/24684/statm: 28282 349 296 221 0 87 0

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


Solver just ended.
Dumping a history of the last processes samples

[startup+958.401 s]
/proc/loadavg: 5.00 4.08 3.27 6/227 24738
/proc/meminfo: memFree=192976/32770624 swapFree=67108860/67108860
[pid=24687] ppid=24681 vsize=15024968 memory=12057376 CPUtime=2521.85 cores=1,3,5,7
/proc/24687/stat : 24687 (java) S 24681 24684 19383 0 -1 1077944320 7388507 0 0 0 250460 1725 0 0 20 0 15 0 225303798 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140733028776864 140165060787959 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
/proc/24687/statm: 3756242 3014344 3247 1 0 3717627 0
[pid=24687/tid=24688] ppid=24681 vsize=15024968 memory=3424 CPUtime=433.48 cores=1,3,5,7
/proc/24687/task/24688/stat : 24688 (java) S 24681 24684 19383 0 -1 1077944384 229353 0 0 0 43284 64 0 0 20 0 15 0 225303799 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140165032626320 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24689] ppid=24681 vsize=15024968 memory=2588 CPUtime=516.95 cores=1,3,5,7
/proc/24687/task/24689/stat : 24689 (java) R 24681 24684 19383 0 -1 4202560 1629821 0 0 0 51275 420 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140165065029792 140165045485708 0 4 2 25189581 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24690] ppid=24681 vsize=15024968 memory=4112 CPUtime=517.72 cores=1,3,5,7
/proc/24687/task/24690/stat : 24690 (java) R 24681 24684 19383 0 -1 4202560 1373637 0 0 0 51401 371 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164856113752 140165045485598 0 4 2 25189581 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24691] ppid=24681 vsize=15024968 memory=6791534058613427641 CPUtime=517.05 cores=1,3,5,7
/proc/24687/task/24691/stat : 24691 (java) R 24681 24684 19383 0 -1 4202560 1308692 0 0 0 51341 364 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164855061208 140165042384417 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24692] ppid=24681 vsize=15024968 memory=4012 CPUtime=517.44 cores=1,3,5,7
/proc/24687/task/24692/stat : 24692 (java) R 24681 24684 19383 0 -1 4202560 1796379 0 0 0 51310 434 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164854008664 140165042384970 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24693] ppid=24681 vsize=15024968 memory=35052 CPUtime=3.74 cores=1,3,5,7
/proc/24687/task/24693/stat : 24693 (java) S 24681 24684 19383 0 -1 1077944384 997327 0 0 0 327 47 0 0 20 0 15 0 225303802 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164031255392 140165060798165 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24694] ppid=24681 vsize=15024968 memory=18220 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24694/stat : 24694 (java) S 24681 24684 19383 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 225303802 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140163506234848 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24695] ppid=24681 vsize=15024968 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24695/stat : 24695 (java) S 24681 24684 19383 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 225303802 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140163372013056 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24696] ppid=24681 vsize=15024968 memory=928 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24696/stat : 24696 (java) S 24681 24684 19383 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140162997508464 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24697] ppid=24681 vsize=15024968 memory=2244 CPUtime=7.01 cores=1,3,5,7
/proc/24687/task/24697/stat : 24697 (java) S 24681 24684 19383 0 -1 1077944384 15984 0 0 0 699 2 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164030203936 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24698] ppid=24681 vsize=15024968 memory=4132 CPUtime=6.45 cores=1,3,5,7
/proc/24687/task/24698/stat : 24698 (java) S 24681 24684 19383 0 -1 1077944384 16438 0 0 0 643 2 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164029151104 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24699] ppid=24681 vsize=15024968 memory=2192 CPUtime=1.1 cores=1,3,5,7
/proc/24687/task/24699/stat : 24699 (java) S 24681 24684 19383 0 -1 1077944384 17857 0 0 0 108 2 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164028098848 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24700] ppid=24681 vsize=15024968 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24700/stat : 24700 (java) S 24681 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140162499603040 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24701] ppid=24681 vsize=15024968 memory=8812 CPUtime=0.82 cores=1,3,5,7
/proc/24687/task/24701/stat : 24701 (java) S 24681 24684 19383 0 -1 1077944384 1602 0 0 0 36 46 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164027046704 140165060799106 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
Current cumulated CPU time of completed processes: 0.003354 s
Current children cumulated CPU time: 2521.85 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12057376 KiB

[startup+959.201 s]
/proc/loadavg: 5.00 4.08 3.27 6/227 24738
/proc/meminfo: memFree=192372/32770624 swapFree=67108860/67108860
[pid=24687] ppid=24681 vsize=15024968 memory=12057376 CPUtime=2525.03 cores=1,3,5,7
/proc/24687/stat : 24687 (java) S 24681 24684 19383 0 -1 1077944320 7393710 0 0 0 250778 1725 0 0 20 0 15 0 225303798 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140733028776864 140165060787959 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
/proc/24687/statm: 3756242 3014344 3247 1 0 3717627 0
[pid=24687/tid=24688] ppid=24681 vsize=15024968 memory=1228 CPUtime=433.48 cores=1,3,5,7
/proc/24687/task/24688/stat : 24688 (java) S 24681 24684 19383 0 -1 1077944384 229353 0 0 0 43284 64 0 0 20 0 15 0 225303799 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140165032626320 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24689] ppid=24681 vsize=15024968 memory=2432 CPUtime=517.75 cores=1,3,5,7
/proc/24687/task/24689/stat : 24689 (java) R 24681 24684 19383 0 -1 4202560 1631865 0 0 0 51355 420 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140165065029792 140165045738668 0 4 2 25189581 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24690] ppid=24681 vsize=15024968 memory=1828 CPUtime=518.52 cores=1,3,5,7
/proc/24687/task/24690/stat : 24690 (java) R 24681 24684 19383 0 -1 4202560 1374296 0 0 0 51481 371 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164856113752 140165045738564 0 4 2 25189581 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24691] ppid=24681 vsize=15024968 memory=792 CPUtime=517.83 cores=1,3,5,7
/proc/24687/task/24691/stat : 24691 (java) R 24681 24684 19383 0 -1 4202560 1311041 0 0 0 51419 364 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164855061208 140165045738615 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24692] ppid=24681 vsize=15024968 memory=12057376 CPUtime=518.24 cores=1,3,5,7
/proc/24687/task/24692/stat : 24692 (java) R 24681 24684 19383 0 -1 4202560 1796528 0 0 0 51390 434 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164854008664 140165045485672 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24693] ppid=24681 vsize=15024968 memory=15868 CPUtime=3.74 cores=1,3,5,7
/proc/24687/task/24693/stat : 24693 (java) S 24681 24684 19383 0 -1 1077944384 997327 0 0 0 327 47 0 0 20 0 15 0 225303802 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164031255392 140165060798165 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24694] ppid=24681 vsize=15024968 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24694/stat : 24694 (java) S 24681 24684 19383 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 225303802 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140163506234848 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24695] ppid=24681 vsize=15024968 memory=35052 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24695/stat : 24695 (java) S 24681 24684 19383 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 225303802 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140163372013056 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24696] ppid=24681 vsize=15024968 memory=18220 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24696/stat : 24696 (java) S 24681 24684 19383 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140162997508464 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24697] ppid=24681 vsize=15024968 memory=1788 CPUtime=7.01 cores=1,3,5,7
/proc/24687/task/24697/stat : 24697 (java) S 24681 24684 19383 0 -1 1077944384 15984 0 0 0 699 2 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164030203936 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24698] ppid=24681 vsize=15024968 memory=12144 CPUtime=6.45 cores=1,3,5,7
/proc/24687/task/24698/stat : 24698 (java) S 24681 24684 19383 0 -1 1077944384 16438 0 0 0 643 2 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164029151104 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24699] ppid=24681 vsize=15024968 memory=1712 CPUtime=1.1 cores=1,3,5,7
/proc/24687/task/24699/stat : 24699 (java) S 24681 24684 19383 0 -1 1077944384 17857 0 0 0 108 2 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164028098848 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24700] ppid=24681 vsize=15024968 memory=8812 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24700/stat : 24700 (java) S 24681 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140162499603040 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24701] ppid=24681 vsize=15024968 memory=4576 CPUtime=0.82 cores=1,3,5,7
/proc/24687/task/24701/stat : 24701 (java) S 24681 24684 19383 0 -1 1077944384 1602 0 0 0 36 46 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164027046704 140165060799106 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
Current cumulated CPU time of completed processes: 0.003354 s
Current children cumulated CPU time: 2525.03 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12057376 KiB

[startup+959.601 s]
/proc/loadavg: 5.00 4.08 3.27 6/227 24738
/proc/meminfo: memFree=192372/32770624 swapFree=67108860/67108860
[pid=24687] ppid=24681 vsize=15024968 memory=12057376 CPUtime=2526.59 cores=1,3,5,7
/proc/24687/stat : 24687 (java) S 24681 24684 19383 0 -1 1077944320 7401864 0 0 0 250933 1726 0 0 20 0 15 0 225303798 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140733028776864 140165060787959 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
/proc/24687/statm: 3756242 3014344 3247 1 0 3717627 0
[pid=24687/tid=24688] ppid=24681 vsize=15024968 memory=1944 CPUtime=433.48 cores=1,3,5,7
/proc/24687/task/24688/stat : 24688 (java) S 24681 24684 19383 0 -1 1077944384 229353 0 0 0 43284 64 0 0 20 0 15 0 225303799 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140165032626320 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24689] ppid=24681 vsize=15024968 memory=5772 CPUtime=518.13 cores=1,3,5,7
/proc/24687/task/24689/stat : 24689 (java) R 24681 24684 19383 0 -1 4202560 1632293 0 0 0 51393 420 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140165065030104 140165042397764 0 4 2 25189581 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24690] ppid=24681 vsize=15024968 memory=1444 CPUtime=518.91 cores=1,3,5,7
/proc/24687/task/24690/stat : 24690 (java) R 24681 24684 19383 0 -1 4202560 1374701 0 0 0 51520 371 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164856113552 140165045783941 0 4 2 25189581 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24691] ppid=24681 vsize=15024968 memory=1160 CPUtime=518.22 cores=1,3,5,7
/proc/24687/task/24691/stat : 24691 (java) R 24681 24684 19383 0 -1 4202560 1311535 0 0 0 51458 364 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164855061208 140165045486727 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24692] ppid=24681 vsize=15024968 memory=968 CPUtime=518.62 cores=1,3,5,7
/proc/24687/task/24692/stat : 24692 (java) R 24681 24684 19383 0 -1 4202560 1796936 0 0 0 51428 434 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164854008464 140165045486761 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24693] ppid=24681 vsize=15024968 memory=3560 CPUtime=3.75 cores=1,3,5,7
/proc/24687/task/24693/stat : 24693 (java) S 24681 24684 19383 0 -1 1077944384 1003746 0 0 0 328 47 0 0 20 0 15 0 225303802 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164031255616 140165060798165 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24694] ppid=24681 vsize=15024968 memory=61260 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24694/stat : 24694 (java) S 24681 24684 19383 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 225303802 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140163506234848 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24695] ppid=24681 vsize=15024968 memory=928 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24695/stat : 24695 (java) S 24681 24684 19383 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 225303802 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140163372013056 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24696] ppid=24681 vsize=15024968 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24696/stat : 24696 (java) S 24681 24684 19383 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140162997508464 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24697] ppid=24681 vsize=15024968 memory=4132 CPUtime=7.01 cores=1,3,5,7
/proc/24687/task/24697/stat : 24697 (java) S 24681 24684 19383 0 -1 1077944384 15984 0 0 0 699 2 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164030203936 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24698] ppid=24681 vsize=15024968 memory=2192 CPUtime=6.45 cores=1,3,5,7
/proc/24687/task/24698/stat : 24698 (java) S 24681 24684 19383 0 -1 1077944384 16438 0 0 0 643 2 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164029151104 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24699] ppid=24681 vsize=15024968 memory=7528 CPUtime=1.1 cores=1,3,5,7
/proc/24687/task/24699/stat : 24699 (java) S 24681 24684 19383 0 -1 1077944384 17857 0 0 0 108 2 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164028098848 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24700] ppid=24681 vsize=15024968 memory=828 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24700/stat : 24700 (java) S 24681 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140162499603040 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24701] ppid=24681 vsize=15024968 memory=1796 CPUtime=0.82 cores=1,3,5,7
/proc/24687/task/24701/stat : 24701 (java) S 24681 24684 19383 0 -1 1077944384 1602 0 0 0 36 46 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164027046704 140165060799106 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
Current cumulated CPU time of completed processes: 0.003354 s
Current children cumulated CPU time: 2526.59 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12057376 KiB

[startup+960.001 s]*
/proc/loadavg: 5.00 4.08 3.27 6/227 24738
/proc/meminfo: memFree=192372/32770624 swapFree=67108860/67108860
[pid=24687] ppid=24681 vsize=15024968 memory=12057376 CPUtime=2528.22 cores=1,3,5,7
/proc/24687/stat : 24687 (java) S 24681 24684 19383 0 -1 1077944320 7402291 0 0 0 251096 1726 0 0 20 0 15 0 225303798 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140733028776864 140165060787959 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
/proc/24687/statm: 3756242 3014344 3247 1 0 3717627 0
[pid=24687/tid=24688] ppid=24681 vsize=15024968 memory=12057376 CPUtime=433.48 cores=1,3,5,7
/proc/24687/task/24688/stat : 24688 (java) S 24681 24684 19383 0 -1 1077944384 229353 0 0 0 43284 64 0 0 20 0 15 0 225303799 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140165032626320 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24689] ppid=24681 vsize=15024968 memory=4126316290023845779 CPUtime=518.54 cores=1,3,5,7
/proc/24687/task/24689/stat : 24689 (java) R 24681 24684 19383 0 -1 4202560 1632342 0 0 0 51434 420 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140165065030104 140165042397651 0 4 2 25189581 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24690] ppid=24681 vsize=15024968 memory=61260 CPUtime=519.32 cores=1,3,5,7
/proc/24687/task/24690/stat : 24690 (java) R 24681 24684 19383 0 -1 4202560 1374703 0 0 0 51561 371 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164856113752 140165045785904 0 4 2 25189581 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24691] ppid=24681 vsize=15024968 memory=1228 CPUtime=518.61 cores=1,3,5,7
/proc/24687/task/24691/stat : 24691 (java) R 24681 24684 19383 0 -1 4202560 1311900 0 0 0 51497 364 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164855061208 140165045784360 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24692] ppid=24681 vsize=15024968 memory=2432 CPUtime=519.03 cores=1,3,5,7
/proc/24687/task/24692/stat : 24692 (java) R 24681 24684 19383 0 -1 4202560 1796947 0 0 0 51469 434 0 0 20 0 15 0 225303800 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164854008464 140165042397805 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24693] ppid=24681 vsize=15024968 memory=1396 CPUtime=3.75 cores=1,3,5,7
/proc/24687/task/24693/stat : 24693 (java) S 24681 24684 19383 0 -1 1077944384 1003746 0 0 0 328 47 0 0 20 0 15 0 225303802 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164031255616 140165060798165 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24694] ppid=24681 vsize=15024968 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24694/stat : 24694 (java) S 24681 24684 19383 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 225303802 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140163506234848 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24695] ppid=24681 vsize=15024968 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24695/stat : 24695 (java) S 24681 24684 19383 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 225303802 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140163372013056 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24696] ppid=24681 vsize=15024968 memory=1 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24696/stat : 24696 (java) S 24681 24684 19383 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140162997508464 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24697] ppid=24681 vsize=15024968 memory=5939 CPUtime=7.01 cores=1,3,5,7
/proc/24687/task/24697/stat : 24697 (java) S 24681 24684 19383 0 -1 1077944384 15984 0 0 0 699 2 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164030203936 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24698] ppid=24681 vsize=15024968 memory=0 CPUtime=6.45 cores=1,3,5,7
/proc/24687/task/24698/stat : 24698 (java) S 24681 24684 19383 0 -1 1077944384 16438 0 0 0 643 2 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164029151104 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24699] ppid=24681 vsize=15024968 memory=1396 CPUtime=1.1 cores=1,3,5,7
/proc/24687/task/24699/stat : 24699 (java) S 24681 24684 19383 0 -1 1077944384 17857 0 0 0 108 2 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164028098848 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24700] ppid=24681 vsize=15024968 memory=12057376 CPUtime=0 cores=1,3,5,7
/proc/24687/task/24700/stat : 24700 (java) S 24681 24684 19383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140162499603040 140165060798165 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
[pid=24687/tid=24701] ppid=24681 vsize=15024968 memory=1396 CPUtime=0.82 cores=1,3,5,7
/proc/24687/task/24701/stat : 24701 (java) S 24681 24684 19383 0 -1 1077944384 1602 0 0 0 36 46 0 0 20 0 15 0 225303805 15385567232 3014344 33554432000 4194304 4196468 140733028794320 140164027046704 140165060799106 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28102656 140733028799495 140733028799793 140733028799793 140733028802511 0
Current cumulated CPU time of completed processes: 0.003354 s
Current children cumulated CPU time: 2528.22 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12057376 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 960.126
CPU time (s): 2528.37
CPU user time (s): 2511
CPU system time (s): 17.3711
CPU usage (%): 263.338
Max. virtual memory (cumulated for all children) (KiB): 15138096
Max. memory (cumulated for all children) (KiB): 12058772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511
system time used= 17.3711
maximum resident set size= 12057552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7403405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41822
involuntary context switches= 20301


# summary of solver processes directly reported to runsolver:
#   pid: 24684,24687
#   total CPU time (s): 2528.37
#   total CPU user time (s): 2511
#   total CPU system time (s): 17.3711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75381 second user time and 10.528 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-12 14:36:46
IDJOB=4305723
IDBENCH=141446
IDSOLVER=2783
FILE ID=node135/4305723-1534077406
RUNJOBID= node135-1534062530-19415
PBS_JOBID= 21036983
Free space on /tmp= 42632 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-12-13_c18.xml
COMMAND LINE= scop.sh 11g scop.jar -both minisat_release default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305723-1534077406/watcher-4305723-1534077406 -o /tmp/evaluation-result-4305723-1534077406/solver-4305723-1534077406 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534062530-19415 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305723-1534077406.xml

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

MD5SUM BENCH= c64ae1eb34294e2d276677e97ca01970
RANDOM SEED=1747159910

node135.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.50
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.50
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.50
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.50
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:        11699980 kB
MemAvailable:   31244752 kB
Buffers:          246788 kB
Cached:         19311984 kB
SwapCached:            0 kB
Active:          9565944 kB
Inactive:       10706924 kB
Active(anon):     660464 kB
Inactive(anon):   106260 kB
Active(file):    8905480 kB
Inactive(file): 10600664 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             12468 kB
Writeback:             0 kB
AnonPages:        741280 kB
Mapped:            73536 kB
Shmem:             49824 kB
Slab:             496008 kB
SReclaimable:     467088 kB
SUnreclaim:        28920 kB
KernelStack:        3696 kB
PageTables:         6384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6457292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42624 MiB
End job on node135 at 2018-08-12 14:52:46