Trace number 4255201

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 5a (2017-07-26)? (TO) 255.629 240.01601

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-14.xml
MD5SUM7bee45910aa9ad1c56e5a256c184a2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables241
Number of constraints240
Number of domains2
Minimum domain size2
Maximum domain size196
Distribution of domain sizes[{"size":2,"count":44},{"size":196,"count":197}]
Minimum variable degree2
Maximum variable degree44
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":150},{"degree":4,"count":44},{"degree":44,"count":1}]
Minimum constraint arity2
Maximum constraint arity196
Distribution of constraint arities[{"arity":2,"count":195},{"arity":3,"count":44},{"arity":196,"count":1}]
Number of extensional constraints0
Number of intensional constraints239
Distribution of constraint types[{"type":"intension","count":239},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4255201-1501621402.xml"  -tl '264s' -p 1 -x 3
0.00/0.31	c [HOME/instance-4255201-1501621402.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.37	c simple solver
0.00/0.43	c parse instance...
8.79/6.77	c solve instance...
255.60/240.00	s UNKNOWN
255.60/240.00	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-4255201-1501621402/watcher-4255201-1501621402 -o /tmp/evaluation-result-4255201-1501621402/solver-4255201-1501621402 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501617024-9378 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 591930244 HOME/instance-4255201-1501621402.xml 

pid=15498
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: 1.73 1.83 1.83 2/198 15501
/proc/meminfo: memFree=31705576/32770624 swapFree=0/170324
[pid=15501] ppid=15498 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15501/stat : 15501 (runsolver) D 15498 15501 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 4050771 24240128 107 18446744073709551615 4194304 4338465 140734235608448 140734235606088 139854692950743 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 21680128 140734235615327 140734235615815 140734235615815 140734235619274 0
/proc/15501/statm: 5918 107 54 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 1.73 1.83 1.83 2/198 15501
/proc/meminfo: memFree=31705576/32770624 swapFree=0/170324
[pid=15501] ppid=15498 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15501/stat : 15501 (xcsp3-exec) S 15498 15501 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 4050771 9740288 344 18446744073709551615 4194304 5098028 140729857436976 140729857435080 140126181900924 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 16232448 140729857438109 140729857438312 140729857438312 140729857441771 0
/proc/15501/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200313 s]
/proc/loadavg: 1.73 1.83 1.83 2/198 15501
/proc/meminfo: memFree=31705576/32770624 swapFree=0/170324
[pid=15501] ppid=15498 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15501/stat : 15501 (xcsp3-exec) S 15498 15501 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 4050771 9740288 344 18446744073709551615 4194304 5098028 140729857436976 140729857435080 140126181900924 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 16232448 140729857438109 140729857438312 140729857438312 140729857441771 0
/proc/15501/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.304296 s]
/proc/loadavg: 1.73 1.83 1.83 2/198 15501
/proc/meminfo: memFree=31705576/32770624 swapFree=0/170324
[pid=15501] ppid=15498 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15501/stat : 15501 (xcsp3-exec) S 15498 15501 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 4050771 9740288 344 18446744073709551615 4194304 5098028 140729857436976 140729857435080 140126181900924 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 16232448 140729857438109 140729857438312 140729857438312 140729857441771 0
/proc/15501/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700261 s]
/proc/loadavg: 1.73 1.83 1.83 2/198 15501
/proc/meminfo: memFree=31705576/32770624 swapFree=0/170324
[pid=15501] ppid=15498 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15501/stat : 15501 (xcsp3-exec) S 15498 15501 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 4050771 9740288 344 18446744073709551615 4194304 5098028 140729857436976 140729857435080 140126181900924 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 16232448 140729857438109 140729857438312 140729857438312 140729857441771 0
/proc/15501/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50068 s]
/proc/loadavg: 1.67 1.81 1.82 5/214 15517
/proc/meminfo: memFree=31608216/32770624 swapFree=0/170324
[pid=15501] ppid=15498 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15501/stat : 15501 (xcsp3-exec) S 15498 15501 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 4050771 9740288 344 18446744073709551615 4194304 5098028 140729857436976 140729857435080 140126181900924 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 16232448 140729857438109 140729857438312 140729857438312 140729857441771 0
/proc/15501/statm: 2378 344 289 221 0 87 0
[pid=15503] ppid=15501 vsize=13980732 CPUtime=2.86 cores=1,3,5,7
/proc/15503/stat : 15503 (java) S 15501 15501 3187 0 -1 1077944320 29491 0 0 0 280 6 0 0 20 0 15 0 4050778 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140737020244816 140536128171767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
/proc/15503/statm: 3495183 29079 3170 1 0 3483484 0
[pid=15503/tid=15504] ppid=15501 vsize=13980732 CPUtime=1.31 cores=1,3,5,7
/proc/15503/task/15504/stat : 15504 (java) R 15501 15501 3187 0 -1 4202560 8776 0 0 0 128 3 0 0 20 0 15 0 4050778 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140536132405104 140535772256135 0 4 1 16800974 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15505] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15505/stat : 15505 (java) S 15501 15501 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 4050779 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140536095729936 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15506] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15506/stat : 15506 (java) S 15501 15501 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 4050779 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140535727737232 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15507] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15507/stat : 15507 (java) S 15501 15501 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 4050779 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140535726684688 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15508] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15508/stat : 15508 (java) S 15501 15501 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 4050779 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140535725632144 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15509] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15509/stat : 15509 (java) S 15501 15501 3187 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 4050780 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140535606753776 140536128182914 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15510] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15510/stat : 15510 (java) S 15501 15501 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 4050780 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140535605700000 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15511] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15511/stat : 15511 (java) S 15501 15501 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 4050781 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140535604647408 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15512] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15512/stat : 15512 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140535603595984 140536128190363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15513] ppid=15501 vsize=13980732 CPUtime=0.6 cores=1,3,5,7
/proc/15503/task/15513/stat : 15513 (java) S 15501 15501 3187 0 -1 1077944384 8766 0 0 0 59 1 0 0 20 0 15 0 4050783 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140535602542576 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15514] ppid=15501 vsize=13980732 CPUtime=0.62 cores=1,3,5,7
/proc/15503/task/15514/stat : 15514 (java) R 15501 15501 3187 0 -1 4202560 7840 0 0 0 61 1 0 0 20 0 15 0 4050783 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140535601490032 140536108871304 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15515] ppid=15501 vsize=13980732 CPUtime=0.29 cores=1,3,5,7
/proc/15503/task/15515/stat : 15515 (java) S 15501 15501 3187 0 -1 1077944384 2791 0 0 0 29 0 0 0 20 0 15 0 4050783 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140535600437488 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15516] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15516/stat : 15516 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140535599385184 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15517] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15517/stat : 15517 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050794 14316269568 29079 18446744073709551615 4194304 4196468 140737020262272 140535598332720 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 13990244

[startup+3.1006 s]
/proc/loadavg: 1.67 1.81 1.82 3/214 15517
/proc/meminfo: memFree=31590436/32770624 swapFree=0/170324
[pid=15501] ppid=15498 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15501/stat : 15501 (xcsp3-exec) S 15498 15501 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 4050771 9740288 344 18446744073709551615 4194304 5098028 140729857436976 140729857435080 140126181900924 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 16232448 140729857438109 140729857438312 140729857438312 140729857441771 0
/proc/15501/statm: 2378 344 289 221 0 87 0
[pid=15503] ppid=15501 vsize=13980732 CPUtime=4.6 cores=1,3,5,7
/proc/15503/stat : 15503 (java) S 15501 15501 3187 0 -1 1077944320 31221 0 0 0 453 7 0 0 20 0 15 0 4050778 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140737020244816 140536128171767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
/proc/15503/statm: 3495183 34327 3171 1 0 3483484 0
[pid=15503/tid=15504] ppid=15501 vsize=13980732 CPUtime=2.91 cores=1,3,5,7
/proc/15503/task/15504/stat : 15504 (java) R 15501 15501 3187 0 -1 4202560 9286 0 0 0 287 4 0 0 20 0 15 0 4050778 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140536132409544 140535772600333 0 4 1 16800974 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15505] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15505/stat : 15505 (java) S 15501 15501 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 4050779 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140536095729936 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15506] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15506/stat : 15506 (java) S 15501 15501 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 4050779 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140535727737232 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15507] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15507/stat : 15507 (java) S 15501 15501 3187 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 4050779 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140535726684688 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15508] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15508/stat : 15508 (java) S 15501 15501 3187 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 4050779 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140535725632144 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15509] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15509/stat : 15509 (java) S 15501 15501 3187 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 4050780 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140535606753776 140536128182914 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15510] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15510/stat : 15510 (java) S 15501 15501 3187 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 4050780 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140535605700000 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15511] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15511/stat : 15511 (java) S 15501 15501 3187 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 4050781 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140535604647408 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15512] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15512/stat : 15512 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140535603595984 140536128190363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15513] ppid=15501 vsize=13980732 CPUtime=0.64 cores=1,3,5,7
/proc/15503/task/15513/stat : 15513 (java) S 15501 15501 3187 0 -1 1077944384 9204 0 0 0 63 1 0 0 20 0 15 0 4050783 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140535602542576 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15514] ppid=15501 vsize=13980732 CPUtime=0.7 cores=1,3,5,7
/proc/15503/task/15514/stat : 15514 (java) S 15501 15501 3187 0 -1 1077944384 8324 0 0 0 69 1 0 0 20 0 15 0 4050783 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140535601490032 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15515] ppid=15501 vsize=13980732 CPUtime=0.33 cores=1,3,5,7
/proc/15503/task/15515/stat : 15515 (java) S 15501 15501 3187 0 -1 1077944384 3047 0 0 0 33 0 0 0 20 0 15 0 4050783 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140535600437488 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15516] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15516/stat : 15516 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140535599385184 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15517] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15517/stat : 15517 (java) S 15501 15501 3187 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 4050794 14316269568 34327 18446744073709551615 4194304 4196468 140737020262272 140535598332720 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 13990244

[startup+6.30071 s]
/proc/loadavg: 1.70 1.82 1.82 3/214 15517
/proc/meminfo: memFree=31390736/32770624 swapFree=0/170336
[pid=15501] ppid=15498 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15501/stat : 15501 (xcsp3-exec) S 15498 15501 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 4050771 9740288 344 18446744073709551615 4194304 5098028 140729857436976 140729857435080 140126181900924 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 16232448 140729857438109 140729857438312 140729857438312 140729857441771 0
/proc/15501/statm: 2378 344 289 221 0 87 0
[pid=15503] ppid=15501 vsize=13980732 CPUtime=8.38 cores=1,3,5,7
/proc/15503/stat : 15503 (java) S 15501 15501 3187 0 -1 1077944320 38385 0 0 0 817 21 0 0 20 0 15 0 4050778 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140737020244816 140536128171767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
/proc/15503/statm: 3495183 79619 3202 1 0 3483484 0
[pid=15503/tid=15504] ppid=15501 vsize=13980732 CPUtime=6.04 cores=1,3,5,7
/proc/15503/task/15504/stat : 15504 (java) R 15501 15501 3187 0 -1 4202560 10370 0 0 0 599 5 0 0 20 0 15 0 4050778 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140536132407008 140535772430626 0 4 1 16800974 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15505] ppid=15501 vsize=13980732 CPUtime=0.06 cores=1,3,5,7
/proc/15503/task/15505/stat : 15505 (java) S 15501 15501 3187 0 -1 1077944384 177 0 0 0 3 3 0 0 20 0 15 0 4050779 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140536095729936 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15506] ppid=15501 vsize=13980732 CPUtime=0.05 cores=1,3,5,7
/proc/15503/task/15506/stat : 15506 (java) S 15501 15501 3187 0 -1 1077944384 93 0 0 0 3 2 0 0 20 0 15 0 4050779 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140535727737232 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15507] ppid=15501 vsize=13980732 CPUtime=0.05 cores=1,3,5,7
/proc/15503/task/15507/stat : 15507 (java) S 15501 15501 3187 0 -1 1077944384 110 0 0 0 3 2 0 0 20 0 15 0 4050779 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140535726684688 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15508] ppid=15501 vsize=13980732 CPUtime=0.05 cores=1,3,5,7
/proc/15503/task/15508/stat : 15508 (java) S 15501 15501 3187 0 -1 1077944384 161 0 0 0 2 3 0 0 20 0 15 0 4050779 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140535725632144 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15509] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15509/stat : 15509 (java) S 15501 15501 3187 0 -1 1077944384 390 0 0 0 0 0 0 0 20 0 15 0 4050780 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140535606753776 140536128182914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15510] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15510/stat : 15510 (java) S 15501 15501 3187 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 4050780 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140535605700000 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15511] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15511/stat : 15511 (java) S 15501 15501 3187 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 4050781 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140535604647408 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15512] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15512/stat : 15512 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140535603595984 140536128190363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15513] ppid=15501 vsize=13980732 CPUtime=0.72 cores=1,3,5,7
/proc/15503/task/15513/stat : 15513 (java) S 15501 15501 3187 0 -1 1077944384 10303 0 0 0 71 1 0 0 20 0 15 0 4050783 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140535602542576 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15514] ppid=15501 vsize=13980732 CPUtime=0.97 cores=1,3,5,7
/proc/15503/task/15514/stat : 15514 (java) S 15501 15501 3187 0 -1 1077944384 9967 0 0 0 96 1 0 0 20 0 15 0 4050783 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140535601490032 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15515] ppid=15501 vsize=13980732 CPUtime=0.35 cores=1,3,5,7
/proc/15503/task/15515/stat : 15515 (java) S 15501 15501 3187 0 -1 1077944384 4272 0 0 0 35 0 0 0 20 0 15 0 4050783 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140535600437488 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15516] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15516/stat : 15516 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140535599385184 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15517] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15517/stat : 15517 (java) S 15501 15501 3187 0 -1 1077944384 1197 0 0 0 0 0 0 0 20 0 15 0 4050794 14316269568 79619 18446744073709551615 4194304 4196468 140737020262272 140535598332720 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 1.64 1.80 1.82 3/214 15518
/proc/meminfo: memFree=31130348/32770624 swapFree=0/170344
[pid=15501] ppid=15498 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15501/stat : 15501 (xcsp3-exec) S 15498 15501 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 4050771 9740288 344 18446744073709551615 4194304 5098028 140729857436976 140729857435080 140126181900924 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 16232448 140729857438109 140729857438312 140729857438312 140729857441771 0
/proc/15501/statm: 2378 344 289 221 0 87 0
[pid=15503] ppid=15501 vsize=13980732 CPUtime=18.46 cores=1,3,5,7
/proc/15503/stat : 15503 (java) S 15501 15501 3187 0 -1 1077944320 45803 0 0 0 1810 36 0 0 20 0 15 0 4050778 14316269568 142346 18446744073709551615 4194304 4196468 140737020262272 140737020244816 140536128171767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
/proc/15503/statm: 3495183 142346 3230 1 0 3483484 0
[pid=15503/tid=15504] ppid=15501 vsize=13980732 CPUtime=12.36 cores=1,3,5,7
/proc/15503/task/15504/stat : 15504 (java) R 15501 15501 3187 0 -1 4202560 12046 0 0 0 1228 8 0 0 20 0 15 0 4050778 14316269568 142346 18446744073709551615 4194304 4196468 140737020262272 140536132407536 140535774936404 0 4 1 16800974 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15505] ppid=15501 vsize=13980732 CPUtime=0.14 cores=1,3,5,7
/proc/15503/task/15505/stat : 15505 (java) S 15501 15501 3187 0 -1 1077944384 304 0 0 0 8 6 0 0 20 0 15 0 4050779 14316269568 142346 18446744073709551615 4194304 4196468 140737020262272 140536095729936 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15506] ppid=15501 vsize=13980732 CPUtime=0.1 cores=1,3,5,7
/proc/15503/task/15506/stat : 15506 (java) S 15501 15501 3187 0 -1 1077944384 185 0 0 0 6 4 0 0 20 0 15 0 4050779 14316269568 142346 18446744073709551615 4194304 4196468 140737020262272 140535727737232 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0

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

/proc/15503/stat : 15503 (java) S 15501 15501 3187 0 -1 1077944320 82910 0 0 0 11273 80 0 0 20 0 15 0 4050778 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140737020244816 140536128171767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
/proc/15503/statm: 3495183 201898 3256 1 0 3483484 0
[pid=15503/tid=15504] ppid=15501 vsize=13980732 CPUtime=101.5 cores=1,3,5,7
/proc/15503/task/15504/stat : 15504 (java) R 15501 15501 3187 0 -1 4202560 19187 0 0 0 10138 12 0 0 20 0 15 0 4050778 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140536132411024 140535775149209 0 4 1 16800974 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15505] ppid=15501 vsize=13980732 CPUtime=0.54 cores=1,3,5,7
/proc/15503/task/15505/stat : 15505 (java) S 15501 15501 3187 0 -1 1077944384 1045 0 0 0 40 14 0 0 20 0 15 0 4050779 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140536095729936 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15506] ppid=15501 vsize=13980732 CPUtime=0.5 cores=1,3,5,7
/proc/15503/task/15506/stat : 15506 (java) S 15501 15501 3187 0 -1 1077944384 954 0 0 0 38 12 0 0 20 0 15 0 4050779 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140535727737232 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15507] ppid=15501 vsize=13980732 CPUtime=0.54 cores=1,3,5,7
/proc/15503/task/15507/stat : 15507 (java) S 15501 15501 3187 0 -1 1077944384 1147 0 0 0 40 14 0 0 20 0 15 0 4050779 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140535726684688 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15508] ppid=15501 vsize=13980732 CPUtime=0.49 cores=1,3,5,7
/proc/15503/task/15508/stat : 15508 (java) S 15501 15501 3187 0 -1 1077944384 3329 0 0 0 36 13 0 0 20 0 15 0 4050779 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140535725632144 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15509] ppid=15501 vsize=13980732 CPUtime=0.06 cores=1,3,5,7
/proc/15503/task/15509/stat : 15509 (java) S 15501 15501 3187 0 -1 1077944384 4199 0 0 0 5 1 0 0 20 0 15 0 4050780 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140535606753776 140536128182914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15510] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15510/stat : 15510 (java) S 15501 15501 3187 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 4050780 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140535605700064 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15511] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15511/stat : 15511 (java) S 15501 15501 3187 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 4050781 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140535604647424 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15512] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15512/stat : 15512 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140535603595984 140536128190363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15513] ppid=15501 vsize=13980732 CPUtime=4.09 cores=1,3,5,7
/proc/15503/task/15513/stat : 15513 (java) S 15501 15501 3187 0 -1 1077944384 18703 0 0 0 407 2 0 0 20 0 15 0 4050783 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140535602542576 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15514] ppid=15501 vsize=13980732 CPUtime=4.85 cores=1,3,5,7
/proc/15503/task/15514/stat : 15514 (java) S 15501 15501 3187 0 -1 1077944384 23761 0 0 0 481 4 0 0 20 0 15 0 4050783 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140535601490032 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15515] ppid=15501 vsize=13980732 CPUtime=0.83 cores=1,3,5,7
/proc/15503/task/15515/stat : 15515 (java) S 15501 15501 3187 0 -1 1077944384 7864 0 0 0 81 2 0 0 20 0 15 0 4050783 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140535600437488 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15516] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15516/stat : 15516 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140535599385184 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15517] ppid=15501 vsize=13980732 CPUtime=0.05 cores=1,3,5,7
/proc/15503/task/15517/stat : 15517 (java) S 15501 15501 3187 0 -1 1077944384 1356 0 0 0 3 2 0 0 20 0 15 0 4050794 14316269568 201898 18446744073709551615 4194304 4196468 140737020262272 140535598332720 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
Current children cumulated CPU time (s) 113.53
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.75 1.79 1.81 3/215 15607
/proc/meminfo: memFree=31067208/32770624 swapFree=0/170504
[pid=15501] ppid=15498 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15501/stat : 15501 (xcsp3-exec) S 15498 15501 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 4050771 9740288 344 18446744073709551615 4194304 5098028 140729857436976 140729857435080 140126181900924 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 16232448 140729857438109 140729857438312 140729857438312 140729857441771 0
/proc/15501/statm: 2378 344 289 221 0 87 0
[pid=15503] ppid=15501 vsize=13980732 CPUtime=175.29 cores=1,3,5,7
/proc/15503/stat : 15503 (java) S 15501 15501 3187 0 -1 1077944320 94338 0 0 0 17438 91 0 0 20 0 15 0 4050778 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140737020244816 140536128171767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
/proc/15503/statm: 3495183 172557 3260 1 0 3483484 0
[pid=15503/tid=15504] ppid=15501 vsize=13980732 CPUtime=161.03 cores=1,3,5,7
/proc/15503/task/15504/stat : 15504 (java) R 15501 15501 3187 0 -1 4202560 20244 0 0 0 16091 12 0 0 20 0 15 0 4050778 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140536132411328 140535770363623 0 4 1 16800974 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15505] ppid=15501 vsize=13980732 CPUtime=0.96 cores=1,3,5,7
/proc/15503/task/15505/stat : 15505 (java) S 15501 15501 3187 0 -1 1077944384 1541 0 0 0 80 16 0 0 20 0 15 0 4050779 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140536095729936 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15506] ppid=15501 vsize=13980732 CPUtime=0.92 cores=1,3,5,7
/proc/15503/task/15506/stat : 15506 (java) S 15501 15501 3187 0 -1 1077944384 1167 0 0 0 78 14 0 0 20 0 15 0 4050779 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140535727737232 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15507] ppid=15501 vsize=13980732 CPUtime=0.97 cores=1,3,5,7
/proc/15503/task/15507/stat : 15507 (java) S 15501 15501 3187 0 -1 1077944384 2137 0 0 0 80 17 0 0 20 0 15 0 4050779 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140535726684688 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15508] ppid=15501 vsize=13980732 CPUtime=0.93 cores=1,3,5,7
/proc/15503/task/15508/stat : 15508 (java) S 15501 15501 3187 0 -1 1077944384 3652 0 0 0 77 16 0 0 20 0 15 0 4050779 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140535725632144 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15509] ppid=15501 vsize=13980732 CPUtime=0.09 cores=1,3,5,7
/proc/15503/task/15509/stat : 15509 (java) S 15501 15501 3187 0 -1 1077944384 7887 0 0 0 7 2 0 0 20 0 15 0 4050780 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140535606753776 140536128182914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15510] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15510/stat : 15510 (java) S 15501 15501 3187 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 4050780 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140535605700064 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15511] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15511/stat : 15511 (java) S 15501 15501 3187 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 4050781 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140535604647424 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15512] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15512/stat : 15512 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140535603595984 140536128190363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15513] ppid=15501 vsize=13980732 CPUtime=4.22 cores=1,3,5,7
/proc/15503/task/15513/stat : 15513 (java) S 15501 15501 3187 0 -1 1077944384 20454 0 0 0 420 2 0 0 20 0 15 0 4050783 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140535602542576 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15514] ppid=15501 vsize=13980732 CPUtime=5.16 cores=1,3,5,7
/proc/15503/task/15514/stat : 15514 (java) S 15501 15501 3187 0 -1 1077944384 26378 0 0 0 512 4 0 0 20 0 15 0 4050783 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140535601490032 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15515] ppid=15501 vsize=13980732 CPUtime=0.85 cores=1,3,5,7
/proc/15503/task/15515/stat : 15515 (java) S 15501 15501 3187 0 -1 1077944384 8097 0 0 0 83 2 0 0 20 0 15 0 4050783 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140535600437488 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15516] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15516/stat : 15516 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140535599385184 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15517] ppid=15501 vsize=13980732 CPUtime=0.07 cores=1,3,5,7
/proc/15503/task/15517/stat : 15517 (java) S 15501 15501 3187 0 -1 1077944384 1416 0 0 0 4 3 0 0 20 0 15 0 4050794 14316269568 172557 18446744073709551615 4194304 4196468 140737020262272 140535598332720 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
Current children cumulated CPU time (s) 175.29
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.56 1.73 1.79 3/215 15609
/proc/meminfo: memFree=30816988/32770624 swapFree=0/170536
[pid=15501] ppid=15498 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15501/stat : 15501 (xcsp3-exec) S 15498 15501 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 4050771 9740288 344 18446744073709551615 4194304 5098028 140729857436976 140729857435080 140126181900924 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 16232448 140729857438109 140729857438312 140729857438312 140729857441771 0
/proc/15501/statm: 2378 344 289 221 0 87 0
[pid=15503] ppid=15501 vsize=13980732 CPUtime=237.55 cores=1,3,5,7
/proc/15503/stat : 15503 (java) S 15501 15501 3187 0 -1 1077944320 101550 0 0 0 23647 108 0 0 20 0 15 0 4050778 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140737020244816 140536128171767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
/proc/15503/statm: 3495183 206816 3261 1 0 3483484 0
[pid=15503/tid=15504] ppid=15501 vsize=13980732 CPUtime=220.24 cores=1,3,5,7
/proc/15503/task/15504/stat : 15504 (java) R 15501 15501 3187 0 -1 4202560 21174 0 0 0 22011 13 0 0 20 0 15 0 4050778 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140536132409352 140535775147543 0 4 1 16800974 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15505] ppid=15501 vsize=13980732 CPUtime=1.61 cores=1,3,5,7
/proc/15503/task/15505/stat : 15505 (java) S 15501 15501 3187 0 -1 1077944384 2333 0 0 0 141 20 0 0 20 0 15 0 4050779 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140536095729936 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15506] ppid=15501 vsize=13980732 CPUtime=1.57 cores=1,3,5,7
/proc/15503/task/15506/stat : 15506 (java) S 15501 15501 3187 0 -1 1077944384 1730 0 0 0 139 18 0 0 20 0 15 0 4050779 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140535727737232 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15507] ppid=15501 vsize=13980732 CPUtime=1.62 cores=1,3,5,7
/proc/15503/task/15507/stat : 15507 (java) S 15501 15501 3187 0 -1 1077944384 3038 0 0 0 141 21 0 0 20 0 15 0 4050779 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140535726684688 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15508] ppid=15501 vsize=13980732 CPUtime=1.57 cores=1,3,5,7
/proc/15503/task/15508/stat : 15508 (java) S 15501 15501 3187 0 -1 1077944384 4342 0 0 0 137 20 0 0 20 0 15 0 4050779 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140535725632144 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15509] ppid=15501 vsize=13980732 CPUtime=0.23 cores=1,3,5,7
/proc/15503/task/15509/stat : 15509 (java) S 15501 15501 3187 0 -1 1077944384 8069 0 0 0 21 2 0 0 20 0 15 0 4050780 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140535606753776 140536128182914 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15510] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15510/stat : 15510 (java) S 15501 15501 3187 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 4050780 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140535605700064 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15511] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15511/stat : 15511 (java) S 15501 15501 3187 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 4050781 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140535604647424 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15512] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15512/stat : 15512 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140535603595984 140536128190363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15513] ppid=15501 vsize=13980732 CPUtime=4.31 cores=1,3,5,7
/proc/15503/task/15513/stat : 15513 (java) S 15501 15501 3187 0 -1 1077944384 21550 0 0 0 429 2 0 0 20 0 15 0 4050783 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140535602542576 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15514] ppid=15501 vsize=13980732 CPUtime=5.35 cores=1,3,5,7
/proc/15503/task/15514/stat : 15514 (java) S 15501 15501 3187 0 -1 1077944384 28376 0 0 0 531 4 0 0 20 0 15 0 4050783 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140535601490032 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15515] ppid=15501 vsize=13980732 CPUtime=0.86 cores=1,3,5,7
/proc/15503/task/15515/stat : 15515 (java) S 15501 15501 3187 0 -1 1077944384 8145 0 0 0 84 2 0 0 20 0 15 0 4050783 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140535600437488 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15516] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15516/stat : 15516 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140535599385184 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15517] ppid=15501 vsize=13980732 CPUtime=0.11 cores=1,3,5,7
/proc/15503/task/15517/stat : 15517 (java) S 15501 15501 3187 0 -1 1077944384 1428 0 0 0 6 5 0 0 20 0 15 0 4050794 14316269568 206816 18446744073709551615 4194304 4196468 140737020262272 140535598332720 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
Current children cumulated CPU time (s) 237.55
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.50 1.71 1.78 3/215 15609
/proc/meminfo: memFree=30708796/32770624 swapFree=0/170552
[pid=15501] ppid=15498 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/15501/stat : 15501 (xcsp3-exec) S 15498 15501 3187 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 4050771 9740288 344 18446744073709551615 4194304 5098028 140729857436976 140729857435080 140126181900924 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 5 0 0 7196144 7232144 16232448 140729857438109 140729857438312 140729857438312 140729857441771 0
/proc/15501/statm: 2378 344 289 221 0 87 0
[pid=15503] ppid=15501 vsize=13980732 CPUtime=255.6 cores=1,3,5,7
/proc/15503/stat : 15503 (java) S 15501 15501 3187 0 -1 1077944320 102530 0 0 0 25440 120 0 0 20 0 15 0 4050778 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140737020244816 140536128171767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
/proc/15503/statm: 3495183 229319 3261 1 0 3483484 0
[pid=15503/tid=15504] ppid=15501 vsize=13980732 CPUtime=237.82 cores=1,3,5,7
/proc/15503/task/15504/stat : 15504 (java) R 15501 15501 3187 0 -1 4202560 21180 0 0 0 23769 13 0 0 20 0 15 0 4050778 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140536132411312 140535772019556 0 4 1 16800974 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15505] ppid=15501 vsize=13980732 CPUtime=1.73 cores=1,3,5,7
/proc/15503/task/15505/stat : 15505 (java) S 15501 15501 3187 0 -1 1077944384 2524 0 0 0 150 23 0 0 20 0 15 0 4050779 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140536095729936 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15506] ppid=15501 vsize=13980732 CPUtime=1.68 cores=1,3,5,7
/proc/15503/task/15506/stat : 15506 (java) S 15501 15501 3187 0 -1 1077944384 1961 0 0 0 147 21 0 0 20 0 15 0 4050779 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140535727737232 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15507] ppid=15501 vsize=13980732 CPUtime=1.73 cores=1,3,5,7
/proc/15503/task/15507/stat : 15507 (java) S 15501 15501 3187 0 -1 1077944384 3291 0 0 0 149 24 0 0 20 0 15 0 4050779 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140535726684688 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15508] ppid=15501 vsize=13980732 CPUtime=1.67 cores=1,3,5,7
/proc/15503/task/15508/stat : 15508 (java) S 15501 15501 3187 0 -1 1077944384 4507 0 0 0 145 22 0 0 20 0 15 0 4050779 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140535725632144 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15509] ppid=15501 vsize=13980732 CPUtime=0.23 cores=1,3,5,7
/proc/15503/task/15509/stat : 15509 (java) S 15501 15501 3187 0 -1 1077944384 8109 0 0 0 21 2 0 0 20 0 15 0 4050780 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140535606753776 140536128182914 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15510] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15510/stat : 15510 (java) S 15501 15501 3187 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 4050780 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140535605700064 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15511] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15511/stat : 15511 (java) S 15501 15501 3187 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 4050781 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140535604647424 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15512] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15512/stat : 15512 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140535603595984 140536128190363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15513] ppid=15501 vsize=13980732 CPUtime=4.31 cores=1,3,5,7
/proc/15503/task/15513/stat : 15513 (java) S 15501 15501 3187 0 -1 1077944384 21576 0 0 0 429 2 0 0 20 0 15 0 4050783 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140535602542576 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15514] ppid=15501 vsize=13980732 CPUtime=5.35 cores=1,3,5,7
/proc/15503/task/15514/stat : 15514 (java) S 15501 15501 3187 0 -1 1077944384 28377 0 0 0 531 4 0 0 20 0 15 0 4050783 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140535601490032 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15515] ppid=15501 vsize=13980732 CPUtime=0.87 cores=1,3,5,7
/proc/15503/task/15515/stat : 15515 (java) S 15501 15501 3187 0 -1 1077944384 8211 0 0 0 85 2 0 0 20 0 15 0 4050783 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140535600437488 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15516] ppid=15501 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/15503/task/15516/stat : 15516 (java) S 15501 15501 3187 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 4050783 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140535599385184 140536128181973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
[pid=15503/tid=15517] ppid=15501 vsize=13980732 CPUtime=0.11 cores=1,3,5,7
/proc/15503/task/15517/stat : 15517 (java) S 15501 15501 3187 0 -1 1077944384 1429 0 0 0 6 5 0 0 20 0 15 0 4050794 14316269568 229319 18446744073709551615 4194304 4196468 140737020262272 140535598332720 140536128182914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39727104 140737020264917 140737020265092 140737020265092 140737020268495 0
Current children cumulated CPU time (s) 255.6
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 15503 sig 9
??? kill 15501 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 240.016
CPU time (s): 255.629
CPU user time (s): 254.417
CPU system time (s): 1.21195
CPU usage (%): 106.505
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.417
system time used= 1.21195
maximum resident set size= 943984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10821
involuntary context switches= 539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.08139 second user time and 1.61725 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-01 22:49:21
IDJOB=4255201
IDBENCH=130621
IDSOLVER=2637
FILE ID=node135/4255201-1501621402
RUNJOBID= node135-1501617024-9378
PBS_JOBID= 
Free space on /tmp= 61836 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-14.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-4255201-1501621402/watcher-4255201-1501621402 -o /tmp/evaluation-result-4255201-1501621402/solver-4255201-1501621402 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501617024-9378 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 591930244 HOME/instance-4255201-1501621402.xml

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

MD5SUM BENCH= 7bee45910aa9ad1c56e5a256c184a2b3
RANDOM SEED=591930244

node135.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.21
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.21
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.21
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.21
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:        31706392 kB
MemAvailable:   31685804 kB
Buffers:           37920 kB
Cached:           252960 kB
SwapCached:            0 kB
Active:           535464 kB
Inactive:         178952 kB
Active(anon):     423896 kB
Inactive(anon):     8592 kB
Active(file):     111568 kB
Inactive(file):   170360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7864 kB
Writeback:             0 kB
AnonPages:        423540 kB
Mapped:            40800 kB
Shmem:              8960 kB
Slab:              51816 kB
SReclaimable:      26640 kB
SUnreclaim:        25176 kB
KernelStack:        3456 kB
PageTables:         5772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1123164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61828 MiB
End job on node135 at 2017-08-01 22:53:21