Trace number 4305722

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) 2520.92 959.947

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-11-12_c18.xml
MD5SUM996bcdf4a135147c7f2ba7242cc18cd5
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 variables132
Number of constraints23
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":132}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":132}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":12},{"arity":12,"count":11}]
Number of extensional constraints23
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":23}]
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-25070-serial-file.bin HOME/instance-4305722-1534077312.xml
0.67/0.52	
0.67/0.52	scop both+minisat_release (2018-07-31)
0.67/0.52	(Encoding Process)
0.67/0.52	
0.67/0.55	c BEGIN-Prog: Sun Aug 12 14:35:13 CEST 2018
0.67/0.55	c PID: 25073
0.67/0.55	c IP: 172.20.3.103
0.67/0.55	c HOST: node103.alineos.net
0.67/0.55	c (0,0) Parsing Begin
3.28/1.65	c (1,1) Parsing End
3.28/1.66	c (1,1) CSP: 132 int (0 aux), 0 bool (0 aux), 23 ctr, max domain size 26
3.28/1.66	c (1,1) Heap : 506 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
3.28/1.66	c (1,1) Constraint Name Generate Begin
3.28/1.67	c (1,1) Ctr:HOME/instance-4305722-1534077312.xml,ExtensionSupport:IntVar
3.28/1.67	c (1,1) Constraint Name Generate End
3.28/1.67	c (1,1) Heap : 506 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
3.28/1.67	c (1,1) CSP to CSPinCNF Begin
110.83/77.42	c (76,70) translated 3 (10%) constraints
171.81/121.80	c (121,109) translated 5 (20%) constraints
230.90/165.61	c (165,147) translated 7 (30%) constraints
367.85/243.93	c (243,206) translated 10 (40%) constraints
425.75/288.06	c (287,245) translated 12 (50%) constraints
555.91/372.75	c (372,315) translated 14 (60%) constraints
737.82/461.46	c (460,372) translated 17 (70%) constraints
1331.93/639.84	c (639,409) translated 19 (80%) constraints
2520.05/959.62	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.05/959.62	c (scop.sh) Killing background jobs.
2520.78/959.84	c (959,0) receiving signal SIGTERM
2520.78/959.84	c (959,0) receiving signal SIGTERM
2520.78/959.84	c (959,0) 1,1,TO,TO,TO,TO,TO,TO,TO,STOP-AFTER(CtrName)
2520.78/959.84	c (959,0) 1,1,TO,TO,TO,TO,TO,TO,TO,STOP-AFTER(CtrName),STOP-AFTER(CtrName)
2520.78/959.84	s UNKNOWN
2520.78/959.84	s UNKNOWN
2520.78/959.84	c END-Prog: Sun Aug 12 14:51:12 CEST 2018
2520.78/959.84	c END-Prog: Sun Aug 12 14:51:12 CEST 2018

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305722-1534077312/watcher-4305722-1534077312 -o /tmp/evaluation-result-4305722-1534077312/solver-4305722-1534077312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534064938-20637 --watchdog 2580 scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305722-1534077312.xml 

running on 4 cores: 0,2,4,6

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

solver pid=25070, runsolver pid=25067

[startup+0.100066 s]*
/proc/loadavg: 4.82 4.20 3.52 3/222 25087
/proc/meminfo: memFree=16917780/32770624 swapFree=67058752/67108860
[pid=25070] ppid=25067 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/25070/stat : 25070 (scop.sh) S 25067 25070 20606 0 -1 4202496 558 321 0 0 0 0 0 0 20 0 1 0 225294442 115843072 348 33554432000 4194304 5098028 140723968331712 140723968328968 140336312390268 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26222592 140723968332865 140723968333063 140723968333063 140723968335821 0
/proc/25070/statm: 28282 348 296 221 0 87 0
[pid=25073] ppid=25070 vsize=15012476 memory=75660 CPUtime=0.11 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25070 25070 20606 0 -1 1077944320 6521 0 0 0 9 2 0 0 20 0 15 0 225294443 15372775424 18915 33554432000 4194304 4196468 140730154954976 140730154937520 139739143294711 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
/proc/25073/statm: 3753119 18915 2742 1 0 3715579 0
[pid=25073/tid=25074] ppid=25070 vsize=15012476 memory=-6220453793737523135 CPUtime=0.08 cores=0,2,4,6
/proc/25073/task/25074/stat : 25074 (java) R 25070 25070 20606 0 -1 4202560 4593 0 0 0 7 1 0 0 20 0 15 0 225294443 15372775424 18915 33554432000 4194304 4196468 140730154954976 139739115106696 139739126481467 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25075] ppid=25070 vsize=15012476 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25075/stat : 25075 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294445 15372775424 18915 33554432000 4194304 4196468 140730154954976 139739147537424 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25076] ppid=25070 vsize=15012476 memory=140158703081088 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25076/stat : 25076 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294445 15372775424 18915 33554432000 4194304 4196468 140730154954976 139738976631952 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25077] ppid=25070 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25077/stat : 25077 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294445 15372775424 18915 33554432000 4194304 4196468 140730154954976 139738603404048 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25078] ppid=25070 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25078/stat : 25078 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294445 15372775424 18915 33554432000 4194304 4196468 140730154954976 139738602351504 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25079] ppid=25070 vsize=15012476 memory=140158703081088 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294446 15372775424 18915 33554432000 4194304 4196468 140730154954976 139738482673904 139739143305858 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25080] ppid=25070 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25070 25070 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225294447 15372775424 18915 33554432000 4194304 4196468 140730154954976 139737767601312 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25081] ppid=25070 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294447 15372775424 18915 33554432000 4194304 4196468 140730154954976 139737499165424 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25082] ppid=25070 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294449 15372775424 18915 33554432000 4194304 4196468 140730154954976 139737163622352 139739143313307 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25083] ppid=25070 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25070 25070 20606 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 225294449 15372775424 18915 33554432000 4194304 4196468 140730154954976 139738481621744 139739143305858 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25084] ppid=25070 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) S 25070 25070 20606 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 15 0 225294449 15372775424 18915 33554432000 4194304 4196468 140730154954976 139738480569200 139739143305858 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25085] ppid=25070 vsize=15012476 memory=140158703081088 CPUtime=0.01 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) R 25070 25070 20606 0 -1 4202560 294 0 0 0 1 0 0 0 20 0 15 0 225294449 15372775424 18915 33554432000 4194304 4196468 140730154954976 139738479512024 139739136391468 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25086] ppid=25070 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25070 25070 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225294450 15372775424 18915 33554432000 4194304 4196468 140730154954976 139736626752352 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25087] ppid=25070 vsize=15012476 memory=140158703081088 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294450 15372775424 18915 33554432000 4194304 4196468 140730154954976 139738478463536 139739143305858 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 77052 KiB

[startup+0.210625 s]*
/proc/loadavg: 4.82 4.20 3.52 3/222 25087
/proc/meminfo: memFree=16903980/32770624 swapFree=67058752/67108860
[pid=25070] ppid=25067 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/25070/stat : 25070 (scop.sh) S 25067 25070 20606 0 -1 4202496 558 321 0 0 0 0 0 0 20 0 1 0 225294442 115843072 348 33554432000 4194304 5098028 140723968331712 140723968328968 140336312390268 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26222592 140723968332865 140723968333063 140723968333063 140723968335821 0
/proc/25070/statm: 28282 348 296 221 0 87 0
[pid=25073] ppid=25070 vsize=15012476 memory=88988 CPUtime=0.25 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25070 25070 20606 0 -1 1077944320 10076 0 0 0 22 3 0 0 20 0 15 0 225294443 15372775424 22247 33554432000 4194304 4196468 140730154954976 140730154937520 139739143294711 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
/proc/25073/statm: 3753119 22247 2881 1 0 3715579 0
[pid=25073/tid=25074] ppid=25070 vsize=15012476 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/25073/task/25074/stat : 25074 (java) R 25070 25070 20606 0 -1 4202560 7921 0 0 0 18 2 0 0 20 0 15 0 225294443 15372775424 22247 33554432000 4194304 4196468 140730154954976 139739115121104 139739121739041 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25075] ppid=25070 vsize=15012476 memory=545 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25075/stat : 25075 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294445 15372775424 22247 33554432000 4194304 4196468 140730154954976 139739147537424 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25076] ppid=25070 vsize=15012476 memory=140158704244323 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25076/stat : 25076 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294445 15372775424 22247 33554432000 4194304 4196468 140730154954976 139738976631952 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25077] ppid=25070 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25077/stat : 25077 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294445 15372775424 22247 33554432000 4194304 4196468 140730154954976 139738603404048 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25078] ppid=25070 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25078/stat : 25078 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294445 15372775424 22247 33554432000 4194304 4196468 140730154954976 139738602351504 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25079] ppid=25070 vsize=15012476 memory=140158703081088 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294446 15372775424 22247 33554432000 4194304 4196468 140730154954976 139738482673904 139739143305858 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25080] ppid=25070 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25070 25070 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225294447 15372775424 22247 33554432000 4194304 4196468 140730154954976 139737767601312 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25081] ppid=25070 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294447 15372775424 22247 33554432000 4194304 4196468 140730154954976 139737499165424 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25082] ppid=25070 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294449 15372775424 22247 33554432000 4194304 4196468 140730154954976 139737163622352 139739143313307 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25083] ppid=25070 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25070 25070 20606 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 15 0 225294449 15372775424 22247 33554432000 4194304 4196468 140730154954976 139738481621744 139739143305858 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25084] ppid=25070 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) S 25070 25070 20606 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 15 0 225294449 15372775424 22247 33554432000 4194304 4196468 140730154954976 139738480569200 139739143305858 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25085] ppid=25070 vsize=15012476 memory=140158703081088 CPUtime=0.03 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) R 25070 25070 20606 0 -1 4202560 343 0 0 0 3 0 0 0 20 0 15 0 225294449 15372775424 22247 33554432000 4194304 4196468 140730154954976 139738479516144 139739135531838 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25086] ppid=25070 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25070 25070 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225294450 15372775424 22247 33554432000 4194304 4196468 140730154954976 139736626752352 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25087] ppid=25070 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294450 15372775424 22247 33554432000 4194304 4196468 140730154954976 139738478463536 139739143305858 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 90380 KiB

[startup+0.310575 s]*
/proc/loadavg: 4.82 4.20 3.52 3/222 25087
/proc/meminfo: memFree=16899236/32770624 swapFree=67058752/67108860
[pid=25070] ppid=25067 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/25070/stat : 25070 (scop.sh) S 25067 25070 20606 0 -1 4202496 558 321 0 0 0 0 0 0 20 0 1 0 225294442 115843072 348 33554432000 4194304 5098028 140723968331712 140723968328968 140336312390268 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26222592 140723968332865 140723968333063 140723968333063 140723968335821 0
/proc/25070/statm: 28282 348 296 221 0 87 0
[pid=25073] ppid=25070 vsize=15012476 memory=93076 CPUtime=0.42 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25070 25070 20606 0 -1 1077944320 10710 0 0 0 39 3 0 0 20 0 15 0 225294443 15372775424 23269 33554432000 4194304 4196468 140730154954976 140730154937520 139739143294711 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
/proc/25073/statm: 3753119 23269 2999 1 0 3715579 0
[pid=25073/tid=25074] ppid=25070 vsize=15012476 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/25073/task/25074/stat : 25074 (java) R 25070 25070 20606 0 -1 4202560 8302 0 0 0 27 2 0 0 20 0 15 0 225294443 15372775424 23269 33554432000 4194304 4196468 140730154954976 139739115089712 139739127375198 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25075] ppid=25070 vsize=15012476 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25075/stat : 25075 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294445 15372775424 23269 33554432000 4194304 4196468 140730154954976 139739147537424 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25076] ppid=25070 vsize=15012476 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25076/stat : 25076 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294445 15372775424 23269 33554432000 4194304 4196468 140730154954976 139738976631952 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25077] ppid=25070 vsize=15012476 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25077/stat : 25077 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294445 15372775424 23269 33554432000 4194304 4196468 140730154954976 139738603404048 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25078] ppid=25070 vsize=15012476 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25078/stat : 25078 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294445 15372775424 23269 33554432000 4194304 4196468 140730154954976 139738602351504 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25079] ppid=25070 vsize=15012476 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294446 15372775424 23269 33554432000 4194304 4196468 140730154954976 139738482673904 139739143305858 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25080] ppid=25070 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25070 25070 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225294447 15372775424 23269 33554432000 4194304 4196468 140730154954976 139737767601312 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25081] ppid=25070 vsize=15012476 memory=7827413994055111515 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294447 15372775424 23269 33554432000 4194304 4196468 140730154954976 139737499165424 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25082] ppid=25070 vsize=15012476 memory=8508281356422055839 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294449 15372775424 23269 33554432000 4194304 4196468 140730154954976 139737163622352 139739143313307 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25083] ppid=25070 vsize=15012476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25070 25070 20606 0 -1 1077944384 226 0 0 0 1 0 0 0 20 0 15 0 225294449 15372775424 23269 33554432000 4194304 4196468 140730154954976 139738481621744 139739143305858 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25084] ppid=25070 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) S 25070 25070 20606 0 -1 1077944384 422 0 0 0 2 0 0 0 20 0 15 0 225294449 15372775424 23269 33554432000 4194304 4196468 140730154954976 139738480569200 139739143305858 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25085] ppid=25070 vsize=15012476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) S 25070 25070 20606 0 -1 1077944384 432 0 0 0 7 0 0 0 20 0 15 0 225294449 15372775424 23269 33554432000 4194304 4196468 140730154954976 139738479516144 139739143305858 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25086] ppid=25070 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25070 25070 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225294450 15372775424 23269 33554432000 4194304 4196468 140730154954976 139736626752352 139739143304917 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25087] ppid=25070 vsize=15012476 memory=3473180417806377009 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294450 15372775424 23269 33554432000 4194304 4196468 140730154954976 139738478463536 139739143305858 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 94468 KiB

[startup+0.700723 s]
/proc/loadavg: 4.82 4.20 3.52 4/222 25087
/proc/meminfo: memFree=16875300/32770624 swapFree=67058752/67108860
[pid=25070] ppid=25067 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/25070/stat : 25070 (scop.sh) S 25067 25070 20606 0 -1 4202496 558 321 0 0 0 0 0 0 20 0 1 0 225294442 115843072 348 33554432000 4194304 5098028 140723968331712 140723968328968 140336312390268 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26222592 140723968332865 140723968333063 140723968333063 140723968335821 0
/proc/25070/statm: 28282 348 296 221 0 87 0
[pid=25073] ppid=25070 vsize=15018748 memory=136144 CPUtime=1.01 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25070 25070 20606 0 -1 1077944320 17622 0 0 0 96 5 0 0 20 0 15 0 225294443 15379197952 34036 33554432000 4194304 4196468 140730154954976 140730154937520 139739143294711 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
/proc/25073/statm: 3754687 34036 3125 1 0 3716091 0
[pid=25073/tid=25074] ppid=25070 vsize=15018748 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/25073/task/25074/stat : 25074 (java) R 25070 25070 20606 0 -1 4202560 14625 0 0 0 63 4 0 0 20 0 15 0 225294443 15379197952 34036 33554432000 4194304 4196468 140730154954976 139739115130896 139739143316637 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25075] ppid=25070 vsize=15018748 memory=288230377057956186 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25075/stat : 25075 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294445 15379197952 34036 33554432000 4194304 4196468 140730154954976 139739147537424 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25076] ppid=25070 vsize=15018748 memory=14408211646139281 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25076/stat : 25076 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294445 15379197952 34036 33554432000 4194304 4196468 140730154954976 139738976631952 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25077] ppid=25070 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25077/stat : 25077 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294445 15379197952 34036 33554432000 4194304 4196468 140730154954976 139738603404048 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25078] ppid=25070 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25078/stat : 25078 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294445 15379197952 34036 33554432000 4194304 4196468 140730154954976 139738602351504 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25079] ppid=25070 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) S 25070 25070 20606 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225294446 15379197952 34036 33554432000 4194304 4196468 140730154954976 139738482673904 139739143305858 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25080] ppid=25070 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25070 25070 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225294447 15379197952 34036 33554432000 4194304 4196468 140730154954976 139737767601312 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25081] ppid=25070 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294447 15379197952 34036 33554432000 4194304 4196468 140730154954976 139737499165424 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25082] ppid=25070 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294449 15379197952 34036 33554432000 4194304 4196468 140730154954976 139737163622352 139739143313307 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25083] ppid=25070 vsize=15018748 memory=280317080371440 CPUtime=0.07 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25070 25070 20606 0 -1 1077944384 400 0 0 0 7 0 0 0 20 0 15 0 225294449 15379197952 34036 33554432000 4194304 4196468 140730154954976 139738481621744 139739143305858 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25084] ppid=25070 vsize=15018748 memory=7234030490512222553 CPUtime=0.09 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) R 25070 25070 20606 0 -1 4202560 654 0 0 0 9 0 0 0 20 0 15 0 225294449 15379197952 34036 33554432000 4194304 4196468 140730154954976 139738480560528 139739122743904 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25085] ppid=25070 vsize=15018748 memory=7594587674001172330 CPUtime=0.15 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) S 25070 25070 20606 0 -1 1077944384 610 0 0 0 15 0 0 0 20 0 15 0 225294449 15379197952 34036 33554432000 4194304 4196468 140730154954976 139738479516144 139739143305858 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25086] ppid=25070 vsize=15018748 memory=7649399380036826418 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25070 25070 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225294450 15379197952 34036 33554432000 4194304 4196468 140730154954976 139736626752352 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25087] ppid=25070 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25070 25070 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225294450 15379197952 34036 33554432000 4194304 4196468 140730154954976 139738478463536 139739143305858 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15131876 KiB
Current children cumulated memory: 137536 KiB

[startup+1.50075 s]
/proc/loadavg: 4.82 4.20 3.52 3/222 25087
/proc/meminfo: memFree=16740888/32770624 swapFree=67058752/67108860
[pid=25070] ppid=25067 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/25070/stat : 25070 (scop.sh) S 25067 25070 20606 0 -1 4202496 558 321 0 0 0 0 0 0 20 0 1 0 225294442 115843072 348 33554432000 4194304 5098028 140723968331712 140723968328968 140336312390268 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26222592 140723968332865 140723968333063 140723968333063 140723968335821 0
/proc/25070/statm: 28282 348 296 221 0 87 0

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

/proc/25073/task/25084/stat : 25084 (java) S 25070 25070 20606 0 -1 1077944384 18415 0 0 0 634 2 0 0 20 0 15 0 225294449 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738480569248 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25085] ppid=25070 vsize=15024968 memory=12048824 CPUtime=1.09 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) S 25070 25070 20606 0 -1 1077944384 17178 0 0 0 107 2 0 0 20 0 15 0 225294449 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738479516192 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25086] ppid=25070 vsize=15024968 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25070 25070 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225294450 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139736626752352 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25087] ppid=25070 vsize=15024968 memory=12048824 CPUtime=0.56 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25070 25070 20606 0 -1 1077944384 827 0 0 0 29 27 0 0 20 0 15 0 225294450 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738478463536 139739143305858 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
Current children cumulated CPU time: 2223.07 s
Current children cumulated vsize: 15138096 KiB
Current children cumulated memory: 12050216 KiB

[startup+942.301 s]
/proc/loadavg: 7.23 5.79 4.35 9/218 25197
/proc/meminfo: memFree=910088/32770624 swapFree=67058884/67108860
[pid=25070] ppid=25067 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/25070/stat : 25070 (scop.sh) S 25067 25070 20606 0 -1 4202496 558 321 0 0 0 0 0 0 20 0 1 0 225294442 115843072 348 33554432000 4194304 5098028 140723968331712 140723968328968 140336312390268 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26222592 140723968332865 140723968333063 140723968333063 140723968335821 0
/proc/25070/statm: 28282 348 296 221 0 87 0
[pid=25073] ppid=25070 vsize=15024968 memory=12048824 CPUtime=2452.04 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25070 25070 20606 0 -1 1077944320 1156893 0 0 0 244081 1123 0 0 20 0 15 0 225294443 15385567232 3012206 33554432000 4194304 4196468 140730154954976 140730154937520 139739143294711 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
/proc/25073/statm: 3756242 3012206 3239 1 0 3717627 0
[pid=25073/tid=25074] ppid=25070 vsize=15024968 memory=12048824 CPUtime=435.84 cores=0,2,4,6
/proc/25073/task/25074/stat : 25074 (java) S 25070 25070 20606 0 -1 1077944384 53294 0 0 0 43532 52 0 0 20 0 15 0 225294443 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139739115132368 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25075] ppid=25070 vsize=15024968 memory=12048824 CPUtime=499.15 cores=0,2,4,6
/proc/25073/task/25075/stat : 25075 (java) R 25070 25070 20606 0 -1 4202560 174176 0 0 0 49651 264 0 0 20 0 15 0 225294445 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139739147537312 139739124848347 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25076] ppid=25070 vsize=15024968 memory=1392 CPUtime=498.96 cores=0,2,4,6
/proc/25073/task/25076/stat : 25076 (java) R 25070 25070 20606 0 -1 4202560 339600 0 0 0 49625 271 0 0 20 0 15 0 225294445 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738976632152 139739127992486 0 4 2 25189581 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25077] ppid=25070 vsize=15024968 memory=12048824 CPUtime=499.6 cores=0,2,4,6
/proc/25073/task/25077/stat : 25077 (java) R 25070 25070 20606 0 -1 4202560 254280 0 0 0 49696 264 0 0 20 0 15 0 225294445 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738603404248 139739124891722 0 4 2 25189581 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25078] ppid=25070 vsize=15024968 memory=12048824 CPUtime=500.17 cores=0,2,4,6
/proc/25073/task/25078/stat : 25078 (java) R 25070 25070 20606 0 -1 4202560 161392 0 0 0 49774 243 0 0 20 0 15 0 225294445 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738602351704 139739128279952 0 4 2 25189581 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25079] ppid=25070 vsize=15024968 memory=12048824 CPUtime=3.22 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) S 25070 25070 20606 0 -1 1077944384 120096 0 0 0 314 8 0 0 20 0 15 0 225294446 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738482672224 139739143304917 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25080] ppid=25070 vsize=15024968 memory=12048824 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25070 25070 20606 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 225294447 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139737767601376 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25081] ppid=25070 vsize=15024968 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25070 25070 20606 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 225294447 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139737499165440 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25082] ppid=25070 vsize=15024968 memory=1860 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294449 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139737163622352 139739143313307 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25083] ppid=25070 vsize=15024968 memory=12048824 CPUtime=6.96 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25070 25070 20606 0 -1 1077944384 16228 0 0 0 694 2 0 0 20 0 15 0 225294449 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738481621744 139739143305858 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25084] ppid=25070 vsize=15024968 memory=12048824 CPUtime=6.36 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) S 25070 25070 20606 0 -1 1077944384 18417 0 0 0 634 2 0 0 20 0 15 0 225294449 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738480569200 139739143305858 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25085] ppid=25070 vsize=15024968 memory=1392 CPUtime=1.09 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) S 25070 25070 20606 0 -1 1077944384 17186 0 0 0 107 2 0 0 20 0 15 0 225294449 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738479516144 139739143305858 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25086] ppid=25070 vsize=15024968 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25070 25070 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225294450 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139736626752352 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25087] ppid=25070 vsize=15024968 memory=3544 CPUtime=0.59 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25070 25070 20606 0 -1 1077944384 854 0 0 0 31 28 0 0 20 0 15 0 225294450 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738478463536 139739143305858 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
Current children cumulated CPU time: 2452.04 s
Current children cumulated vsize: 15138096 KiB
Current children cumulated memory: 12050216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+959.601 s]
/proc/loadavg: 7.12 5.83 4.39 9/218 25197
/proc/meminfo: memFree=909964/32770624 swapFree=67058884/67108860
[pid=25070] ppid=25067 vsize=113128 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/25070/stat : 25070 (scop.sh) S 25067 25070 20606 0 -1 4202496 558 321 0 0 0 0 0 0 20 0 1 0 225294442 115843072 348 33554432000 4194304 5098028 140723968331712 140723968328968 140336312390268 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26222592 140723968332865 140723968333063 140723968333063 140723968335821 0
/proc/25070/statm: 28282 348 296 221 0 87 0
[pid=25073] ppid=25070 vsize=15024968 memory=12048824 CPUtime=2520.05 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25070 25070 20606 0 -1 1077944320 1219988 0 0 0 250879 1126 0 0 20 0 15 0 225294443 15385567232 3012206 33554432000 4194304 4196468 140730154954976 140730154937520 139739143294711 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
/proc/25073/statm: 3756242 3012206 3239 1 0 3717627 0
[pid=25073/tid=25074] ppid=25070 vsize=15024968 memory=524 CPUtime=436.04 cores=0,2,4,6
/proc/25073/task/25074/stat : 25074 (java) S 25070 25070 20606 0 -1 1077944384 53294 0 0 0 43552 52 0 0 20 0 15 0 225294443 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139739115132016 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25075] ppid=25070 vsize=15024968 memory=1528 CPUtime=516.1 cores=0,2,4,6
/proc/25073/task/25075/stat : 25075 (java) R 25070 25070 20606 0 -1 4202560 174518 0 0 0 51346 264 0 0 20 0 15 0 225294445 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139739147537424 139739124904499 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25076] ppid=25070 vsize=15024968 memory=924 CPUtime=515.97 cores=0,2,4,6
/proc/25073/task/25076/stat : 25076 (java) R 25070 25070 20606 0 -1 4202560 340116 0 0 0 51325 272 0 0 20 0 15 0 225294445 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738976631760 139739135922919 0 4 2 25189581 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25077] ppid=25070 vsize=15024968 memory=1140 CPUtime=516.59 cores=0,2,4,6
/proc/25073/task/25077/stat : 25077 (java) R 25070 25070 20606 0 -1 4202560 315985 0 0 0 51392 267 0 0 20 0 15 0 225294445 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738603403936 139739124904457 0 4 2 25189581 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25078] ppid=25070 vsize=15024968 memory=1548 CPUtime=516.94 cores=0,2,4,6
/proc/25073/task/25078/stat : 25078 (java) R 25070 25070 20606 0 -1 4202560 161940 0 0 0 51451 243 0 0 20 0 15 0 225294445 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738602351704 139739127752096 0 4 2 25189581 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25079] ppid=25070 vsize=15024968 memory=1432 CPUtime=3.3 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) S 25070 25070 20606 0 -1 1077944384 120099 0 0 0 322 8 0 0 20 0 15 0 225294446 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738482672448 139739143304917 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25080] ppid=25070 vsize=15024968 memory=816 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25070 25070 20606 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 225294447 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139737767601376 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25081] ppid=25070 vsize=15024968 memory=1932 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25070 25070 20606 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 225294447 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139737499165440 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25082] ppid=25070 vsize=15024968 memory=2076 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25070 25070 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225294449 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139737163622352 139739143313307 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25083] ppid=25070 vsize=15024968 memory=1840 CPUtime=6.96 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25070 25070 20606 0 -1 1077944384 16229 0 0 0 694 2 0 0 20 0 15 0 225294449 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738481621792 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25084] ppid=25070 vsize=15024968 memory=7904 CPUtime=6.36 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) S 25070 25070 20606 0 -1 1077944384 18417 0 0 0 634 2 0 0 20 0 15 0 225294449 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738480569248 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25085] ppid=25070 vsize=15024968 memory=800 CPUtime=1.09 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) S 25070 25070 20606 0 -1 1077944384 17187 0 0 0 107 2 0 0 20 0 15 0 225294449 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738479515904 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25086] ppid=25070 vsize=15024968 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25070 25070 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225294450 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139736626752352 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25087] ppid=25070 vsize=15024968 memory=912 CPUtime=0.6 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25070 25070 20606 0 -1 1077944384 854 0 0 0 31 29 0 0 20 0 15 0 225294450 15385567232 3012206 33554432000 4194304 4196468 140730154954976 139738478463536 139739143305858 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 15138096 KiB
Current children cumulated memory: 12050216 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+959.627 s]
# the end of solver process 25070 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001229 s, system=0.002337 s

[startup+959.947 s]
# the end of solver process 25073 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.56 s, system=11.3581 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+959.811 s]
/proc/loadavg: 7.12 5.83 4.39 10/217 25198
/proc/meminfo: memFree=909964/32770624 swapFree=67058884/67108860
[pid=25073] ppid=25067 vsize=15024968 memory=12048828 CPUtime=2520.78 cores=0,2,4,6
/proc/25073/stat : 25073 (java) S 25067 25070 20606 0 -1 1077944320 1223155 0 0 0 250951 1127 0 0 20 0 15 0 225294443 15385567232 3012207 33554432000 4194304 4196468 140730154954976 140730154937520 139739143294711 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
/proc/25073/statm: 3756242 3012207 3239 1 0 3717627 0
[pid=25073/tid=25074] ppid=25067 vsize=15024968 memory=32276 CPUtime=436.04 cores=0,2,4,6
/proc/25073/task/25074/stat : 25074 (java) S 25067 25070 20606 0 -1 1077944384 53294 0 0 0 43552 52 0 0 20 0 15 0 225294443 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139739115132016 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25075] ppid=25067 vsize=15024968 memory=13808 CPUtime=516.28 cores=0,2,4,6
/proc/25073/task/25075/stat : 25075 (java) S 25067 25070 20606 0 -1 1077944384 174554 0 0 0 51364 264 0 0 20 0 15 0 225294445 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139739147537424 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25076] ppid=25067 vsize=15024968 memory=524 CPUtime=516.14 cores=0,2,4,6
/proc/25073/task/25076/stat : 25076 (java) S 25067 25070 20606 0 -1 1077944384 340116 0 0 0 51342 272 0 0 20 0 15 0 225294445 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139738976631952 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25077] ppid=25067 vsize=15024968 memory=1528 CPUtime=516.77 cores=0,2,4,6
/proc/25073/task/25077/stat : 25077 (java) S 25067 25070 20606 0 -1 1077944384 318871 0 0 0 51410 267 0 0 20 0 15 0 225294445 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139738603404048 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25078] ppid=25067 vsize=15024968 memory=924 CPUtime=517.1 cores=0,2,4,6
/proc/25073/task/25078/stat : 25078 (java) S 25067 25070 20606 0 -1 1077944384 161949 0 0 0 51467 243 0 0 20 0 15 0 225294445 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139738602351504 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25079] ppid=25067 vsize=15024968 memory=1140 CPUtime=3.33 cores=0,2,4,6
/proc/25073/task/25079/stat : 25079 (java) R 25067 25070 20606 0 -1 4202560 120312 0 0 0 325 8 0 0 20 0 15 0 225294446 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139738482672448 139739121664891 0 0 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25080] ppid=25067 vsize=15024968 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25080/stat : 25080 (java) S 25067 25070 20606 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 225294447 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139737767601376 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25081] ppid=25067 vsize=15024968 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25081/stat : 25081 (java) S 25067 25070 20606 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 225294447 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139737499165440 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25082] ppid=25067 vsize=15024968 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25082/stat : 25082 (java) S 25067 25070 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225294449 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139737163622000 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25083] ppid=25067 vsize=15024968 memory=288230596050944315 CPUtime=6.96 cores=0,2,4,6
/proc/25073/task/25083/stat : 25083 (java) S 25067 25070 20606 0 -1 1077944384 16229 0 0 0 694 2 0 0 20 0 15 0 225294449 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139738481621792 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25084] ppid=25067 vsize=15024968 memory=14696283776491730 CPUtime=6.36 cores=0,2,4,6
/proc/25073/task/25084/stat : 25084 (java) S 25067 25070 20606 0 -1 1077944384 18417 0 0 0 634 2 0 0 20 0 15 0 225294449 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139738480569248 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25085] ppid=25067 vsize=15024968 memory=14696283776491730 CPUtime=1.09 cores=0,2,4,6
/proc/25073/task/25085/stat : 25085 (java) S 25067 25070 20606 0 -1 1077944384 17187 0 0 0 107 2 0 0 20 0 15 0 225294449 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139738479515904 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25086] ppid=25067 vsize=15024968 memory=12048824 CPUtime=0 cores=0,2,4,6
/proc/25073/task/25086/stat : 25086 (java) S 25067 25070 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225294450 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139736626752352 139739143304917 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
[pid=25073/tid=25087] ppid=25067 vsize=15024968 memory=6791534058613427641 CPUtime=0.6 cores=0,2,4,6
/proc/25073/task/25087/stat : 25087 (java) S 25067 25070 20606 0 -1 1077944384 854 0 0 0 31 29 0 0 20 0 15 0 225294450 15385567232 3012207 33554432000 4194304 4196468 140730154954976 139738478463536 139739143305858 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 10846208 140730154959879 140730154960177 140730154960177 140730154962895 0
Current cumulated CPU time of completed processes: 0.003566 s
Current children cumulated CPU time: 2520.78 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12048828 KiB

[startup+959.913 s]*
/proc/loadavg: 7.12 5.83 4.39 6/204 25200
/proc/meminfo: memFree=12505016/32770624 swapFree=67058884/67108860
Current cumulated CPU time of completed processes: 0.003566 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 959.947
CPU time (s): 2520.92
CPU user time (s): 2509.56
CPU system time (s): 11.3581
CPU usage (%): 262.61
Max. virtual memory (cumulated for all children) (KiB): 15138096
Max. memory (cumulated for all children) (KiB): 12050232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.56
system time used= 11.3581
maximum resident set size= 12052928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1224465
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37027
involuntary context switches= 32507


# summary of solver processes directly reported to runsolver:
#   pid: 25070,25073
#   total CPU time (s): 2520.92
#   total CPU user time (s): 2509.56
#   total CPU system time (s): 11.3581

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.18706 second user time and 8.57052 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-12 14:35:13
IDJOB=4305722
IDBENCH=141445
IDSOLVER=2783
FILE ID=node103/4305722-1534077312
RUNJOBID= node103-1534064938-20637
PBS_JOBID= 21036991
Free space on /tmp= 34672 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-11-12_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-4305722-1534077312/watcher-4305722-1534077312 -o /tmp/evaluation-result-4305722-1534077312/solver-4305722-1534077312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534064938-20637 --watchdog 2580  scop.sh 11g scop.jar -both minisat_release default HOME HOME/instance-4305722-1534077312.xml

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

MD5SUM BENCH= 996bcdf4a135147c7f2ba7242cc18cd5
RANDOM SEED=890206881

node103.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.48
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.48
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.48
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.48
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:        16980696 kB
MemAvailable:   31753144 kB
Buffers:          122800 kB
Cached:         14792476 kB
SwapCached:         5816 kB
Active:          7705040 kB
Inactive:        7417524 kB
Active(anon):     198444 kB
Inactive(anon):    60092 kB
Active(file):    7506596 kB
Inactive(file):  7357432 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67058752 kB
Dirty:             13260 kB
Writeback:             0 kB
AnonPages:        170652 kB
Mapped:            62372 kB
Shmem:             48620 kB
Slab:             366052 kB
SReclaimable:     336880 kB
SUnreclaim:        29172 kB
KernelStack:        3904 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5909024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34664 MiB
End job on node103 at 2018-08-12 14:51:13