Trace number 4305727

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) 2523.04 954.676

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-16-17_c18.xml
MD5SUM23da8342a2898ede5001de7625d13c59
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark368.785
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints33
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":272}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":272}]
Minimum constraint arity16
Maximum constraint arity17
Distribution of constraint arities[{"arity":16,"count":17},{"arity":17,"count":16}]
Number of extensional constraints33
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":33}]
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-24755-serial-file.bin HOME/instance-4305727-1534075320.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:02:00 CEST 2018
0.67/0.55	c PID: 24758
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
2.50/1.22	c (0,0) Parsing End
2.50/1.22	c (0,0) CSP: 272 int (0 aux), 0 bool (0 aux), 33 ctr, max domain size 26
2.50/1.23	c (0,0) Heap : 227 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.50/1.23	c (0,0) Constraint Name Generate Begin
2.50/1.23	c (0,0) Ctr:HOME/instance-4305727-1534075320.xml,ExtensionSupport:IntVar
2.50/1.23	c (0,0) Constraint Name Generate End
2.50/1.23	c (0,0) Heap : 227 MiB used (max 10795 MiB), NonHeap : 19 MiB used (max 0 MiB)
2.50/1.23	c (0,0) CSP to CSPinCNF Begin
74.04/52.06	c (51,47) translated 4 (10%) constraints
127.46/91.66	c (91,82) translated 7 (20%) constraints
178.04/130.92	c (130,117) translated 10 (30%) constraints
243.06/182.62	c (182,164) translated 14 (40%) constraints
293.94/222.17	c (221,200) translated 17 (50%) constraints
444.21/300.50	c (299,255) translated 20 (60%) constraints
566.61/373.60	c (373,311) translated 24 (70%) constraints
864.46/481.47	c (480,354) translated 27 (80%) constraints
1560.22/689.50	c (688,396) translated 30 (90%) constraints
2520.12/953.83	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.12/953.83	c (scop.sh) Killing background jobs.
2522.95/954.61	c (954,0) receiving signal SIGTERM
2522.95/954.61	c (954,0) receiving signal SIGTERM
2522.95/954.61	c (954,0) 0,0,TO,TO,TO,TO,TO,TO,TO,STOP-AFTER(CtrName)
2522.95/954.61	s UNKNOWN
2522.95/954.61	c (954,0) 0,0,TO,TO,TO,TO,TO,TO,TO,STOP-AFTER(CtrName),STOP-AFTER(CtrName)
2522.95/954.61	c END-Prog: Sun Aug 12 14:17:54 CEST 2018
2522.95/954.61	c END-Prog: Sun Aug 12 14:17:54 CEST 2018

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305727-1534075320/watcher-4305727-1534075320 -o /tmp/evaluation-result-4305727-1534075320/solver-4305727-1534075320 -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-4305727-1534075320.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=24755, runsolver pid=24752

[startup+0.100243 s]*
/proc/loadavg: 2.52 2.31 2.17 3/224 24772
/proc/meminfo: memFree=16964252/32770624 swapFree=67058748/67108860
[pid=24755] ppid=24752 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/24755/stat : 24755 (scop.sh) S 24752 24755 20606 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225095149 115843072 349 33554432000 4194304 5098028 140735721174448 140735721171704 140219324981884 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8794112 140735721182273 140735721182471 140735721182471 140735721185229 0
/proc/24755/statm: 28282 349 296 221 0 87 0
[pid=24758] ppid=24755 vsize=15012476 memory=73372 CPUtime=0.11 cores=0,2,4,6
/proc/24758/stat : 24758 (java) S 24755 24755 20606 0 -1 1077944320 6949 0 0 0 9 2 0 0 20 0 15 0 225095150 15372775424 18343 33554432000 4194304 4196468 140728267370576 140728267353120 140068786454263 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
/proc/24758/statm: 3753119 18343 2749 1 0 3715579 0
[pid=24758/tid=24759] ppid=24755 vsize=15012476 memory=-6004281011623739329 CPUtime=0.08 cores=0,2,4,6
/proc/24758/task/24759/stat : 24759 (java) R 24755 24755 20606 0 -1 4202560 5038 0 0 0 7 1 0 0 20 0 15 0 225095150 15372775424 18343 33554432000 4194304 4196468 140728267370576 140068758266248 140068769641072 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24760] ppid=24755 vsize=15012476 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24760/stat : 24760 (java) S 24755 24755 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095152 15372775424 18343 33554432000 4194304 4196468 140728267370576 140068790696336 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24761] ppid=24755 vsize=15012476 memory=140481164424832 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24761/stat : 24761 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095152 15372775424 18343 33554432000 4194304 4196468 140728267370576 140068246595856 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24762] ppid=24755 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24762/stat : 24762 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095152 15372775424 18343 33554432000 4194304 4196468 140728267370576 140068245543568 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24763] ppid=24755 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24763/stat : 24763 (java) S 24755 24755 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095152 15372775424 18343 33554432000 4194304 4196468 140728267370576 140068244490768 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24764] ppid=24755 vsize=15012476 memory=140481164424832 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24764/stat : 24764 (java) S 24755 24755 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095153 15372775424 18343 33554432000 4194304 4196468 140728267370576 140067824130672 140068786465410 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24765] ppid=24755 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24765/stat : 24765 (java) S 24755 24755 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225095154 15372775424 18343 33554432000 4194304 4196468 140728267370576 140067339232544 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24766] ppid=24755 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24766/stat : 24766 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095154 15372775424 18343 33554432000 4194304 4196468 140728267370576 140067070797424 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24767] ppid=24755 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24767/stat : 24767 (java) S 24755 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095156 15372775424 18343 33554432000 4194304 4196468 140728267370576 140066696288848 140068786472859 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24768] ppid=24755 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24768/stat : 24768 (java) S 24755 24755 20606 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 225095156 15372775424 18343 33554432000 4194304 4196468 140728267370576 140067823077488 140068786465410 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24769] ppid=24755 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24769/stat : 24769 (java) S 24755 24755 20606 0 -1 1077944384 274 0 0 0 0 0 0 0 20 0 15 0 225095156 15372775424 18343 33554432000 4194304 4196468 140728267370576 140067822024688 140068786465410 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24770] ppid=24755 vsize=15012476 memory=140481164424832 CPUtime=0.01 cores=0,2,4,6
/proc/24758/task/24770/stat : 24770 (java) R 24755 24755 20606 0 -1 4202560 278 0 0 0 1 0 0 0 20 0 15 0 225095156 15372775424 18343 33554432000 4194304 4196468 140728267370576 140067820969512 140068766781088 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24771] ppid=24755 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24771/stat : 24771 (java) S 24755 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095157 15372775424 18343 33554432000 4194304 4196468 140728267370576 140066198383072 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24772] ppid=24755 vsize=15012476 memory=140481164424832 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24772/stat : 24772 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095157 15372775424 18343 33554432000 4194304 4196468 140728267370576 140067819920304 140068786465410 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 74768 KiB

[startup+0.21075 s]*
/proc/loadavg: 2.52 2.31 2.17 4/224 24772
/proc/meminfo: memFree=16949848/32770624 swapFree=67058748/67108860
[pid=24755] ppid=24752 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/24755/stat : 24755 (scop.sh) S 24752 24755 20606 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225095149 115843072 349 33554432000 4194304 5098028 140735721174448 140735721171704 140219324981884 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8794112 140735721182273 140735721182471 140735721182471 140735721185229 0
/proc/24755/statm: 28282 349 296 221 0 87 0
[pid=24758] ppid=24755 vsize=15012476 memory=86440 CPUtime=0.26 cores=0,2,4,6
/proc/24758/stat : 24758 (java) S 24755 24755 20606 0 -1 1077944320 10473 0 0 0 23 3 0 0 20 0 15 0 225095150 15372775424 21610 33554432000 4194304 4196468 140728267370576 140728267353120 140068786454263 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
/proc/24758/statm: 3753119 21610 2878 1 0 3715579 0
[pid=24758/tid=24759] ppid=24755 vsize=15012476 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/24758/task/24759/stat : 24759 (java) R 24755 24755 20606 0 -1 4202560 8377 0 0 0 17 2 0 0 20 0 15 0 225095150 15372775424 21610 33554432000 4194304 4196468 140728267370576 140068758279072 140068786476189 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24760] ppid=24755 vsize=15012476 memory=545 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24760/stat : 24760 (java) S 24755 24755 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095152 15372775424 21610 33554432000 4194304 4196468 140728267370576 140068790696336 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24761] ppid=24755 vsize=15012476 memory=140481165588066 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24761/stat : 24761 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095152 15372775424 21610 33554432000 4194304 4196468 140728267370576 140068246595856 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24762] ppid=24755 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24762/stat : 24762 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095152 15372775424 21610 33554432000 4194304 4196468 140728267370576 140068245543568 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24763] ppid=24755 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24763/stat : 24763 (java) S 24755 24755 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095152 15372775424 21610 33554432000 4194304 4196468 140728267370576 140068244490768 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24764] ppid=24755 vsize=15012476 memory=140481164424832 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24764/stat : 24764 (java) S 24755 24755 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095153 15372775424 21610 33554432000 4194304 4196468 140728267370576 140067824130672 140068786465410 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24765] ppid=24755 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24765/stat : 24765 (java) S 24755 24755 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225095154 15372775424 21610 33554432000 4194304 4196468 140728267370576 140067339232544 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24766] ppid=24755 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24766/stat : 24766 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095154 15372775424 21610 33554432000 4194304 4196468 140728267370576 140067070797424 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24767] ppid=24755 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24767/stat : 24767 (java) S 24755 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095156 15372775424 21610 33554432000 4194304 4196468 140728267370576 140066696288848 140068786472859 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24768] ppid=24755 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24768/stat : 24768 (java) S 24755 24755 20606 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 15 0 225095156 15372775424 21610 33554432000 4194304 4196468 140728267370576 140067823077488 140068786465410 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24769] ppid=24755 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24769/stat : 24769 (java) S 24755 24755 20606 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 15 0 225095156 15372775424 21610 33554432000 4194304 4196468 140728267370576 140067822024688 140068786465410 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24770] ppid=24755 vsize=15012476 memory=140481164424832 CPUtime=0.03 cores=0,2,4,6
/proc/24758/task/24770/stat : 24770 (java) S 24755 24755 20606 0 -1 1077944384 294 0 0 0 3 0 0 0 20 0 15 0 225095156 15372775424 21610 33554432000 4194304 4196468 140728267370576 140067820972400 140068786465410 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24771] ppid=24755 vsize=15012476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24771/stat : 24771 (java) S 24755 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095157 15372775424 21610 33554432000 4194304 4196468 140728267370576 140066198383072 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24772] ppid=24755 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24772/stat : 24772 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095157 15372775424 21610 33554432000 4194304 4196468 140728267370576 140067819920304 140068786465410 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 87836 KiB

[startup+0.310865 s]*
/proc/loadavg: 2.52 2.31 2.17 3/224 24772
/proc/meminfo: memFree=16946808/32770624 swapFree=67058748/67108860
[pid=24755] ppid=24752 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/24755/stat : 24755 (scop.sh) S 24752 24755 20606 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225095149 115843072 349 33554432000 4194304 5098028 140735721174448 140735721171704 140219324981884 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8794112 140735721182273 140735721182471 140735721182471 140735721185229 0
/proc/24755/statm: 28282 349 296 221 0 87 0
[pid=24758] ppid=24755 vsize=15012476 memory=90232 CPUtime=0.42 cores=0,2,4,6
/proc/24758/stat : 24758 (java) S 24755 24755 20606 0 -1 1077944320 11003 0 0 0 39 3 0 0 20 0 15 0 225095150 15372775424 22558 33554432000 4194304 4196468 140728267370576 140728267353120 140068786454263 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
/proc/24758/statm: 3753119 22558 3022 1 0 3715579 0
[pid=24758/tid=24759] ppid=24755 vsize=15012476 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/24758/task/24759/stat : 24759 (java) R 24755 24755 20606 0 -1 4202560 8749 0 0 0 27 3 0 0 20 0 15 0 225095150 15372775424 22558 33554432000 4194304 4196468 140728267370576 140068758249264 140068770534750 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24760] ppid=24755 vsize=15012476 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24760/stat : 24760 (java) S 24755 24755 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095152 15372775424 22558 33554432000 4194304 4196468 140728267370576 140068790696336 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24761] ppid=24755 vsize=15012476 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24761/stat : 24761 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095152 15372775424 22558 33554432000 4194304 4196468 140728267370576 140068246595856 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24762] ppid=24755 vsize=15012476 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24762/stat : 24762 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095152 15372775424 22558 33554432000 4194304 4196468 140728267370576 140068245543568 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24763] ppid=24755 vsize=15012476 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24763/stat : 24763 (java) S 24755 24755 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095152 15372775424 22558 33554432000 4194304 4196468 140728267370576 140068244490768 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24764] ppid=24755 vsize=15012476 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24764/stat : 24764 (java) S 24755 24755 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095153 15372775424 22558 33554432000 4194304 4196468 140728267370576 140067824130672 140068786465410 0 0 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24765] ppid=24755 vsize=15012476 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24765/stat : 24765 (java) S 24755 24755 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225095154 15372775424 22558 33554432000 4194304 4196468 140728267370576 140067339232544 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24766] ppid=24755 vsize=15012476 memory=-6664436420846796947 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24766/stat : 24766 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095154 15372775424 22558 33554432000 4194304 4196468 140728267370576 140067070797424 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24767] ppid=24755 vsize=15012476 memory=4426078206164241782 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24767/stat : 24767 (java) S 24755 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095156 15372775424 22558 33554432000 4194304 4196468 140728267370576 140066696288848 140068786472859 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24768] ppid=24755 vsize=15012476 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/24758/task/24768/stat : 24768 (java) S 24755 24755 20606 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 225095156 15372775424 22558 33554432000 4194304 4196468 140728267370576 140067823077488 140068786465410 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24769] ppid=24755 vsize=15012476 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/24758/task/24769/stat : 24769 (java) S 24755 24755 20606 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 15 0 225095156 15372775424 22558 33554432000 4194304 4196468 140728267370576 140067822024688 140068786465410 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24770] ppid=24755 vsize=15012476 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/24758/task/24770/stat : 24770 (java) S 24755 24755 20606 0 -1 1077944384 314 0 0 0 7 0 0 0 20 0 15 0 225095156 15372775424 22558 33554432000 4194304 4196468 140728267370576 140067820972400 140068786465410 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24771] ppid=24755 vsize=15012476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24771/stat : 24771 (java) S 24755 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095157 15372775424 22558 33554432000 4194304 4196468 140728267370576 140066198383072 140068786464469 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24772] ppid=24755 vsize=15012476 memory=3473180417806377009 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24772/stat : 24772 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095157 15372775424 22558 33554432000 4194304 4196468 140728267370576 140067819920304 140068786465410 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 15125604 KiB
Current children cumulated memory: 91628 KiB

[startup+0.700885 s]
/proc/loadavg: 2.52 2.31 2.17 4/224 24772
/proc/meminfo: memFree=16922500/32770624 swapFree=67058748/67108860
[pid=24755] ppid=24752 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/24755/stat : 24755 (scop.sh) S 24752 24755 20606 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225095149 115843072 349 33554432000 4194304 5098028 140735721174448 140735721171704 140219324981884 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8794112 140735721182273 140735721182471 140735721182471 140735721185229 0
/proc/24755/statm: 28282 349 296 221 0 87 0
[pid=24758] ppid=24755 vsize=15018748 memory=131120 CPUtime=1.01 cores=0,2,4,6
/proc/24758/stat : 24758 (java) S 24755 24755 20606 0 -1 1077944320 17896 0 0 0 96 5 0 0 20 0 15 0 225095150 15379197952 32780 33554432000 4194304 4196468 140728267370576 140728267353120 140068786454263 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
/proc/24758/statm: 3754687 32780 3128 1 0 3716091 0
[pid=24758/tid=24759] ppid=24755 vsize=15018748 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/24758/task/24759/stat : 24759 (java) R 24755 24755 20606 0 -1 4202560 15210 0 0 0 63 4 0 0 20 0 15 0 225095150 15379197952 32780 33554432000 4194304 4196468 140728267370576 140068758285552 140068770767861 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24760] ppid=24755 vsize=15018748 memory=288230377057956186 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24760/stat : 24760 (java) S 24755 24755 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095152 15379197952 32780 33554432000 4194304 4196468 140728267370576 140068790696336 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24761] ppid=24755 vsize=15018748 memory=14408211646139281 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24761/stat : 24761 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095152 15379197952 32780 33554432000 4194304 4196468 140728267370576 140068246595856 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24762] ppid=24755 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24762/stat : 24762 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095152 15379197952 32780 33554432000 4194304 4196468 140728267370576 140068245543568 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24763] ppid=24755 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24763/stat : 24763 (java) S 24755 24755 20606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 225095152 15379197952 32780 33554432000 4194304 4196468 140728267370576 140068244490768 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24764] ppid=24755 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24764/stat : 24764 (java) S 24755 24755 20606 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225095153 15379197952 32780 33554432000 4194304 4196468 140728267370576 140067824130672 140068786465410 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24765] ppid=24755 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24765/stat : 24765 (java) S 24755 24755 20606 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 225095154 15379197952 32780 33554432000 4194304 4196468 140728267370576 140067339232544 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24766] ppid=24755 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24766/stat : 24766 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095154 15379197952 32780 33554432000 4194304 4196468 140728267370576 140067070797424 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24767] ppid=24755 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24767/stat : 24767 (java) S 24755 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095156 15379197952 32780 33554432000 4194304 4196468 140728267370576 140066696288848 140068786472859 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24768] ppid=24755 vsize=15018748 memory=280962130772208 CPUtime=0.09 cores=0,2,4,6
/proc/24758/task/24768/stat : 24768 (java) S 24755 24755 20606 0 -1 1077944384 449 0 0 0 9 0 0 0 20 0 15 0 225095156 15379197952 32780 33554432000 4194304 4196468 140728267370576 140067823077488 140068786465410 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24769] ppid=24755 vsize=15018748 memory=7234030490512222553 CPUtime=0.07 cores=0,2,4,6
/proc/24758/task/24769/stat : 24769 (java) S 24755 24755 20606 0 -1 1077944384 533 0 0 0 7 0 0 0 20 0 15 0 225095156 15379197952 32780 33554432000 4194304 4196468 140728267370576 140067822024688 140068786465410 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24770] ppid=24755 vsize=15018748 memory=7594587674001172330 CPUtime=0.15 cores=0,2,4,6
/proc/24758/task/24770/stat : 24770 (java) S 24755 24755 20606 0 -1 1077944384 368 0 0 0 15 0 0 0 20 0 15 0 225095156 15379197952 32780 33554432000 4194304 4196468 140728267370576 140067820972400 140068786465410 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24771] ppid=24755 vsize=15018748 memory=7649399358545671218 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24771/stat : 24771 (java) S 24755 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095157 15379197952 32780 33554432000 4194304 4196468 140728267370576 140066198383072 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24772] ppid=24755 vsize=15018748 memory=0 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24772/stat : 24772 (java) S 24755 24755 20606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 225095157 15379197952 32780 33554432000 4194304 4196468 140728267370576 140067819920304 140068786465410 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 15131876 KiB
Current children cumulated memory: 132516 KiB

[startup+1.5015 s]
/proc/loadavg: 2.52 2.31 2.17 4/224 24772
/proc/meminfo: memFree=16820288/32770624 swapFree=67058748/67108860
[pid=24755] ppid=24752 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/24755/stat : 24755 (scop.sh) S 24752 24755 20606 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225095149 115843072 349 33554432000 4194304 5098028 140735721174448 140735721171704 140219324981884 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8794112 140735721182273 140735721182471 140735721182471 140735721185229 0
/proc/24755/statm: 28282 349 296 221 0 87 0

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

/proc/24758/task/24764/stat : 24764 (java) S 24755 24755 20606 0 -1 1077944384 112420 0 0 0 364 7 0 0 20 0 15 0 225095153 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067824129216 140068786464469 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24765] ppid=24755 vsize=15024968 memory=12074288 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24765/stat : 24765 (java) S 24755 24755 20606 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 225095154 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067339232608 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24766] ppid=24755 vsize=15024968 memory=12074288 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24766/stat : 24766 (java) S 24755 24755 20606 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 225095154 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067070797440 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24767] ppid=24755 vsize=15024968 memory=12074288 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24767/stat : 24767 (java) S 24755 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095156 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140066696288848 140068786472859 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24768] ppid=24755 vsize=15024968 memory=1396 CPUtime=4.93 cores=0,2,4,6
/proc/24758/task/24768/stat : 24768 (java) S 24755 24755 20606 0 -1 1077944384 18153 0 0 0 491 2 0 0 20 0 15 0 225095156 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067823077248 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24769] ppid=24755 vsize=15024968 memory=0 CPUtime=4.74 cores=0,2,4,6
/proc/24758/task/24769/stat : 24769 (java) S 24755 24755 20606 0 -1 1077944384 13204 0 0 0 472 2 0 0 20 0 15 0 225095156 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067822024736 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24770] ppid=24755 vsize=15024968 memory=736 CPUtime=1.14 cores=0,2,4,6
/proc/24758/task/24770/stat : 24770 (java) S 24755 24755 20606 0 -1 1077944384 18725 0 0 0 111 3 0 0 20 0 15 0 225095156 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067820972448 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24771] ppid=24755 vsize=15024968 memory=1520 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24771/stat : 24771 (java) S 24755 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095157 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140066198383072 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24772] ppid=24755 vsize=15024968 memory=1396 CPUtime=0.72 cores=0,2,4,6
/proc/24758/task/24772/stat : 24772 (java) S 24755 24755 20606 0 -1 1077944384 908 0 0 0 38 34 0 0 20 0 15 0 225095157 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067819920304 140068786465410 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
Current children cumulated CPU time: 2475.22 s
Current children cumulated vsize: 15138096 KiB
Current children cumulated memory: 12075684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+953.801 s]
/proc/loadavg: 4.42 4.02 3.15 6/222 24796
/proc/meminfo: memFree=4925592/32770624 swapFree=67058748/67108860
[pid=24755] ppid=24752 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/24755/stat : 24755 (scop.sh) S 24752 24755 20606 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 225095149 115843072 349 33554432000 4194304 5098028 140735721174448 140735721171704 140219324981884 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8794112 140735721182273 140735721182471 140735721182471 140735721185229 0
/proc/24755/statm: 28282 349 296 221 0 87 0
[pid=24758] ppid=24755 vsize=15024968 memory=12074288 CPUtime=2520.12 cores=0,2,4,6
/proc/24758/stat : 24758 (java) S 24755 24755 20606 0 -1 1077944320 365945 0 1 0 250968 1044 0 0 20 0 15 0 225095150 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140728267353120 140068786454263 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
/proc/24758/statm: 3756242 3018572 3247 1 0 3717627 0
[pid=24758/tid=24759] ppid=24755 vsize=15024968 memory=9004 CPUtime=424.93 cores=0,2,4,6
/proc/24758/task/24759/stat : 24759 (java) S 24755 24755 20606 0 -1 1077944384 54160 0 0 0 42444 49 0 0 20 0 15 0 225095150 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140068758292448 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24760] ppid=24755 vsize=15024968 memory=1140 CPUtime=520.69 cores=0,2,4,6
/proc/24758/task/24760/stat : 24760 (java) R 24755 24755 20606 0 -1 4202560 36966 0 0 0 51825 244 0 0 20 0 15 0 225095152 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140068790696456 140068771450603 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24761] ppid=24755 vsize=15024968 memory=1024 CPUtime=521.29 cores=0,2,4,6
/proc/24758/task/24761/stat : 24761 (java) R 24755 24755 20606 0 -1 4202560 39336 0 0 0 51905 224 0 0 20 0 15 0 225095152 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140068246595976 140068771154896 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24762] ppid=24755 vsize=15024968 memory=3172 CPUtime=519.01 cores=0,2,4,6
/proc/24758/task/24762/stat : 24762 (java) R 24755 24755 20606 0 -1 4202560 36781 0 1 0 51646 255 0 0 20 0 15 0 225095152 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140068245543688 140068771154896 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24763] ppid=24755 vsize=15024968 memory=1396 CPUtime=518.84 cores=0,2,4,6
/proc/24758/task/24763/stat : 24763 (java) R 24755 24755 20606 0 -1 4202560 33950 0 0 0 51641 243 0 0 20 0 15 0 225095152 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140068244490888 140068771154938 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24764] ppid=24755 vsize=15024968 memory=12074288 CPUtime=3.71 cores=0,2,4,6
/proc/24758/task/24764/stat : 24764 (java) S 24755 24755 20606 0 -1 1077944384 112420 0 0 0 364 7 0 0 20 0 15 0 225095153 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067824129216 140068786464469 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24765] ppid=24755 vsize=15024968 memory=-6948614817169703622 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24765/stat : 24765 (java) S 24755 24755 20606 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 225095154 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067339232608 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24766] ppid=24755 vsize=15024968 memory=280962131558752 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24766/stat : 24766 (java) S 24755 24755 20606 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 225095154 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067070797440 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24767] ppid=24755 vsize=15024968 memory=140484085285452 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24767/stat : 24767 (java) S 24755 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095156 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140066696288848 140068786472859 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24768] ppid=24755 vsize=15024968 memory=140484085285453 CPUtime=4.93 cores=0,2,4,6
/proc/24758/task/24768/stat : 24768 (java) S 24755 24755 20606 0 -1 1077944384 18153 0 0 0 491 2 0 0 20 0 15 0 225095156 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067823077248 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24769] ppid=24755 vsize=15024968 memory=6791534058613427641 CPUtime=4.74 cores=0,2,4,6
/proc/24758/task/24769/stat : 24769 (java) S 24755 24755 20606 0 -1 1077944384 13204 0 0 0 472 2 0 0 20 0 15 0 225095156 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067822024736 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24770] ppid=24755 vsize=15024968 memory=736 CPUtime=1.14 cores=0,2,4,6
/proc/24758/task/24770/stat : 24770 (java) S 24755 24755 20606 0 -1 1077944384 18725 0 0 0 111 3 0 0 20 0 15 0 225095156 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067820972448 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24771] ppid=24755 vsize=15024968 memory=1520 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24771/stat : 24771 (java) S 24755 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095157 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140066198383072 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24772] ppid=24755 vsize=15024968 memory=1708 CPUtime=0.73 cores=0,2,4,6
/proc/24758/task/24772/stat : 24772 (java) S 24755 24755 20606 0 -1 1077944384 910 0 0 0 38 35 0 0 20 0 15 0 225095157 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067819920304 140068786465410 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
Current children cumulated CPU time: 2520.12 s
Current children cumulated vsize: 15138096 KiB
Current children cumulated memory: 12075684 KiB

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

[startup+953.845 s]
# the end of solver process 24755 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.003334 s, system=0.000377 s

[startup+954.676 s]
# the end of solver process 24758 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.53 s, system=10.5041 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+954.401 s]
/proc/loadavg: 4.46 4.04 3.16 6/221 24797
/proc/meminfo: memFree=4925592/32770624 swapFree=67058748/67108860
[pid=24758] ppid=24752 vsize=15024968 memory=12074288 CPUtime=2522.49 cores=0,2,4,6
/proc/24758/stat : 24758 (java) S 24752 24755 20606 0 -1 1077944320 365948 0 1 0 251205 1044 0 0 20 0 15 0 225095150 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140728267353120 140068786454263 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
/proc/24758/statm: 3756242 3018572 3247 1 0 3717627 0
[pid=24758/tid=24759] ppid=24752 vsize=15024968 memory=280962131558752 CPUtime=424.93 cores=0,2,4,6
/proc/24758/task/24759/stat : 24759 (java) S 24752 24755 20606 0 -1 1077944384 54160 0 0 0 42444 49 0 0 20 0 15 0 225095150 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140068758292448 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24760] ppid=24752 vsize=15024968 memory=140484085285452 CPUtime=521.29 cores=0,2,4,6
/proc/24758/task/24760/stat : 24760 (java) R 24752 24755 20606 0 -1 4202560 36966 0 0 0 51885 244 0 0 20 0 15 0 225095152 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140068790696456 140068771155273 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24761] ppid=24752 vsize=15024968 memory=140484085285453 CPUtime=521.89 cores=0,2,4,6
/proc/24758/task/24761/stat : 24761 (java) R 24752 24755 20606 0 -1 4202560 39336 0 0 0 51965 224 0 0 20 0 15 0 225095152 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140068246595976 140068763679072 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24762] ppid=24752 vsize=15024968 memory=1840 CPUtime=519.58 cores=0,2,4,6
/proc/24758/task/24762/stat : 24762 (java) R 24752 24755 20606 0 -1 4202560 36781 0 1 0 51703 255 0 0 20 0 15 0 225095152 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140068245543688 140068771450630 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24763] ppid=24752 vsize=15024968 memory=7904 CPUtime=519.44 cores=0,2,4,6
/proc/24758/task/24763/stat : 24763 (java) R 24752 24755 20606 0 -1 4202560 33950 0 0 0 51701 243 0 0 20 0 15 0 225095152 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140068244490888 140068779557910 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24764] ppid=24752 vsize=15024968 memory=800 CPUtime=3.71 cores=0,2,4,6
/proc/24758/task/24764/stat : 24764 (java) S 24752 24755 20606 0 -1 1077944384 112420 0 0 0 364 7 0 0 20 0 15 0 225095153 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067824129216 140068786464469 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24765] ppid=24752 vsize=15024968 memory=1140 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24765/stat : 24765 (java) S 24752 24755 20606 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 225095154 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067339232608 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24766] ppid=24752 vsize=15024968 memory=1024 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24766/stat : 24766 (java) S 24752 24755 20606 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 225095154 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067070797440 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24767] ppid=24752 vsize=15024968 memory=3172 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24767/stat : 24767 (java) S 24752 24755 20606 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225095156 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140066696288496 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24768] ppid=24752 vsize=15024968 memory=0 CPUtime=4.93 cores=0,2,4,6
/proc/24758/task/24768/stat : 24768 (java) S 24752 24755 20606 0 -1 1077944384 18153 0 0 0 491 2 0 0 20 0 15 0 225095156 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067823077248 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24769] ppid=24752 vsize=15024968 memory=7451318087206463337 CPUtime=4.74 cores=0,2,4,6
/proc/24758/task/24769/stat : 24769 (java) S 24752 24755 20606 0 -1 1077944384 13204 0 0 0 472 2 0 0 20 0 15 0 225095156 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067822024736 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24770] ppid=24752 vsize=15024968 memory=7596285487388583016 CPUtime=1.14 cores=0,2,4,6
/proc/24758/task/24770/stat : 24770 (java) S 24752 24755 20606 0 -1 1077944384 18725 0 0 0 111 3 0 0 20 0 15 0 225095156 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067820972448 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24771] ppid=24752 vsize=15024968 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24771/stat : 24771 (java) S 24752 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095157 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140066198383072 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24772] ppid=24752 vsize=15024968 memory=12074288 CPUtime=0.73 cores=0,2,4,6
/proc/24758/task/24772/stat : 24772 (java) S 24752 24755 20606 0 -1 1077944384 910 0 0 0 38 35 0 0 20 0 15 0 225095157 15385567232 3018572 33554432000 4194304 4196468 140728267370576 140067819920304 140068786465410 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
Current cumulated CPU time of completed processes: 0.003711 s
Current children cumulated CPU time: 2522.49 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12074288 KiB

[startup+954.601 s]
/proc/loadavg: 4.46 4.04 3.16 6/221 24797
/proc/meminfo: memFree=4925592/32770624 swapFree=67058748/67108860
[pid=24758] ppid=24752 vsize=15024968 memory=12074292 CPUtime=2522.95 cores=0,2,4,6
/proc/24758/stat : 24758 (java) S 24752 24755 20606 0 -1 1077944320 366067 0 1 0 251251 1044 0 0 20 0 15 0 225095150 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140728267353120 140068786454263 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
/proc/24758/statm: 3756242 3018573 3247 1 0 3717627 0
[pid=24758/tid=24759] ppid=24752 vsize=15024968 memory=1708 CPUtime=424.93 cores=0,2,4,6
/proc/24758/task/24759/stat : 24759 (java) S 24752 24755 20606 0 -1 1077944384 54160 0 0 0 42444 49 0 0 20 0 15 0 225095150 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140068758292448 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24760] ppid=24752 vsize=15024968 memory=6791534058613427641 CPUtime=521.37 cores=0,2,4,6
/proc/24758/task/24760/stat : 24760 (java) S 24752 24755 20606 0 -1 1077944384 36966 0 0 0 51893 244 0 0 20 0 15 0 225095152 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140068790696336 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24761] ppid=24752 vsize=15024968 memory=736 CPUtime=521.97 cores=0,2,4,6
/proc/24758/task/24761/stat : 24761 (java) S 24752 24755 20606 0 -1 1077944384 39336 0 0 0 51973 224 0 0 20 0 15 0 225095152 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140068246595856 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24762] ppid=24752 vsize=15024968 memory=1520 CPUtime=519.67 cores=0,2,4,6
/proc/24758/task/24762/stat : 24762 (java) S 24752 24755 20606 0 -1 1077944384 36781 0 1 0 51712 255 0 0 20 0 15 0 225095152 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140068245543568 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24763] ppid=24752 vsize=15024968 memory=1708 CPUtime=519.52 cores=0,2,4,6
/proc/24758/task/24763/stat : 24763 (java) S 24752 24755 20606 0 -1 1077944384 33950 0 0 0 51709 243 0 0 20 0 15 0 225095152 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140068244490768 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24764] ppid=24752 vsize=15024968 memory=6791534058613427641 CPUtime=3.82 cores=0,2,4,6
/proc/24758/task/24764/stat : 24764 (java) R 24752 24755 20606 0 -1 4202560 112539 0 0 0 375 7 0 0 20 0 15 0 225095153 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140067824129216 140068764824438 0 0 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24765] ppid=24752 vsize=15024968 memory=1472 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24765/stat : 24765 (java) S 24752 24755 20606 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 225095154 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140067339232608 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24766] ppid=24752 vsize=15024968 memory=116660 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24766/stat : 24766 (java) S 24752 24755 20606 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 225095154 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140067070797440 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24767] ppid=24752 vsize=15024968 memory=61436 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24767/stat : 24767 (java) S 24752 24755 20606 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 225095156 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140066696288496 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24768] ppid=24752 vsize=15024968 memory=1412 CPUtime=4.93 cores=0,2,4,6
/proc/24758/task/24768/stat : 24768 (java) S 24752 24755 20606 0 -1 1077944384 18153 0 0 0 491 2 0 0 20 0 15 0 225095156 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140067823077248 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24769] ppid=24752 vsize=15024968 memory=3304 CPUtime=4.74 cores=0,2,4,6
/proc/24758/task/24769/stat : 24769 (java) S 24752 24755 20606 0 -1 1077944384 13204 0 0 0 472 2 0 0 20 0 15 0 225095156 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140067822024736 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24770] ppid=24752 vsize=15024968 memory=1396 CPUtime=1.14 cores=0,2,4,6
/proc/24758/task/24770/stat : 24770 (java) S 24752 24755 20606 0 -1 1077944384 18725 0 0 0 111 3 0 0 20 0 15 0 225095156 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140067820972448 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24771] ppid=24752 vsize=15024968 memory=12074288 CPUtime=0 cores=0,2,4,6
/proc/24758/task/24771/stat : 24771 (java) S 24752 24755 20606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 225095157 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140066198383072 140068786464469 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
[pid=24758/tid=24772] ppid=24752 vsize=15024968 memory=1548 CPUtime=0.73 cores=0,2,4,6
/proc/24758/task/24772/stat : 24772 (java) S 24752 24755 20606 0 -1 1077944384 910 0 0 0 38 35 0 0 20 0 15 0 225095157 15385567232 3018573 33554432000 4194304 4196468 140728267370576 140067819920304 140068786465410 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 25477120 140728267375623 140728267375921 140728267375921 140728267378639 0
Current cumulated CPU time of completed processes: 0.003711 s
Current children cumulated CPU time: 2522.95 s
Current children cumulated vsize: 15024968 KiB
Current children cumulated memory: 12074292 KiB

Child status: 1
Real time (s): 954.676
CPU time (s): 2523.04
CPU user time (s): 2512.53
CPU system time (s): 10.5041
CPU usage (%): 264.282
Max. virtual memory (cumulated for all children) (KiB): 15138096
Max. memory (cumulated for all children) (KiB): 12075684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.53
system time used= 10.5041
maximum resident set size= 12078640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 367368
page faults= 1
swaps= 0
block input operations= 152
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40789
involuntary context switches= 24745


# summary of solver processes directly reported to runsolver:
#   pid: 24755,24758
#   total CPU time (s): 2523.04
#   total CPU user time (s): 2512.53
#   total CPU system time (s): 10.5041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.88274 second user time and 9.89231 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-12 14:02:00
IDJOB=4305727
IDBENCH=141435
IDSOLVER=2783
FILE ID=node103/4305727-1534075320
RUNJOBID= node103-1534064938-20637
PBS_JOBID= 21036991
Free space on /tmp= 34676 MiB

SOLVER NAME= scop both+MapleCOMSPS (2018-07-31)
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-16-17_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-4305727-1534075320/watcher-4305727-1534075320 -o /tmp/evaluation-result-4305727-1534075320/solver-4305727-1534075320 -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-4305727-1534075320.xml

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

MD5SUM BENCH= 23da8342a2898ede5001de7625d13c59
RANDOM SEED=810480362

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:        17025408 kB
MemAvailable:   31789980 kB
Buffers:          121284 kB
Cached:         14786716 kB
SwapCached:         5820 kB
Active:          7662348 kB
Inactive:        7414208 kB
Active(anon):     160320 kB
Inactive(anon):    60092 kB
Active(file):    7502028 kB
Inactive(file):  7354116 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67058748 kB
Dirty:              9476 kB
Writeback:             0 kB
AnonPages:        231440 kB
Mapped:            62168 kB
Shmem:             48616 kB
Slab:             365876 kB
SReclaimable:     336888 kB
SUnreclaim:        28988 kB
KernelStack:        4032 kB
PageTables:         5544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5870284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 34668 MiB
End job on node103 at 2018-08-12 14:17:54