Trace number 4406603

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24SAT (TO)74 2400.07 2391.71

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-11-a4.xml
MD5SUM76cd483e3b4252a6c3494775e86c7629
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1322
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":11}]
Minimum variable degree451
Maximum variable degree452
Distribution of variable degrees[{"degree":451,"count":9},{"degree":452,"count":2}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":330},{"arity":4,"count":990},{"arity":11,"count":1}]
Number of extensional constraints0
Number of intensional constraints1321
Distribution of constraint types[{"type":"intension","count":1321},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406603-1569399044.xml"  -tl '2400s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406603-1569399044.xml, -tl, 2400s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
2.42/0.92	c solve instance...
6.99/2.41	o 500 
7.30/2.51	o 499 
7.98/2.81	o 82 
8.44/3.04	o 80 
76.70/70.51	o 79 
582.56/575.41	o 76 
1184.26/1176.69	o 74 
2400.05/2391.70	s SATISFIABLE
2400.05/2391.70	v <instantiation>
2400.05/2391.70	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] </list>
2400.05/2391.70	v 	<values>0 1 11 17 29 42 50 65 69 72 74 </values>
2400.05/2391.70	v </instantiation>
2400.05/2391.70	c Unexpected resolution interruption!

Verifier Data

OK	74

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406603-1569399044/watcher-4406603-1569399044 -o /var/tmp/evaluation-result-4406603-1569399044/solver-4406603-1569399044 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569396628-31596 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 2000911244 HOME/instance-4406603-1569399044.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=32040, runsolver pid=32037

[startup+0.100164 s]*
/proc/loadavg: 1.78 1.80 1.63 3/229 32056
/proc/meminfo: memFree=25481540/32770624 swapFree=66997152/67108860
[pid=32040] ppid=32037 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/32040/stat : 32040 (xcsp3-exec) S 32037 32040 31565 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515842757 115843072 364 33554432000 4194304 5098028 140722634868624 140722634866728 139998576837244 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10141696 140722634871638 140722634871897 140722634871897 140722634874822 0
/proc/32040/statm: 28282 364 305 221 0 87 0
[pid=32042] ppid=32040 vsize=15144776 memory=31560 CPUtime=0.13 cores=0,2,4,6
/proc/32042/stat : 32042 (java) S 32040 32040 31565 0 -1 1077944320 5771 0 0 0 12 1 0 0 20 0 15 0 515842757 15508250624 7890 33554432000 4194304 4196468 140733863583216 140733863565760 140387176439543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
/proc/32042/statm: 3786194 7890 3150 1 0 3748377 0
[pid=32042/tid=32043] ppid=32040 vsize=15144776 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/32042/task/32043/stat : 32043 (java) R 32040 32040 31565 0 -1 4202560 3740 0 0 0 8 0 0 0 20 0 15 0 515842758 15508250624 7890 33554432000 4194304 4196468 140733863583216 140387180667312 140387161810327 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32044] ppid=32040 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32044/stat : 32044 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842758 15508250624 7890 33554432000 4194304 4196468 140733863583216 140387129060240 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32045] ppid=32040 vsize=15144776 memory=140113094551168 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32045/stat : 32045 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842758 15508250624 7890 33554432000 4194304 4196468 140733863583216 140387128007440 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32046] ppid=32040 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32046/stat : 32046 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842758 15508250624 7890 33554432000 4194304 4196468 140733863583216 140387126955152 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32047] ppid=32040 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32047/stat : 32047 (java) S 32040 32040 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515842758 15508250624 7890 33554432000 4194304 4196468 140733863583216 140387125902352 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32048] ppid=32040 vsize=15144776 memory=140113094551168 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32048/stat : 32048 (java) S 32040 32040 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515842760 15508250624 7890 33554432000 4194304 4196468 140733863583216 140386712197232 140387176450690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32049] ppid=32040 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32049/stat : 32049 (java) S 32040 32040 31565 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 515842760 15508250624 7890 33554432000 4194304 4196468 140733863583216 140386048664352 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32050] ppid=32040 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32050/stat : 32050 (java) S 32040 32040 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515842760 15508250624 7890 33554432000 4194304 4196468 140733863583216 140386047612016 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32051] ppid=32040 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32051/stat : 32051 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15508250624 7890 33554432000 4194304 4196468 140733863583216 140386046560336 140387176458139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32052] ppid=32040 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32052/stat : 32052 (java) R 32040 32040 31565 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 515842763 15508250624 7890 33554432000 4194304 4196468 140733863583216 140386045508208 140387176450690 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32053] ppid=32040 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32053/stat : 32053 (java) R 32040 32040 31565 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 15 0 515842763 15508250624 7890 33554432000 4194304 4196468 140733863583216 140386044455408 140387159863373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32054] ppid=32040 vsize=15144776 memory=140113094551168 CPUtime=0.01 cores=0,2,4,6
/proc/32042/task/32054/stat : 32054 (java) R 32040 32040 31565 0 -1 4202560 328 0 0 0 1 0 0 0 20 0 15 0 515842763 15508250624 7890 33554432000 4194304 4196468 140733863583216 140386043403120 140387176451478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32055] ppid=32040 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32055/stat : 32055 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15508250624 7890 33554432000 4194304 4196468 140733863583216 140386042350560 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32056] ppid=32040 vsize=15144776 memory=140113094551168 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32056/stat : 32056 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842763 15508250624 7890 33554432000 4194304 4196468 140733863583216 140386041297328 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 33016 KiB

[startup+0.210938 s]*
/proc/loadavg: 1.78 1.80 1.63 3/229 32056
/proc/meminfo: memFree=25466984/32770624 swapFree=66997152/67108860
[pid=32040] ppid=32037 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/32040/stat : 32040 (xcsp3-exec) S 32037 32040 31565 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515842757 115843072 364 33554432000 4194304 5098028 140722634868624 140722634866728 139998576837244 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10141696 140722634871638 140722634871897 140722634871897 140722634874822 0
/proc/32040/statm: 28282 364 305 221 0 87 0
[pid=32042] ppid=32040 vsize=15144776 memory=42884 CPUtime=0.35 cores=0,2,4,6
/proc/32042/stat : 32042 (java) S 32040 32040 31565 0 -1 1077944320 9463 0 0 0 32 3 0 0 20 0 15 0 515842757 15508250624 10721 33554432000 4194304 4196468 140733863583216 140733863565760 140387176439543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
/proc/32042/statm: 3786194 10721 3303 1 0 3748377 0
[pid=32042/tid=32043] ppid=32040 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/32042/task/32043/stat : 32043 (java) R 32040 32040 31565 0 -1 4202560 6604 0 0 0 18 2 0 0 20 0 15 0 515842758 15508250624 10721 33554432000 4194304 4196468 140733863583216 140387180674240 140386794616416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32044] ppid=32040 vsize=15144776 memory=2128866 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32044/stat : 32044 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842758 15508250624 10721 33554432000 4194304 4196468 140733863583216 140387129060240 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32045] ppid=32040 vsize=15144776 memory=140113098449163 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32045/stat : 32045 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842758 15508250624 10721 33554432000 4194304 4196468 140733863583216 140387128007440 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32046] ppid=32040 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32046/stat : 32046 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842758 15508250624 10721 33554432000 4194304 4196468 140733863583216 140387126955152 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32047] ppid=32040 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32047/stat : 32047 (java) S 32040 32040 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515842758 15508250624 10721 33554432000 4194304 4196468 140733863583216 140387125902352 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32048] ppid=32040 vsize=15144776 memory=140113094551168 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32048/stat : 32048 (java) S 32040 32040 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515842760 15508250624 10721 33554432000 4194304 4196468 140733863583216 140386712197232 140387176450690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32049] ppid=32040 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32049/stat : 32049 (java) S 32040 32040 31565 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 515842760 15508250624 10721 33554432000 4194304 4196468 140733863583216 140386048664352 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32050] ppid=32040 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32050/stat : 32050 (java) S 32040 32040 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515842760 15508250624 10721 33554432000 4194304 4196468 140733863583216 140386047612016 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32051] ppid=32040 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32051/stat : 32051 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15508250624 10721 33554432000 4194304 4196468 140733863583216 140386046560336 140387176458139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32052] ppid=32040 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32042/task/32052/stat : 32052 (java) S 32040 32040 31565 0 -1 1077944384 526 0 0 0 2 0 0 0 20 0 15 0 515842763 15508250624 10721 33554432000 4194304 4196468 140733863583216 140386045508208 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32053] ppid=32040 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32042/task/32053/stat : 32053 (java) S 32040 32040 31565 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 15 0 515842763 15508250624 10721 33554432000 4194304 4196468 140733863583216 140386044455408 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32054] ppid=32040 vsize=15144776 memory=140113094551168 CPUtime=0.08 cores=0,2,4,6
/proc/32042/task/32054/stat : 32054 (java) R 32040 32040 31565 0 -1 4202560 786 0 0 0 8 0 0 0 20 0 15 0 515842763 15508250624 10721 33554432000 4194304 4196468 140733863583216 140386043403120 140387162120272 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32055] ppid=32040 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32055/stat : 32055 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15508250624 10721 33554432000 4194304 4196468 140733863583216 140386042350560 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32056] ppid=32040 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32056/stat : 32056 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842763 15508250624 10721 33554432000 4194304 4196468 140733863583216 140386041297328 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 44340 KiB

[startup+0.310613 s]*
/proc/loadavg: 1.78 1.80 1.63 5/229 32056
/proc/meminfo: memFree=25460396/32770624 swapFree=66997152/67108860
[pid=32040] ppid=32037 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/32040/stat : 32040 (xcsp3-exec) S 32037 32040 31565 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515842757 115843072 364 33554432000 4194304 5098028 140722634868624 140722634866728 139998576837244 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10141696 140722634871638 140722634871897 140722634871897 140722634874822 0
/proc/32040/statm: 28282 364 305 221 0 87 0
[pid=32042] ppid=32040 vsize=15149032 memory=52140 CPUtime=0.53 cores=0,2,4,6
/proc/32042/stat : 32042 (java) S 32040 32040 31565 0 -1 1077944320 10812 0 0 0 50 3 0 0 20 0 15 0 515842757 15512608768 13035 33554432000 4194304 4196468 140733863583216 140733863565760 140387176439543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
/proc/32042/statm: 3787258 13035 3366 1 0 3748377 0
[pid=32042/tid=32043] ppid=32040 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/32042/task/32043/stat : 32043 (java) R 32040 32040 31565 0 -1 4202560 7746 0 0 0 27 3 0 0 20 0 15 0 515842758 15512608768 13035 33554432000 4194304 4196468 140733863583216 140387180670656 140387160520030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32044] ppid=32040 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32044/stat : 32044 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842758 15512608768 13035 33554432000 4194304 4196468 140733863583216 140387129060240 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32045] ppid=32040 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32045/stat : 32045 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842758 15512608768 13035 33554432000 4194304 4196468 140733863583216 140387128007440 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32046] ppid=32040 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32046/stat : 32046 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842758 15512608768 13035 33554432000 4194304 4196468 140733863583216 140387126955152 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32047] ppid=32040 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32047/stat : 32047 (java) S 32040 32040 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515842758 15512608768 13035 33554432000 4194304 4196468 140733863583216 140387125902352 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32048] ppid=32040 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32048/stat : 32048 (java) S 32040 32040 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515842760 15512608768 13035 33554432000 4194304 4196468 140733863583216 140386712197232 140387176450690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32049] ppid=32040 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32049/stat : 32049 (java) S 32040 32040 31565 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 515842760 15512608768 13035 33554432000 4194304 4196468 140733863583216 140386048664352 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32050] ppid=32040 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32050/stat : 32050 (java) S 32040 32040 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515842760 15512608768 13035 33554432000 4194304 4196468 140733863583216 140386047612016 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32051] ppid=32040 vsize=15149032 memory=7827413994055111515 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32051/stat : 32051 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15512608768 13035 33554432000 4194304 4196468 140733863583216 140386046560336 140387176458139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32052] ppid=32040 vsize=15149032 memory=8508281356422055839 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32052/stat : 32052 (java) R 32040 32040 31565 0 -1 1077944384 538 0 0 0 4 0 0 0 20 0 15 0 515842763 15512608768 13035 33554432000 4194304 4196468 140733863583216 140386045508208 140387176450690 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32053] ppid=32040 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/32042/task/32053/stat : 32053 (java) R 32040 32040 31565 0 -1 4202560 366 0 0 0 5 0 0 0 20 0 15 0 515842763 15512608768 13035 33554432000 4194304 4196468 140733863583216 140386044445792 140387157983631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32054] ppid=32040 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32042/task/32054/stat : 32054 (java) S 32040 32040 31565 0 -1 1077944384 875 0 0 0 12 0 0 0 20 0 15 0 515842763 15512608768 13035 33554432000 4194304 4196468 140733863583216 140386043403120 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32055] ppid=32040 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32055/stat : 32055 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15512608768 13035 33554432000 4194304 4196468 140733863583216 140386042350560 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32056] ppid=32040 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32056/stat : 32056 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842763 15512608768 13035 33554432000 4194304 4196468 140733863583216 140386041297328 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 53596 KiB

[startup+0.705509 s]
/proc/loadavg: 1.78 1.80 1.63 6/229 32056
/proc/meminfo: memFree=25439056/32770624 swapFree=66997152/67108860
[pid=32040] ppid=32037 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/32040/stat : 32040 (xcsp3-exec) S 32037 32040 31565 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515842757 115843072 364 33554432000 4194304 5098028 140722634868624 140722634866728 139998576837244 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10141696 140722634871638 140722634871897 140722634871897 140722634874822 0
/proc/32040/statm: 28282 364 305 221 0 87 0
[pid=32042] ppid=32040 vsize=15151156 memory=91824 CPUtime=1.74 cores=0,2,4,6
/proc/32042/stat : 32042 (java) S 32040 32040 31565 0 -1 1077944320 15072 0 0 0 169 5 0 0 20 0 15 0 515842757 15514783744 22956 33554432000 4194304 4196468 140733863583216 140733863565760 140387176439543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
/proc/32042/statm: 3787789 22956 3457 1 0 3748889 0
[pid=32042/tid=32043] ppid=32040 vsize=15151156 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/32042/task/32043/stat : 32043 (java) R 32040 32040 31565 0 -1 4202560 9225 0 0 0 64 4 0 0 20 0 15 0 515842758 15514783744 22956 33554432000 4194304 4196468 140733863583216 140387180676144 140387161698216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32044] ppid=32040 vsize=15151156 memory=288230608904420306 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32044/stat : 32044 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842758 15514783744 22956 33554432000 4194304 4196468 140733863583216 140387129060240 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32045] ppid=32040 vsize=15151156 memory=15535211066729520 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32045/stat : 32045 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842758 15514783744 22956 33554432000 4194304 4196468 140733863583216 140387128007440 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32046] ppid=32040 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32046/stat : 32046 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842758 15514783744 22956 33554432000 4194304 4196468 140733863583216 140387126955152 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32047] ppid=32040 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32047/stat : 32047 (java) S 32040 32040 31565 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515842758 15514783744 22956 33554432000 4194304 4196468 140733863583216 140387125902352 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32048] ppid=32040 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32048/stat : 32048 (java) S 32040 32040 31565 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515842760 15514783744 22956 33554432000 4194304 4196468 140733863583216 140386712197232 140387176450690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32049] ppid=32040 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32049/stat : 32049 (java) S 32040 32040 31565 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 515842760 15514783744 22956 33554432000 4194304 4196468 140733863583216 140386048664352 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32050] ppid=32040 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32050/stat : 32050 (java) S 32040 32040 31565 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515842760 15514783744 22956 33554432000 4194304 4196468 140733863583216 140386047612016 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32051] ppid=32040 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32051/stat : 32051 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15514783744 22956 33554432000 4194304 4196468 140733863583216 140386046560336 140387176458139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32052] ppid=32040 vsize=15151156 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/32042/task/32052/stat : 32052 (java) R 32040 32040 31565 0 -1 1077944384 1294 0 0 0 28 0 0 0 20 0 15 0 515842763 15514783744 22956 33554432000 4194304 4196468 140733863583216 140386045506608 140387176449749 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32053] ppid=32040 vsize=15151156 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/32042/task/32053/stat : 32053 (java) R 32040 32040 31565 0 -1 4202560 1169 0 0 0 34 0 0 0 20 0 15 0 515842763 15514783744 22956 33554432000 4194304 4196468 140733863583216 140386044433840 140387159936226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32054] ppid=32040 vsize=15151156 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/32042/task/32054/stat : 32054 (java) R 32040 32040 31565 0 -1 4202560 2095 0 0 0 42 0 0 0 20 0 15 0 515842763 15514783744 22956 33554432000 4194304 4196468 140733863583216 140386043403120 140387176453407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32055] ppid=32040 vsize=15151156 memory=7667449165590849394 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32055/stat : 32055 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15514783744 22956 33554432000 4194304 4196468 140733863583216 140386042350560 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32056] ppid=32040 vsize=15151156 memory=7882255267551010924 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32056/stat : 32056 (java) S 32040 32040 31565 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515842763 15514783744 22956 33554432000 4194304 4196468 140733863583216 140386041297328 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 93280 KiB

[startup+1.50083 s]
/proc/loadavg: 1.78 1.80 1.63 5/229 32056
/proc/meminfo: memFree=25371724/32770624 swapFree=66997152/67108860
[pid=32040] ppid=32037 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/32040/stat : 32040 (xcsp3-exec) S 32037 32040 31565 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515842757 115843072 364 33554432000 4194304 5098028 140722634868624 140722634866728 139998576837244 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10141696 140722634871638 140722634871897 140722634871897 140722634874822 0
/proc/32040/statm: 28282 364 305 221 0 87 0

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

/proc/32042/task/32050/stat : 32050 (java) S 32040 32040 31565 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 515842760 15516880896 68916 33554432000 4194304 4196468 140733863583216 140386047612032 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32051] ppid=32040 vsize=15153204 memory=275664 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32051/stat : 32051 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15516880896 68916 33554432000 4194304 4196468 140733863583216 140386046560336 140387176458139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32052] ppid=32040 vsize=15153204 memory=1456 CPUtime=3.02 cores=0,2,4,6
/proc/32042/task/32052/stat : 32052 (java) S 32040 32040 31565 0 -1 1077944384 17503 0 0 0 299 3 0 0 20 0 15 0 515842763 15516880896 68916 33554432000 4194304 4196468 140733863583216 140386045508208 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32053] ppid=32040 vsize=15153204 memory=302 CPUtime=3.18 cores=0,2,4,6
/proc/32042/task/32053/stat : 32053 (java) S 32040 32040 31565 0 -1 1077944384 23597 0 0 0 316 2 0 0 20 0 15 0 515842763 15516880896 68916 33554432000 4194304 4196468 140733863583216 140386044455408 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32054] ppid=32040 vsize=15153204 memory=1456 CPUtime=0.79 cores=0,2,4,6
/proc/32042/task/32054/stat : 32054 (java) S 32040 32040 31565 0 -1 1077944384 11797 0 0 0 77 2 0 0 20 0 15 0 515842763 15516880896 68916 33554432000 4194304 4196468 140733863583216 140386043403120 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32055] ppid=32040 vsize=15153204 memory=275664 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32055/stat : 32055 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15516880896 68916 33554432000 4194304 4196468 140733863583216 140386042350560 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32056] ppid=32040 vsize=15153204 memory=1412 CPUtime=1.13 cores=0,2,4,6
/proc/32042/task/32056/stat : 32056 (java) S 32040 32040 31565 0 -1 1077944384 2174 0 0 0 57 56 0 0 20 0 15 0 515842763 15516880896 68916 33554432000 4194304 4196468 140733863583216 140386041297328 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
Current children cumulated CPU time: 2330.58 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 277120 KiB

[startup+2382.3 s]
/proc/loadavg: 1.68 1.76 1.83 3/229 32347
/proc/meminfo: memFree=24900320/32770624 swapFree=66997152/67108860
[pid=32040] ppid=32037 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/32040/stat : 32040 (xcsp3-exec) S 32037 32040 31565 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515842757 115843072 364 33554432000 4194304 5098028 140722634868624 140722634866728 139998576837244 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10141696 140722634871638 140722634871897 140722634871897 140722634874822 0
/proc/32040/statm: 28282 364 305 221 0 87 0
[pid=32042] ppid=32040 vsize=15153204 memory=275668 CPUtime=2390.64 cores=0,2,4,6
/proc/32042/stat : 32042 (java) S 32040 32040 31565 0 -1 1077944320 85395 0 0 0 238999 65 0 0 20 0 15 0 515842757 15516880896 68917 33554432000 4194304 4196468 140733863583216 140733863565760 140387176439543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
/proc/32042/statm: 3788301 68917 3507 1 0 3749401 0
[pid=32042/tid=32043] ppid=32040 vsize=15153204 memory=275668 CPUtime=2382.16 cores=0,2,4,6
/proc/32042/task/32043/stat : 32043 (java) R 32040 32040 31565 0 -1 4202560 23537 0 0 0 238210 6 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387180678896 140386802193767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32044] ppid=32040 vsize=15153204 memory=275664 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32044/stat : 32044 (java) S 32040 32040 31565 0 -1 1077944384 323 0 0 0 4 0 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387129060240 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32045] ppid=32040 vsize=15153204 memory=275664 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32045/stat : 32045 (java) S 32040 32040 31565 0 -1 1077944384 1802 0 0 0 3 1 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387128007440 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32046] ppid=32040 vsize=15153204 memory=275668 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32046/stat : 32046 (java) S 32040 32040 31565 0 -1 1077944384 852 0 0 0 3 1 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387126955152 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32047] ppid=32040 vsize=15153204 memory=275668 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32047/stat : 32047 (java) S 32040 32040 31565 0 -1 1077944384 960 0 0 0 3 1 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387125902352 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32048] ppid=32040 vsize=15153204 memory=275668 CPUtime=0.05 cores=0,2,4,6
/proc/32042/task/32048/stat : 32048 (java) S 32040 32040 31565 0 -1 1077944384 1215 0 0 0 3 2 0 0 20 0 15 0 515842760 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386712197232 140387176450690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32049] ppid=32040 vsize=15153204 memory=275668 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32049/stat : 32049 (java) S 32040 32040 31565 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 515842760 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386048664416 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32050] ppid=32040 vsize=15153204 memory=164 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32050/stat : 32050 (java) S 32040 32040 31565 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 515842760 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386047612032 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32051] ppid=32040 vsize=15153204 memory=2257 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32051/stat : 32051 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386046560336 140387176458139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32052] ppid=32040 vsize=15153204 memory=1456 CPUtime=3.02 cores=0,2,4,6
/proc/32042/task/32052/stat : 32052 (java) S 32040 32040 31565 0 -1 1077944384 17505 0 0 0 299 3 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386045508208 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32053] ppid=32040 vsize=15153204 memory=275668 CPUtime=3.2 cores=0,2,4,6
/proc/32042/task/32053/stat : 32053 (java) S 32040 32040 31565 0 -1 1077944384 23824 0 0 0 318 2 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386044455408 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32054] ppid=32040 vsize=15153204 memory=280225946787264 CPUtime=0.79 cores=0,2,4,6
/proc/32042/task/32054/stat : 32054 (java) S 32040 32040 31565 0 -1 1077944384 11799 0 0 0 77 2 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386043403120 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32055] ppid=32040 vsize=15153204 memory=3624 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32055/stat : 32055 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386042350560 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32056] ppid=32040 vsize=15153204 memory=65004 CPUtime=1.15 cores=0,2,4,6
/proc/32042/task/32056/stat : 32056 (java) S 32040 32040 31565 0 -1 1077944384 2181 0 0 0 58 57 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386041297328 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
Current children cumulated CPU time: 2390.64 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 277124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.7 s]
/proc/loadavg: 1.65 1.75 1.83 3/229 32347
/proc/meminfo: memFree=24904728/32770624 swapFree=66997152/67108860
[pid=32040] ppid=32037 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/32040/stat : 32040 (xcsp3-exec) S 32037 32040 31565 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515842757 115843072 364 33554432000 4194304 5098028 140722634868624 140722634866728 139998576837244 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10141696 140722634871638 140722634871897 140722634871897 140722634874822 0
/proc/32040/statm: 28282 364 305 221 0 87 0
[pid=32042] ppid=32040 vsize=15153204 memory=275668 CPUtime=2400.05 cores=0,2,4,6
/proc/32042/stat : 32042 (java) S 32040 32040 31565 0 -1 1077944320 85506 0 0 0 239939 66 0 0 20 0 15 0 515842757 15516880896 68917 33554432000 4194304 4196468 140733863583216 140733863565760 140387176439543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
/proc/32042/statm: 3788301 68917 3507 1 0 3749401 0
[pid=32042/tid=32043] ppid=32040 vsize=15153204 memory=275668 CPUtime=2391.56 cores=0,2,4,6
/proc/32042/task/32043/stat : 32043 (java) R 32040 32040 31565 0 -1 4202560 23627 0 0 0 239150 6 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387180678896 140386802880456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32044] ppid=32040 vsize=15153204 memory=275668 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32044/stat : 32044 (java) S 32040 32040 31565 0 -1 1077944384 323 0 0 0 4 0 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387129060240 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32045] ppid=32040 vsize=15153204 memory=275668 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32045/stat : 32045 (java) S 32040 32040 31565 0 -1 1077944384 1802 0 0 0 3 1 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387128007440 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32046] ppid=32040 vsize=15153204 memory=275664 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32046/stat : 32046 (java) S 32040 32040 31565 0 -1 1077944384 852 0 0 0 3 1 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387126955152 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32047] ppid=32040 vsize=15153204 memory=275664 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32047/stat : 32047 (java) S 32040 32040 31565 0 -1 1077944384 960 0 0 0 3 1 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387125902352 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32048] ppid=32040 vsize=15153204 memory=275668 CPUtime=0.05 cores=0,2,4,6
/proc/32042/task/32048/stat : 32048 (java) S 32040 32040 31565 0 -1 1077944384 1219 0 0 0 3 2 0 0 20 0 15 0 515842760 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386712197232 140387176450690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32049] ppid=32040 vsize=15153204 memory=275668 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32049/stat : 32049 (java) S 32040 32040 31565 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 515842760 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386048664416 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32050] ppid=32040 vsize=15153204 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32050/stat : 32050 (java) S 32040 32040 31565 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 515842760 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386047612032 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32051] ppid=32040 vsize=15153204 memory=164 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32051/stat : 32051 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386046560336 140387176458139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32052] ppid=32040 vsize=15153204 memory=1456 CPUtime=3.02 cores=0,2,4,6
/proc/32042/task/32052/stat : 32052 (java) S 32040 32040 31565 0 -1 1077944384 17505 0 0 0 299 3 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386045508208 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32053] ppid=32040 vsize=15153204 memory=275668 CPUtime=3.2 cores=0,2,4,6
/proc/32042/task/32053/stat : 32053 (java) S 32040 32040 31565 0 -1 1077944384 23824 0 0 0 318 2 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386044455408 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32054] ppid=32040 vsize=15153204 memory=2257 CPUtime=0.79 cores=0,2,4,6
/proc/32042/task/32054/stat : 32054 (java) S 32040 32040 31565 0 -1 1077944384 11800 0 0 0 77 2 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386043403120 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32055] ppid=32040 vsize=15153204 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32055/stat : 32055 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386042350560 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32056] ppid=32040 vsize=15153204 memory=1456 CPUtime=1.16 cores=0,2,4,6
/proc/32042/task/32056/stat : 32056 (java) S 32040 32040 31565 0 -1 1077944384 2197 0 0 0 58 58 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386041297328 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 277124 KiB

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

[startup+2391.71 s]
# the end of solver process 32040 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001087 s, system=0.001087 s

[startup+2391.71 s]
# the end of solver process 32042 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.41 s, system=0.664188 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+2391.7 s]
/proc/loadavg: 1.65 1.75 1.83 3/229 32347
/proc/meminfo: memFree=24904728/32770624 swapFree=66997152/67108860
[pid=32040] ppid=32037 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/32040/stat : 32040 (xcsp3-exec) S 32037 32040 31565 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 515842757 115843072 364 33554432000 4194304 5098028 140722634868624 140722634866728 139998576837244 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 10141696 140722634871638 140722634871897 140722634871897 140722634874822 0
/proc/32040/statm: 28282 364 305 221 0 87 0
[pid=32042] ppid=32040 vsize=15153204 memory=275668 CPUtime=2400.05 cores=0,2,4,6
/proc/32042/stat : 32042 (java) S 32040 32040 31565 0 -1 1077944320 85506 0 0 0 239939 66 0 0 20 0 15 0 515842757 15516880896 68917 33554432000 4194304 4196468 140733863583216 140733863565760 140387176439543 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
/proc/32042/statm: 3788301 68917 3507 1 0 3749401 0
[pid=32042/tid=32043] ppid=32040 vsize=15153204 memory=275668 CPUtime=2391.56 cores=0,2,4,6
/proc/32042/task/32043/stat : 32043 (java) R 32040 32040 31565 0 -1 4202560 23627 0 0 0 239150 6 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387180678896 140386802880456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32044] ppid=32040 vsize=15153204 memory=275668 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32044/stat : 32044 (java) S 32040 32040 31565 0 -1 1077944384 323 0 0 0 4 0 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387129060240 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32045] ppid=32040 vsize=15153204 memory=275668 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32045/stat : 32045 (java) S 32040 32040 31565 0 -1 1077944384 1802 0 0 0 3 1 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387128007440 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32046] ppid=32040 vsize=15153204 memory=275664 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32046/stat : 32046 (java) S 32040 32040 31565 0 -1 1077944384 852 0 0 0 3 1 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387126955152 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32047] ppid=32040 vsize=15153204 memory=275664 CPUtime=0.04 cores=0,2,4,6
/proc/32042/task/32047/stat : 32047 (java) S 32040 32040 31565 0 -1 1077944384 960 0 0 0 3 1 0 0 20 0 15 0 515842758 15516880896 68917 33554432000 4194304 4196468 140733863583216 140387125902352 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32048] ppid=32040 vsize=15153204 memory=275668 CPUtime=0.05 cores=0,2,4,6
/proc/32042/task/32048/stat : 32048 (java) S 32040 32040 31565 0 -1 1077944384 1219 0 0 0 3 2 0 0 20 0 15 0 515842760 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386712197232 140387176450690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32049] ppid=32040 vsize=15153204 memory=275668 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32049/stat : 32049 (java) S 32040 32040 31565 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 515842760 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386048664416 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32050] ppid=32040 vsize=15153204 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32050/stat : 32050 (java) S 32040 32040 31565 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 15 0 515842760 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386047612032 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32051] ppid=32040 vsize=15153204 memory=164 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32051/stat : 32051 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386046560336 140387176458139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32052] ppid=32040 vsize=15153204 memory=1456 CPUtime=3.02 cores=0,2,4,6
/proc/32042/task/32052/stat : 32052 (java) S 32040 32040 31565 0 -1 1077944384 17505 0 0 0 299 3 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386045508208 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32053] ppid=32040 vsize=15153204 memory=275668 CPUtime=3.2 cores=0,2,4,6
/proc/32042/task/32053/stat : 32053 (java) S 32040 32040 31565 0 -1 1077944384 23824 0 0 0 318 2 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386044455408 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32054] ppid=32040 vsize=15153204 memory=2257 CPUtime=0.79 cores=0,2,4,6
/proc/32042/task/32054/stat : 32054 (java) S 32040 32040 31565 0 -1 1077944384 11800 0 0 0 77 2 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386043403120 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32055] ppid=32040 vsize=15153204 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/32042/task/32055/stat : 32055 (java) S 32040 32040 31565 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386042350560 140387176449749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
[pid=32042/tid=32056] ppid=32040 vsize=15153204 memory=1456 CPUtime=1.16 cores=0,2,4,6
/proc/32042/task/32056/stat : 32056 (java) S 32040 32040 31565 0 -1 1077944384 2197 0 0 0 58 58 0 0 20 0 15 0 515842763 15516880896 68917 33554432000 4194304 4196468 140733863583216 140386041297328 140387176450690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28459008 140733863584731 140733863584906 140733863584906 140733863587791 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 277124 KiB

Child status: 143
Real time (s): 2391.71
CPU time (s): 2400.07
CPU user time (s): 2399.41
CPU system time (s): 0.664188
CPU usage (%): 100.35
Max. virtual memory (cumulated for all children) (KiB): 15266332
Max. memory (cumulated for all children) (KiB): 277124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.41
system time used= 0.664188
maximum resident set size= 276136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54781
involuntary context switches= 2787


# summary of solver processes directly reported to runsolver:
#   pid: 32040,32042
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2399.41
#   total CPU system time (s): 0.664188

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6252 second user time and 24.3284 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-25 10:10:03
IDJOB=4406603
IDBENCH=126231
IDSOLVER=2870
FILE ID=node140/4406603-1569399044
RUNJOBID= node140-1569396628-31596
PBS_JOBID= 21705682
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-11-a4.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406603-1569399044/watcher-4406603-1569399044 -o /var/tmp/evaluation-result-4406603-1569399044/solver-4406603-1569399044 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node140-1569396628-31596 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 2000911244 HOME/instance-4406603-1569399044.xml

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

MD5SUM BENCH= 76cd483e3b4252a6c3494775e86c7629
RANDOM SEED=2000911244

node140.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.43
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.43
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.43
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.43
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:        25499844 kB
MemAvailable:   31624596 kB
Buffers:          145332 kB
Cached:          6083396 kB
SwapCached:         2888 kB
Active:          3350536 kB
Inactive:        3106556 kB
Active(anon):     226100 kB
Inactive(anon):    57412 kB
Active(file):    3124436 kB
Inactive(file):  3049144 kB
Unevictable:      107712 kB
Mlocked:          107712 kB
SwapTotal:      67108860 kB
SwapFree:       66997152 kB
Dirty:             26180 kB
Writeback:             0 kB
AnonPages:        333712 kB
Mapped:            70584 kB
Shmem:             46464 kB
Slab:             408324 kB
SReclaimable:     379632 kB
SUnreclaim:        28692 kB
KernelStack:        3776 kB
PageTables:         6492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1521816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node140 at 2019-09-25 10:49:55