Trace number 4255204

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) 250.08 240.00999

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-17.xml
MD5SUMdc7df4a3b3f37e7a6c8d4746a81abb92
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 variables351
Number of constraints350
Number of domains2
Minimum domain size2
Maximum domain size289
Distribution of domain sizes[{"size":2,"count":61},{"size":289,"count":290}]
Minimum variable degree2
Maximum variable degree61
Distribution of variable degrees[{"degree":2,"count":63},{"degree":3,"count":226},{"degree":4,"count":61},{"degree":61,"count":1}]
Minimum constraint arity2
Maximum constraint arity289
Distribution of constraint arities[{"arity":2,"count":288},{"arity":3,"count":61},{"arity":289,"count":1}]
Number of extensional constraints0
Number of intensional constraints349
Distribution of constraint types[{"type":"intension","count":349},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4255204-1501621426.xml"  -tl '264s' -p 1 -x 3
0.00/0.33	c [HOME/instance-4255204-1501621426.xml, -tl, 264s, -p, 1, -x, 3]
0.00/0.39	c simple solver
0.00/0.46	c parse instance...
17.55/13.81	c solve instance...
250.08/240.00	s UNKNOWN
250.08/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-4255204-1501621426/watcher-4255204-1501621426 -o /tmp/evaluation-result-4255204-1501621426/solver-4255204-1501621426 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501616951-11514 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 341018965 HOME/instance-4255204-1501621426.xml 

pid=22473
running on 4 cores: 0,2,4,6

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.41 1.68 1.82 2/200 22476
/proc/meminfo: memFree=31446624/32770624 swapFree=0/290400
[pid=22476] ppid=22473 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22476/stat : 22476 (runsolver) D 22473 22476 5234 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 9648390 24240128 107 18446744073709551615 4194304 4338465 140732818858608 140732818856248 139897602200279 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 16236544 140732818862173 140732818862662 140732818862662 140732818866122 0
/proc/22476/statm: 5918 107 54 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 1.41 1.68 1.82 2/200 22476
/proc/meminfo: memFree=31446624/32770624 swapFree=0/290400
[pid=22476] ppid=22473 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22476/stat : 22476 (runsolver) D 22473 22476 5234 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 9648390 24240128 107 18446744073709551615 4194304 4338465 140732818858608 140732818856248 139897602200279 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 16236544 140732818862173 140732818862662 140732818862662 140732818866122 0
/proc/22476/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200297 s]
/proc/loadavg: 1.41 1.68 1.82 2/200 22476
/proc/meminfo: memFree=31446624/32770624 swapFree=0/290400
[pid=22476] ppid=22473 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/22476/stat : 22476 (xcsp3-exec) S 22473 22476 5234 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 9648390 9740288 344 18446744073709551615 4194304 5098028 140724945992896 140724945991000 139750502457980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 16310272 140724945994140 140724945994343 140724945994343 140724945997803 0
/proc/22476/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300243 s]
/proc/loadavg: 1.41 1.68 1.82 2/200 22476
/proc/meminfo: memFree=31446624/32770624 swapFree=0/290400
[pid=22476] ppid=22473 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/22476/stat : 22476 (xcsp3-exec) S 22473 22476 5234 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 9648390 9740288 344 18446744073709551615 4194304 5098028 140724945992896 140724945991000 139750502457980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 16310272 140724945994140 140724945994343 140724945994343 140724945997803 0
/proc/22476/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700906 s]
/proc/loadavg: 1.41 1.68 1.82 2/200 22476
/proc/meminfo: memFree=31446624/32770624 swapFree=0/290400
[pid=22476] ppid=22473 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/22476/stat : 22476 (xcsp3-exec) S 22473 22476 5234 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 9648390 9740288 344 18446744073709551615 4194304 5098028 140724945992896 140724945991000 139750502457980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 16310272 140724945994140 140724945994343 140724945994343 140724945997803 0
/proc/22476/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50073 s]
/proc/loadavg: 1.46 1.69 1.82 5/216 22492
/proc/meminfo: memFree=31345308/32770624 swapFree=0/290664
[pid=22476] ppid=22473 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/22476/stat : 22476 (xcsp3-exec) S 22473 22476 5234 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 9648390 9740288 344 18446744073709551615 4194304 5098028 140724945992896 140724945991000 139750502457980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 16310272 140724945994140 140724945994343 140724945994343 140724945997803 0
/proc/22476/statm: 2378 344 289 221 0 87 0
[pid=22478] ppid=22476 vsize=13980732 CPUtime=2.85 cores=0,2,4,6
/proc/22478/stat : 22478 (java) S 22476 22476 5234 0 -1 1077944320 28161 0 0 0 279 6 0 0 20 0 15 0 9648401 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 140737281068064 139658391199479 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
/proc/22478/statm: 3495183 28708 3169 1 0 3483484 0
[pid=22478/tid=22479] ppid=22476 vsize=13980732 CPUtime=1.28 cores=0,2,4,6
/proc/22478/task/22479/stat : 22479 (java) R 22476 22476 5234 0 -1 4202560 8845 0 0 0 125 3 0 0 20 0 15 0 9648401 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139658395429824 139657995416328 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22480] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22480/stat : 22480 (java) S 22476 22476 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9648402 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139658325633424 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22481] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22481/stat : 22481 (java) S 22476 22476 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9648402 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139658324580624 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22482] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22482/stat : 22482 (java) S 22476 22476 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9648402 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139658323528336 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22483] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22483/stat : 22483 (java) S 22476 22476 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9648402 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139658322475536 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22484] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22484/stat : 22484 (java) S 22476 22476 5234 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 9648403 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139657868851824 139658391210626 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22485] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22485/stat : 22485 (java) S 22476 22476 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139657867797792 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22486] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22486/stat : 22486 (java) S 22476 22476 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139657866745456 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22487] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22487/stat : 22487 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648406 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139657865693776 139658391218075 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22488] ppid=22476 vsize=13980732 CPUtime=0.62 cores=0,2,4,6
/proc/22478/task/22488/stat : 22488 (java) S 22476 22476 5234 0 -1 1077944384 7638 0 0 0 61 1 0 0 20 0 15 0 9648406 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139657864640624 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22489] ppid=22476 vsize=13980732 CPUtime=0.62 cores=0,2,4,6
/proc/22478/task/22489/stat : 22489 (java) S 22476 22476 5234 0 -1 1077944384 8135 0 0 0 61 1 0 0 20 0 15 0 9648406 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139657863587824 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22490] ppid=22476 vsize=13980732 CPUtime=0.3 cores=0,2,4,6
/proc/22478/task/22490/stat : 22490 (java) S 22476 22476 5234 0 -1 1077944384 2198 0 0 0 30 0 0 0 20 0 15 0 9648406 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139657862535536 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22491] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22491/stat : 22491 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648407 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139657861482976 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22492] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22492/stat : 22492 (java) S 22476 22476 5234 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 9648415 14316269568 28708 18446744073709551615 4194304 4196468 140737281085520 139657860430768 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 13990244

[startup+3.1007 s]
/proc/loadavg: 1.46 1.69 1.82 4/216 22492
/proc/meminfo: memFree=31338956/32770624 swapFree=0/290664
[pid=22476] ppid=22473 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/22476/stat : 22476 (xcsp3-exec) S 22473 22476 5234 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 9648390 9740288 344 18446744073709551615 4194304 5098028 140724945992896 140724945991000 139750502457980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 16310272 140724945994140 140724945994343 140724945994343 140724945997803 0
/proc/22476/statm: 2378 344 289 221 0 87 0
[pid=22478] ppid=22476 vsize=13980732 CPUtime=5.09 cores=0,2,4,6
/proc/22478/stat : 22478 (java) S 22476 22476 5234 0 -1 1077944320 31549 0 0 0 502 7 0 0 20 0 15 0 9648401 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 140737281068064 139658391199479 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
/proc/22478/statm: 3495183 31575 3170 1 0 3483484 0
[pid=22478/tid=22479] ppid=22476 vsize=13980732 CPUtime=2.89 cores=0,2,4,6
/proc/22478/task/22479/stat : 22479 (java) R 22476 22476 5234 0 -1 4202560 9329 0 0 0 285 4 0 0 20 0 15 0 9648401 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139658395437248 139657995763763 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22480] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22480/stat : 22480 (java) S 22476 22476 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9648402 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139658325633424 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22481] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22481/stat : 22481 (java) S 22476 22476 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9648402 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139658324580624 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22482] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22482/stat : 22482 (java) S 22476 22476 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9648402 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139658323528336 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22483] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22483/stat : 22483 (java) S 22476 22476 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9648402 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139658322475536 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22484] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22484/stat : 22484 (java) S 22476 22476 5234 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 9648403 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139657868851824 139658391210626 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22485] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22485/stat : 22485 (java) S 22476 22476 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139657867797792 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22486] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22486/stat : 22486 (java) S 22476 22476 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139657866745456 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22487] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22487/stat : 22487 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648406 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139657865693776 139658391218075 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22488] ppid=22476 vsize=13980732 CPUtime=0.87 cores=0,2,4,6
/proc/22478/task/22488/stat : 22488 (java) S 22476 22476 5234 0 -1 1077944384 8443 0 0 0 86 1 0 0 20 0 15 0 9648406 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139657864640624 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22489] ppid=22476 vsize=13980732 CPUtime=0.93 cores=0,2,4,6
/proc/22478/task/22489/stat : 22489 (java) S 22476 22476 5234 0 -1 1077944384 9258 0 0 0 92 1 0 0 20 0 15 0 9648406 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139657863587824 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22490] ppid=22476 vsize=13980732 CPUtime=0.37 cores=0,2,4,6
/proc/22478/task/22490/stat : 22490 (java) S 22476 22476 5234 0 -1 1077944384 3134 0 0 0 37 0 0 0 20 0 15 0 9648406 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139657862535536 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22491] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22491/stat : 22491 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648407 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139657861482976 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22492] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22492/stat : 22492 (java) S 22476 22476 5234 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 9648415 14316269568 31575 18446744073709551615 4194304 4196468 140737281085520 139657860430768 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 13990244

[startup+6.30074 s]
/proc/loadavg: 1.50 1.69 1.82 3/216 22570
/proc/meminfo: memFree=31612428/32770624 swapFree=0/290700
[pid=22476] ppid=22473 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/22476/stat : 22476 (xcsp3-exec) S 22473 22476 5234 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 9648390 9740288 344 18446744073709551615 4194304 5098028 140724945992896 140724945991000 139750502457980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 16310272 140724945994140 140724945994343 140724945994343 140724945997803 0
/proc/22476/statm: 2378 344 289 221 0 87 0
[pid=22478] ppid=22476 vsize=13980732 CPUtime=8.74 cores=0,2,4,6
/proc/22478/stat : 22478 (java) S 22476 22476 5234 0 -1 1077944320 38119 0 0 0 866 8 0 0 20 0 15 0 9648401 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 140737281068064 139658391199479 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
/proc/22478/statm: 3495183 35256 3182 1 0 3483484 0
[pid=22478/tid=22479] ppid=22476 vsize=13980732 CPUtime=6.09 cores=0,2,4,6
/proc/22478/task/22479/stat : 22479 (java) R 22476 22476 5234 0 -1 4202560 10272 0 0 0 605 4 0 0 20 0 15 0 9648401 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139658395434784 139657995421168 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22480] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22480/stat : 22480 (java) S 22476 22476 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9648402 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139658325633424 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22481] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22481/stat : 22481 (java) S 22476 22476 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9648402 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139658324580624 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22482] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22482/stat : 22482 (java) S 22476 22476 5234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9648402 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139658323528336 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22483] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22483/stat : 22483 (java) S 22476 22476 5234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9648402 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139658322475536 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22484] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22484/stat : 22484 (java) S 22476 22476 5234 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 15 0 9648403 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139657868851824 139658391210626 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22485] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22485/stat : 22485 (java) S 22476 22476 5234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139657867797792 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22486] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22486/stat : 22486 (java) S 22476 22476 5234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139657866745456 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22487] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22487/stat : 22487 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648406 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139657865693776 139658391218075 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22488] ppid=22476 vsize=13980732 CPUtime=1.21 cores=0,2,4,6
/proc/22478/task/22488/stat : 22488 (java) S 22476 22476 5234 0 -1 1077944384 11186 0 0 0 120 1 0 0 20 0 15 0 9648406 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139657864640624 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22489] ppid=22476 vsize=13980732 CPUtime=1.02 cores=0,2,4,6
/proc/22478/task/22489/stat : 22489 (java) S 22476 22476 5234 0 -1 1077944384 10259 0 0 0 101 1 0 0 20 0 15 0 9648406 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139657863587824 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22490] ppid=22476 vsize=13980732 CPUtime=0.39 cores=0,2,4,6
/proc/22478/task/22490/stat : 22490 (java) S 22476 22476 5234 0 -1 1077944384 3511 0 0 0 39 0 0 0 20 0 15 0 9648406 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139657862535536 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22491] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22491/stat : 22491 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648407 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139657861482976 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22492] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22492/stat : 22492 (java) S 22476 22476 5234 0 -1 1077944384 1318 0 0 0 0 0 0 0 20 0 15 0 9648415 14316269568 35256 18446744073709551615 4194304 4196468 140737281085520 139657860430768 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 13990244

[startup+12.7008 s]
/proc/loadavg: 1.54 1.70 1.82 3/216 22570
/proc/meminfo: memFree=31332776/32770624 swapFree=0/290716
[pid=22476] ppid=22473 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/22476/stat : 22476 (xcsp3-exec) S 22473 22476 5234 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 9648390 9740288 344 18446744073709551615 4194304 5098028 140724945992896 140724945991000 139750502457980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 16310272 140724945994140 140724945994343 140724945994343 140724945997803 0
/proc/22476/statm: 2378 344 289 221 0 87 0
[pid=22478] ppid=22476 vsize=13980732 CPUtime=15.99 cores=0,2,4,6
/proc/22478/stat : 22478 (java) S 22476 22476 5234 0 -1 1077944320 44150 0 0 0 1567 32 0 0 20 0 15 0 9648401 14316269568 97010 18446744073709551615 4194304 4196468 140737281085520 140737281068064 139658391199479 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
/proc/22478/statm: 3495183 97010 3209 1 0 3483484 0
[pid=22478/tid=22479] ppid=22476 vsize=13980732 CPUtime=12.33 cores=0,2,4,6
/proc/22478/task/22479/stat : 22479 (java) R 22476 22476 5234 0 -1 4202560 11513 0 0 0 1227 6 0 0 20 0 15 0 9648401 14316269568 97010 18446744073709551615 4194304 4196468 140737281085520 139658395437408 139657993083123 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22480] ppid=22476 vsize=13980732 CPUtime=0.15 cores=0,2,4,6
/proc/22478/task/22480/stat : 22480 (java) S 22476 22476 5234 0 -1 1077944384 402 0 0 0 10 5 0 0 20 0 15 0 9648402 14316269568 97010 18446744073709551615 4194304 4196468 140737281085520 139658325633424 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22481] ppid=22476 vsize=13980732 CPUtime=0.15 cores=0,2,4,6
/proc/22478/task/22481/stat : 22481 (java) S 22476 22476 5234 0 -1 1077944384 229 0 0 0 10 5 0 0 20 0 15 0 9648402 14316269568 97010 18446744073709551615 4194304 4196468 140737281085520 139658324580624 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0

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

[pid=22478/tid=22485] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22485/stat : 22485 (java) S 22476 22476 5234 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 379670 18446744073709551615 4194304 4196468 140737281085520 139657867797856 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22486] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22486/stat : 22486 (java) S 22476 22476 5234 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 379670 18446744073709551615 4194304 4196468 140737281085520 139657866745472 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22487] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22487/stat : 22487 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648406 14316269568 379670 18446744073709551615 4194304 4196468 140737281085520 139657865693776 139658391218075 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22488] ppid=22476 vsize=13980732 CPUtime=3.46 cores=0,2,4,6
/proc/22478/task/22488/stat : 22488 (java) S 22476 22476 5234 0 -1 1077944384 14694 0 0 0 344 2 0 0 20 0 15 0 9648406 14316269568 379670 18446744073709551615 4194304 4196468 140737281085520 139657864640624 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22489] ppid=22476 vsize=13980732 CPUtime=3.4 cores=0,2,4,6
/proc/22478/task/22489/stat : 22489 (java) S 22476 22476 5234 0 -1 1077944384 15675 0 0 0 337 3 0 0 20 0 15 0 9648406 14316269568 379670 18446744073709551615 4194304 4196468 140737281085520 139657863587824 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22490] ppid=22476 vsize=13980732 CPUtime=0.79 cores=0,2,4,6
/proc/22478/task/22490/stat : 22490 (java) S 22476 22476 5234 0 -1 1077944384 6656 0 0 0 78 1 0 0 20 0 15 0 9648406 14316269568 379670 18446744073709551615 4194304 4196468 140737281085520 139657862535536 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22491] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22491/stat : 22491 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648407 14316269568 379670 18446744073709551615 4194304 4196468 140737281085520 139657861482976 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22492] ppid=22476 vsize=13980732 CPUtime=0.05 cores=0,2,4,6
/proc/22478/task/22492/stat : 22492 (java) S 22476 22476 5234 0 -1 1077944384 1559 0 0 0 2 3 0 0 20 0 15 0 9648415 14316269568 379670 18446744073709551615 4194304 4196468 140737281085520 139657860430768 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
Current children cumulated CPU time (s) 112.15
Current children cumulated vsize (KiB) 13990244

[startup+162.301 s]
/proc/loadavg: 1.95 1.80 1.85 3/214 22581
/proc/meminfo: memFree=29032744/32770624 swapFree=0/290804
[pid=22476] ppid=22473 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/22476/stat : 22476 (xcsp3-exec) S 22473 22476 5234 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 9648390 9740288 344 18446744073709551615 4194304 5098028 140724945992896 140724945991000 139750502457980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 16310272 140724945994140 140724945994343 140724945994343 140724945997803 0
/proc/22476/statm: 2378 344 289 221 0 87 0
[pid=22478] ppid=22476 vsize=13980732 CPUtime=172.21 cores=0,2,4,6
/proc/22478/stat : 22478 (java) S 22476 22476 5234 0 -1 1077944320 69235 0 0 0 17132 89 0 0 20 0 15 0 9648401 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 140737281068064 139658391199479 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
/proc/22478/statm: 3495183 379887 3256 1 0 3483484 0
[pid=22478/tid=22479] ppid=22476 vsize=13980732 CPUtime=160.99 cores=0,2,4,6
/proc/22478/task/22479/stat : 22479 (java) R 22476 22476 5234 0 -1 4202560 19745 0 0 0 16082 17 0 0 20 0 15 0 9648401 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139658395435072 139657998175585 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22480] ppid=22476 vsize=13980732 CPUtime=0.77 cores=0,2,4,6
/proc/22478/task/22480/stat : 22480 (java) S 22476 22476 5234 0 -1 1077944384 1397 0 0 0 62 15 0 0 20 0 15 0 9648402 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139658325633424 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22481] ppid=22476 vsize=13980732 CPUtime=0.77 cores=0,2,4,6
/proc/22478/task/22481/stat : 22481 (java) S 22476 22476 5234 0 -1 1077944384 876 0 0 0 63 14 0 0 20 0 15 0 9648402 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139658324580624 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22482] ppid=22476 vsize=13980732 CPUtime=0.77 cores=0,2,4,6
/proc/22478/task/22482/stat : 22482 (java) S 22476 22476 5234 0 -1 1077944384 2066 0 0 0 62 15 0 0 20 0 15 0 9648402 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139658323528336 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22483] ppid=22476 vsize=13980732 CPUtime=0.76 cores=0,2,4,6
/proc/22478/task/22483/stat : 22483 (java) S 22476 22476 5234 0 -1 1077944384 1140 0 0 0 61 15 0 0 20 0 15 0 9648402 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139658322475536 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22484] ppid=22476 vsize=13980732 CPUtime=0.3 cores=0,2,4,6
/proc/22478/task/22484/stat : 22484 (java) S 22476 22476 5234 0 -1 1077944384 3220 0 0 0 30 0 0 0 20 0 15 0 9648403 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139657868851824 139658391210626 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22485] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22485/stat : 22485 (java) S 22476 22476 5234 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139657867797856 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22486] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22486/stat : 22486 (java) S 22476 22476 5234 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139657866745472 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22487] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22487/stat : 22487 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648406 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139657865693776 139658391218075 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22488] ppid=22476 vsize=13980732 CPUtime=3.46 cores=0,2,4,6
/proc/22478/task/22488/stat : 22488 (java) S 22476 22476 5234 0 -1 1077944384 14699 0 0 0 344 2 0 0 20 0 15 0 9648406 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139657864640624 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22489] ppid=22476 vsize=13980732 CPUtime=3.41 cores=0,2,4,6
/proc/22478/task/22489/stat : 22489 (java) S 22476 22476 5234 0 -1 1077944384 15810 0 0 0 338 3 0 0 20 0 15 0 9648406 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139657863587824 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22490] ppid=22476 vsize=13980732 CPUtime=0.8 cores=0,2,4,6
/proc/22478/task/22490/stat : 22490 (java) S 22476 22476 5234 0 -1 1077944384 7335 0 0 0 79 1 0 0 20 0 15 0 9648406 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139657862535536 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22491] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22491/stat : 22491 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648407 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139657861482976 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22492] ppid=22476 vsize=13980732 CPUtime=0.08 cores=0,2,4,6
/proc/22478/task/22492/stat : 22492 (java) S 22476 22476 5234 0 -1 1077944384 1559 0 0 0 4 4 0 0 20 0 15 0 9648415 14316269568 379887 18446744073709551615 4194304 4196468 140737281085520 139657860430768 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
Current children cumulated CPU time (s) 172.21
Current children cumulated vsize (KiB) 13990244

[startup+222.307 s]
/proc/loadavg: 1.98 1.84 1.86 3/214 22583
/proc/meminfo: memFree=29012900/32770624 swapFree=0/290828
[pid=22476] ppid=22473 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/22476/stat : 22476 (xcsp3-exec) S 22473 22476 5234 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 9648390 9740288 344 18446744073709551615 4194304 5098028 140724945992896 140724945991000 139750502457980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 16310272 140724945994140 140724945994343 140724945994343 140724945997803 0
/proc/22476/statm: 2378 344 289 221 0 87 0
[pid=22478] ppid=22476 vsize=13980732 CPUtime=232.35 cores=0,2,4,6
/proc/22478/stat : 22478 (java) S 22476 22476 5234 0 -1 1077944320 74580 0 0 0 23142 93 0 0 20 0 15 0 9648401 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 140737281068064 139658391199479 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
/proc/22478/statm: 3495183 384525 3256 1 0 3483484 0
[pid=22478/tid=22479] ppid=22476 vsize=13980732 CPUtime=220.99 cores=0,2,4,6
/proc/22478/task/22479/stat : 22479 (java) R 22476 22476 5234 0 -1 4202560 21797 0 0 0 22082 17 0 0 20 0 15 0 9648401 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139658395437488 139657998175606 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22480] ppid=22476 vsize=13980732 CPUtime=0.78 cores=0,2,4,6
/proc/22478/task/22480/stat : 22480 (java) S 22476 22476 5234 0 -1 1077944384 1497 0 0 0 62 16 0 0 20 0 15 0 9648402 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139658325633424 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22481] ppid=22476 vsize=13980732 CPUtime=0.78 cores=0,2,4,6
/proc/22478/task/22481/stat : 22481 (java) S 22476 22476 5234 0 -1 1077944384 1319 0 0 0 64 14 0 0 20 0 15 0 9648402 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139658324580624 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22482] ppid=22476 vsize=13980732 CPUtime=0.78 cores=0,2,4,6
/proc/22478/task/22482/stat : 22482 (java) S 22476 22476 5234 0 -1 1077944384 2189 0 0 0 63 15 0 0 20 0 15 0 9648402 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139658323528336 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22483] ppid=22476 vsize=13980732 CPUtime=0.76 cores=0,2,4,6
/proc/22478/task/22483/stat : 22483 (java) S 22476 22476 5234 0 -1 1077944384 1380 0 0 0 61 15 0 0 20 0 15 0 9648402 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139658322475536 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22484] ppid=22476 vsize=13980732 CPUtime=0.3 cores=0,2,4,6
/proc/22478/task/22484/stat : 22484 (java) S 22476 22476 5234 0 -1 1077944384 3423 0 0 0 30 0 0 0 20 0 15 0 9648403 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139657868851824 139658391210626 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22485] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22485/stat : 22485 (java) S 22476 22476 5234 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139657867797856 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22486] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22486/stat : 22486 (java) S 22476 22476 5234 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139657866745472 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22487] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22487/stat : 22487 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648406 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139657865693776 139658391218075 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22488] ppid=22476 vsize=13980732 CPUtime=3.53 cores=0,2,4,6
/proc/22478/task/22488/stat : 22488 (java) S 22476 22476 5234 0 -1 1077944384 16134 0 0 0 351 2 0 0 20 0 15 0 9648406 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139657864640624 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22489] ppid=22476 vsize=13980732 CPUtime=3.41 cores=0,2,4,6
/proc/22478/task/22489/stat : 22489 (java) S 22476 22476 5234 0 -1 1077944384 15865 0 0 0 338 3 0 0 20 0 15 0 9648406 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139657863587824 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22490] ppid=22476 vsize=13980732 CPUtime=0.81 cores=0,2,4,6
/proc/22478/task/22490/stat : 22490 (java) S 22476 22476 5234 0 -1 1077944384 7998 0 0 0 80 1 0 0 20 0 15 0 9648406 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139657862535536 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22491] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22491/stat : 22491 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648407 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139657861482976 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22492] ppid=22476 vsize=13980732 CPUtime=0.11 cores=0,2,4,6
/proc/22478/task/22492/stat : 22492 (java) S 22476 22476 5234 0 -1 1077944384 1590 0 0 0 5 6 0 0 20 0 15 0 9648415 14316269568 384525 18446744073709551615 4194304 4196468 140737281085520 139657860430768 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
Current children cumulated CPU time (s) 232.35
Current children cumulated vsize (KiB) 13990244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.98 1.85 1.86 3/214 22583
/proc/meminfo: memFree=29012776/32770624 swapFree=0/290836
[pid=22476] ppid=22473 vsize=9512 CPUtime=0 cores=0,2,4,6
/proc/22476/stat : 22476 (xcsp3-exec) S 22473 22476 5234 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 9648390 9740288 344 18446744073709551615 4194304 5098028 140724945992896 140724945991000 139750502457980 0 65536 5 65538 18446744071579417331 0 0 17 0 0 0 10 0 0 7196144 7232144 16310272 140724945994140 140724945994343 140724945994343 140724945997803 0
/proc/22476/statm: 2378 344 289 221 0 87 0
[pid=22478] ppid=22476 vsize=13980732 CPUtime=250.08 cores=0,2,4,6
/proc/22478/stat : 22478 (java) S 22476 22476 5234 0 -1 1077944320 75374 0 0 0 24915 93 0 0 20 0 15 0 9648401 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 140737281068064 139658391199479 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
/proc/22478/statm: 3495183 384526 3257 1 0 3483484 0
[pid=22478/tid=22479] ppid=22476 vsize=13980732 CPUtime=238.68 cores=0,2,4,6
/proc/22478/task/22479/stat : 22479 (java) R 22476 22476 5234 0 -1 4202560 22015 0 0 0 23851 17 0 0 20 0 15 0 9648401 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139658395435624 139657998175666 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22480] ppid=22476 vsize=13980732 CPUtime=0.78 cores=0,2,4,6
/proc/22478/task/22480/stat : 22480 (java) S 22476 22476 5234 0 -1 1077944384 1497 0 0 0 62 16 0 0 20 0 15 0 9648402 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139658325633424 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22481] ppid=22476 vsize=13980732 CPUtime=0.78 cores=0,2,4,6
/proc/22478/task/22481/stat : 22481 (java) S 22476 22476 5234 0 -1 1077944384 1319 0 0 0 64 14 0 0 20 0 15 0 9648402 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139658324580624 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22482] ppid=22476 vsize=13980732 CPUtime=0.78 cores=0,2,4,6
/proc/22478/task/22482/stat : 22482 (java) S 22476 22476 5234 0 -1 1077944384 2189 0 0 0 63 15 0 0 20 0 15 0 9648402 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139658323528336 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22483] ppid=22476 vsize=13980732 CPUtime=0.76 cores=0,2,4,6
/proc/22478/task/22483/stat : 22483 (java) S 22476 22476 5234 0 -1 1077944384 1380 0 0 0 61 15 0 0 20 0 15 0 9648402 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139658322475536 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22484] ppid=22476 vsize=13980732 CPUtime=0.3 cores=0,2,4,6
/proc/22478/task/22484/stat : 22484 (java) S 22476 22476 5234 0 -1 1077944384 3423 0 0 0 30 0 0 0 20 0 15 0 9648403 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139657868851824 139658391210626 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22485] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22485/stat : 22485 (java) S 22476 22476 5234 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139657867797856 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22486] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22486/stat : 22486 (java) S 22476 22476 5234 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 9648404 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139657866745472 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22487] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22487/stat : 22487 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648406 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139657865693776 139658391218075 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22488] ppid=22476 vsize=13980732 CPUtime=3.54 cores=0,2,4,6
/proc/22478/task/22488/stat : 22488 (java) S 22476 22476 5234 0 -1 1077944384 16188 0 0 0 352 2 0 0 20 0 15 0 9648406 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139657864640624 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22489] ppid=22476 vsize=13980732 CPUtime=3.43 cores=0,2,4,6
/proc/22478/task/22489/stat : 22489 (java) S 22476 22476 5234 0 -1 1077944384 16379 0 0 0 340 3 0 0 20 0 15 0 9648406 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139657863587824 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22490] ppid=22476 vsize=13980732 CPUtime=0.81 cores=0,2,4,6
/proc/22478/task/22490/stat : 22490 (java) S 22476 22476 5234 0 -1 1077944384 8005 0 0 0 80 1 0 0 20 0 15 0 9648406 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139657862535536 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22491] ppid=22476 vsize=13980732 CPUtime=0 cores=0,2,4,6
/proc/22478/task/22491/stat : 22491 (java) S 22476 22476 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9648407 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139657861482976 139658391209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
[pid=22478/tid=22492] ppid=22476 vsize=13980732 CPUtime=0.11 cores=0,2,4,6
/proc/22478/task/22492/stat : 22492 (java) S 22476 22476 5234 0 -1 1077944384 1591 0 0 0 5 6 0 0 20 0 15 0 9648415 14316269568 384526 18446744073709551615 4194304 4196468 140737281085520 139657860430768 139658391210626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140737281094100 140737281094275 140737281094275 140737281097679 0
Current children cumulated CPU time (s) 250.08
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 22478 sig 9
??? kill 22476 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 22476 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1904
# CPU time returned by wait4() is 0.001904
# while last known CPU time is 250.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 240.01
CPU time (s): 250.08
CPU user time (s): 249.15
CPU system time (s): 0.93
CPU usage (%): 104.196
Max. virtual memory (cumulated for all children) (KiB): 13992616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001904
maximum resident set size= 1380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 508
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.01599 second user time and 1.65096 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-01 22:49:45
IDJOB=4255204
IDBENCH=130624
IDSOLVER=2637
FILE ID=node134/4255204-1501621426
RUNJOBID= node134-1501616951-11514
PBS_JOBID= 
Free space on /tmp= 61892 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-17.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-4255204-1501621426/watcher-4255204-1501621426 -o /tmp/evaluation-result-4255204-1501621426/solver-4255204-1501621426 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501616951-11514 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 341018965 HOME/instance-4255204-1501621426.xml

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

MD5SUM BENCH= dc7df4a3b3f37e7a6c8d4746a81abb92
RANDOM SEED=341018965

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31447176 kB
MemAvailable:   31633340 kB
Buffers:           99652 kB
Cached:           368440 kB
SwapCached:            0 kB
Active:           618744 kB
Inactive:         297052 kB
Active(anon):     450124 kB
Inactive(anon):     6652 kB
Active(file):     168620 kB
Inactive(file):   290400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7696 kB
Writeback:             4 kB
AnonPages:        447892 kB
Mapped:            42088 kB
Shmem:              8892 kB
Slab:             111176 kB
SReclaimable:      85956 kB
SUnreclaim:        25220 kB
KernelStack:        3504 kB
PageTables:         5584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     969260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61884 MiB
End job on node134 at 2017-08-01 22:53:45