Trace number 4406280

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-24? (TO) 2520.1 2510.42

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-bench_3_12.xml
MD5SUM75a96ae289dcd0162feddbff51d0d425
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1336
Best CPU time to get the best result obtained on this benchmark2520.4
Satisfiable
(Un)Satisfiability was proved
Number of variables12654
Number of constraints466
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":12321},{"size":28,"count":111},{"size":38,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree114
Distribution of variable degrees[{"degree":2,"count":12432},{"degree":3,"count":111},{"degree":112,"count":78},{"degree":113,"count":24},{"degree":114,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":112},{"arity":112,"count":222}]
Number of extensional constraints0
Number of intensional constraints132
Distribution of constraint types[{"type":"intension","count":132},{"type":"sum","count":112},{"type":"element","count":111},{"type":"channel","count":111}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406280-1569413424.xml"  -tl '2520s' -p 1
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4406280-1569413424.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
3.56/1.23	c solve instance...
2520.07/2510.40	s UNKNOWN
2520.07/2510.40	c Unexpected resolution interruption!

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406280-1569413424/watcher-4406280-1569413424 -o /var/tmp/evaluation-result-4406280-1569413424/solver-4406280-1569413424 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18795 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1962001178 HOME/instance-4406280-1569413424.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
solver pid=23789, runsolver pid=23786
Current StackSize limit: 8192 KiB


[startup+0.102547 s]*
/proc/loadavg: 4.99 4.23 3.02 4/230 23805
/proc/meminfo: memFree=24557428/32770624 swapFree=66966900/67108860
[pid=23789] ppid=23786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23789/stat : 23789 (xcsp3-exec) S 23786 23789 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517278804 115843072 364 33554432000 4194304 5098028 140720748397936 140720748396040 139767820141180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14606336 140720748401494 140720748401753 140720748401753 140720748404678 0
/proc/23789/statm: 28282 364 305 221 0 87 0
[pid=23791] ppid=23789 vsize=15144776 memory=28872 CPUtime=0.14 cores=0,2,4,6
/proc/23791/stat : 23791 (java) S 23789 23789 18764 0 -1 1077944320 5690 0 0 0 13 1 0 0 20 0 15 0 517278804 15508250624 7218 33554432000 4194304 4196468 140720309586160 140720309568704 140003057868535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
/proc/23791/statm: 3786194 7218 3173 1 0 3748377 0
[pid=23791/tid=23792] ppid=23789 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=0,2,4,6
/proc/23791/task/23792/stat : 23792 (java) R 23789 23789 18764 0 -1 4202560 3591 0 0 0 9 0 0 0 20 0 15 0 517278805 15508250624 7218 33554432000 4194304 4196468 140720309586160 140003062099536 140003057880470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23793] ppid=23789 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23793/stat : 23793 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278806 15508250624 7218 33554432000 4194304 4196468 140720309586160 140002985908496 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23794] ppid=23789 vsize=15144776 memory=140144044951168 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23794/stat : 23794 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278806 15508250624 7218 33554432000 4194304 4196468 140720309586160 140002984855952 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23795] ppid=23789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23795/stat : 23795 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278806 15508250624 7218 33554432000 4194304 4196468 140720309586160 140002983803408 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23796] ppid=23789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23796/stat : 23796 (java) S 23789 23789 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517278806 15508250624 7218 33554432000 4194304 4196468 140720309586160 140002646682256 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23797] ppid=23789 vsize=15144776 memory=140144044951168 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23797/stat : 23797 (java) S 23789 23789 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517278807 15508250624 7218 33554432000 4194304 4196468 140720309586160 140002593704432 140003057879682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23798] ppid=23789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23798/stat : 23798 (java) S 23789 23789 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517278807 15508250624 7218 33554432000 4194304 4196468 140720309586160 140002592650656 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23799] ppid=23789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23799/stat : 23799 (java) S 23789 23789 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517278808 15508250624 7218 33554432000 4194304 4196468 140720309586160 140002591598064 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23800] ppid=23789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23800/stat : 23800 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15508250624 7284 33554432000 4194304 4196468 140720309586160 140002590546640 140003057887131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23801] ppid=23789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23801/stat : 23801 (java) R 23789 23789 18764 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 517278810 15508250624 7284 33554432000 4194304 4196468 140720309586160 140002589493232 140003057879682 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23802] ppid=23789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23802/stat : 23802 (java) R 23789 23789 18764 0 -1 4202560 161 0 0 0 0 0 0 0 20 0 15 0 517278810 15508250624 7284 33554432000 4194304 4196468 140720309586160 140002588440688 140003050853577 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23803] ppid=23789 vsize=15144776 memory=140144044951168 CPUtime=0.02 cores=0,2,4,6
/proc/23791/task/23803/stat : 23803 (java) R 23789 23789 18764 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 15 0 517278810 15508250624 7284 33554432000 4194304 4196468 140720309586160 140002587388144 140003050206092 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23804] ppid=23789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23804/stat : 23804 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15508250624 7284 33554432000 4194304 4196468 140720309586160 140002586335840 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23805] ppid=23789 vsize=15144776 memory=140144044951168 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23805/stat : 23805 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278810 15508250624 7284 33554432000 4194304 4196468 140720309586160 140002585283376 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30328 KiB

[startup+0.210676 s]*
/proc/loadavg: 4.99 4.23 3.02 4/230 23805
/proc/meminfo: memFree=24542976/32770624 swapFree=66966900/67108860
[pid=23789] ppid=23786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23789/stat : 23789 (xcsp3-exec) S 23786 23789 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517278804 115843072 364 33554432000 4194304 5098028 140720748397936 140720748396040 139767820141180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14606336 140720748401494 140720748401753 140720748401753 140720748404678 0
/proc/23789/statm: 28282 364 305 221 0 87 0
[pid=23791] ppid=23789 vsize=15144776 memory=41180 CPUtime=0.35 cores=0,2,4,6
/proc/23791/stat : 23791 (java) S 23789 23789 18764 0 -1 1077944320 9479 0 0 0 32 3 0 0 20 0 15 0 517278804 15508250624 10295 33554432000 4194304 4196468 140720309586160 140720309568704 140003057868535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
/proc/23791/statm: 3786194 10295 3324 1 0 3748377 0
[pid=23791/tid=23792] ppid=23789 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/23791/task/23792/stat : 23792 (java) R 23789 23789 18764 0 -1 4202560 6610 0 0 0 18 2 0 0 20 0 15 0 517278805 15508250624 10295 33554432000 4194304 4196468 140720309586160 140003062106560 140003039718801 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23793] ppid=23789 vsize=15144776 memory=9276 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23793/stat : 23793 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278806 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002985908496 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23794] ppid=23789 vsize=15144776 memory=3834312821479594545 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23794/stat : 23794 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278806 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002984855952 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23795] ppid=23789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23795/stat : 23795 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278806 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002983803408 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23796] ppid=23789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23796/stat : 23796 (java) S 23789 23789 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517278806 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002646682256 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23797] ppid=23789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23797/stat : 23797 (java) S 23789 23789 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517278807 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002593704432 140003057879682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23798] ppid=23789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23798/stat : 23798 (java) S 23789 23789 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517278807 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002592650656 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23799] ppid=23789 vsize=15144776 memory=140144044951168 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23799/stat : 23799 (java) S 23789 23789 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517278808 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002591598064 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23800] ppid=23789 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23800/stat : 23800 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002590546640 140003057887131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23801] ppid=23789 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23791/task/23801/stat : 23801 (java) S 23789 23789 18764 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 15 0 517278810 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002589493232 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23802] ppid=23789 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23791/task/23802/stat : 23802 (java) S 23789 23789 18764 0 -1 1077944384 397 0 0 0 2 0 0 0 20 0 15 0 517278810 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002588440688 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23803] ppid=23789 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23791/task/23803/stat : 23803 (java) R 23789 23789 18764 0 -1 4202560 761 0 0 0 8 0 0 0 20 0 15 0 517278810 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002587388144 140003036049235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23804] ppid=23789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23804/stat : 23804 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002586335840 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23805] ppid=23789 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23805/stat : 23805 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278810 15508250624 10295 33554432000 4194304 4196468 140720309586160 140002585283376 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42636 KiB

[startup+0.310634 s]*
/proc/loadavg: 4.99 4.23 3.02 4/230 23805
/proc/meminfo: memFree=24535828/32770624 swapFree=66966900/67108860
[pid=23789] ppid=23786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23789/stat : 23789 (xcsp3-exec) S 23786 23789 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517278804 115843072 364 33554432000 4194304 5098028 140720748397936 140720748396040 139767820141180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14606336 140720748401494 140720748401753 140720748401753 140720748404678 0
/proc/23789/statm: 28282 364 305 221 0 87 0
[pid=23791] ppid=23789 vsize=15149032 memory=49872 CPUtime=0.53 cores=0,2,4,6
/proc/23791/stat : 23791 (java) S 23789 23789 18764 0 -1 1077944320 10795 0 0 0 50 3 0 0 20 0 15 0 517278804 15512608768 12468 33554432000 4194304 4196468 140720309586160 140720309568704 140003057868535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
/proc/23791/statm: 3787258 12468 3364 1 0 3748377 0
[pid=23791/tid=23792] ppid=23789 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/23791/task/23792/stat : 23792 (java) R 23789 23789 18764 0 -1 4202560 7764 0 0 0 27 3 0 0 20 0 15 0 517278805 15512608768 12468 33554432000 4194304 4196468 140720309586160 140003062102320 140003057890461 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23793] ppid=23789 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23793/stat : 23793 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278806 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002985908496 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23794] ppid=23789 vsize=15149032 memory=3835157272162749069 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23794/stat : 23794 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278806 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002984855952 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23795] ppid=23789 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23795/stat : 23795 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278806 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002983803408 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23796] ppid=23789 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23796/stat : 23796 (java) S 23789 23789 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517278806 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002646682256 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23797] ppid=23789 vsize=15149032 memory=140144044951168 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23797/stat : 23797 (java) S 23789 23789 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517278807 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002593704432 140003057879682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23798] ppid=23789 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23798/stat : 23798 (java) S 23789 23789 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517278807 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002592650656 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23799] ppid=23789 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23799/stat : 23799 (java) S 23789 23789 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517278808 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002591598064 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23800] ppid=23789 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23800/stat : 23800 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002590546640 140003057887131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23801] ppid=23789 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23791/task/23801/stat : 23801 (java) R 23789 23789 18764 0 -1 4202560 494 0 0 0 5 0 0 0 20 0 15 0 517278810 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002589483616 140003037553976 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23802] ppid=23789 vsize=15149032 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/23791/task/23802/stat : 23802 (java) S 23789 23789 18764 0 -1 1077944384 404 0 0 0 4 0 0 0 20 0 15 0 517278810 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002588440688 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23803] ppid=23789 vsize=15149032 memory=140144044951168 CPUtime=0.12 cores=0,2,4,6
/proc/23791/task/23803/stat : 23803 (java) S 23789 23789 18764 0 -1 1077944384 828 0 0 0 12 0 0 0 20 0 15 0 517278810 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002587388144 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23804] ppid=23789 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23804/stat : 23804 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002586335840 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23805] ppid=23789 vsize=15149032 memory=140144044951168 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23805/stat : 23805 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278810 15512608768 12468 33554432000 4194304 4196468 140720309586160 140002585283376 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51328 KiB

[startup+0.703115 s]
/proc/loadavg: 4.99 4.23 3.02 6/230 23805
/proc/meminfo: memFree=24504868/32770624 swapFree=66966900/67108860
[pid=23789] ppid=23786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23789/stat : 23789 (xcsp3-exec) S 23786 23789 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517278804 115843072 364 33554432000 4194304 5098028 140720748397936 140720748396040 139767820141180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14606336 140720748401494 140720748401753 140720748401753 140720748404678 0
/proc/23789/statm: 28282 364 305 221 0 87 0
[pid=23791] ppid=23789 vsize=15151156 memory=129832 CPUtime=1.85 cores=0,2,4,6
/proc/23791/stat : 23791 (java) S 23789 23789 18764 0 -1 1077944320 14960 0 0 0 180 5 0 0 20 0 15 0 517278804 15514783744 32458 33554432000 4194304 4196468 140720309586160 140720309568704 140003057868535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
/proc/23791/statm: 3787789 32458 3455 1 0 3748889 0
[pid=23791/tid=23792] ppid=23789 vsize=15151156 memory=2120 CPUtime=0.67 cores=0,2,4,6
/proc/23791/task/23792/stat : 23792 (java) D 23789 23789 18764 0 -1 4202560 8508 0 0 0 64 3 0 0 20 0 15 0 517278805 15514783744 32458 33554432000 4194304 4196468 140720309586160 140003062101080 140003050105662 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23793] ppid=23789 vsize=15151156 memory=508 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23793/stat : 23793 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278806 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002985908496 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23794] ppid=23789 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23794/stat : 23794 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278806 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002984855952 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23795] ppid=23789 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23795/stat : 23795 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278806 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002983803408 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23796] ppid=23789 vsize=15151156 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23796/stat : 23796 (java) S 23789 23789 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517278806 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002646682256 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23797] ppid=23789 vsize=15151156 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23797/stat : 23797 (java) S 23789 23789 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517278807 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002593704432 140003057879682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23798] ppid=23789 vsize=15151156 memory=864 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23798/stat : 23798 (java) S 23789 23789 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517278807 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002592650656 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23799] ppid=23789 vsize=15151156 memory=1976 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23799/stat : 23799 (java) S 23789 23789 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517278808 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002591598064 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23800] ppid=23789 vsize=15151156 memory=2496 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23800/stat : 23800 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002590546640 140003057887131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23801] ppid=23789 vsize=15151156 memory=7302135314614015842 CPUtime=0.39 cores=0,2,4,6
/proc/23791/task/23801/stat : 23801 (java) R 23789 23789 18764 0 -1 4202560 1887 0 0 0 39 0 0 0 20 0 15 0 517278810 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002589479160 140003041255114 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23802] ppid=23789 vsize=15151156 memory=5795684568110165337 CPUtime=0.4 cores=0,2,4,6
/proc/23791/task/23802/stat : 23802 (java) D 23789 23789 18764 0 -1 4202560 1301 0 0 0 40 0 0 0 20 0 15 0 517278810 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002588426712 140003050105662 0 4 0 16800975 18446744071582151416 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23803] ppid=23789 vsize=15151156 memory=7223887401239728208 CPUtime=0.35 cores=0,2,4,6
/proc/23791/task/23803/stat : 23803 (java) R 23789 23789 18764 0 -1 4202560 1956 0 0 0 35 0 0 0 20 0 15 0 517278810 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002587385080 140003050585687 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23804] ppid=23789 vsize=15151156 memory=7079772213163872336 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23804/stat : 23804 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002586335840 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23805] ppid=23789 vsize=15151156 memory=5794554270290830437 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23805/stat : 23805 (java) S 23789 23789 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517278810 15514783744 32458 33554432000 4194304 4196468 140720309586160 140002585283376 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 131288 KiB

[startup+1.50083 s]
/proc/loadavg: 4.99 4.23 3.02 5/230 23805
/proc/meminfo: memFree=24378548/32770624 swapFree=66966900/67108860
[pid=23789] ppid=23786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23789/stat : 23789 (xcsp3-exec) S 23786 23789 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517278804 115843072 364 33554432000 4194304 5098028 140720748397936 140720748396040 139767820141180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14606336 140720748401494 140720748401753 140720748401753 140720748404678 0
/proc/23789/statm: 28282 364 305 221 0 87 0

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

/proc/23791/task/23799/stat : 23799 (java) S 23789 23789 18764 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 517278808 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002591598080 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23800] ppid=23789 vsize=15153204 memory=2249376 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23800/stat : 23800 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002590546640 140003057887131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23801] ppid=23789 vsize=15153204 memory=1456 CPUtime=3.23 cores=0,2,4,6
/proc/23791/task/23801/stat : 23801 (java) S 23789 23789 18764 0 -1 1077944384 18367 0 0 0 320 3 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002589493232 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23802] ppid=23789 vsize=15153204 memory=0 CPUtime=3.43 cores=0,2,4,6
/proc/23791/task/23802/stat : 23802 (java) S 23789 23789 18764 0 -1 1077944384 22040 0 0 0 341 2 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002588440688 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23803] ppid=23789 vsize=15153204 memory=2249376 CPUtime=0.9 cores=0,2,4,6
/proc/23791/task/23803/stat : 23803 (java) S 23789 23789 18764 0 -1 1077944384 12861 0 0 0 87 3 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002587388144 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23804] ppid=23789 vsize=15153204 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23804/stat : 23804 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002586335840 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23805] ppid=23789 vsize=15153204 memory=2249376 CPUtime=1.48 cores=0,2,4,6
/proc/23791/task/23805/stat : 23805 (java) S 23789 23789 18764 0 -1 1077944384 2152 0 0 0 74 74 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002585283376 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
Current children cumulated CPU time: 2391.89 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2250832 KiB

[startup+2442.3 s]
/proc/loadavg: 1.69 1.72 1.91 3/230 24109
/proc/meminfo: memFree=23168748/32770624 swapFree=66966900/67108860
[pid=23789] ppid=23786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23789/stat : 23789 (xcsp3-exec) S 23786 23789 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517278804 115843072 364 33554432000 4194304 5098028 140720748397936 140720748396040 139767820141180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14606336 140720748401494 140720748401753 140720748401753 140720748404678 0
/proc/23789/statm: 28282 364 305 221 0 87 0
[pid=23791] ppid=23789 vsize=15153204 memory=2249376 CPUtime=2451.93 cores=0,2,4,6
/proc/23791/stat : 23791 (java) S 23789 23789 18764 0 -1 1077944320 114332 0 0 0 245061 132 0 0 20 0 15 0 517278804 15516880896 562344 33554432000 4194304 4196468 140720309586160 140720309568704 140003057868535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
/proc/23791/statm: 3788301 562344 3517 1 0 3749401 0
[pid=23791/tid=23792] ppid=23789 vsize=15153204 memory=2249376 CPUtime=2441.98 cores=0,2,4,6
/proc/23791/task/23792/stat : 23792 (java) R 23789 23789 18764 0 -1 4202560 49631 0 0 0 244159 39 0 0 20 0 15 0 517278805 15516880896 562344 33554432000 4194304 4196468 140720309586160 140003062106920 140002672332928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23793] ppid=23789 vsize=15153204 memory=1456 CPUtime=0.18 cores=0,2,4,6
/proc/23791/task/23793/stat : 23793 (java) S 23789 23789 18764 0 -1 1077944384 1647 0 0 0 12 6 0 0 20 0 15 0 517278806 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002985908496 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23794] ppid=23789 vsize=15153204 memory=2249376 CPUtime=0.18 cores=0,2,4,6
/proc/23791/task/23794/stat : 23794 (java) S 23789 23789 18764 0 -1 1077944384 1771 0 0 0 12 6 0 0 20 0 15 0 517278806 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002984855952 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23795] ppid=23789 vsize=15153204 memory=2249376 CPUtime=0.15 cores=0,2,4,6
/proc/23791/task/23795/stat : 23795 (java) S 23789 23789 18764 0 -1 1077944384 350 0 0 0 11 4 0 0 20 0 15 0 517278806 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002983803408 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23796] ppid=23789 vsize=15153204 memory=2249376 CPUtime=0.19 cores=0,2,4,6
/proc/23791/task/23796/stat : 23796 (java) S 23789 23789 18764 0 -1 1077944384 592 0 0 0 14 5 0 0 20 0 15 0 517278806 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002646682256 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23797] ppid=23789 vsize=15153204 memory=1456 CPUtime=0.08 cores=0,2,4,6
/proc/23791/task/23797/stat : 23797 (java) S 23789 23789 18764 0 -1 1077944384 3491 0 0 0 4 4 0 0 20 0 15 0 517278807 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002593704432 140003057879682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23798] ppid=23789 vsize=15153204 memory=2249376 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23798/stat : 23798 (java) S 23789 23789 18764 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 517278807 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002592650720 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23799] ppid=23789 vsize=15153204 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23799/stat : 23799 (java) S 23789 23789 18764 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 517278808 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002591598080 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23800] ppid=23789 vsize=15153204 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23800/stat : 23800 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002590546640 140003057887131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23801] ppid=23789 vsize=15153204 memory=2249376 CPUtime=3.23 cores=0,2,4,6
/proc/23791/task/23801/stat : 23801 (java) S 23789 23789 18764 0 -1 1077944384 18374 0 0 0 320 3 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002589493232 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23802] ppid=23789 vsize=15153204 memory=1456 CPUtime=3.43 cores=0,2,4,6
/proc/23791/task/23802/stat : 23802 (java) S 23789 23789 18764 0 -1 1077944384 22048 0 0 0 341 2 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002588440688 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23803] ppid=23789 vsize=15153204 memory=1456 CPUtime=0.9 cores=0,2,4,6
/proc/23791/task/23803/stat : 23803 (java) S 23789 23789 18764 0 -1 1077944384 12871 0 0 0 87 3 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002587388144 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23804] ppid=23789 vsize=15153204 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23804/stat : 23804 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002586335840 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23805] ppid=23789 vsize=15153204 memory=1456 CPUtime=1.53 cores=0,2,4,6
/proc/23791/task/23805/stat : 23805 (java) S 23789 23789 18764 0 -1 1077944384 2212 0 0 0 76 77 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002585283376 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
Current children cumulated CPU time: 2451.93 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2250832 KiB

[startup+2502.3 s]
/proc/loadavg: 1.79 1.74 1.90 3/230 24113
/proc/meminfo: memFree=23166456/32770624 swapFree=66966900/67108860
[pid=23789] ppid=23786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23789/stat : 23789 (xcsp3-exec) S 23786 23789 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517278804 115843072 364 33554432000 4194304 5098028 140720748397936 140720748396040 139767820141180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14606336 140720748401494 140720748401753 140720748401753 140720748404678 0
/proc/23789/statm: 28282 364 305 221 0 87 0
[pid=23791] ppid=23789 vsize=15153204 memory=2249376 CPUtime=2511.97 cores=0,2,4,6
/proc/23791/stat : 23791 (java) S 23789 23789 18764 0 -1 1077944320 115287 0 0 0 251063 134 0 0 20 0 15 0 517278804 15516880896 562344 33554432000 4194304 4196468 140720309586160 140720309568704 140003057868535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
/proc/23791/statm: 3788301 562344 3517 1 0 3749401 0
[pid=23791/tid=23792] ppid=23789 vsize=15153204 memory=2249376 CPUtime=2501.98 cores=0,2,4,6
/proc/23791/task/23792/stat : 23792 (java) R 23789 23789 18764 0 -1 4202560 50455 0 0 0 250159 39 0 0 20 0 15 0 517278805 15516880896 562344 33554432000 4194304 4196468 140720309586160 140003062106920 140002669591440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23793] ppid=23789 vsize=15153204 memory=1456 CPUtime=0.18 cores=0,2,4,6
/proc/23791/task/23793/stat : 23793 (java) S 23789 23789 18764 0 -1 1077944384 1647 0 0 0 12 6 0 0 20 0 15 0 517278806 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002985908496 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23794] ppid=23789 vsize=15153204 memory=1456 CPUtime=0.18 cores=0,2,4,6
/proc/23791/task/23794/stat : 23794 (java) S 23789 23789 18764 0 -1 1077944384 1771 0 0 0 12 6 0 0 20 0 15 0 517278806 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002984855952 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23795] ppid=23789 vsize=15153204 memory=2249376 CPUtime=0.15 cores=0,2,4,6
/proc/23791/task/23795/stat : 23795 (java) S 23789 23789 18764 0 -1 1077944384 350 0 0 0 11 4 0 0 20 0 15 0 517278806 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002983803408 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23796] ppid=23789 vsize=15153204 memory=2249376 CPUtime=0.19 cores=0,2,4,6
/proc/23791/task/23796/stat : 23796 (java) S 23789 23789 18764 0 -1 1077944384 592 0 0 0 14 5 0 0 20 0 15 0 517278806 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002646682256 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23797] ppid=23789 vsize=15153204 memory=1456 CPUtime=0.08 cores=0,2,4,6
/proc/23791/task/23797/stat : 23797 (java) S 23789 23789 18764 0 -1 1077944384 3509 0 0 0 4 4 0 0 20 0 15 0 517278807 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002593704432 140003057879682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23798] ppid=23789 vsize=15153204 memory=2249376 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23798/stat : 23798 (java) S 23789 23789 18764 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 517278807 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002592650720 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23799] ppid=23789 vsize=15153204 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23799/stat : 23799 (java) S 23789 23789 18764 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 517278808 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002591598080 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23800] ppid=23789 vsize=15153204 memory=2249376 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23800/stat : 23800 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002590546640 140003057887131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23801] ppid=23789 vsize=15153204 memory=1708 CPUtime=3.23 cores=0,2,4,6
/proc/23791/task/23801/stat : 23801 (java) S 23789 23789 18764 0 -1 1077944384 18386 0 0 0 320 3 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002589493232 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23802] ppid=23789 vsize=15153204 memory=1196 CPUtime=3.43 cores=0,2,4,6
/proc/23791/task/23802/stat : 23802 (java) S 23789 23789 18764 0 -1 1077944384 22064 0 0 0 341 2 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002588440688 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23803] ppid=23789 vsize=15153204 memory=288230574492221466 CPUtime=0.9 cores=0,2,4,6
/proc/23791/task/23803/stat : 23803 (java) S 23789 23789 18764 0 -1 1077944384 12890 0 0 0 87 3 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002587388144 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23804] ppid=23789 vsize=15153204 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23804/stat : 23804 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002586335840 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23805] ppid=23789 vsize=15153204 memory=1456 CPUtime=1.56 cores=0,2,4,6
/proc/23791/task/23805/stat : 23805 (java) S 23789 23789 18764 0 -1 1077944384 2278 0 0 0 77 79 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002585283376 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
Current children cumulated CPU time: 2511.97 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2250832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.4 s]
/proc/loadavg: 1.72 1.72 1.90 3/230 24114
/proc/meminfo: memFree=23166272/32770624 swapFree=66966900/67108860
[pid=23789] ppid=23786 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23789/stat : 23789 (xcsp3-exec) S 23786 23789 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517278804 115843072 364 33554432000 4194304 5098028 140720748397936 140720748396040 139767820141180 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14606336 140720748401494 140720748401753 140720748401753 140720748404678 0
/proc/23789/statm: 28282 364 305 221 0 87 0
[pid=23791] ppid=23789 vsize=15153204 memory=2249376 CPUtime=2520.07 cores=0,2,4,6
/proc/23791/stat : 23791 (java) S 23789 23789 18764 0 -1 1077944320 115341 0 0 0 251873 134 0 0 20 0 15 0 517278804 15516880896 562344 33554432000 4194304 4196468 140720309586160 140720309568704 140003057868535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
/proc/23791/statm: 3788301 562344 3517 1 0 3749401 0
[pid=23791/tid=23792] ppid=23789 vsize=15153204 memory=1196 CPUtime=2510.08 cores=0,2,4,6
/proc/23791/task/23792/stat : 23792 (java) R 23789 23789 18764 0 -1 4202560 50505 0 0 0 250969 39 0 0 20 0 15 0 517278805 15516880896 562344 33554432000 4194304 4196468 140720309586160 140003062106920 140002664224187 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23793] ppid=23789 vsize=15153204 memory=6791534058613427641 CPUtime=0.18 cores=0,2,4,6
/proc/23791/task/23793/stat : 23793 (java) S 23789 23789 18764 0 -1 1077944384 1647 0 0 0 12 6 0 0 20 0 15 0 517278806 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002985908496 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23794] ppid=23789 vsize=15153204 memory=2249376 CPUtime=0.18 cores=0,2,4,6
/proc/23791/task/23794/stat : 23794 (java) S 23789 23789 18764 0 -1 1077944384 1771 0 0 0 12 6 0 0 20 0 15 0 517278806 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002984855952 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23795] ppid=23789 vsize=15153204 memory=14080 CPUtime=0.15 cores=0,2,4,6
/proc/23791/task/23795/stat : 23795 (java) S 23789 23789 18764 0 -1 1077944384 350 0 0 0 11 4 0 0 20 0 15 0 517278806 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002983803408 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23796] ppid=23789 vsize=15153204 memory=36792 CPUtime=0.19 cores=0,2,4,6
/proc/23791/task/23796/stat : 23796 (java) S 23789 23789 18764 0 -1 1077944384 592 0 0 0 14 5 0 0 20 0 15 0 517278806 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002646682256 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23797] ppid=23789 vsize=15153204 memory=2496 CPUtime=0.08 cores=0,2,4,6
/proc/23791/task/23797/stat : 23797 (java) S 23789 23789 18764 0 -1 1077944384 3509 0 0 0 4 4 0 0 20 0 15 0 517278807 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002593704432 140003057879682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23798] ppid=23789 vsize=15153204 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23798/stat : 23798 (java) S 23789 23789 18764 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 517278807 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002592650720 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23799] ppid=23789 vsize=15153204 memory=111636 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23799/stat : 23799 (java) S 23789 23789 18764 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 517278808 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002591598080 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23800] ppid=23789 vsize=15153204 memory=804 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23800/stat : 23800 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002590546640 140003057887131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23801] ppid=23789 vsize=15153204 memory=1804 CPUtime=3.23 cores=0,2,4,6
/proc/23791/task/23801/stat : 23801 (java) S 23789 23789 18764 0 -1 1077944384 18386 0 0 0 320 3 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002589493232 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23802] ppid=23789 vsize=15153204 memory=916 CPUtime=3.43 cores=0,2,4,6
/proc/23791/task/23802/stat : 23802 (java) S 23789 23789 18764 0 -1 1077944384 22064 0 0 0 341 2 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002588440688 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23803] ppid=23789 vsize=15153204 memory=3844 CPUtime=0.9 cores=0,2,4,6
/proc/23791/task/23803/stat : 23803 (java) S 23789 23789 18764 0 -1 1077944384 12890 0 0 0 87 3 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002587388144 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23804] ppid=23789 vsize=15153204 memory=2912 CPUtime=0 cores=0,2,4,6
/proc/23791/task/23804/stat : 23804 (java) S 23789 23789 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002586335840 140003057878741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
[pid=23791/tid=23805] ppid=23789 vsize=15153204 memory=8144 CPUtime=1.56 cores=0,2,4,6
/proc/23791/task/23805/stat : 23805 (java) S 23789 23789 18764 0 -1 1077944384 2282 0 0 0 77 79 0 0 20 0 15 0 517278810 15516880896 562344 33554432000 4194304 4196468 140720309586160 140002585283376 140003057879682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 27893760 140720309588955 140720309589130 140720309589130 140720309592015 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 2250832 KiB

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

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

[startup+2510.42 s]
# the end of solver process 23791 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.74 s, system=1.35842 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

Child status: 143
Real time (s): 2510.42
CPU time (s): 2520.1
CPU user time (s): 2518.74
CPU system time (s): 1.35842
CPU usage (%): 100.386
Max. virtual memory (cumulated for all children) (KiB): 15268260
Max. memory (cumulated for all children) (KiB): 2250832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.74
system time used= 1.35842
maximum resident set size= 2249972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116640
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57658
involuntary context switches= 2737


# summary of solver processes directly reported to runsolver:
#   pid: 23789,23791
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2518.74
#   total CPU system time (s): 1.35842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1472 second user time and 25.2416 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-25 14:09:41
IDJOB=4406280
IDBENCH=139399
IDSOLVER=2869
FILE ID=node145/4406280-1569413424
RUNJOBID= node145-1569396627-18795
PBS_JOBID= 21705680
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SteelMillSlab/SteelMillSlab-bench_3_12.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-4406280-1569413424/watcher-4406280-1569413424 -o /var/tmp/evaluation-result-4406280-1569413424/solver-4406280-1569413424 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18795 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1962001178 HOME/instance-4406280-1569413424.xml

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

MD5SUM BENCH= 75a96ae289dcd0162feddbff51d0d425
RANDOM SEED=1962001178

node145.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.59
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.59
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.59
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.59
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:        24573036 kB
MemAvailable:   30785216 kB
Buffers:          182580 kB
Cached:          6157444 kB
SwapCached:        32492 kB
Active:          4122556 kB
Inactive:        3280096 kB
Active(anon):    1030136 kB
Inactive(anon):    89904 kB
Active(file):    3092420 kB
Inactive(file):  3190192 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66966900 kB
Dirty:             26156 kB
Writeback:             0 kB
AnonPages:       1139224 kB
Mapped:            71460 kB
Shmem:             48856 kB
Slab:             388216 kB
SReclaimable:     358028 kB
SUnreclaim:        30188 kB
KernelStack:        4000 kB
PageTables:         8060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3214968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    995328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node145 at 2019-09-25 14:51:32