Trace number 4254229

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 4.0.5 seq (2017-07-26)? (TO) 246.64 240.033

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-40.xml
MD5SUMd153897c9dbbbf34794d1a29a7a79358
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark251.882
Satisfiable
(Un)Satisfiability was proved
Number of variables1600
Number of constraints9880
Number of domains1
Minimum domain size780
Maximum domain size780
Distribution of domain sizes[{"size":780,"count":780}]
Minimum variable degree0
Maximum variable degree39
Distribution of variable degrees[{"degree":0,"count":820},{"degree":39,"count":780}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":9880}]
Number of extensional constraints0
Number of intensional constraints9880
Distribution of constraint types[{"type":"intension","count":9880}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.05	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254229-1501986260.xml"  -tl '264s' -p 1 -x 0
0.00/0.24	c [HOME/instance-4254229-1501986260.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.30	c simple solver
0.00/0.37	c parse instance...
4.04/1.53	c solve instance...
246.64/240.04	s UNKNOWN
246.64/240.04	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4254229-1501986260/watcher-4254229-1501986260 -o /tmp/evaluation-result-4254229-1501986260/solver-4254229-1501986260 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501978181-12403 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1084770101 HOME/instance-4254229-1501986260.xml 

pid=19884
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.00 2.00 2/199 19887
/proc/meminfo: memFree=28499612/32770624 swapFree=0/323756
[pid=19887] ppid=19884 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19887/stat : 19887 (runsolver) D 19884 19887 12039 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 98279204 24240128 108 18446744073709551615 4194304 4338465 140730506944320 140730506941960 140586791105239 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 9814016 140730506948706 140730506949196 140730506949196 140730506952650 0
/proc/19887/statm: 5918 108 54 36 0 2156 0

[startup+0.100113 s]
/proc/loadavg: 2.06 2.00 2.00 2/199 19887
/proc/meminfo: memFree=28499612/32770624 swapFree=0/323756
[pid=19887] ppid=19884 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19887/stat : 19887 (xcsp3-exec) S 19884 19887 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98279204 9740288 345 18446744073709551615 4194304 5098028 140731759263904 140731759262008 140521762058876 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 29401088 140731759268257 140731759268461 140731759268461 140731759271915 0
/proc/19887/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.204532 s]
/proc/loadavg: 2.06 2.00 2.00 2/199 19887
/proc/meminfo: memFree=28499612/32770624 swapFree=0/323756
[pid=19887] ppid=19884 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19887/stat : 19887 (xcsp3-exec) S 19884 19887 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98279204 9740288 345 18446744073709551615 4194304 5098028 140731759263904 140731759262008 140521762058876 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 29401088 140731759268257 140731759268461 140731759268461 140731759271915 0
/proc/19887/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300216 s]
/proc/loadavg: 2.06 2.00 2.00 2/199 19887
/proc/meminfo: memFree=28499612/32770624 swapFree=0/323756
[pid=19887] ppid=19884 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19887/stat : 19887 (xcsp3-exec) S 19884 19887 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98279204 9740288 345 18446744073709551615 4194304 5098028 140731759263904 140731759262008 140521762058876 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 29401088 140731759268257 140731759268461 140731759268461 140731759271915 0
/proc/19887/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700511 s]
/proc/loadavg: 2.06 2.00 2.00 2/199 19887
/proc/meminfo: memFree=28499612/32770624 swapFree=0/323756
[pid=19887] ppid=19884 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19887/stat : 19887 (xcsp3-exec) S 19884 19887 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98279204 9740288 345 18446744073709551615 4194304 5098028 140731759263904 140731759262008 140521762058876 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 29401088 140731759268257 140731759268461 140731759268461 140731759271915 0
/proc/19887/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50348 s]
/proc/loadavg: 2.06 2.00 2.00 5/215 19903
/proc/meminfo: memFree=28314808/32770624 swapFree=0/324012
[pid=19887] ppid=19884 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19887/stat : 19887 (xcsp3-exec) S 19884 19887 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98279204 9740288 345 18446744073709551615 4194304 5098028 140731759263904 140731759262008 140521762058876 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 29401088 140731759268257 140731759268461 140731759268461 140731759271915 0
/proc/19887/statm: 2378 345 289 221 0 87 0
[pid=19889] ppid=19887 vsize=13980732 CPUtime=4.04 cores=1,3,5,7
/proc/19889/stat : 19889 (java) S 19887 19887 12039 0 -1 1077944320 18023 0 0 0 392 12 0 0 20 0 15 0 98279210 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 140729613157440 139954495315703 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
/proc/19889/statm: 3495183 58017 3205 1 0 3483476 0
[pid=19889/tid=19890] ppid=19887 vsize=13980732 CPUtime=1.33 cores=1,3,5,7
/proc/19889/task/19890/stat : 19890 (java) S 19887 19887 12039 0 -1 1077944384 8609 0 0 0 128 5 0 0 20 0 15 0 98279210 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139954499555968 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19891] ppid=19887 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/19889/task/19891/stat : 19891 (java) R 19887 19887 12039 0 -1 4202560 79 0 0 0 2 0 0 0 20 0 15 0 98279211 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139954095213784 139954480343122 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19892] ppid=19887 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/19889/task/19892/stat : 19892 (java) R 19887 19887 12039 0 -1 4202560 47 0 0 0 1 0 0 0 20 0 15 0 98279211 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139954094161240 139954480339525 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19893] ppid=19887 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/19889/task/19893/stat : 19893 (java) R 19887 19887 12039 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 15 0 98279211 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139954093107872 139954488418756 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19894] ppid=19887 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/19889/task/19894/stat : 19894 (java) R 19887 19887 12039 0 -1 4202560 136 0 0 0 3 1 0 0 20 0 15 0 98279211 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139954092055640 139954488412404 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19895] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19895/stat : 19895 (java) S 19887 19887 12039 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 98279212 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139953680560928 139954495325909 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19896] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19896/stat : 19896 (java) S 19887 19887 12039 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139953679508640 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19897] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19897/stat : 19897 (java) S 19887 19887 12039 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139953678455536 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19898] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19898/stat : 19898 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279215 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139953677404112 139954495334299 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19899] ppid=19887 vsize=13980732 CPUtime=1.01 cores=1,3,5,7
/proc/19889/task/19899/stat : 19899 (java) S 19887 19887 12039 0 -1 1077944384 2915 0 0 0 101 0 0 0 20 0 15 0 98279215 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139953676343520 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19900] ppid=19887 vsize=13980732 CPUtime=1.04 cores=1,3,5,7
/proc/19889/task/19900/stat : 19900 (java) R 19887 19887 12039 0 -1 4202560 2730 0 0 0 104 0 0 0 20 0 15 0 98279215 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139953675281424 139954478799077 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19901] ppid=19887 vsize=13980732 CPUtime=0.49 cores=1,3,5,7
/proc/19889/task/19901/stat : 19901 (java) S 19887 19887 12039 0 -1 1077944384 2072 0 0 0 48 1 0 0 20 0 15 0 98279215 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139953674246640 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19902] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19902/stat : 19902 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279216 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139953673194336 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19903] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19903/stat : 19903 (java) S 19887 19887 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98279221 14316269568 58017 18446744073709551615 4194304 4196468 140729613174896 139953672141360 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 13990244

[startup+3.10068 s]
/proc/loadavg: 2.06 2.00 2.00 3/217 19948
/proc/meminfo: memFree=31388128/32770624 swapFree=0/323796
[pid=19887] ppid=19884 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19887/stat : 19887 (xcsp3-exec) S 19884 19887 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98279204 9740288 345 18446744073709551615 4194304 5098028 140731759263904 140731759262008 140521762058876 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 29401088 140731759268257 140731759268461 140731759268461 140731759271915 0
/proc/19887/statm: 2378 345 289 221 0 87 0
[pid=19889] ppid=19887 vsize=13980732 CPUtime=5.98 cores=1,3,5,7
/proc/19889/stat : 19889 (java) S 19887 19887 12039 0 -1 1077944320 18342 0 0 0 586 12 0 0 20 0 15 0 98279210 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 140729613157440 139954495315703 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
/proc/19889/statm: 3495183 58356 3214 1 0 3483476 0
[pid=19889/tid=19890] ppid=19887 vsize=13980732 CPUtime=2.92 cores=1,3,5,7
/proc/19889/task/19890/stat : 19890 (java) R 19887 19887 12039 0 -1 4202560 8676 0 0 0 287 5 0 0 20 0 15 0 98279210 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139954499554152 139954142987281 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19891] ppid=19887 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/19889/task/19891/stat : 19891 (java) S 19887 19887 12039 0 -1 1077944384 79 0 0 0 2 0 0 0 20 0 15 0 98279211 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139954095213584 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19892] ppid=19887 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/19889/task/19892/stat : 19892 (java) S 19887 19887 12039 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 15 0 98279211 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139954094161040 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19893] ppid=19887 vsize=13980732 CPUtime=0.01 cores=1,3,5,7
/proc/19889/task/19893/stat : 19893 (java) S 19887 19887 12039 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 15 0 98279211 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139954093107984 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19894] ppid=19887 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/19889/task/19894/stat : 19894 (java) S 19887 19887 12039 0 -1 1077944384 136 0 0 0 3 1 0 0 20 0 15 0 98279211 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139954092055440 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19895] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19895/stat : 19895 (java) S 19887 19887 12039 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 98279212 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139953680562416 139954495326850 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19896] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19896/stat : 19896 (java) S 19887 19887 12039 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139953679508704 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19897] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19897/stat : 19897 (java) S 19887 19887 12039 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139953678455552 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19898] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19898/stat : 19898 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279215 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139953677404112 139954495334299 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19899] ppid=19887 vsize=13980732 CPUtime=1.16 cores=1,3,5,7
/proc/19889/task/19899/stat : 19899 (java) S 19887 19887 12039 0 -1 1077944384 3018 0 0 0 116 0 0 0 20 0 15 0 98279215 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139953676352240 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19900] ppid=19887 vsize=13980732 CPUtime=1.17 cores=1,3,5,7
/proc/19889/task/19900/stat : 19900 (java) S 19887 19887 12039 0 -1 1077944384 2747 0 0 0 117 0 0 0 20 0 15 0 98279215 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139953675299696 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19901] ppid=19887 vsize=13980732 CPUtime=0.56 cores=1,3,5,7
/proc/19889/task/19901/stat : 19901 (java) S 19887 19887 12039 0 -1 1077944384 2203 0 0 0 55 1 0 0 20 0 15 0 98279215 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139953674246640 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19902] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19902/stat : 19902 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279216 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139953673194336 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19903] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19903/stat : 19903 (java) S 19887 19887 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98279221 14316269568 58356 18446744073709551615 4194304 4196468 140729613174896 139953672141360 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 13990244

[startup+6.30077 s]
/proc/loadavg: 1.98 1.99 2.00 3/219 19995
/proc/meminfo: memFree=31043220/32770624 swapFree=0/323864
[pid=19887] ppid=19884 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19887/stat : 19887 (xcsp3-exec) S 19884 19887 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98279204 9740288 345 18446744073709551615 4194304 5098028 140731759263904 140731759262008 140521762058876 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 29401088 140731759268257 140731759268461 140731759268461 140731759271915 0
/proc/19887/statm: 2378 345 289 221 0 87 0
[pid=19889] ppid=19887 vsize=13980732 CPUtime=9.31 cores=1,3,5,7
/proc/19889/stat : 19889 (java) S 19887 19887 12039 0 -1 1077944320 22581 0 0 0 913 18 0 0 20 0 15 0 98279210 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 140729613157440 139954495315703 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
/proc/19889/statm: 3495183 92531 3225 1 0 3483476 0
[pid=19889/tid=19890] ppid=19887 vsize=13980732 CPUtime=6.1 cores=1,3,5,7
/proc/19889/task/19890/stat : 19890 (java) R 19887 19887 12039 0 -1 4202560 9489 0 0 0 602 8 0 0 20 0 15 0 98279210 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139954499552856 139954142995416 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19891] ppid=19887 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/19889/task/19891/stat : 19891 (java) S 19887 19887 12039 0 -1 1077944384 138 0 0 0 3 1 0 0 20 0 15 0 98279211 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139954095213584 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19892] ppid=19887 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/19889/task/19892/stat : 19892 (java) S 19887 19887 12039 0 -1 1077944384 617 0 0 0 3 1 0 0 20 0 15 0 98279211 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139954094161040 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19893] ppid=19887 vsize=13980732 CPUtime=0.04 cores=1,3,5,7
/proc/19889/task/19893/stat : 19893 (java) S 19887 19887 12039 0 -1 1077944384 94 0 0 0 3 1 0 0 20 0 15 0 98279211 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139954093107984 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19894] ppid=19887 vsize=13980732 CPUtime=0.06 cores=1,3,5,7
/proc/19889/task/19894/stat : 19894 (java) S 19887 19887 12039 0 -1 1077944384 314 0 0 0 4 2 0 0 20 0 15 0 98279211 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139954092055440 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19895] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19895/stat : 19895 (java) S 19887 19887 12039 0 -1 1077944384 588 0 0 0 0 0 0 0 20 0 15 0 98279212 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139953680562416 139954495326850 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19896] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19896/stat : 19896 (java) S 19887 19887 12039 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139953679508704 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19897] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19897/stat : 19897 (java) S 19887 19887 12039 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139953678455552 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19898] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19898/stat : 19898 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279215 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139953677404112 139954495334299 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19899] ppid=19887 vsize=13980732 CPUtime=1.18 cores=1,3,5,7
/proc/19889/task/19899/stat : 19899 (java) S 19887 19887 12039 0 -1 1077944384 3751 0 0 0 118 0 0 0 20 0 15 0 98279215 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139953676352240 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19900] ppid=19887 vsize=13980732 CPUtime=1.19 cores=1,3,5,7
/proc/19889/task/19900/stat : 19900 (java) S 19887 19887 12039 0 -1 1077944384 2804 0 0 0 118 1 0 0 20 0 15 0 98279215 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139953675299696 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19901] ppid=19887 vsize=13980732 CPUtime=0.58 cores=1,3,5,7
/proc/19889/task/19901/stat : 19901 (java) S 19887 19887 12039 0 -1 1077944384 2912 0 0 0 57 1 0 0 20 0 15 0 98279215 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139953674246640 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19902] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19902/stat : 19902 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279216 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139953673194336 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19903] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19903/stat : 19903 (java) S 19887 19887 12039 0 -1 1077944384 568 0 0 0 0 0 0 0 20 0 15 0 98279221 14316269568 92531 18446744073709551615 4194304 4196468 140729613174896 139953672141360 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 1.98 1.99 2.00 3/219 19995
/proc/meminfo: memFree=30885408/32770624 swapFree=0/323880
[pid=19887] ppid=19884 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19887/stat : 19887 (xcsp3-exec) S 19884 19887 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98279204 9740288 345 18446744073709551615 4194304 5098028 140731759263904 140731759262008 140521762058876 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 29401088 140731759268257 140731759268461 140731759268461 140731759271915 0
/proc/19887/statm: 2378 345 289 221 0 87 0
[pid=19889] ppid=19887 vsize=13980732 CPUtime=15.84 cores=1,3,5,7
/proc/19889/stat : 19889 (java) S 19887 19887 12039 0 -1 1077944320 23787 0 0 0 1561 23 0 0 20 0 15 0 98279210 14316269568 97682 18446744073709551615 4194304 4196468 140729613174896 140729613157440 139954495315703 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
/proc/19889/statm: 3495183 97682 3227 1 0 3483476 0
[pid=19889/tid=19890] ppid=19887 vsize=13980732 CPUtime=12.47 cores=1,3,5,7
/proc/19889/task/19890/stat : 19890 (java) R 19887 19887 12039 0 -1 4202560 9674 0 0 0 1239 8 0 0 20 0 15 0 98279210 14316269568 97682 18446744073709551615 4194304 4196468 140729613174896 139954499552128 139954142995416 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19891] ppid=19887 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/19889/task/19891/stat : 19891 (java) S 19887 19887 12039 0 -1 1077944384 162 0 0 0 5 2 0 0 20 0 15 0 98279211 14316269568 97682 18446744073709551615 4194304 4196468 140729613174896 139954095213584 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19892] ppid=19887 vsize=13980732 CPUtime=0.06 cores=1,3,5,7
/proc/19889/task/19892/stat : 19892 (java) S 19887 19887 12039 0 -1 1077944384 646 0 0 0 4 2 0 0 20 0 15 0 98279211 14316269568 97682 18446744073709551615 4194304 4196468 140729613174896 139954094161040 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0

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

[pid=19889/tid=19896] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19896/stat : 19896 (java) S 19887 19887 12039 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 551324 18446744073709551615 4194304 4196468 140729613174896 139953679508704 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19897] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19897/stat : 19897 (java) S 19887 19887 12039 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 551324 18446744073709551615 4194304 4196468 140729613174896 139953678455552 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19898] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19898/stat : 19898 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279215 14316269568 551324 18446744073709551615 4194304 4196468 140729613174896 139953677404112 139954495334299 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19899] ppid=19887 vsize=13980732 CPUtime=2.05 cores=1,3,5,7
/proc/19889/task/19899/stat : 19899 (java) S 19887 19887 12039 0 -1 1077944384 9437 0 0 0 204 1 0 0 20 0 15 0 98279215 14316269568 551324 18446744073709551615 4194304 4196468 140729613174896 139953676352240 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19900] ppid=19887 vsize=13980732 CPUtime=2.25 cores=1,3,5,7
/proc/19889/task/19900/stat : 19900 (java) S 19887 19887 12039 0 -1 1077944384 8967 0 0 0 223 2 0 0 20 0 15 0 98279215 14316269568 551324 18446744073709551615 4194304 4196468 140729613174896 139953675299696 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19901] ppid=19887 vsize=13980732 CPUtime=0.69 cores=1,3,5,7
/proc/19889/task/19901/stat : 19901 (java) S 19887 19887 12039 0 -1 1077944384 5111 0 0 0 68 1 0 0 20 0 15 0 98279215 14316269568 551324 18446744073709551615 4194304 4196468 140729613174896 139953674246640 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19902] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19902/stat : 19902 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279216 14316269568 551324 18446744073709551615 4194304 4196468 140729613174896 139953673194336 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19903] ppid=19887 vsize=13980732 CPUtime=0.06 cores=1,3,5,7
/proc/19889/task/19903/stat : 19903 (java) S 19887 19887 12039 0 -1 1077944384 718 0 0 0 3 3 0 0 20 0 15 0 98279221 14316269568 551324 18446744073709551615 4194304 4196468 140729613174896 139953672141360 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
Current children cumulated CPU time (s) 107.8
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.87 1.93 1.97 3/215 19999
/proc/meminfo: memFree=24749496/32770624 swapFree=0/324000
[pid=19887] ppid=19884 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19887/stat : 19887 (xcsp3-exec) S 19884 19887 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98279204 9740288 345 18446744073709551615 4194304 5098028 140731759263904 140731759262008 140521762058876 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 29401088 140731759268257 140731759268461 140731759268461 140731759271915 0
/proc/19887/statm: 2378 345 289 221 0 87 0
[pid=19889] ppid=19887 vsize=13980732 CPUtime=168.65 cores=1,3,5,7
/proc/19889/stat : 19889 (java) S 19887 19887 12039 0 -1 1077944320 62353 0 0 0 16764 101 0 0 20 0 15 0 98279210 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 140729613157440 139954495315703 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
/proc/19889/statm: 3495183 857477 3240 1 0 3483476 0
[pid=19889/tid=19890] ppid=19887 vsize=13980732 CPUtime=161.89 cores=1,3,5,7
/proc/19889/task/19890/stat : 19890 (java) R 19887 19887 12039 0 -1 4202560 22633 0 0 0 16135 54 0 0 20 0 15 0 98279210 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139954499552440 139954142987385 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19891] ppid=19887 vsize=13980732 CPUtime=0.2 cores=1,3,5,7
/proc/19889/task/19891/stat : 19891 (java) S 19887 19887 12039 0 -1 1077944384 1581 0 0 0 13 7 0 0 20 0 15 0 98279211 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139954095213584 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19892] ppid=19887 vsize=13980732 CPUtime=0.21 cores=1,3,5,7
/proc/19889/task/19892/stat : 19892 (java) S 19887 19887 12039 0 -1 1077944384 1221 0 0 0 13 8 0 0 20 0 15 0 98279211 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139954094161040 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19893] ppid=19887 vsize=13980732 CPUtime=0.21 cores=1,3,5,7
/proc/19889/task/19893/stat : 19893 (java) S 19887 19887 12039 0 -1 1077944384 1422 0 0 0 13 8 0 0 20 0 15 0 98279211 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139954093107984 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19894] ppid=19887 vsize=13980732 CPUtime=0.24 cores=1,3,5,7
/proc/19889/task/19894/stat : 19894 (java) S 19887 19887 12039 0 -1 1077944384 1386 0 0 0 15 9 0 0 20 0 15 0 98279211 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139954092055440 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19895] ppid=19887 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/19889/task/19895/stat : 19895 (java) S 19887 19887 12039 0 -1 1077944384 2979 0 0 0 2 0 0 0 20 0 15 0 98279212 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139953680562416 139954495326850 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19896] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19896/stat : 19896 (java) S 19887 19887 12039 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139953679508704 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19897] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19897/stat : 19897 (java) S 19887 19887 12039 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139953678455552 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19898] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19898/stat : 19898 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279215 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139953677404112 139954495334299 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19899] ppid=19887 vsize=13980732 CPUtime=2.26 cores=1,3,5,7
/proc/19889/task/19899/stat : 19899 (java) S 19887 19887 12039 0 -1 1077944384 11262 0 0 0 224 2 0 0 20 0 15 0 98279215 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139953676352240 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19900] ppid=19887 vsize=13980732 CPUtime=2.69 cores=1,3,5,7
/proc/19889/task/19900/stat : 19900 (java) S 19887 19887 12039 0 -1 1077944384 12178 0 0 0 267 2 0 0 20 0 15 0 98279215 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139953675299696 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19901] ppid=19887 vsize=13980732 CPUtime=0.72 cores=1,3,5,7
/proc/19889/task/19901/stat : 19901 (java) S 19887 19887 12039 0 -1 1077944384 5605 0 0 0 71 1 0 0 20 0 15 0 98279215 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139953674246640 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19902] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19902/stat : 19902 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279216 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139953673194336 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19903] ppid=19887 vsize=13980732 CPUtime=0.09 cores=1,3,5,7
/proc/19889/task/19903/stat : 19903 (java) S 19887 19887 12039 0 -1 1077944384 752 0 0 0 4 5 0 0 20 0 15 0 98279221 14316269568 857477 18446744073709551615 4194304 4196468 140729613174896 139953672141360 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
Current children cumulated CPU time (s) 168.65
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.91 1.93 1.97 3/216 20002
/proc/meminfo: memFree=24701636/32770624 swapFree=0/324044
[pid=19887] ppid=19884 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19887/stat : 19887 (xcsp3-exec) S 19884 19887 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98279204 9740288 345 18446744073709551615 4194304 5098028 140731759263904 140731759262008 140521762058876 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 29401088 140731759268257 140731759268461 140731759268461 140731759271915 0
/proc/19887/statm: 2378 345 289 221 0 87 0
[pid=19889] ppid=19887 vsize=13980732 CPUtime=228.79 cores=1,3,5,7
/proc/19889/stat : 19889 (java) S 19887 19887 12039 0 -1 1077944320 64387 0 0 0 22775 104 0 0 20 0 15 0 98279210 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 140729613157440 139954495315703 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
/proc/19889/statm: 3495183 856750 3240 1 0 3483476 0
[pid=19889/tid=19890] ppid=19887 vsize=13980732 CPUtime=221.88 cores=1,3,5,7
/proc/19889/task/19890/stat : 19890 (java) R 19887 19887 12039 0 -1 4202560 23940 0 0 0 22134 54 0 0 20 0 15 0 98279210 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139954499552560 139954142987563 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19891] ppid=19887 vsize=13980732 CPUtime=0.23 cores=1,3,5,7
/proc/19889/task/19891/stat : 19891 (java) S 19887 19887 12039 0 -1 1077944384 1645 0 0 0 15 8 0 0 20 0 15 0 98279211 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139954095213584 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19892] ppid=19887 vsize=13980732 CPUtime=0.23 cores=1,3,5,7
/proc/19889/task/19892/stat : 19892 (java) S 19887 19887 12039 0 -1 1077944384 1301 0 0 0 14 9 0 0 20 0 15 0 98279211 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139954094161040 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19893] ppid=19887 vsize=13980732 CPUtime=0.22 cores=1,3,5,7
/proc/19889/task/19893/stat : 19893 (java) S 19887 19887 12039 0 -1 1077944384 1465 0 0 0 14 8 0 0 20 0 15 0 98279211 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139954093107984 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19894] ppid=19887 vsize=13980732 CPUtime=0.25 cores=1,3,5,7
/proc/19889/task/19894/stat : 19894 (java) S 19887 19887 12039 0 -1 1077944384 1436 0 0 0 16 9 0 0 20 0 15 0 98279211 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139954092055440 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19895] ppid=19887 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/19889/task/19895/stat : 19895 (java) S 19887 19887 12039 0 -1 1077944384 2980 0 0 0 2 0 0 0 20 0 15 0 98279212 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953680562416 139954495326850 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19896] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19896/stat : 19896 (java) S 19887 19887 12039 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953679508704 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19897] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19897/stat : 19897 (java) S 19887 19887 12039 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953678455552 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19898] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19898/stat : 19898 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279215 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953677404112 139954495334299 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19899] ppid=19887 vsize=13980732 CPUtime=2.3 cores=1,3,5,7
/proc/19889/task/19899/stat : 19899 (java) S 19887 19887 12039 0 -1 1077944384 11536 0 0 0 228 2 0 0 20 0 15 0 98279215 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953676352240 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19900] ppid=19887 vsize=13980732 CPUtime=2.7 cores=1,3,5,7
/proc/19889/task/19900/stat : 19900 (java) S 19887 19887 12039 0 -1 1077944384 12389 0 0 0 268 2 0 0 20 0 15 0 98279215 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953675299696 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19901] ppid=19887 vsize=13980732 CPUtime=0.72 cores=1,3,5,7
/proc/19889/task/19901/stat : 19901 (java) S 19887 19887 12039 0 -1 1077944384 5605 0 0 0 71 1 0 0 20 0 15 0 98279215 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953674246640 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19902] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19902/stat : 19902 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279216 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953673194336 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19903] ppid=19887 vsize=13980732 CPUtime=0.14 cores=1,3,5,7
/proc/19889/task/19903/stat : 19903 (java) S 19887 19887 12039 0 -1 1077944384 756 0 0 0 6 8 0 0 20 0 15 0 98279221 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953672141360 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
Current children cumulated CPU time (s) 228.79
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.87 1.92 1.96 3/216 20003
/proc/meminfo: memFree=24701760/32770624 swapFree=0/324052
[pid=19887] ppid=19884 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19887/stat : 19887 (xcsp3-exec) S 19884 19887 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98279204 9740288 345 18446744073709551615 4194304 5098028 140731759263904 140731759262008 140521762058876 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 5 0 0 7196144 7232144 29401088 140731759268257 140731759268461 140731759268461 140731759271915 0
/proc/19887/statm: 2378 345 289 221 0 87 0
[pid=19889] ppid=19887 vsize=13980732 CPUtime=246.64 cores=1,3,5,7
/proc/19889/stat : 19889 (java) S 19887 19887 12039 0 -1 1077944320 66613 0 0 0 24559 105 0 0 20 0 15 0 98279210 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 140729613157440 139954495315703 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
/proc/19889/statm: 3495183 856750 3240 1 0 3483476 0
[pid=19889/tid=19890] ppid=19887 vsize=13980732 CPUtime=239.57 cores=1,3,5,7
/proc/19889/task/19890/stat : 19890 (java) R 19887 19887 12039 0 -1 4202560 25509 0 0 0 23903 54 0 0 20 0 15 0 98279210 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139954499552584 139954144224023 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19891] ppid=19887 vsize=13980732 CPUtime=0.23 cores=1,3,5,7
/proc/19889/task/19891/stat : 19891 (java) S 19887 19887 12039 0 -1 1077944384 1645 0 0 0 15 8 0 0 20 0 15 0 98279211 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139954095213584 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19892] ppid=19887 vsize=13980732 CPUtime=0.23 cores=1,3,5,7
/proc/19889/task/19892/stat : 19892 (java) S 19887 19887 12039 0 -1 1077944384 1301 0 0 0 14 9 0 0 20 0 15 0 98279211 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139954094161040 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19893] ppid=19887 vsize=13980732 CPUtime=0.22 cores=1,3,5,7
/proc/19889/task/19893/stat : 19893 (java) S 19887 19887 12039 0 -1 1077944384 1465 0 0 0 14 8 0 0 20 0 15 0 98279211 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139954093107984 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19894] ppid=19887 vsize=13980732 CPUtime=0.25 cores=1,3,5,7
/proc/19889/task/19894/stat : 19894 (java) S 19887 19887 12039 0 -1 1077944384 1436 0 0 0 16 9 0 0 20 0 15 0 98279211 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139954092055440 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19895] ppid=19887 vsize=13980732 CPUtime=0.02 cores=1,3,5,7
/proc/19889/task/19895/stat : 19895 (java) S 19887 19887 12039 0 -1 1077944384 2984 0 0 0 2 0 0 0 20 0 15 0 98279212 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953680562416 139954495326850 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19896] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19896/stat : 19896 (java) S 19887 19887 12039 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953679508704 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19897] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19897/stat : 19897 (java) S 19887 19887 12039 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98279213 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953678455552 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19898] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19898/stat : 19898 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279215 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953677404112 139954495334299 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19899] ppid=19887 vsize=13980732 CPUtime=2.38 cores=1,3,5,7
/proc/19889/task/19899/stat : 19899 (java) S 19887 19887 12039 0 -1 1077944384 11596 0 0 0 236 2 0 0 20 0 15 0 98279215 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953676352240 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19900] ppid=19887 vsize=13980732 CPUtime=2.77 cores=1,3,5,7
/proc/19889/task/19900/stat : 19900 (java) S 19887 19887 12039 0 -1 1077944384 12538 0 0 0 275 2 0 0 20 0 15 0 98279215 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953675299696 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19901] ppid=19887 vsize=13980732 CPUtime=0.73 cores=1,3,5,7
/proc/19889/task/19901/stat : 19901 (java) S 19887 19887 12039 0 -1 1077944384 6049 0 0 0 72 1 0 0 20 0 15 0 98279215 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953674246640 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19902] ppid=19887 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19889/task/19902/stat : 19902 (java) S 19887 19887 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98279216 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953673194336 139954495325909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
[pid=19889/tid=19903] ppid=19887 vsize=13980732 CPUtime=0.15 cores=1,3,5,7
/proc/19889/task/19903/stat : 19903 (java) S 19887 19887 12039 0 -1 1077944384 756 0 0 0 6 9 0 0 20 0 15 0 98279221 14316269568 856750 18446744073709551615 4194304 4196468 140729613174896 139953672141360 139954495326850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11948032 140729613181402 140729613181577 140729613181577 140729613184975 0
Current children cumulated CPU time (s) 246.64
Current children cumulated vsize (KiB) 13990244

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19889 sig 9
??? kill 19887 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19887 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=917
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=917
# CPU time returned by wait4() is 0.001834
# while last known CPU time is 246.64
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.033
CPU time (s): 246.64
CPU user time (s): 245.59
CPU system time (s): 1.05
CPU usage (%): 102.753
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000917
system time used= 0.000917
maximum resident set size= 1384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.16536 second user time and 1.55128 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-06 04:09:59
IDJOB=4254229
IDBENCH=140585
IDSOLVER=2635
FILE ID=node132/4254229-1501986260
RUNJOBID= node132-1501978181-12403
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-40.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4254229-1501986260/watcher-4254229-1501986260 -o /tmp/evaluation-result-4254229-1501986260/solver-4254229-1501986260 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501978181-12403 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1084770101 HOME/instance-4254229-1501986260.xml

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

MD5SUM BENCH= d153897c9dbbbf34794d1a29a7a79358
RANDOM SEED=1084770101

node132.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.74
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.74
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.74
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.74
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:        28499876 kB
MemAvailable:   28865944 kB
Buffers:          186648 kB
Cached:           480484 kB
SwapCached:            0 kB
Active:          3490172 kB
Inactive:         356384 kB
Active(anon):    3180264 kB
Inactive(anon):    32628 kB
Active(file):     309908 kB
Inactive(file):   323756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8236 kB
Writeback:             4 kB
AnonPages:       3179432 kB
Mapped:            58632 kB
Shmem:             33468 kB
Slab:             123128 kB
SReclaimable:      96480 kB
SUnreclaim:        26648 kB
KernelStack:        3520 kB
PageTables:        11684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4818192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3057664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62016 MiB
End job on node132 at 2017-08-06 04:14:00